.ai-drawer {
	position: fixed;
	top: 60px;
	bottom: 0;
	right: calc(-315px + -10px);
	width: 315px;
	background-color: #f8f9fa;
	z-index: 1016;
	transition: right 0.2s ease, top 0.2s ease, bottom 0.2s ease, visibility 0.2s ease, transform 0.5s ease;
	visibility: hidden
}

.ai-drawer.show {
	right: 0;
	visibility: visible
}

.ai-drawer-header {
	padding: 0;
	height: 60px;
	display: flex;
	align-items: center
}

.ai-drawer-header .ai-drawer-button {
	margin-left: auto;
	margin-right: 5px
}

.ai-drawer-body {
	position: relative;
	height: calc(100vh - 120px);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	padding: .4rem;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #6a737b #f8f9fa
}

#course-summarise-response {
	font-size: .875em
}

.course-summarise-response-controls button .icon,
.course-summarise-response-watermark img.icon {
	margin-right: 0
}

.ai-course-summarise-controls button.btn.btn-outline-secondary {
	color: unset
}

.ai-course-summarise-controls button.btn.btn-outline-secondary span.ai-course-summarise-sparkles-icon {
	display: inline-block
}

.ai-course-summarise-controls button.btn.btn-outline-secondary span.ai-course-summarise-sparkles-icon.white {
	display: none
}

.ai-course-summarise-controls button.btn.btn-outline-secondary:not([disabled]):hover {
	color: #fff
}

.ai-course-summarise-controls button.btn.btn-outline-secondary:not([disabled]):hover span.ai-course-summarise-sparkles-icon {
	display: none
}

.ai-course-summarise-controls button.btn.btn-outline-secondary:not([disabled]):hover span.ai-course-summarise-sparkles-icon.white {
	display: inline-block
}

.ai-course-summarise-controls button img.icon {
	width: auto;
	vertical-align: sub
}

.availability_xp_frontend>div {
	display: flex;
	align-items: center;
	gap: .5rem
}

.availability_xp_frontend select {
	display: inline;
	width: auto
}

.que.algebra .answer {
	padding: .3em;
	display: inline
}

.que.algebra .answer input {
	width: 80%
}

.que.algebra .displayformula {
	display: block;
	min-width: 300px;
	min-height: 70px;
	background: #fff;
	padding: .5em;
	margin-top: 1em;
	box-shadow: .5em .5em 1em #000
}

body#page-question-type-algebra div[id^=fgroup_id_][id*=answeroptions_] {
	background: #eee;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-bottom: 0
}

body#page-question-type-algebra div[id^=fgroup_id_][id*=answeroptions_] .fgrouplabel label {
	font-weight: 700
}

body#page-question-type-algebra div[id^=fgroup_id_][id*=answeroptions_] label[for^='id_answer_'] {
	position: absolute;
	left: -10000px;
	font-weight: 400;
	font-size: 1em
}

body#page-question-type-algebra div[id^=fitem_id_][id*=fraction_] {
	background: #eee;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-top: 0;
	border-bottom: 0
}

body#page-question-type-algebra div[id^=fitem_id_][id*=feedback_] {
	background: #eee;
	margin-bottom: 2em;
	margin-top: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-top: 0
}

.que.calculated .answer {
	padding: .3em;
	display: inline
}

.que.calculated .answer input[type="text"] {
	width: 30%
}

#page-question-type-calculated input[name^="answer"],
#page-question-type-calculated input[name^="unit"],
#page-question-type-calculated input[name^="multiplier"],
#page-question-type-calculated input[name^="calcmax"],
#page-question-type-calculated input[name^="calcmin"],
#page-question-type-calculated input[name^="number"],
#page-question-type-calculated input[name^="tolerance"] {
	direction: ltr;
	text-align: left
}

body#page-question-type-calculated div[id^=fgroup_id_][id*=answeroptions_],
body#page-question-type-calculatedmulti div[id^=fitem_id_][id*=answer_] {
	background: #eee;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-bottom: 0
}

body#page-question-type-calculated div[id^=fgroup_id_][id*=answeroptions_] .fgrouplabel label,
body#page-question-type-calculatedmulti div[id^=fitem_id_][id*=answer_] .fgrouplabel label {
	font-weight: 700
}

body#page-question-type-calculated div[id^=fgroup_id_][id*=answeroptions_] label[for^='id_answer_'],
body#page-question-type-calculated div[id^=fgroup_id_][id*=answertolerance_] label[for^='id_tolerance_'],
body#page-question-type-calculated div[id^=fgroup_id_][id*=answerdisplay_] label[for^='id_correctanswerlength_'],
body#page-question-type-calculatedmulti div[id^=fgroup_id_][id*=answerdisplay_] label[for^='id_correctanswerlength_'] {
	position: absolute;
	left: -10000px;
	font-weight: 400;
	font-size: 1em
}

body#page-question-type-calculated div[id^=fgroup_id_][id*=answertolerance_],
body#page-question-type-calculated div[id^=fgroup_id_][id*=answerdisplay_],
body#page-question-type-calculatedmulti div[id^=fitem_id_][id*=fraction_],
body#page-question-type-calculatedmulti div[id^=fgroup_id_][id*=answertolerance_],
body#page-question-type-calculatedmulti div[id^=fgroup_id_][id*=answerdisplay_] {
	background: #eee;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-top: 0;
	border-bottom: 0
}

body#page-question-type-calculated div[id^=fitem_id_][id*=feedback_],
body#page-question-type-calculatedmulti div[id^=fitem_id_][id*=feedback_] {
	background: #eee;
	margin-bottom: 2em;
	margin-top: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-top: 0
}

div[id^="fgroup_id_answeroptions_"].mb-3,
div[id^="fgroup_id_answertolerance_"].mb-3,
div[id^="fgroup_id_answerdisplay_"].mb-3 {
	margin-bottom: 0 !important
}

.que.calculatedmulti .answer .specificfeedback {
	display: inline;
	padding: 0 .7em;
	background: #fff3bf
}

.que.calculatedmulti .answer .specificfeedback * {
	display: inline;
	background: #fff3bf
}

.que.calculatedmulti .answer .specificfeedback script {
	display: none
}

.que.calculatedmulti .answer div.r0,
.que.calculatedmulti .answer div.r1 {
	display: flex;
	margin: .25rem 0;
	align-items: flex-start
}

.que.calculatedmulti .answer div.r0 input,
.que.calculatedmulti .answer div.r1 input {
	margin: .3rem .5rem;
	width: 14px;
	flex-shrink: 0
}

.que.calculatedsimple .answer {
	padding: .3em;
	display: inline
}

.que.calculatedsimple .answer input[type="text"] {
	width: 30%
}

body#page-question-type-calculatedsimple div[id^=fgroup_id_][id*=answeroptions_] {
	background: #eee;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-bottom: 0
}

body#page-question-type-calculatedsimple div[id^=fgroup_id_][id*=answeroptions_] .fgrouplabel label {
	font-weight: 700
}

body#page-question-type-calculatedsimple div[id^=fgroup_id_][id*=answeroptions_] label[for^='id_answer_'],
body#page-question-type-calculatedsimple div[id^=fgroup_id_][id*=answertolerance_] label[for^='id_tolerance_'],
body#page-question-type-calculatedsimple div[id^=fgroup_id_][id*=answerdisplay_] label[for^='id_correctanswerlength_'] {
	position: absolute;
	left: -10000px;
	font-weight: 400;
	font-size: 1em
}

body#page-question-type-calculatedsimple div[id^=fgroup_id_][id*=answertolerance_],
body#page-question-type-calculatedsimple div[id^=fgroup_id_][id*=answerdisplay_] {
	background: #eee;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-top: 0;
	border-bottom: 0
}

body#page-question-type-calculatedsimple div[id^=fitem_id_][id*=feedback_] {
	background: #eee;
	margin-bottom: 2em;
	margin-top: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-top: 0
}

#page-question-type-combined .mform .textareamonospace textarea {
	white-space: pre;
	font-family: monospace
}

#page-question-type-combined .mform fieldset legend span.not_in_question_text {
	font-weight: 700
}

#page-question-type-combined .mform div.error span.not_in_question_text_message {
	font-weight: 700;
	color: #000
}

.que.combined .numpartscorrect,
.que.combined .subqfeedback {
	margin: 0 0 .5em
}

.que.combined .subqspecificfeedback {
	margin: 0 5px;
	background: #fff8eb;
	padding: 0 3px;
	display: inline-block;
	width: 98%
}

.que.combined .qtext .answer div.r0,
.que.combined .qtext .answer div.r1 {
	padding: 2px 0 0 0;
	text-indent: 0;
	display: flex;
	align-items: flex-start
}

.que.combined .qtext .horizontal {
	display: inline-flex
}

.que.combined .qtext span.answer span.r0,
.que.combined .qtext span.answer span.r1 {
	display: inline-flex;
	align-items: flex-start;
	padding: 2px 0 0 0
}

.que.combined .qtext span.answer span.r0 label,
.que.combined .qtext span.answer span.r1 label {
	display: inline-flex;
	align-items: baseline;
	margin-left: 5px;
	margin-right: 5px;
	flex: 1 1 auto
}

.que.combined .qtext .horizontal span.answer span.r0 div.feedback,
.que.combined .qtext .horizontal span.answer span.r1 div.feedback {
	margin: 0
}

.que.combined .qtext span.answer span.r0 label p,
.que.combined .qtext span.answer span.r1 label p {
	margin: 0;
	flex: 1 1
}

.qtype_combined_placeholder {
	max-width: 280px
}

.que.combined.invalidanswer input[type="radio"].required:not(:checked),
.que.combined.invalidanswer input[type="checkbox"].required:not(:checked) {
	border: 1px solid #ca3120;
	width: 15px;
	height: 13px;
	appearance: none
}

.que.combined.invalidanswer input[type="radio"].required:not(:checked) {
	border-radius: 50%;
	height: 15px
}

.que.combined.invalidanswer input.required,
.que.combined.invalidanswer select.required,
.que.combined.invalidanswer .answerwrap.required .editor_ousupsub .ousupsub-wrap {
	border: 1px solid #ca3120
}

.que.combined .qtext div.horizontal .answer input[type="radio"],
.que.combined .qtext div.horizontal .answer input[type="checkbox"] {
	margin: 4px 4px 0 4px
}

.que.combined .qtext .answer .r0.partiallycorrect i.icon,
.que.combined .qtext .answer .r1.partiallycorrect i.icon {
	vertical-align: 1px
}

.que.combined .qtext .horizontal span.answer span.r0 div.feedback span.subqspecificfeedback,
.que.combined .qtext .horizontal span.answer span.r1 div.feedback span.subqspecificfeedback {
	width: auto
}

.que.combined .qtext .horizontal span.answer span.r0 div.feedback span.subqspecificfeedback p,
.que.combined .qtext .horizontal span.answer span.r1 div.feedback span.subqspecificfeedback p {
	margin: 0
}

body.safari .que.combined .qtext .horizontal span.answer span.r0 input,
body.safari .que.combined .qtext .horizontal span.answer span.r1 input {
	flex: 1 0 auto
}

.que.combined .answer div.r0 input,
.que.combined .answer div.r1 input {
	margin: .3rem .5rem;
	width: 15px;
	flex-shrink: 0
}

.que.combined .qtext .answer div.r0 div.feedback,
.que.combined .qtext .answer div.r1 div.feedback {
	flex: 1 1 100%
}

body#page-question-type-combined div[id^=fgroup_id_subqmultiresponse][id*=answergroup] label[for*='answer'] {
	position: absolute;
	left: -10000px;
	font-weight: 400;
	font-size: 1em
}

body#page-question-type-combined div[id^=fgroup_id_subqmultiresponse][id*=answergroup] label[for*='correctanswer'] {
	position: static;
	left: 0
}

body#page-question-type-combined div[id^=fgroup_id_subqnumeric][id*=answergroup] label[for*='answer'] {
	position: absolute;
	left: -10000px;
	font-weight: 400;
	font-size: 1em
}

body#page-question-type-combined div[id^=fitem_id_subqsinglechoice][id*=answer_],
body#page-question-type-combined div[id^=fitem_id_subqsinglechoice][id*=fraction_],
body#page-question-type-combined div[id^=fitem_id_subqsinglechoice][id*=feedback_] {
	background: #eee;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb
}

body#page-question-type-combined div[id^=fitem_id_subqsinglechoice][id*=answer_] {
	border-top: 1px solid #bbb;
	margin-bottom: 0;
	padding-bottom: 10px
}

body#page-question-type-combined div[id^=fitem_id_subqsinglechoice][id*=fraction_] {
	margin-bottom: 0
}

body#page-question-type-combined div[id^=fitem_id_subqsinglechoice][id*=feedback_] {
	border-bottom: 1px solid #bbb
}

.que.combined .qtype_combined_response.readonly {
	border: 1px solid #bbb;
	padding: 4px;
	min-height: 2.2em
}

.que.combined .combined-pmatch-input .editor_ousupsub {
	max-width: 100%
}

.combined-showworking-input textarea {
	min-height: 20px;
	margin-top: 2px;
	resize: none
}

.que.ddimageortext .qtext {
	margin-bottom: .5em;
	display: block
}

.que.ddimageortext div.ddarea,
form.mform fieldset#id_previewareaheader div.ddarea {
	text-align: center
}

.que.ddimageortext div.droparea,
form.mform fieldset#id_previewareaheader div.ddarea {
	position: relative
}

.que.ddimageortext div.droparea {
	display: inline-block
}

.que.ddimageortext div.droparea .draghome {
	position: absolute;
	cursor: move;
	white-space: nowrap
}

.que.ddimageortext div.droparea .dropzones {
	position: absolute;
	top: 0;
	left: 0
}

.que.ddimageortext .dropbackground,
form.mform fieldset#id_previewareaheader .dropbackground {
	border: 1px solid #000;
	margin: 0 auto
}

form.mform fieldset#id_previewareaheader .dropbackground {
	max-width: none
}

.que.ddimageortext .dropzone {
	display: none;
	position: absolute;
	opacity: .5;
	border: 1px solid #000
}

.que.ddimageortext .dropzone.active {
	display: block
}

.que.ddimageortext .dropzone:focus,
.que.ddimageortext .droparea .draghome:focus,
.que.ddimageortext .dropzone.valid-drag-over-drop,
.que.ddimageortext .draghome.placed.valid-drag-over-drop {
	border-color: #0a0;
	box-shadow: 0 0 5px 5px rgb(255 255 150);
	outline: 0
}

.que.ddimageortext .draghome,
.que.ddimageortext .drag,
form.mform fieldset#id_previewareaheader .droppreview {
	border: 1px solid #000;
	display: inline-block;
	font: 13px/1.231 arial, helvetica, clean, sans-serif
}

.que.ddimageortext .draghomes .draghome {
	vertical-align: top;
	margin: 5px;
	height: auto;
	width: auto;
	cursor: move
}

.que.ddimageortext .draghomes.readonly .draghome,
.que.ddimageortext .droparea.readonly .draghome {
	cursor: auto
}

.que.ddimageortext .draghomes .draghome.dragplaceholder {
	display: none
}

.que.ddimageortext .MathJax_Display,
.que.ddimageortext .MathJax_SVG_Display {
	margin: 0
}

.que.ddimageortext .draghomes .draghome.dragplaceholder.active {
	visibility: hidden;
	display: inline-block
}

.que.ddimageortext .dragitems,
form.mform fieldset#id_previewareaheader .dragitems {
	height: 0
}

.que.ddimageortext .drag,
form.mform fieldset#id_previewareaheader .droppreview {
	position: absolute;
	cursor: move;
	white-space: nowrap
}

.que.ddimageortext .dragitems.readonly .drag {
	cursor: auto
}

form.mform fieldset#id_previewareaheader .drag.beingdragged,
.que.ddimageortext .drag.beingdragged,
.que.ddimageortext .draghomes .draghome.beingdragged,
.que.ddimageortext .droparea .draghome.beingdragged {
	box-shadow: 3px 3px 4px #000
}

.que.ddimageortext .draghomes .draghome.beingdragged,
.que.ddimageortext .droparea .draghome.beingdragged {
	position: absolute
}

.que.ddimageortext .group1,
form.mform fieldset#id_previewareaheader .group1 {
	background-color: #fff
}

.que.ddimageortext .group2,
form.mform fieldset#id_previewareaheader .group2 {
	background-color: #b0c4de;
	border-radius: 10px 0 0 0
}

.que.ddimageortext .group3,
form.mform fieldset#id_previewareaheader .group3 {
	background-color: #dcdcdc;
	border-radius: 0 10px 0 0
}

.que.ddimageortext .group4,
form.mform fieldset#id_previewareaheader .group4 {
	background-color: thistle;
	border-radius: 0 0 10px 0
}

.que.ddimageortext .group5,
form.mform fieldset#id_previewareaheader .group5 {
	background-color: #87cefa;
	border-radius: 0 0 0 10px
}

.que.ddimageortext .group6,
form.mform fieldset#id_previewareaheader .group6 {
	background-color: #daa520;
	border-radius: 0 10px 10px 0
}

.que.ddimageortext .group7,
form.mform fieldset#id_previewareaheader .group7 {
	background-color: gold;
	border-radius: 10px 0 0 10px
}

.que.ddimageortext .group8,
form.mform fieldset#id_previewareaheader .group8 {
	background-color: khaki;
	border-radius: 10px 10px 10px 10px
}

body#page-question-type-ddimageortext div[id^=fgroup_id_][id*=drags_] {
	background: #eee;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-bottom: 0
}

body#page-question-type-ddimageortext div[id^=fgroup_id_][id*=drags_] .fgrouplabel label {
	font-weight: 700
}

body#page-question-type-ddimageortext div[id^=fitem_id_][id*=dragitem_] {
	background: #eee;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-top: 0;
	border-bottom: 0
}

body#page-question-type-ddimageortext div[id^=fitem_id_][id*=draglabel_] {
	background: #eee;
	margin-bottom: 2em;
	margin-top: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-top: 0
}

div[id^="fgroup_id_drags_"].mb-3,
div[id^="fitem_id_dragitem_"].mb-3 {
	margin-bottom: 0 !important
}

.que.ddmarker .qtext {
	margin-bottom: .5em;
	display: block
}

.que.ddmarker .droparea {
	display: inline-block;
	position: relative
}

.que.ddmarker .droparea .dropzones,
.que.ddmarker .droparea .markertexts {
	position: absolute;
	top: 0;
	left: 0
}

.que.ddmarker .draghomes .marker,
.que.ddmarker .droparea .marker {
	vertical-align: top;
	cursor: move
}

.que.ddmarker .draghomes.readonly .marker,
.que.ddmarker .droparea.readonly .marker {
	cursor: auto
}

.que.ddmarker .droparea .marker {
	position: absolute
}

.que.ddmarker .draghomes .marker {
	position: relative;
	display: inline-block;
	margin: 10px
}

.que.ddmarker .draghomes .marker.dragplaceholder {
	display: none
}

.que.ddmarker .draghomes .marker.dragplaceholder.active {
	visibility: hidden;
	display: inline-block
}

.que.ddmarker div.ddarea,
form.mform fieldset#id_previewareaheader div.ddarea {
	text-align: center
}

form.mform fieldset#id_previewareaheader div.ddarea .markertexts {
	min-height: 80px
}

.que.ddmarker .dropbackground,
form.mform fieldset#id_previewareaheader .dropbackground {
	margin: 0 auto;
	border: 1px solid #000
}

form.mform fieldset#id_previewareaheader .dropbackground {
	max-width: none
}

.que.ddmarker div.dragitems div.draghome,
.que.ddmarker div.dragitems div.dragitem,
form.mform fieldset#id_previewareaheader div.draghome,
form.mform fieldset#id_previewareaheader div.drag {
	font: 13px/1.231 arial, helvetica, clean, sans-serif
}

.que.ddmarker .droparea .marker span.markertext,
.que.ddmarker .draghomes .marker span.markertext,
.que.ddmarker div.markertexts span.markertext,
form.mform fieldset#id_previewareaheader div.markertexts span.markertext {
	margin: 0 5px;
	z-index: 3;
	background-color: #fff;
	border: 2px solid #000;
	padding: 5px;
	display: inline-block;
	zoom: 1;
	border-radius: 10px;
	color: #000;
	opacity: .6
}

.que.ddmarker .droparea .marker span.markertext,
.que.ddmarker .draghomes .marker span.markertext {
	white-space: nowrap
}

.que.ddmarker div.markertexts span.markertext {
	z-index: 2;
	background-color: #ff0;
	border: 2px solid khaki;
	position: absolute;
	white-space: nowrap
}

.que.ddmarker span.wrongpart {
	background-color: #ff0;
	border: 2px solid khaki;
	padding: 5px;
	border-radius: 10px;
	opacity: .6;
	margin: 5px;
	display: inline-block
}

.que.ddmarker .droparea .marker img.target,
.que.ddmarker .draghomes .marker img.target {
	position: absolute;
	left: -7px;
	top: -7px
}

.que.ddmarker div.dragitems div.draghome img.target {
	display: none
}

.que.ddmarker .marker.beingdragged {
	position: absolute
}

.que.ddmarker .marker.beingdragged span.markertext {
	z-index: 3;
	box-shadow: 3px 3px 4px #000
}

.que.ddmarker .dropzone .shape {
	fill: #fff;
	fill-opacity: .5;
	stroke: #000;
	stroke-width: 1
}

.que.ddmarker .dropzone.active .shape {
	stroke-width: 2
}

.que.ddmarker .dropzone.color0 .shape {
	fill: #fff
}

.que.ddmarker .dropzone.color1 .shape {
	fill: #b0c4de
}

.que.ddmarker .dropzone.color2 .shape {
	fill: #dcdcdc
}

.que.ddmarker .dropzone.color3 .shape {
	fill: thistle
}

.que.ddmarker .dropzone.color4 .shape {
	fill: #87cefa
}

.que.ddmarker .dropzone.color5 .shape {
	fill: #daa520
}

.que.ddmarker .dropzone.color6 .shape {
	fill: gold
}

.que.ddmarker .dropzone.color7 .shape {
	fill: khaki
}

.que.ddmarker .dropzone .shapeLabel {
	text-anchor: middle
}

.que.ddmarker .dropzone .handle {
	fill: #fff;
	fill-opacity: .1;
	stroke-width: 1;
	display: none;
	cursor: move
}

.que.ddmarker .dropzone .handle.move {
	stroke: #800
}

.que.ddmarker .dropzone .handle.edit {
	stroke: #008
}

.que.ddmarker .dropzone.active .handle {
	display: inherit
}

body#page-question-type-ddmarker div[id^=fitem_id_][id*=hint_] {
	background: #eee;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-bottom: 0
}

body#page-question-type-ddmarker div[id^=fitem_id_][id*=hint_] .fitemtitle {
	font-weight: 700
}

body#page-question-type-ddmarker div[id^=fitem_id_][id*=hintoptions_],
body#page-question-type-ddmarker div[id^=fitem_id_][id*=hintshownumcorrect_] {
	background: #eee;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-top: 0;
	border-bottom: 0
}

body#page-question-type-ddmarker div[id^=fitem_id_][id*=hintclearwrong_] {
	background: #eee;
	margin-bottom: 2em;
	margin-top: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-top: 0
}

body#page-question-type-ddmarker #fitem_id_penalty {
	margin-bottom: 2em
}

#page-question-type-ddmatch div.editor_atto_content_wrap {
	word-break: break-all
}

.ddmatch li {
	margin: .375rem;
	padding: .25rem
}

.ddmatch li.draghome {
	background-color: #fff;
	border: .06rem solid #908b8b;
	padding: .625rem;
	font-size: .938rem;
	color: #333;
	line-height: 1.25rem;
	cursor: move
}

.que.ddmatch .draghome.beingdragged {
	z-index: 3;
	box-shadow: .188rem .188rem .25rem #000;
	position: absolute;
	width: 35%
}

.que.ddmatch .draghome.dragplaceholder {
	display: none
}

.que.ddmatch .draghome.dragplaceholder.active {
	visibility: hidden;
	display: inline-block;
	margin: 0
}

li.matchdrag.copy {
	margin: .25rem
}

.que.ddmatch .draghome.placed {
	margin: 0;
	margin-bottom: .125rem;
	list-style: none
}

.que.ddmatch .drop:focus,
.que.ddmatch .drop.valid-drag-over-drop,
.que.ddmatch .draghome.placed:focus:not(.beingdragged),
.que.ddmatch .draghome.placed.valid-drag-over-drop {
	border-color: #0a0;
	box-shadow: 0 0 .313rem .313rem rgb(255 255 150)
}

.ddmatch tr {
	word-break: break-all
}

.ddmatch li.placeholder {
	border: .06rem dotted #000;
	text-align: center
}

.ddmatch ul.draghomes {
	border: .06rem solid gray;
	float: right;
	list-style: none;
	margin: 0;
	padding: .25rem;
	width: 35%;
	max-height: fit-content
}

.ddmatch .draghomes li {
	list-style: none
}

.ddmatch .drop {
	display: none
}

.que.ddmatch .drop.active {
	display: inline-block;
	width: 100%;
	text-align: center;
	border: .06rem solid #000;
	margin: 0;
	margin-bottom: .125rem
}

.ddmatch .drop li {
	list-style: none;
	box-sizing: content-box
}

.ddmatch li p {
	display: table-cell;
	vertical-align: middle;
	word-break: break-word
}

.ddmatch ul.drop {
	border: .06rem solid gray;
	padding-left: 0rem
}

.ddmatch .que .formulation {
	background: #f1f1f1 !Important;
	padding: 1.25rem !Important
}

.ddmatch td.text {
	width: 50%;
	padding: 0
}

.ddmatch td.control {
	width: 85%;
	margin-left: .938rem;
	margin-right: .938rem
}

.ddmatch table.answer {
	float: left;
	margin-bottom: .5em;
	width: 100%
}

.ddmatch .correctanswertable {
	margin: .625rem
}

.ddmatch .drop.yui3-dd-drop-active-valid {
	border: .125rem dotted red
}

.ddmatch .drop.yui3-dd-drop-over {
	border: .125rem dotted green
}

.ddmatch .drop .placeholder.hidden {
	display: none
}

.ddmatch .drop.yui3-dd-drop-over li {
	opacity: .5
}

body#page-question-type-ddmatch div[id^=fitem_id_][id*=subquestions_] {
	background: #EEE;
	border: .06rem solid #BBB;
	border-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: .313rem;
	padding-top: .313rem
}

body#page-question-type-ddmatch div[id^=fitem_id_][id*=subquestions_] .fitemtitle {
	font-weight: 700
}

body#page-question-type-ddmatch div[id^=fitem_id_][id*=subanswers_] {
	background: #EEE;
	border: .06rem solid #BBB;
	border-top: 0;
	margin-bottom: 2em;
	margin-top: 0;
	padding-bottom: .313rem;
	padding-top: .313rem
}

.ddmatch .divanswer {
	max-height: fit-content;
	width: 60%;
	float: left
}

.ddmatch .qtext {
	margin-bottom: 0
}

.ddmatch .qtext p {
	margin: 0
}

.ddmatch .qtext p br {
	display: none
}

.ddmatch .divanswer .answer .visibleifjs {
	display: inline-block !important;
	margin-bottom: 5px
}

.ddmatch p {
	font-size: .938rem !Important;
	word-break: break-word;
	line-height: 1.25rem;
	color: #333
}

.ddmatch .text {
	font-size: .938rem !Important;
	word-break: break-word;
	line-height: 1.25rem;
	color: #333
}

@media screen and (max-width:768px) {
	.ddmatch li p {
		font-size: .75rem
	}

	.ddmatch .draghomes li {
		font-size: .75rem
	}

	.ddmatch td.control {
		width: 100%;
		margin-left: 0;
		margin-right: 0
	}

	.ddmatch td.text {
		width: 100%;
		padding: 0;
		display: block
	}
}

.ddmatch .drop {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.ddmatch ul.draghomes {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.que.ddmatch .draghome.dragplaceholder {
	display: none
}

.que.ddmatch .draghome.dragplaceholder.active {
	visibility: hidden;
	display: inline-block;
	width: 100%
}

.dragdrop-choice {
	max-height: 100px;
	overflow: auto
}

.dragdrop-question h3,
.dragdrop-question p {
	max-height: 100px;
	overflow: scroll;
	background-color: #f9f8fb;
	padding: .5rem 1rem
}

.dragdrop-choice::-webkit-scrollbar,
.dragdrop-question h3::-webkit-scrollbar,
.dragdrop-question p::-webkit-scrollbar {
	width: .125rem;
	height: .125rem
}

.dragdrop-choice::-webkit-scrollbar-thumb,
.dragdrop-question h3::-webkit-scrollbar-thumb,
.dragdrop-question p::-webkit-scrollbar-thumb {
	background: #888
}

.dragdrop-choice::-webkit-scrollbar-track,
.dragdrop-question h3::-webkit-scrollbar-track,
.dragdrop-question p::-webkit-scrollbar-track {
	background: #f1f1f1
}

.que.ddwtos .qtext {
	margin-bottom: .5em;
	display: block
}

.que.ddwtos .draghome {
	margin-bottom: 1em
}

.que.ddwtos .answertext {
	margin-bottom: .5em
}

.que.ddwtos .drop.active {
	display: inline-block;
	text-align: center;
	border: 1px solid #000;
	margin-bottom: 2px
}

.que.ddwtos .drop {
	display: none
}

.que.ddwtos .drags {
	height: 0
}

.que.ddwtos .draghome {
	display: inline-block;
	text-align: center;
	background: #fff0;
	border: 1px solid #000;
	cursor: move
}

.que.ddwtos.qtype_ddwtos-readonly .draghome {
	cursor: default
}

.que.ddwtos .draghome.beingdragged {
	z-index: 3;
	box-shadow: 3px 3px 4px #000;
	position: absolute
}

.que.ddwtos .draghome.dragplaceholder {
	display: none
}

.que.ddwtos .draghome.dragplaceholder.active {
	visibility: hidden;
	display: inline-block
}

.que.ddwtos .draghome.placed {
	margin-bottom: 2px
}

.que.ddwtos .drop:focus,
.que.ddwtos .drop.valid-drag-over-drop,
.que.ddwtos .draghome.placed:focus:not(.beingdragged),
.que.ddwtos .draghome.placed.valid-drag-over-drop {
	border-color: #0a0;
	box-shadow: 0 0 5px 5px rgb(255 255 150)
}

.que.ddwtos span.incorrect {
	background-color: #faa
}

.que.ddwtos span.correct {
	background-color: #afa
}

.que.ddwtos .group1 {
	background-color: #fff
}

.que.ddwtos .group2 {
	background-color: #dcdcdc;
	border-radius: 10px 0 0 0
}

.que.ddwtos .group3 {
	background-color: #b0c4de;
	border-radius: 0 10px 0 0
}

.que.ddwtos .group4 {
	background-color: thistle;
	border-radius: 0 0 10px 0
}

.que.ddwtos .group5 {
	background-color: #87cefa;
	border-radius: 0 0 0 10px
}

.que.ddwtos .group6 {
	background-color: #daa520;
	border-radius: 0 10px 10px 0
}

.que.ddwtos .group7 {
	background-color: gold;
	border-radius: 10px 0 0 10px
}

.que.ddwtos .group8 {
	background-color: khaki;
	border-radius: 10px 10px 10px 10px
}

.que.ddwtos sub,
.que.ddwtos sup {
	font-size: 80%;
	position: relative;
	vertical-align: baseline
}

.que.ddwtos sup {
	top: -.4em
}

.que.ddwtos sub {
	bottom: -.2em
}

.que.ddwtos .MathJax_Display {
	margin: 0
}

.que.essay textarea.qtype_essay_response {
	width: 100%
}

.que.essay textarea.qtype_essay_response.qtype_essay_plain {
	white-space: pre-wrap;
	font: inherit
}

.que.essay textarea.qtype_essay_response.qtype_essay_monospaced {
	white-space: pre;
	font-family: Andale Mono, Monaco, Courier New, DejaVu Sans Mono, monospace
}

.que.essay .qtype_essay_response {
	min-height: 3em
}

.que.essay .qtype_essay_response.readonly {
	background-color: #fff
}

.que.essay div.qtype_essay_response textarea {
	width: 100%
}

.que.essay .ablock .filemanager .fp-restrictions {
	margin-top: 1em
}

.que.essayautograde .hidesample,
.que.essayautograde .showsample {
	font-size: .85em;
	font-weight: 700
}

.que.essayautograde .hidesample::before,
.que.essayautograde .showsample::before {
	content: " ("
}

.que.essayautograde .hidesample::after,
.que.essayautograde .showsample::after {
	content: ")"
}

.que.essayautograde .hidesample {
	color: purple
}

.que.essayautograde .showsample {
	color: red
}

.que.essayautograde textarea.qtype_essay_response {
	width: 100%
}

.que.essayautograde textarea.qtype_essay_response.qtype_essayautograde_plain {
	white-space: pre-wrap;
	font: inherit
}

.que.essayautograde textarea.qtype_essay_response.qtype_essayautograde_monospaced {
	white-space: pre;
	font-family: Andale Mono, Monaco, Courier New, DejaVu Sans Mono, monospace
}

.que.essayautograde .qtype_essay_response {
	min-height: 3em
}

.que.essayautograde .qtype_essay_response.readonly {
	background-color: #fff;
	border-radius: 4px;
	padding: 6px 12px
}

.que.essayautograde div.qtype_essay_response textarea {
	width: 100%
}

.que.essayautograde div.qtype_essay_response select {
	margin-bottom: 0
}

.que.essayautograde p.itemcount {
	margin-top: 6px
}

.que.essayautograde dl.gradebands {
	overflow: auto
}

.que.essayautograde dl.gradebands dt {
	float: left;
	clear: left;
	margin-right: 8px
}

.que.essayautograde dl.gradebands dd {
	float: left;
	margin-bottom: 0;
	margin-top: 2px
}

.que.essayautograde .fp-restrictions span:first-of-type {
	display: none
}

table.essayautograde.review {
	border-collapse: separate;
	border-spacing: 0;
	color: #7f4614
}

table.essayautograde.review.stats {
	max-width: 360px
}

table.essayautograde.review.feedback .c0 {
	max-width: 200px
}

table.essayautograde.review tr,
table.essayautograde.review th,
table.essayautograde.review td {
	border: none
}

table.essayautograde.review tr:first-child th,
table.essayautograde.review tr:first-child td {
	border-top: solid 1px #a65b1a
}

table.essayautograde.review tr th:first-child,
table.essayautograde.review tr td:first-child {
	border-left: solid 1px #a65b1a
}

table.essayautograde.review tr th:last-child,
table.essayautograde.review tr td:last-child {
	border-right: solid 1px #a65b1a
}

table.essayautograde.review tr:last-child th,
table.essayautograde.review tr:last-child td {
	border-bottom: solid 1px #a65b1a
}

table.essayautograde.review tr:first-child th:first-child,
table.essayautograde.review tr:first-child td:first-child {
	border-top-left-radius: 4px
}

table.essayautograde.review tr:first-child th:last-child,
table.essayautograde.review tr:first-child td:last-child {
	border-top-right-radius: 4px
}

table.essayautograde.review tr:last-child th:first-child,
table.essayautograde.review tr:last-child td:first-child {
	border-bottom-left-radius: 4px
}

table.essayautograde.review tr:last-child th:last-child,
table.essayautograde.review tr:last-child td:last-child {
	border-bottom-right-radius: 4px
}

table.essayautograde.review tbody tr:nth-of-type(odd) {
	background-color: #fafafa
}

table.essayautograde.review tbody tr:nth-of-type(even) {
	background-color: #f0e5cc
}

table.essayautograde.review ol,
table.essayautograde.review ul {
	margin: 0 0 0 16px;
	padding: 0
}

table.essayautograde.review .error,
table.essayautograde.review .missing,
table.essayautograde.review .partial,
table.essayautograde.review .present {
	border-width: 2px;
	border-style: solid;
	border-radius: 4px;
	display: inline-block;
	padding: 2px 6px;
	min-width: calc(16px + 4.5em);
	white-space: nowrap
}

table.essayautograde.review .error,
table.essayautograde.review .missing {
	background-color: #fdd;
	border-color: #ff7373;
	color: #900
}

table.essayautograde.review .partial {
	background-color: #ffebcc;
	border-color: #f90;
	color: #c60
}

table.essayautograde.review .present {
	background-color: #dff4d8;
	border-color: #9f6;
	color: #090
}

#id_targetphrases .fitem:nth-of-type(4n),
#id_targetphrases .fitem:nth-of-type(4n+1) {
	background-color: #f8f8f8
}

#id_targetphrases .fitem:nth-of-type(4n+2),
#id_targetphrases .fitem:nth-of-type(4n+3) {
	background-color: #f0f0f0
}

#id_targetphrases .fitem:first-child,
#id_targetphrases .fitem:last-child {
	background-color: initial
}

#id_targetphrases .fitem:nth-of-type(2n) {
	margin-bottom: 0px !important
}

#id_targetphrases .fitem:nth-of-type(2n+1) {
	padding-top: 3px !important
}

@media (min-width:768px) {

	[id^=fgroup_id_phrasebehavior_] label,
	[id^=fgroup_id_phrasebehavior_] [id$=_label] {
		visibility: hidden
	}
}

div#qtype_formulas_mathjax_display {
	background-color: #eef;
	border: 1px solid #88c;
	margin-left: 0;
	margin-top: 0;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 4px;
	position: absolute;
	width: 150px;
	z-index: 1
}

div[id^='fitem_id_postunit_'] #qtype_formulas_mathjax_display {
	margin-top: 30px;
	margin-left: 10px
}

.que.formulas .formulas_unit {
	display: inline-block;
	margin: 0 0 0 0;
	width: 55px
}

.que.formulas .formulas_number {
	display: inline-block;
	margin: 0 0 0 0;
	width: 55px
}

.que.formulas .formulas_number_unit {
	display: inline-block;
	margin: 0 0 0 0;
	width: 80px
}

.que.formulas .formulas_numeric {
	display: inline-block;
	margin: 0 0 0 0;
	width: 100px
}

.que.formulas .formulas_numeric_unit {
	display: inline-block;
	margin: 0 0 0 0;
	width: 200px
}

.que.formulas .formulas_numerical_formula {
	display: inline-block;
	margin: 0 0 0 0;
	width: 200px
}

.que.formulas .formulas_numerical_formula_unit {
	display: inline-block;
	margin: 0 0 0 0;
	width: 300px
}

.que.formulas .formulas_algebraic_formula {
	display: inline-block;
	margin: 0 0 0 0;
	width: 200px
}

.que.formulas .formulation .formulaspart {
	display: block;
	margin: 0 0 1.2em 0;
	padding-bottom: 0
}

.que.formulas .formulation .formulas_menu {
	display: inline;
	margin: 0 0 1.2em 0;
	padding-bottom: 0
}

.que.formulas .multichoice_answer div.r0,
.que.formulas .multichoice_answer div.r1 {
	padding: .3em 0 .3em 25px;
	text-indent: -25px
}

.que.formulas .formulas_mark {
	display: inline
}

.que.formulas .formulas_grade {
	font-size: .8em
}

.que.formulas .formulation .formulaspartfeedback,
.que.formulas .formulation .formulaspartcorrectanswer,
.que.formulas .formulation .formulaslocalfeedback {
	padding-top: 6px
}

.que.formulas .formulation .formulaspartoutcome {
	background: #fff3bf;
	color: #000;
	margin: .2em -.2em .5em;
	padding: .2em
}

.que.formulas .formulation .formulaspartfeedback .correct,
.que.formulas .formulation .formulaspartfeedback .partiallycorrect,
.que.formulas .formulation .formulaspartfeedback .incorrect {
	background: #fff0
}

.que .formulation .formulas-select {
	display: inline-block
}

body#page-question-type-formulas .formulas_correctness_show {
	display: inline
}

body#page-question-type-formulas .formulas_input_info_outer {
	display: inline;
	position: absolute;
	z-index: 2
}

body#page-question-type-formulas .formulas_input_info {
	background-color: #eef;
	left: 0;
	position: absolute;
	top: 1.94em;
	width: 150px
}

body#page-question-type-formulas .formulas_input_info_title {
	padding: 2px
}

body#page-question-type-formulas .formulas_input_info_interpretation {
	border: 1px solid #88c;
	padding: 2px
}

body#page-question-type-formulas .formulas_input_info_interpretation_incorrect {
	border: 1px solid #88c;
	color: #bbb;
	padding: 2px
}

body#page-question-type-formulas div[id^="fitem_id_answer_"].mb-3 {
	margin-bottom: 1rem !important
}

#page-question-type-formulas #id_varsrandom,
#page-question-type-formulas #id_varsglobal {
	direction: ltr;
	height: 80px;
	text-align: left
}

.gapfill .hascorrect {
	background: lightblue;
	border: solid thin #000
}

.gapfill .hasnocorrect {
	border: solid thin #000;
	box-shadow: 3px 3px #7bc1f7;
	font-style: italic
}

.gapfill .attobackground {
	background: lightgrey;
	border-radius: .25rem;
	border: 1px solid rgb(0 0 0 / .15);
	color: #55595c;
	display: block;
	height: 100%;
	left: 0;
	line-height: 1.25;
	padding: .5rem .75rem;
	position: absolute;
	top: 0;
	width: 100%
}

.gapfill .item {
	background: #fff
}

.que.gapfill span.gapfeedbackincorrect {
	background: #faa;
	background-color: #faa;
	border-radius: .25em;
	box-shadow: 2px 2px #7bc1f7;
	color: darkslategray
}

.que.gapfill span.gapfeedbackcorrect {
	background: #afa;
	background-color: #afa;
	border-radius: .25em;
	box-shadow: 2px 2px #7bc1f7;
	color: darkslategray
}

.que.gapfill input[type=text] {
	background: #fff;
	border: solid #000 thin;
	border-radius: 4px;
	color: #000;
	margin-bottom: 1px;
	margin-top: 1px;
	padding: 1px;
	display: inline-block;
	height: inherit
}

.que.gapfill input.droptarget:hover {
	box-shadow: 0 0 8px #7bc1f7
}

.que.gapfill input.droptarget:focus {
	box-shadow: 0 0 8px #7bc1f7
}

.que.gapfill input.droptarget {
	text-align: center;
	cursor: pointer
}

.que.gapfill div.answeroptions {
	margin-bottom: 15px
}

.que.gapfill span.draggable.answers {
	background: #fff;
	border: solid 1px;
	box-shadow: 3px 3px 4px #000;
	cursor: pointer;
	display: inline-block;
	margin: 1px;
	margin-right: 4px;
	padding-left: 4px;
	padding-right: 4px;
	vertical-align: middle;
	z-index: 3;
	border-radius: 4px;
	width: max-content
}

.que.gapfill span.draggable.answers.hide {
	display: none
}

.que.gapfill span.draggable.answers:hover {
	box-shadow: 2px 2px 6px #000
}

.que.gapfill span.aftergapfeedback {
	color: green;
	font-style: italic;
	font-weight: 700
}

.que.gapfill.qtext select {
	border: solid #000 thin;
	border-radius: 3px;
	color: #000;
	padding-bottom: 1px;
	padding-top: 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px
}

.gapfilltable td {
	border: solid;
	border-width: thin
}

.gapfillfirstcol {
	background-color: #bcbbbb
}

.gapfillcol {
	background-color: lightgray
}

.gapfilltable th {
	background-color: lightgray;
	border: solid;
	border-width: thin
}

.gapfilltable caption {
	border-bottom: solid;
	border-width: thin
}

.que.gapfill input.correctduplicate {
	background-color: #ff0
}

.que.gapfill input.correct {
	background-color: #afa
}

.que.gapfill select.incorrect {
	background-color: #faa
}

.que.gapfill input.incorrect {
	background-color: #faa
}

.que.gapselect .qtext {
	line-height: 2em;
	margin-top: 1px;
	margin-bottom: .5em;
	display: block
}

.que.gapselect .answercontainer {
	line-height: 2em;
	margin-bottom: 1em;
	display: block
}

.que.gapselect .answertext {
	padding-bottom: .5em
}

.que.sddl .control {
	padding: .2em
}

.qtype_geogebra-article * input {
	height: auto !important;
	margin: auto !important
}

.qtype-geogebra-hover {
	border: 2px dashed #000;
	background: rgb(192 192 192 / .5);
	opacity: .4
}

.ggb_preview {
	z-index: 0 !important
}

.que.jme .answer {
	padding: .3em;
	width: auto;
	display: inline
}

.que.jme .answer input {
	width: 99%
}

#page-question-type-jme .mform .textareamonospace {
	white-space: pre;
	font-family: Andale Mono, Monaco, Courier New, DejaVu Sans Mono, monospace
}

.jme_applet {
	text-align: center
}

.que.jme span.answerlabel {
	vertical-align: top
}

body#page-question-type-jme div[id^=fitem_id_][id*=answer_],
body#page-question-type-jme #fitem_id_addanswers+.fitem {
	background: #EEE;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #BBB;
	border-bottom: 0
}

body#page-question-type-jme div[id^=fitem_id_][id*=_answer_] .fitemtitle,
body#page-question-type-jme #fitem_id_addanswers+.fitem .fitemtitle {
	font-weight: 700
}

body#page-question-type-jme div[id^=fitem_id_][id*=fraction_],
body#page-question-type-jme #fitem_id_addanswers+.fitem+.fitem,
body#page-question-type-jme div[id^=fitem_id_][id*=feedback_],
body#page-question-type-jme div[id^=fitem_id_][id*=otherfeedback] {
	background: #EEE;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #BBB;
	border-top: 0;
	border-bottom: 0
}

body#page-question-type-jme div[id^=fitem_id_][id*=atomcount_] {
	background: #EEE;
	margin-bottom: 2em;
	margin-top: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #BBB;
	border-top: 0
}

body#page-question-type-jme #fitem_id_addanswers {
	margin-bottom: 2em
}

body#page-question-type-jme #fitem_id_answer_0 {
	margin-top: 1em
}

body#page-question-type-match div[id^=fitem_id_][id*=subquestions_] {
	background: #eee;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-bottom: 0
}

body#page-question-type-match div[id^=fitem_id_][id*=subquestions_] .fitemtitle {
	font-weight: 700
}

body#page-question-type-match div[id^=fitem_id_][id*=subanswers_] {
	background: #eee;
	margin-bottom: 2em;
	margin-top: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-top: 0
}

div[id^="fitem_id_subquestions_"].mb-3 {
	margin-bottom: 0 !important
}

.que.multianswer .feedbackspan {
	display: block;
	max-width: 70%;
	background: #fff3bf;
	padding: .5em;
	margin-top: 1em;
	box-shadow: .5em .5em 1em #000
}

body.ie6 .que.multianswer .feedbackspan,
body.ie7 .que.multianswer .feedbackspan,
body.ie8 .que.multianswer .feedbackspan,
body.ie9 .que.multianswer .feedbackspan {
	width: 70%
}

.que.multianswer .answer .specificfeedback {
	display: inline;
	padding: 0 .7em;
	background: #fff3bf
}

.que.multianswer .answer .specificfeedback * {
	display: inline;
	background: #fff3bf
}

.que.multianswer .answer .specificfeedback script {
	display: none
}

.que.multianswer .answer div.r0,
.que.multianswer .answer div.r1 {
	padding: .3em
}

.que.multianswer table.answer {
	margin-bottom: 0;
	width: 100%
}

.que.multianswerwiris .feedbackspan {
	display: block;
	background: #fff3bf;
	padding: .5em;
	margin-top: 1em;
	box-shadow: .5em .5em 1em #000
}

.que.multianswerwiris .answer .specificfeedback {
	display: inline;
	padding: 0 .7em;
	background: #fff3bf
}

.que.multianswerwiris .answer .specificfeedback * {
	display: inline;
	background: #fff3bf
}

.que.multianswerwiris .answer .specificfeedback script {
	display: none
}

.que.multianswerwiris .answer div.r0,
.que.multianswerwiris .answer div.r1 {
	padding: .3em
}

.que.multianswerwiris table.answer {
	margin-bottom: 0;
	width: 100%
}

.que.multianswerwiris .subquestion.wirisnofeedbackimage .wrsUI_app .wrsUI_inputComponent::after {
	display: none !important
}

.que.multichoice .answer div.r0,
.que.multichoice .answer div.r1 {
	display: flex;
	margin: .25rem 0;
	align-items: flex-start
}

.que.multichoice .answer div.r0 input,
.que.multichoice .answer div.r1 input {
	margin: .3rem .5rem;
	width: 14px;
	flex-shrink: 0
}

.que.multichoice .answer .answernumber {
	min-width: 1.5em
}

.que.multichoice .answer .specificfeedback {
	display: inline;
	padding: 0 .7em;
	background: #fff3bf
}

body#page-question-type-multichoice div[id^=fitem_id_][id*=answer_] {
	background: #eee;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-bottom: 0
}

body#page-question-type-multichoice div[id^=fitem_id_][id*=answer_] .fitemtitle {
	font-weight: 700
}

body#page-question-type-multichoice div[id^=fitem_id_] .fitemtitle {
	margin-left: 0;
	margin-right: 0;
	padding-left: 6px;
	padding-right: 0
}

body#page-question-type-multichoice div[id^=fitem_id_][id*=fraction_] {
	background: #eee;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-top: 0;
	border-bottom: 0
}

body#page-question-type-multichoice div[id^=fitem_id_][id*=feedback_] {
	background: #eee;
	margin-bottom: 2em;
	margin-top: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-top: 0
}

div[id^="fitem_id_answer_"].mb-3,
div[id^="fitem_id_fraction_"].mb-3 {
	margin-bottom: 0 !important
}

.que.multichoicewiris .answer div.r0,
.que.multichoicewiris .answer div.r1 {
	display: flex;
	margin: .25rem 0;
	align-items: flex-start
}

.que.multichoicewiris .answer div.r0 input,
.que.multichoicewiris .answer div.r1 input {
	margin: .3rem .5rem;
	width: 14px;
	flex-shrink: 0
}

.que.multichoicewiris .answer .answernumber {
	min-width: 1.5em
}

.que.multichoicewiris .answer .specificfeedback {
	display: inline;
	padding: 0 .7em;
	background: #fff3bf
}

body#page-question-type-multichoicewiris div[id^=fitem_id_][id*=answer_] {
	background: #eee;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-bottom: 0
}

body#page-question-type-multichoicewiris div[id^=fitem_id_][id*=answer_] .fitemtitle {
	font-weight: 700
}

body#page-question-type-multichoicewiris div[id^=fitem_id_] .fitemtitle {
	margin-left: 0;
	margin-right: 0;
	padding-left: 6px;
	padding-right: 0
}

body#page-question-type-multichoicewiris div[id^=fitem_id_][id*=fraction_] {
	background: #eee;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-top: 0;
	border-bottom: 0
}

body#page-question-type-multichoicewiris div[id^=fitem_id_][id*=feedback_] {
	background: #eee;
	margin-bottom: 2em;
	margin-top: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-top: 0
}

.que.numerical .answer {
	padding: .3em;
	display: inline
}

#page-question-type-numerical input[name="unitpenalty"],
#page-question-type-numerical input[name^="answer"],
#page-question-type-numerical input[name^="tolerance"],
#page-question-type-numerical input[name^="multiplier"],
#page-question-type-numerical input[name^="unit"] {
	direction: ltr;
	text-align: left
}

body#page-question-type-numerical div[id^=fgroup_id_][id*=answeroptions_] {
	background: #eee;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-bottom: 0
}

body#page-question-type-numerical div[id^=fgroup_id_][id*=answeroptions_] .fgrouplabel label {
	font-weight: 700
}

body.path-question-type div#fgroup_id_penaltygrp label[for^=id_unitpenalty],
body.path-question-type div[id^=fgroup_id_units_] label[for^='id_unit_'],
body#page-question-type-numerical div[id^=fgroup_id_][id*=answeroptions_] label[for^='id_answer_'] {
	position: absolute;
	left: -10000px;
	font-weight: 400;
	font-size: 1em
}

body#page-question-type-numerical div[id^=fitem_id_][id*=fraction_] {
	background: #eee;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-top: 0;
	border-bottom: 0
}

body#page-question-type-numerical div[id^=fitem_id_][id*=feedback_] {
	background: #eee;
	margin-bottom: 2em;
	margin-top: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-top: 0
}

.que.numericalrecit .numericalrecit_input_warning_outer {
	display: none;
	position: absolute;
	z-index: 1
}

.que.numericalrecit .numericalrecit_input_warning {
	background: #fff0;
	left: -1.3em;
	position: absolute;
	top: .3em
}

.que.numericalrecit .numericalrecit_input_info_outer {
	display: inline;
	position: absolute;
	z-index: 2;
	margin-top: 19px
}

.que.numericalrecit .numericalrecit_input_info {
	background-color: #eef;
	border: 1px solid #88c;
	left: 0;
	position: absolute;
	top: 1.63em;
	width: 150px
}

.que.numericalrecit .numericalrecit_input_info_title {
	padding: 2px
}

.que.numericalrecit .numericalrecit_input_info_interpretation {
	border-top: 1px solid #88c;
	padding: 2px
}

.que.numericalrecit .numericalrecit_input_info_interpretation_incorrect {
	border-top: 1px solid #88c;
	color: #bbb;
	padding: 2px
}

.que.numericalrecit .numericalrecit_unit {
	margin: 0 0 0 0;
	width: 60px
}

.que.numericalrecit .numericalrecit_number {
	margin: 0 0 0 0;
	width: 150px;
	height: 37px
}

.que.numericalrecit .numericalrecit_number_unit {
	margin: 0 0 0 0;
	width: 80px
}

.que.numericalrecit .numericalrecit_numeric {
	margin: 0 0 0 0;
	width: 100px;
	height: 37px
}

.que.numericalrecit .numericalrecit_numeric_unit {
	margin: 0 0 0 0;
	width: 200px
}

.que.numericalrecit .numericalrecit_numerical_formula {
	margin: 0 0 0 0;
	width: 200px
}

.que.numericalrecit .numericalrecit_numerical_formula_unit {
	margin: 0 0 0 0;
	width: 300px
}

.que.numericalrecit .numericalrecit_algebraic_formula {
	margin: 0 0 0 0;
	width: 200px;
	height: 37px
}

.que.numericalrecit .numericalrecit_algebraic_formula_unit {
	margin: 0 0 0 0;
	width: 300px
}

.que.numericalrecit .formulation .numericalrecitpart {
	display: block;
	margin: 0 0 1.2em 0;
	padding-bottom: 0
}

.que.numericalrecit .formulation .numericalrecit_menu {
	display: inline;
	margin: 0 0 1.2em 0;
	padding-bottom: 0
}

.que.numericalrecit .multichoice_answer div.r0,
.que.numericalrecit .multichoice_answer div.r1 {
	padding: .3em 0 .3em 25px;
	text-indent: -25px
}

.que.numericalrecit .numericalrecit_mark {
	display: inline
}

.que.numericalrecit .numericalrecit_grade {
	font-size: .8em
}

.que.numericalrecit .formulation .numericalrecitpartfeedback,
.que.numericalrecit .formulation .numericalrecitpartcorrectanswer,
.que.numericalrecit .formulation .numericalrecitlocalfeedback {
	padding-top: 6px
}

.que.numericalrecit .formulation .numericalrecitpartoutcome,
.que.numericalrecit .comment {
	background: #fff3bf;
	color: #000;
	margin: .2em -.2em .5em;
	padding: .2em
}

.que.numericalrecit .formulation .numericalrecitpartfeedback .correct,
.que.numericalrecit .formulation .numericalrecitpartfeedback .partiallycorrect,
.que.numericalrecit .formulation .numericalrecitpartfeedback .incorrect {
	background: #fff0
}

body#page-question-type-numericalrecit .numericalrecit_correctness_show {
	display: inline
}

.que.numericalrecit .step0 .editor_atto {
	border: 1px solid gray
}

body#page-question-type-numericalrecit .numericalrecit_input_warning_outer {
	display: inline;
	position: absolute;
	z-index: 1
}

body#page-question-type-numericalrecit .numericalrecit_input_warning {
	background: #fff0;
	left: -1.3em;
	position: absolute;
	top: .3em
}

body#page-question-type-numericalrecit .numericalrecit_input_info_outer {
	display: inline;
	position: absolute;
	z-index: 2;
	margin-top: 19px
}

body#page-question-type-numericalrecit .numericalrecit_input_info {
	background-color: #eef;
	border: 1px solid #88c;
	left: 0;
	position: absolute;
	top: 1.94em;
	width: 150px
}

body#page-question-type-numericalrecit .numericalrecit_input_info_title {
	padding: 2px
}

body#page-question-type-numericalrecit .numericalrecit_input_info_interpretation {
	border-top: 1px solid #88c;
	padding: 2px
}

body#page-question-type-numericalrecit .numericalrecit_input_info_interpretation_incorrect {
	border-top: 1px solid #88c;
	color: #bbb;
	padding: 2px
}

#page-question-type-numericalrecit #id_varsrandom,
#page-question-type-numericalrecit #id_varsglobal {
	height: 80px;
	direction: ltr;
	text-align: left
}

.mark_l {
	font-weight: 700;
	margin-left: 20px;
	display: inline
}

.mark_r {
	font-weight: 700;
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 1rem
}

#popup_valuetable input {
	max-width: 65px
}

#popup_valuetable .modal-content {
	min-width: 400px;
	display: table
}

.que.ordering div.answer.ordering {
	overflow: auto
}

.que.ordering .sortablelist {
	float: left;
	list-style-type: none;
	margin: 0 0 0 8px
}

.que.ordering .sortablelist.active {
	border: 1px dotted #333;
	border-radius: 4px
}

.que.ordering .sortablelist li {
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 4px;
	list-style-type: none;
	margin: 4px
}

.que.ordering .sortablelist li .grip {
	opacity: .45
}

.que.ordering .sortablelist li.sortableitem {
	position: relative;
	cursor: move;
	margin-left: 26px
}

.que.ordering .sortablelist li.sortableitem:first-of-type [data-action="move-backward"],
.que.ordering .sortablelist li.sortableitem:last-of-type [data-action="move-forward"] {
	visibility: hidden
}

.que.ordering .sortableitem .btn.btn-icon {
	height: 32px;
	width: 32px;
	border-radius: .5rem
}

.que.ordering .sortablelist.numbering123 li,
.que.ordering .sortablelist.numberingabc li,
.que.ordering .sortablelist.numberingABCD li,
.que.ordering .sortablelist.numberingiii li,
.que.ordering .sortablelist.numberingIIII li {
	margin-left: 26px
}

.que.ordering .sortablelist.numberingnone li {
	list-style-type: none;
	margin-left: 0
}

.que.ordering .sortablelist.numbering123 li {
	list-style-type: decimal
}

.que.ordering .sortablelist.numberingabc li {
	list-style-type: lower-alpha
}

.que.ordering .sortablelist.numberingABCD li {
	list-style-type: upper-alpha
}

.que.ordering .sortablelist.numberingiii li {
	list-style-type: lower-roman
}

.que.ordering .sortablelist.numberingIIII li {
	list-style-type: upper-roman
}

.que.ordering .sortablelist.horizontal {
	display: flex;
	flex-wrap: wrap
}

.que.ordering .sortablelist.horizontal {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start
}

.que.ordering .sortablelist.vertical li {
	min-height: 18px
}

.que.ordering.dragproxy {
	margin: 0;
	padding: 0;
	border: 0 none
}

.que.ordering.dragproxy .sortablelist {
	margin: 0;
	padding: 0;
	float: none
}

.que.ordering.dragproxy .sortablelist li {
	margin: 0;
	padding: 6px 0 6px 12px;
	width: 100%
}

.que.ordering.dragproxy .sortablelist li.horizontal {
	float: none
}

.item-moving {
	box-shadow: 3px 3px 4px #000
}

.current-drop {
	visibility: hidden
}

.que.ordering .sortablelist.notactive li.correct {
	background-color: #dff4d8;
	border-color: #9f6
}

.que.ordering .sortablelist.notactive li.partial66 {
	background-color: #dff4d8;
	border-color: #f90
}

.que.ordering .sortablelist.notactive li.partial33 {
	background-color: #ffebcc;
	border-color: #f90
}

.que.ordering .sortablelist.notactive li.partial00 {
	background-color: #fdd;
	border-color: #f90
}

.que.ordering .sortablelist.notactive li.incorrect {
	background-color: #fdd;
	border-color: #ff7373
}

.que.ordering div.rightanswer {
	overflow: auto
}

.que.ordering div.rightanswer ol.correctorder {
	padding-inline-start: 16px
}

.que.ordering div.rightanswer ol.correctorder.horizontal {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline
}

.que.ordering div.rightanswer ol.correctorder li.horizontal {
	margin-left: 24px;
	margin-right: 24px
}

.que.ordering div.rightanswer ol.correctorder li.vertical {
	margin-left: 24px
}

#page-question-type-ordering form.mform fieldset:nth-child(n+4) div.feditor {
	max-width: 480px
}

.que.oumultiresponse .answer div.r0,
.que.oumultiresponse .answer div.r1 {
	display: flex;
	margin: .25rem 0;
	align-items: flex-start
}

.que.oumultiresponse .answer div.r0 input,
.que.oumultiresponse .answer div.r1 input {
	margin: .3rem .5rem;
	width: 14px
}

.que.oumultiresponse .answer .answernumber {
	min-width: 1.5em
}

.que.oumultiresponse .answer .specificfeedback {
	display: inline;
	padding: 0 .7em;
	background: #fff3bf
}

body#page-question-type-oumultiresponse div[id^=fitem_id_][id*=answer_],
body#page-question-type-oumultiresponse div[id^=fitem_id_][id*=hint_] {
	background: #eee;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-bottom: 0
}

body#page-question-type-oumultiresponse div[id^=fitem_id_][id*=_answer_] .fitemtitle,
body#page-question-type-oumultiresponse div[id^=fitem_id_][id*=hint_] .fitemtitle {
	font-weight: 700
}

body#page-question-type-oumultiresponse div[id^=fitem_id_][id*=correctanswer_] {
	background: #eee;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-top: 0;
	border-bottom: 0
}

body#page-question-type-oumultiresponse div[id^=fitem_id_][id*=feedback_],
body#page-question-type-oumultiresponse div[id^=fgroup_id_][id*=hintoptions_] {
	background: #eee;
	margin-bottom: 2em;
	margin-top: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-top: 0
}

body#page-question-type-oumultiresponse div[id^=fitem_id_][id*=penalty] {
	margin-bottom: 2em
}

.que.pmatch .answer {
	padding: .3em;
	width: auto;
	display: inline
}

.que.pmatch .qtext textarea,
.que.pmatch .ablock textarea {
	max-width: 100%
}

#page-question-type-pmatch .mform .textareamonospace textarea {
	white-space: pre;
	font-family: monospace
}

body#page-question-type-pmatch #id_answerhdr div.fitem.femptylabel,
body#page-question-type-pmatch #fitem_id_addanswers+.fitem {
	background: #eee;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-bottom: 0
}

body#page-question-type-pmatch div[id^=fitem_id_][id*=_answer_] .fitemtitle,
body#page-question-type-pmatch div.fitem.fitem_accuracy .fitemtitle,
body#page-question-type-pmatch #fitem_id_addanswers+.fitem .fitemtitle {
	font-weight: 700
}

body#page-question-type-pmatch #region-main div.fitem.femptylabel {
	padding: 0
}

body#page-question-type-pmatch #region-main div.fitem.femptylabel .fitemtitle {
	padding: 0;
	margin: 0
}

body#page-question-type-pmatch #region-main div.fitem.femptylabel .fstatic {
	margin: 0
}

body#page-question-type-pmatch #region-main #fgroup_id_updatebuttonar {
	background: none;
	border: none
}

[id^='fitem_id_accuracyborder_'] {
	border: none !important
}

body#page-question-type-pmatch div#fgroup_id_supsubels label[for*='allowsubscript'],
body#page-question-type-combined div[id^=fgroup_id_subqpmatch][id*=supsubels] label[for*='allowsubscript'] {
	position: absolute;
	left: -10000px;
	font-weight: 400;
	font-size: 1em
}

body#page-question-type-pmatch div[id^=fitem_id_][id*=answer_],
body#page-question-type-pmatch div[id^=fitem_id_][id*=fraction_],
body#page-question-type-pmatch div.fitem.fitem_matchedresponses,
body#page-question-type-pmatch div.fitem.fitem_accuracy,
body#page-question-type-pmatch div.fitem.rcw,
body#page-question-type-pmatch div.fitem.try-rule,
body#page-question-type-pmatch #fitem_id_addanswers+.fitem+.fitem {
	background: #eee;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-top: 0;
	border-bottom: 0
}

body#page-question-type-pmatch div[id^=fitem_id_][id*=feedback_],
body#page-question-type-pmatch div[id^=fitem_id_][id*=otherfeedback] {
	background: #eee;
	margin-bottom: 2em;
	margin-top: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-top: 0
}

body#page-question-type-pmatch #fitem_id_addanswers {
	margin-bottom: 2em
}

#testquestion_gradesummary span:last-child,
.qtype_pmatch-selftest-missed-negative {
	font-weight: 700;
	color: red
}

.qtype_pmatch-selftest-null {
	font-weight: 700;
	color: #b38686
}

#testquestion_gradesummary span:nth-child(3),
.qtype_pmatch-selftest-missed-positive {
	font-weight: 700;
	color: blue
}

body.pagelayout-embedded .que.pmatch .formulation .questiontestslink,
body.pagelayout-embedded .que.combined .combined-pmatch-input>a {
	display: none
}

.que.pmatch .formulation .questiontestslink,
.que.combined .formulation .questiontestslink {
	float: right;
	font-size: .7em
}

.combined-pmatch-input {
	position: relative;
	white-space: nowrap;
	display: inline-block
}

.combined-pmatch-input>a {
	position: absolute;
	top: -4px;
	right: -18px;
	font-size: .85714em;
	background: #fff;
	padding: 1px;
	line-height: 1
}

.combined-pmatch-input>.answerwrap+a {
	top: -5px;
	right: -21px;
	padding: 2px 4px;
	border: 1px solid #bbb
}

.combined-pmatch-input>input+img+a,
.combined-pmatch-input>img+a {
	top: -5px;
	right: 5px
}

#page-question-type-pmatch .rcw input[type=submit] {
	margin: 0 0 10px 5px
}

#page-question-type-pmatch .rc-hidden {
	display: none
}

body#page-question-type-pmatch-testquestion .progress-success .bar,
body#page-question-type-pmatch-testquestion .progress .bar-success {
	background-color: #5eb95e;
	background-image: linear-gradient(to bottom, #62c462, #57a957);
	background-repeat: repeat-x
}

body#page-question-type-pmatch-testquestion .resettable {
	text-align: left
}

#page-question-type-pmatch-testquestion #attemptsform .error {
	display: block
}

#page-question-type-pmatch-testquestion #attemptsform table input,
#page-question-type-pmatch-testquestion #attemptsform #commands input[type=submit] {
	margin-bottom: 3px
}

#page-question-type-pmatch-testquestion #attemptsform table .section-input {
	margin-top: 7px
}

#page-question-type-pmatch-testquestion #attemptsform table .section-checkbox {
	margin-top: 13px
}

#page-question-type-pmatch-testquestion #attemptsform table .section-checkbox input[type=checkbox] {
	margin-top: 1px
}

#page-question-type-pmatch-testquestion #attemptsform table .section-input .new-response {
	width: 300px
}

#page-question-type-pmatch-testquestion #attemptsform table .section-input,
#page-question-type-pmatch-testquestion #attemptsform table .section-button {
	display: inline-block
}

#page-question-type-pmatch-testquestion #attemptsform table .generaterow td {
	vertical-align: top
}

@media screen and (max-width:767px) {

	#page-question-type-pmatch-testquestion #attemptsform table .section-input,
	#page-question-type-pmatch-testquestion #attemptsform table .section-button {
		display: block
	}

	#page-question-type-pmatch-testquestion #attemptsform table input[type=text] {
		width: 100%
	}
}

#page-question-type-pmatch-testquestion #wrapperactionresponse {
	margin-top: 20px
}

#page-question-type-pmatch-testquestion #newresponsebutton {
	margin-top: -2px
}

#page-question-type-pmatch-testquestion .no-overflow>.generaltable {
	min-height: 40px
}

@media (min-device-width:1023px) {
	#page-question-type-pmatch-testquestion .moodle-dialogue {
		left: calc(50% - 200px) !important;
		top: auto;
		max-width: unset
	}

	@media (max-width:767px) {
		#page-question-type-pmatch-testquestion .moodle-dialogue {
			top: 50% !important
		}
	}

	#page-question-type-pmatch-testquestion .moodle-dialogue-fullscreen {
		left: 0 !important;
		top: 0 !important
	}
}

.error pre {
	margin-bottom: -10px
}

.que.regexp .answer {
	padding: .3em;
	display: inline;
	color: green
}

.alternateanswers .regexp,
#alternateanswers .regexp {
	color: #333;
	font-weight: 700
}

.que.regexp .answer input {
	width: 80%
}

.maxtotalpenalties {
	color: red
}

.misplacedword,
.wrongword,
.labelmisplacedword,
.labelwrongword {
	color: #fff
}

.misplacedword,
.labelmisplacedword {
	background-color: #5cb85c
}

.wrongword,
.labelwrongword {
	background-color: #d9534f
}

.labelmisplacedword,
.labelwrongword {
	font-size: 75%
}

.que.regexp .correctword {
	color: blue
}

.displayvalidationerrors {
	font-family: Courier New, Courier, monospace;
	color: maroon;
	font-size: .9em
}

.alternateanswers ul.square,
#alternateanswers ul.square {
	list-style: square
}

.alternateanswers ul {
	margin: 0
}

.expandalternateanswers {
	background-color: #ffc
}

body#page-question-type-regexp div[id^=fgroup_id_][id*=answeroptions_] {
	background: #eee;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-bottom: 0
}

body#page-question-type-regexp div[id^=fgroup_id_][id*=answeroptions_] .fgrouplabel label {
	font-weight: 700
}

body#page-question-type-regexp div[id^=fgroup_id_][id*=answeroptions_] label[for^='id_answer_'] {
	position: absolute;
	left: -10000px;
	font-weight: 400;
	font-size: 1em
}

body#page-question-type-regexp div[id^=fitem_id_][id*=fraction_] {
	background: #eee;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-top: 0;
	border-bottom: 0
}

body#page-question-type-regexp div[id^=fitem_id_][id*=feedback_] {
	background: #eee;
	margin-bottom: 2em;
	margin-top: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-top: 0
}

.btn .helpme[disabled] {
	display: none
}

.que.shortanswer .answer {
	padding: .3em;
	display: inline
}

.que.shortanswer .answer input {
	width: 80%
}

body#page-question-type-shortanswer div[id^=fgroup_id_][id*=answeroptions_] {
	background: #eee;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-bottom: 0
}

body#page-question-type-shortanswer div[id^=fgroup_id_][id*=answeroptions_] .fgrouplabel label {
	font-weight: 700
}

body#page-question-type-shortanswer div[id^=fgroup_id_][id*=answeroptions_] label[for^='id_answer_'] {
	position: absolute;
	left: -10000px;
	font-weight: 400;
	font-size: 1em
}

body#page-question-type-shortanswer div[id^=fitem_id_][id*=fraction_] {
	background: #eee;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-top: 0;
	border-bottom: 0
}

body#page-question-type-shortanswer div[id^=fitem_id_][id*=feedback_] {
	background: #eee;
	margin-bottom: 2em;
	margin-top: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-top: 0
}

div.wirisanswerfielddecoration.wirisembeddeddecoration.wirisincorrect,
div.wirisanswerfielddecoration.wiriseditordecoration.wirisincorrect div.wiriseditorwrapper {
	background-image: url(/theme/image.php/recit2/core/1759007012/i/grade_incorrect) !important
}

div.wirisanswerfielddecoration.wirisembeddeddecoration.wiriscorrect,
div.wirisanswerfielddecoration.wiriseditordecoration.wiriscorrect div.wiriseditorwrapper {
	background-image: url(/theme/image.php/recit2/core/1759007012/i/grade_correct) !important
}

div.wirisanswerfielddecoration.wirisembeddeddecoration.wirispartiallycorrect,
div.wirisanswerfielddecoration.wiriseditordecoration.wirispartiallycorrect div.wiriseditorwrapper {
	background-image: url(/theme/image.php/recit2/core/1759007012/i/grade_partiallycorrect) !important
}

div.rightanswer .wrsUI_app.wrsUI_graph {
	max-width: 800px;
	height: 453px
}

div .answer .wrsUI_quizzesAnswerField .wrsUI_mathTypeComponent .wrsUI_inlineMathEditor {
	display: flex;
	flex-direction: row
}

details.stack-hint {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
	background-color: #f2f2f2;
	width: fit-content
}

div.stack-hint-content {
	padding: 10px
}

.que.stack .stackruntimeerrror {
	color: #c02200;
	font-size: 100%;
	font-weight: 700
}

.que.stack .stacksyntaxexample {
	color: #1f536b;
	font-family: monospace;
	font-size: 100%;
	font-weight: 700
}

.que.stack .stacksyntaxexamplehighlight {
	color: red
}

.que.stack .stackinputfeedback.standard {
	border: 1px solid #fff;
	background-color: #fff;
	margin: .2em 3em .5em;
	padding: .5em .5em 0
}

.que.stack .stackinputfeedback.equiv {
	vertical-align: top;
	display: inline-block;
	background-color: #fff;
	margin: 0;
	padding: .2em
}

.que.stack .stackinputfeedback.compact {
	margin: 3px 3px 3px;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: .3em
}

.stackinputfeedback .MathJax_Display {
	margin: .5em 0
}

.que.stack .stackinputerror {
	padding: .2em .2em .2em;
	margin: 3px 3px 3px;
	display: block
}

.que.stack .stackinputnotice {
	font-size: x-small;
	color: #888
}

.que.stack .stackinputfeedback.empty {
	display: none
}

.que.stack .stackinputfeedback.waiting,
.que.stack .stackinputfeedback.loading {
	color: #888;
	min-height: 1em
}

.que.stack .stackinputfeedback.loading {
	background: #fff url(/theme/image.php/recit2/core/1759007012/i/loading_small) no-repeat top right
}

.que.stack .stackinputfeedback.waiting .stacksyntaxexample,
.que.stack .stackinputfeedback.loading .stacksyntaxexample {
	color: #84aec1
}

.que.stack textarea {
	vertical-align: top;
	display: inline-block;
	max-width: 100%;
	resize: both
}

#id_questionvariables,
textarea[id*=feedbackvariables],
textarea[name=maximavars] {
	min-width: 100%;
	font-family: monospace
}

.que.stack input[type=checkbox] {
	margin-right: .4em
}

.que.stack input[type=radio] {
	margin-right: .4em
}

.que.stack input[type=text] {
	max-width: 100%
}

.que.stack .geogebra-right,
.que.stack .numerical-right,
.que.stack .algebraic-right,
.que.stack .algebraic-units-right {
	max-width: 100%;
	text-align: right
}

.que.stack .input-monospace {
	font-family: monospace
}

.que.stack .formulation .stackprtfeedback {
	background: #fcf8e3;
	margin: .2em -.2em .5em;
	padding: .2em .5em .2em .2em;
	display: inline-block;
	vertical-align: top
}

.que.stack .formulation .stackprtfeedback .correct,
.que.stack .formulation .stackprtfeedback .partiallycorrect,
.que.stack .formulation .stackprtfeedback .incorrect {
	background: #fff0;
	font-weight: 700
}

.que.stack .formulation .questiontestslink {
	float: right;
	font-size: .8em;
	margin: -.3em -.3em
}

body.pagelayout-embedded .que.stack .formulation .questiontestslink {
	display: none
}

.que.stack .formulation .answer .option {
	margin: .7em
}

.que.stack .matrixtable {
	border-collapse: collapse
}

.que.stack div.matrixroundbrackets {
	display: inline-block;
	border: 0;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-radius: 1em;
	padding: .5em
}

.que.stack div.matrixnobrackets {
	display: inline-block;
	border: 0;
	padding: .5em
}

.que.stack div.matrixbarbrackets {
	display: inline-block;
	border: 0;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	padding: .5em
}

.que.stack div.matrixsquarebrackets {
	display: inline-block;
	background-image: linear-gradient(#000, #000), linear-gradient(#000, #000), linear-gradient(#000, #000), linear-gradient(#000, #000);
	background-repeat: no-repeat;
	background-size: 8px 2px;
	background-position: top left, top right, bottom left, bottom right;
	border: solid #000;
	border-width: 0 2px;
	padding: .5em
}

.que.stack textarea.varmatrixinput {
	overflow: hidden;
	white-space: pre;
	min-width: 3rem;
	min-height: 3rem;
	width: 3rem;
	height: 3rem;
	outline: none;
	direction: ltr;
	unicode-bidi: plaintext
}

.que.stack textarea.equivinput {
	overflow: hidden;
	white-space: pre;
	outline: none;
	direction: ltr;
	unicode-bidi: plaintext
}

body.path-question-type-stack-doc blockquote {
	border-left: 5px solid #ccc;
	margin: 1.5em 10px;
	padding: 1em 10px .1em 10px;
	quotes: "\201C""\201D""\2018""\2019"
}

div.stack-comment {
	text-align: left;
	background: #fcf8e3;
	border: 4px solid #ddd;
	border-radius: 12px;
	padding: 12px;
	margin: 4px;
	overflow: hidden
}

.proof,
.proof-block {
	text-align: left;
	background: rgb(255 255 255 / .3);
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 3px;
	margin: 2px 4px;
	overflow: hidden
}

.proof-block {
	border: none;
	border-left: 3px solid;
	margin-top: 1em;
	padding-left: 1em
}

.proof-line {
	width: 100%;
	content: "";
	display: table;
	clear: both
}

.proof-num {
	float: left;
	width: 25px;
	padding: 1px
}

.proof-comment {
	background: rgb(255 255 255 / .7);
	float: right;
	border-radius: 3px;
	border: 1px solid #ddd;
	padding: 2px;
	margin: 2px
}

.proof-step,
.proof-column,
.proof-column-2 {
	float: left;
	padding: 1px
}

.proof-column,
.proof-column-2 {
	width: 48%
}

.proof-column-2 {
	background: rgb(255 255 255 / .7)
}

@media screen and (max-width:900px) {
	.proof-column {
		width: 100%
	}

	.proof-column-2 {
		width: 100%
	}
}

ol.proof-steps {
	counter-reset: li;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0
}

ol.proof-steps>li {
	position: relative;
	margin-left: 2em;
	padding: .5em;
	list-style: none;
	line-height: 1.5em
}

ol.proof-steps>li>p {
	margin: 0
}

ol.proof-steps>li:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	top: 7px;
	left: -2em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 1.5em;
	height: 1.5em;
	margin-right: .2em;
	margin-top: 0;
	border-style: none;
	border-radius: 50%;
	line-height: 1.4em;
	text-align: center;
	z-index: 2;
	background-color: #039;
	color: #fff;
	font-weight: 600;
	vertical-align: middle;
	padding-top: 1px
}

ol.proof-steps>li:after {
	position: absolute;
	left: -19px;
	top: 10px;
	content: "";
	height: 100%;
	width: 0;
	border-left: 3px solid #039;
	z-index: 1
}

ol.proof-steps>li:last-of-type:after {
	border: none
}

ol.proof-steps>li:before {
	content: counter(li, decimal)
}

ol.proof-steps ol.proof-steps>li:before {
	content: counter(li, lower-latin)
}

ol.proof-steps ol.proof-steps ol.proof-steps>li:before {
	content: counter(li, lower-roman)
}

body#page-question-type-stack .fitem_fgroup .accesshide,
body#page-question-type-stack-questiontestedit .fitem_fgroup .accesshide {
	font: inherit;
	left: 0;
	position: static
}

body#page-question-type-stack div[id^=fgroup_id_][id*=node_] {
	margin-top: 2em;
	background: #ddf;
	margin-bottom: 0
}

body#page-question-type-stack div[id^=fgroup_id_][id*=nodewhentrue_],
body#page-question-type-stack div[id^=fitem_id_][id*=truefeedback_] {
	background: #cfc;
	margin-bottom: 0
}

body#page-question-type-stack div[id^=fgroup_id_][id*=nodewhenfalse_],
body#page-question-type-stack div[id^=fitem_id_][id*=falsefeedback_] {
	background: #fcc;
	margin-bottom: 0
}

body#page-question-type-stack div[id^=fitem_id_][id*=truefeedback_],
body#page-question-type-stack div[id^=fitem_id_][id*=falsefeedback_] {
	padding-bottom: .3em
}

body#page-question-type-stack div[id^=fitem_id_][id*=nodeadd] {
	margin-top: 2em
}

body.path-question-type-stack dt {
	font-weight: 700
}

body.path-question-type-stack dd {
	margin-left: 2em
}

body#page-question-type-stack-healthcheck textarea {
	font-family: monospace;
	width: 100%;
	white-space: pre
}

body#page-question-type-stack-healthcheck div.box {
	background: #ddd
}

body#page-question-type-stack-healthcheck div.box h2 {
	margin-top: 0;
	margin-bottom: 0
}

body#page-question-type-stack-healthcheck div.box h3 {
	margin-top: .7em;
	margin-bottom: .3em
}

body#page-question-type-stack-healthcheck div.box pre {
	margin-bottom: 0
}

body.path-question-type-stack table.stacktestsuite .notes td,
body.path-question-type-stack p.notes {
	font-weight: 700
}

body.path-question-type-stack table.stacktestsuite .pass td,
body.path-question-type-stack p.pass {
	background-color: #dfd
}

body.path-question-type-stack table.stacktestsuite .fail td,
body.path-question-type-stack p.fail {
	background-color: #fdd
}

body.path-question-type-stack table.stacktestsuite .expectedfail td {
	background-color: #ffd
}

body.path-question-type-stack table.stacktestsuite pre {
	font-size: .8em;
	background: #fff9;
	padding: .25rem;
	max-width: 60em
}

body.path-question-type-stack .stacktestsuite td {
	padding: .3rem
}

body.path-question-type-stack .stacktestsuite .MathJax_Display {
	margin: 0
}

body.path-question-type-stack .stacktestsuite {
	margin-bottom: .5rem
}

.questionvariables pre {
	white-space: pre-wrap
}

body.path-question-type-stack h2.fail,
body.path-question-type-stack h3 span.fail {
	color: red
}

body.path-question-type-stack h2.pass,
body.path-question-type-stack h3 span.pass {
	color: #080
}

body.path-question-type-stack .overallresult {
	color: #fff;
	font-weight: 700;
	padding: .5em
}

body.path-question-type-stack .overallresult.fail {
	background: red
}

body.path-question-type-stack .overallresult.pass {
	background: #080
}

body.path-question-type-stack .testcasebuttons div,
body.path-question-type-stack .testcasebuttons form {
	display: inline
}

body.path-question-type-stack pre.questiontext,
body#page-question-type-stack-replacedollars div.questiontext,
body.path-question-type-stack .questionnote,
body.path-question-type-stack .questionvariables {
	background: #eee;
	padding: 1em
}

body.path-question-type-stack div.questionvariables {
	padding-bottom: .1em
}

body.path-question-type-stack .factsheet {
	color: #000;
	border: 1px solid #000;
	background: #eee;
	padding: 1em
}

body.path-question-type-stack .undeployedvariant .singlebutton,
body.path-question-type-stack .undeployedvariant .singlebutton div,
body.path-question-type-stack .undeployedvariant .singlebutton form {
	display: inline
}

body.path-question-type-stack .switchtovariant {
	margin-top: 1em
}

.displayequation {
	display: block;
	text-align: left;
	margin: .5em 0 .5em 2em
}

.stack_plot {
	text-align: center
}

body#page-question-type-stack-replacedollars pre.questiontext {
	white-space: pre-wrap
}

body#page-question-type-stack-replacedollars pre del {
	color: red;
	font-weight: 700
}

body#page-question-type-stack-replacedollars pre ins {
	color: green;
	font-weight: 700
}

body.ie:not(.ie11) .stack_abstract_graph {
	display: none
}

.stack_abstract_graph {
	background: #ffc;
	margin: 5px
}

.stack_abstract_graph path {
	stroke-width: 3px;
	fill: none
}

.stack_abstract_graph path.left {
	stroke: #0d0
}

.stack_abstract_graph circle.left {
	fill: #0d0
}

.stack_abstract_graph path.right {
	stroke: #a00
}

.stack_abstract_graph circle.right {
	fill: #a00
}

.stack_abstract_graph path.cross {
	stroke: red;
	stroke-linecap: round
}

.stack_abstract_graph text {
	font-family: Verdana, sans-serif
}

.stack_abstract_graph text.nodelabel {
	font-size: .8em;
	fill: #fff;
	alignment-baseline: middle;
	text-anchor: middle
}

.stack_abstract_graph text.edgelabel {
	font-size: .8em;
	fill: #000;
	alignment-baseline: middle
}

.stack_abstract_graph text.edgelabel.left {
	text-anchor: end
}

.stack_abstract_graph text.edgelabel.right {
	text-anchor: start
}

.stack_abstract_graph circle.node {
	fill: blue
}

#basic-modal-content {
	display: none
}

#simplemodal-overlay {
	background-color: #000;
	cursor: wait
}

#simplemodal-container {
	height: 360px;
	width: 600px;
	border: 4px solid #444;
	padding: 12px;
	background-color: inherit
}

#simplemodal-container .simplemodal-data {
	padding: 8px
}

#simplemodal-container a.modalCloseImg {
	background: url(./x.png) no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -15px;
	right: -16px;
	cursor: pointer
}

/*! jQuery UI - v1.12.1 - 2019-05-02
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, theme.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
	display: none
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse
}

.ui-helper-clearfix:after {
	clear: both
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0
}

.ui-front {
	z-index: 100
}

.ui-state-disabled {
	pointer-events: none
}

.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0
}

.ui-menu .ui-menu {
	position: absolute
}

.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px
}

.ui-menu-icons {
	position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em
}

.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0
}

.ui-menu .ui-menu-icon {
	left: auto;
	right: 0
}

.ui-widget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em
}

.ui-widget .ui-widget {
	font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em
}

.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5
}

.ui-widget-content {
	border: 1px solid #ddd;
	background: #fff;
	color: #333
}

.ui-widget-content a {
	color: #333
}

.ui-widget-header {
	border: 1px solid #ddd;
	background: #e9e9e9;
	color: #333;
	font-weight: 700
}

.ui-widget-header a {
	color: #333
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: 400;
	color: #454545
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #ccc;
	background: #ededed;
	font-weight: 400;
	color: #2b2b2b
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: 400;
	color: #fff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #fff;
	text-decoration: none
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px
}

.ui-widget-overlay {
	background: #aaa;
	opacity: .3
}

.ui-widget-shadow {
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666
}

.varmatrixinputdiv {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	position: relative;
	display: inline-block;
	padding: 5px;
	min-width: 20px;
	min-height: 20px
}

.varmatrixinputspan {
	outline: none;
	background: #fff;
	padding: 3px
}

.varmatrixBorderTopLeft {
	background: #000;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 1px
}

.varmatrixBorderTopRight {
	background: #000;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 1px
}

.varmatrixBorderBottomLeft {
	background: #000;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 1px
}

.varmatrixBorderBottomRight {
	background: #000;
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10px;
	height: 1px
}

.HELM_exercise {
	font-weight: 700;
	font-size: 110%
}

.HELM_exercise:before {
	font-family: "FontAwesome", "Font Awesome 6 Free";
	content: "\f040";
	padding-right: .5rem;
	font-size: 120%;
	display: inline-block
}

h4.HELM_example,
.HELM_example {
	font-size: 95%;
	background: #1e92cc;
	color: #fff;
	text-shadow: none;
	padding: .5em;
	display: inline-block;
	margin: -.5em -.5em .5em 0;
	border-radius: .2em
}

h4.HELM_example:before,
.HELM_example:before {
	font-family: "FontAwesome", "Font Awesome 6 Free";
	content: "\f046";
	display: inline-block;
	padding-right: .5em;
	vertical-align: middle;
	font-weight: 500;
	font-size: 120%
}

.HELM_solution {
	font-size: 95%;
	color: #1e92cc
}

.HELM_part {
	background: #1e92cc;
	color: #fff;
	text-shadow: none;
	border-radius: .2em;
	padding: .3rem;
	margin-left: 1em
}

ol.HELM_parts {
	list-style: none;
	counter-reset: helm-parts;
	margin-top: 1rem;
	width: 100%
}

ol.HELM_parts>li {
	counter-increment: helm-parts;
	margin-bottom: 1.5rem;
	display: block
}

ol.HELM_parts>li:before {
	content: "(" counter(helm-parts, lower-alpha) ")";
	margin-left: -2.2rem;
	margin-top: -.3rem;
	margin-right: .4rem;
	background: #1e92cc;
	border-radius: .2rem;
	color: #fff;
	text-shadow: none;
	padding: .3rem;
	text-align: center;
	display: inline-block;
	box-sizing: border-box
}

ol.HELM_parts_inline {
	list-style: none;
	padding: 0;
	counter-reset: helm-parts;
	float: left;
	width: 100%;
	margin-left: 2.5rem
}

ol.HELM_parts_inline>li {
	counter-increment: helm-parts;
	display: inline;
	margin-left: -2.2rem
}

ol.HELM_parts_inline>li::before {
	content: "(" counter(helm-parts, lower-alpha) ")";
	margin-right: 1ex;
	margin-top: -.3rem;
	background: #1e92cc;
	border-radius: .2rem;
	color: #fff;
	text-shadow: none;
	padding: .3rem;
	text-align: center;
	display: inline-block;
	box-sizing: border-box
}

ol.HELM_parts_inline>li:not(:last-child)::after {
	content: "";
	margin-right: 4rem
}

ol.HELM_parts>li>ol.HELM_parts>li:before {
	content: "(" counter(helm-parts, lower-roman) ")"
}

div.HELM_keypoint {
	border: 1px solid #1e92cc;
	border-left-width: 3px;
	padding: .2rem 1rem
}

.HELM_keypoint h4 {
	font-size: 110%;
	color: #1e92cc
}

.HELM_keypoint h4:before {
	font-family: "FontAwesome", "Font Awesome 6 Free";
	content: "\f0a9";
	padding-right: .5rem;
	font-size: 120%;
	display: inline-block
}

table.HELM_table {
	text-align: center;
	margin-left: auto;
	margin-right: auto
}

table.HELM_table th {
	border-bottom: 1px solid #000
}

table.HELM_table td,
table.HELM_table th {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #000
}

table.HELM_table td:last-child,
table.HELM_table th:last-child {
	border-right: 0
}

.que.stack .algebraic,
.que.stack .algebraic-units,
.que.stack .numerical,
.que.stack .maxima-string,
.que.stack .maxima-list,
.que.stack .equiv,
.que.stack .equivinput,
.que.stack .varmatrixinput,
.que.stack .matrixtable,
#page-question-type-stack textarea#id_questionvariables,
#page-question-type-stack input#id_variantsselectionseed,
#page-question-type-stack #id_questionnote,
#page-question-type-stack #id_prt1feedbackvariables,
#page-question-type-stack input#id_ans1modelans,
#page-question-type-stack input#id_ans1allowwords,
#page-question-type-stack input#id_ans1options {
	display: inline-block;
	direction: ltr
}

#page-question-type-stack #id_inversetrig option {
	unicode-bidi: plaintext
}

.algebratree,
.algebratree ul,
.algebratree li {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative
}

.algebratree {
	margin: 0 0 1em;
	text-align: center
}

.algebratree,
.algebratree ul {
	display: table
}

.algebratree ul {
	width: 100%
}

.algebratree li {
	display: table-cell;
	padding: .5em 0;
	vertical-align: top
}

.algebratree li:before {
	outline: solid 1px #666;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.algebratree li:first-child:before {
	left: 50%
}

.algebratree li:last-child:before {
	right: 50%
}

.algebratree span.atom,
.algebratree span.op,
.algebratree span.cell,
.algebratree code {
	border: solid .1em #666;
	border-radius: .2em;
	display: inline-block;
	margin: 0 .2em .5em;
	padding: .2em .5em;
	position: relative
}

.algebratree span.atom {
	border-radius: .5em;
	color: DarkRed;
	background-color: LightCyan
}

.algebratree code,
.algebratree span.op {
	border-radius: .2em;
	color: Red;
	background-color: LemonChiffon
}

.algebratree ul:before,
.algebratree span.atom:before,
.algebratree span.op:before,
.algebratree span.cell:before,
.algebratree code:before {
	outline: solid 1px #666;
	content: "";
	height: .5em;
	left: 50%;
	position: absolute
}

.algebratree ul:before {
	top: -.5em
}

.algebratree span.atom:before,
.algebratree span.op:before,
.algebratree span.cell:before,
.algebratree code:before {
	top: -.55em
}

.algebratree>li {
	margin-top: 0
}

.algebratree>li:before,
.algebratree>li:after,
.algebratree>li>span.atom:before,
.algebratree>li>span.op:before,
.algebratree>li>span.cell:before,
.algebratree>li>code:before {
	outline: none
}

.stack-collapse-header {
	cursor: pointer
}

.stack-collapse-header:not(.collapsed):before {
	font-family: "FontAwesome", "Font Awesome 6 Free";
	content: "\f0d7";
	font-weight: 700;
	display: inline-block
}

.stack-collapse-header.collapsed:before {
	font-family: "FontAwesome", "Font Awesome 6 Free";
	content: "\f0da";
	font-weight: 700;
	display: inline-block
}

.stack-ra-report::marker {
	font-size: 1.4rem
}

.stack-ra-question {
	max-width: 800px;
	background-color: #e6f7ff;
	border-radius: 10px;
	padding: 1em;
	white-space: pre-line
}

.stack-ra-question * {
	margin: 0
}

.stack-library-file-list {
	padding: 20px 0 20px 0;
	height: 400px;
	overflow-y: scroll;
	border: 1px solid lightblue;
	border-radius: 10px
}

.stack-library-import-success {
	padding: 5px 0 5px 10px;
	background-color: lightgreen;
	border-radius: 10px
}

.stack-library-import-failure {
	padding: 5px 0 5px 10px;
	background-color: pink;
	border-radius: 10px
}

.que .outcome,
.que .comment {
	color: #44331b
}

.que.truefalse .answer div.r0,
.que.truefalse .answer div.r1 {
	padding: .3em
}

.que.varnumeric .answer {
	padding: .3em;
	width: auto;
	display: inline
}

.que.varnumeric span.answerwrap {
	display: inline-block
}

.que.varnumeric .answer input {
	width: 99%
}

body#page-question-type-varnumeric div[id^=fitem_id_][id*=vartype_],
body#page-question-type-varnumeric #fitem_id_addanswers+.fitem,
body#page-question-type-varnumeric div[id^=fgroup_id_][id*=answeroptions_] {
	background: #eee;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-bottom: 0
}

body#page-question-type-varnumeric div[id^=fitem_id_][id*=_varname_] .fitemtitle,
body#page-question-type-varnumeric #fitem_id_addanswers+.fitem .fitemtitle,
body#page-question-type-varnumeric div[id^=fgroup_id_][id*=answeroptions_] .fitemtitle {
	font-weight: 700
}

body#page-question-type-varnumeric div[id^=fitem_id_][id*=varname_],
body#page-question-type-varnumeric div[id^=fitem_id_][id*=_variant],
body#page-question-type-varnumeric div[id^=fitem_id_][id*=feedback_],
body#page-question-type-varnumeric div[id^=fitem_id_][id*=feedback_]+.fitem,
body#page-question-type-varnumeric div[id^=fgroup_id_][id*=autofirerow1_],
body#page-question-type-varnumeric div[id^=fgroup_id_][id*=autofirerow2_] {
	background: #eee;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-top: 0;
	border-bottom: 0
}

body#page-question-type-varnumeric div[id^=fgroup_id_][id*=autofirerow3_] {
	background: #eee;
	margin-bottom: 2em;
	margin-top: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-top: 0
}

body#page-question-type-varnumeric div[id^=fitem_id_][id*=_variant_last] {
	margin-bottom: 1em;
	margin-top: 0;
	padding: 0;
	border: 1px solid #bbb;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	background: #fff
}

body#page-question-type-varnumeric div[id^=fitem_id_][id*=_variant_last] div {
	display: none
}

body#page-question-type-varnumeric #fitem_id_addvariants,
body#page-question-type-varnumeric div[id^=fitem_id_][id*=requirescinotation]+.fitem {
	margin-bottom: 2em
}

body#page-question-type-varnumeric #fitem_id_answer_0 {
	margin-top: 1em
}

body#page-question-type-varnumeric div[id^=fgroup_id_][id*=answeroptions_] label[for^='id_answer_'] {
	position: absolute;
	left: -10000px;
	font-weight: 400;
	font-size: 1em
}

body#page-question-type-varnumeric div[id^=fgroup_id_][id*=autofirerow1_] label[for^='id_checknumerical_'],
body#page-question-type-varnumeric div[id^=fgroup_id_][id*=autofirerow2_] label[for^='id_checkpowerof10_'],
body#page-question-type-varnumeric div[id^=fgroup_id_][id*=autofirerow3_] label[for^='id_syserrorpenalty_'] {
	margin-left: 0
}

.que.varnumericset .answer {
	padding: .3em;
	width: auto;
	display: inline
}

.que.varnumericset span.answerwrap {
	display: inline-block
}

body#page-question-type-varnumericset div[id^=fitem_id_][id*=vartype_],
body#page-question-type-varnumericset #fitem_id_addanswers+.fitem,
body#page-question-type-varnumericset div[id^=fgroup_id_][id*=answeroptions_] {
	background: #eee;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-bottom: 0
}

body#page-question-type-varnumericset div[id^=fitem_id_][id*=_varname_] .fitemtitle,
body#page-question-type-varnumericset #fitem_id_addanswers+.fitem .fitemtitle,
body#page-question-type-varnumericset div[id^=fgroup_id_][id*=answeroptions_] .fitemtitle {
	font-weight: 700
}

body#page-question-type-varnumericset div[id^=fitem_id_][id*=varname_],
body#page-question-type-varnumericset div[id^=fitem_id_][id*=_variant],
body#page-question-type-varnumericset div[id^=fitem_id_][id*=feedback_],
body#page-question-type-varnumericset div[id^=fitem_id_][id*=feedback_]+.fitem,
body#page-question-type-varnumericset div[id^=fgroup_id_][id*=autofirerow1_],
body#page-question-type-varnumericset div[id^=fgroup_id_][id*=autofirerow2_] {
	background: #eee;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-top: 0;
	border-bottom: 0
}

body#page-question-type-varnumericset div[id^=fgroup_id_][id*=autofirerow3_] {
	background: #eee;
	margin-bottom: 2em;
	margin-top: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-top: 0
}

body#page-question-type-varnumericset div[id^=fitem_id_][id*=_variant_last] {
	margin-bottom: 1em;
	margin-top: 0;
	padding: 0;
	border: 1px solid #bbb;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	background: #fff
}

body#page-question-type-varnumericset div[id^=fitem_id_][id*=_variant_last] div {
	display: none
}

body#page-question-type-varnumericset #fitem_id_addvariants,
body#page-question-type-varnumericset div[id^=fitem_id_][id*=requirescinotation]+.fitem {
	margin-bottom: 2em
}

body#page-question-type-varnumericset #fitem_id_answer_0 {
	margin-top: 1em
}

body#page-question-type-varnumericset div[id^=fgroup_id_][id*=answeroptions_] label[for^='id_answer_'] {
	position: absolute;
	left: -10000px;
	font-weight: 400;
	font-size: 1em
}

body#page-question-type-varnumericset div[id^=fgroup_id_][id*=autofirerow1_] label[for^='id_checknumerical_'],
body#page-question-type-varnumericset div[id^=fgroup_id_][id*=autofirerow2_] label[for^='id_checkpowerof10_'],
body#page-question-type-varnumericset div[id^=fgroup_id_][id*=autofirerow3_] label[for^='id_syserrorpenalty_'] {
	margin-left: 0
}

.que.varnumunit .answer {
	padding: .3em;
	width: auto;
	display: inline
}

.que.varnumunit span.answerwrap {
	display: inline-block
}

.que.varnumunit .answer input {
	width: 99%
}

body#page-question-type-varnumunit div[id^=fitem_id_][id*=vartype_],
body#page-question-type-varnumunit #fitem_id_addanswers+.fitem,
body#page-question-type-varnumunit div[id^=fgroup_id_][id*=answeroptions_],
body#page-question-type-varnumunit div[id^=fitem_id_][id*=units_],
body#page-question-type-varnumunit #fitem_id_addunits+.fitem {
	background: #eee;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-bottom: 0
}

body#page-question-type-varnumunit div[id^=fitem_id_][id*=_varname_] .fitemtitle,
body#page-question-type-varnumunit #fitem_id_addanswers+.fitem .fitemtitle,
body#page-question-type-varnumunit div[id^=fgroup_id_][id*=answeroptions_] .fitemtitle,
body#page-question-type-varnumunit div[id^=fitem_id_][id*=units_] .fitemtitle,
body#page-question-type-varnumunit #fitem_id_addunits+.fitem .fitemtitle {
	font-weight: 700
}

body#page-question-type-varnumunit div[id^=fitem_id_][id*=varname_],
body#page-question-type-varnumunit div[id^=fitem_id_][id*=_variant],
body#page-question-type-varnumunit div[id^=fitem_id_][id*=_feedback_],
body#page-question-type-varnumunit div[id^=fitem_id_][id*=_feedback_]+.fitem,
body#page-question-type-varnumunit div[id^=fgroup_id_][id*=autofirerow1_],
body#page-question-type-varnumunit div[id^=fgroup_id_][id*=autofirerow2_],
body#page-question-type-varnumunit div[id^=fitem_id_][id*=spaceinunit_],
body#page-question-type-varnumunit div[id^=fitem_id_][id*=spacesfeedback_],
body#page-question-type-varnumunit div[id^=fitem_id_][id*=replacedash_],
body#page-question-type-varnumunit div[id^=fitem_id_][id*=unitsfraction_],
body#page-question-type-varnumunit div[id^=fitem_id_][id*=otherunitlabel]+.fitem {
	background: #eee;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-top: 0;
	border-bottom: 0
}

body#page-question-type-varnumunit div[id^=fgroup_id_][id*=autofirerow3_],
body#page-question-type-varnumunit div[id^=fitem_id_][id*=unitsfeedback_],
body#page-question-type-varnumunit div[id^=fitem_id_][id*=id_otherunitfeedback] {
	background: #eee;
	margin-bottom: 2em;
	margin-top: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #bbb;
	border-top: 0
}

body#page-question-type-varnumunit div[id^=fitem_id_][id*=_variant_last] {
	margin-bottom: 1em;
	margin-top: 0;
	padding: 0;
	border: 1px solid #bbb;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	background: #fff
}

body#page-question-type-varnumunit div[id^=fitem_id_][id*=_variant_last] div,
body#page-question-type-varnumunit div[id^=fitem_id_][id*=otherunitlabel] textarea {
	display: none
}

body#page-question-type-varnumunit #fitem_id_addvariants,
body#page-question-type-varnumunit div[id^=fitem_id_][id*=requirescinotation]+.fitem,
body#page-question-type-varnumunit #fitem_id_addunits {
	margin-bottom: 2em
}

body#page-question-type-varnumunit #fitem_id_answer_0 {
	margin-top: 1em
}

body#page-question-type-varnumunit div[id^=fgroup_id_][id*=answeroptions_] label[for^='id_answer_'] {
	position: absolute;
	left: -10000px;
	font-weight: 400;
	font-size: 1em
}

body#page-question-type-varnumunit div[id^=fgroup_id_][id*=autofirerow1_] label[for^='id_checknumerical_'],
body#page-question-type-varnumunit div[id^=fgroup_id_][id*=autofirerow2_] label[for^='id_checkpowerof10_'],
body#page-question-type-varnumunit div[id^=fgroup_id_][id*=autofirerow3_] label[for^='id_syserrorpenalty_'] {
	margin-left: 0
}

.que.wordselect .qtext input[type=checkbox] {
	display: none
}

.que.wordselect .qtext .selectable {
	background-attachment: scroll;
	background-clip: border-box;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	background-origin: padding-box;
	background-size: auto auto;
	border-radius: .25em;
	cursor: pointer;
	display: inline
}

.que.wordselect .qtext .multiword {
	border: thin solid #000;
	border-radius: .25em
}

.que.wordselect .qtext .selected {
	border-radius: .25em;
	background-color: #cbcfd4;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	border: solid thin #000;
	margin: 0 2px 0 2px;
	display: inline;
	-moz-box-shadow: 1px 1px 2px rgb(0 0 0 / .9);
	-webkit-box-shadow: 1px 1px 2px rgb(0 0 0 / .9);
	box-shadow: 1px 1px 2px rgb(0 0 0 / .9);
	outline-style: solid;
	outline-width: thin
}

.que.wordselect .qtext .keyboard_focus {
	border-color: #0a0;
	box-shadow: 0 0 5px 5px rgb(255 255 150)
}

.que.wordselect .qtext .incorrect {
	background-attachment: scroll;
	background-color: #f7d0d0;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	border-radius: .25em;
	border: solid thin #000;
	color: #b71c1c;
	display: inline;
	text-decoration: line-through;
	-moz-box-shadow: 1px 1px 2px rgb(0 0 0 / .8);
	-webkit-box-shadow: 1px 1px 2px rgb(0 0 0 / .8);
	box-shadow: 1px 1px 2px rgb(0 0 0 / .8)
}

.que.wordselect .qtext .correct {
	background-color: #ee2;
	border-radius: .25em;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	border: solid thin
}

.que.wordselect .qtext .correctresponse {
	background: #9dd8bb;
	border-radius: .25em;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	border: solid thin #000;
	color: #255c41;
	display: inline;
	-moz-box-shadow: 1px 1px 2px rgb(0 0 0 / .8);
	-webkit-box-shadow: 1px 1px 2px rgb(0 0 0 / .8);
	box-shadow: 1px 1px 2px rgb(0 0 0 / .8)
}

body.wrs_plugin.wrs_filter {
	font-family: Arial
}

span.wrs_plugin.wrs_filter {
	font-weight: 700
}

span.ok.wrs_plugin.wrs_filter {
	color: #090
}

span.error.wrs_plugin.wrs_filter {
	color: #d00
}

table.wrs_plugin.wrs_filter,
th.wrs_plugin.wrs_filter,
td.wrs_plugin.wrs_filter,
tr.wrs_plugin.wrs_filter {
	border: solid 1px #000;
	border-collapse: collapse;
	padding: 5px
}

th.wrs_plugin.wrs_filter {
	background-color: #eee
}

img.wrs_plugin.wrs_filter {
	border: none
}

.path-mod-assign div.gradingnavigation div {
	float: left;
	margin-left: 2em
}

.path-mod-assign div.submissionstatustable,
.path-mod-assign div.submissionfull,
.path-mod-assign div.submissionlinks,
.path-mod-assign div.usersummary,
.path-mod-assign div.feedback,
.path-mod-assign div.gradingsummary {
	margin-bottom: 1.5em
}

.path-mod-assign div.submissionstatus .generaltable,
.path-mod-assign div.submissionlinks .generaltable,
.path-mod-assign div.feedback .generaltable,
.path-mod-assign div.submissionsummarytable .generaltable,
.path-mod-assign div.attempthistory table,
.path-mod-assign div.gradingsummary .generaltable {
	width: 100%
}

.path-mod-assign table.generaltable table td {
	border: 0 none
}

.path-mod-assign .gradingsummarytable,
.path-mod-assign .feedbacktable,
.path-mod-assign .lockedsubmission,
.path-mod-assign .submissionsummarytable {
	margin-top: 1em
}

.path-mod-assign div.submissionsummarytable table tbody tr td.c0 {
	width: 30%
}

.path-mod-assign .submittedlate {
	color: red;
	font-weight: 900
}

.path-mod-assign.jsenabled .gradingtable .c1 select {
	display: none
}

.path-mod-assign .quickgradingform .mform fieldset {
	margin: 0;
	padding: 0
}

.path-mod-assign textarea.quickgrade {
	resize: both
}

.path-mod-assign td.submissionstatus,
.path-mod-assign div.submissionstatus,
.path-mod-assign a:link.submissionstatus {
	color: #000;
	background-color: #efefef
}

.path-mod-assign td.submissionstatusdraft,
.path-mod-assign div.submissionstatusdraft,
.path-mod-assign a:link.submissionstatusdraft {
	color: #000;
	background-color: #efefcf
}

.path-mod-assign td.submissionstatussubmitted,
.path-mod-assign div.submissionstatussubmitted,
.path-mod-assign a:link.submissionstatussubmitted {
	color: #000;
	background-color: #cfefcf
}

.path-mod-assign td.submissionlocked,
.path-mod-assign div.submissionlocked {
	color: #000;
	background-color: #efefcf
}

.path-mod-assign td.submissionreopened,
.path-mod-assign div.submissionreopened {
	color: #000;
	background-color: #efefef
}

.path-mod-assign td.submissiongraded,
.path-mod-assign div.submissiongraded {
	color: #000;
	background-color: #cfefcf
}

.path-mod-assign td.submissionnotgraded,
.path-mod-assign div.submissionnotgraded {
	color: #000
}

.path-mod-assign td.latesubmission,
.path-mod-assign a:link.latesubmission,
.path-mod-assign div.latesubmission {
	color: #000;
	background-color: #efcfcf
}

.path-mod-assign td.earlysubmission,
.path-mod-assign div.earlysubmission {
	color: #000;
	background-color: #cfefcf
}

.path-mod-assign td.gradingreminder,
.path-mod-assign div.gradingreminder {
	color: #000;
	background-color: #efcfcf
}

.path-mod-assign div.dropdown.extrafilters .dropdown-menu {
	width: 300px
}

.path-mod-assign .gradingtable .c0 {
	display: none
}

.path-mod-assign.jsenabled .gradingtable .c0 {
	display: table-cell
}

.path-mod-assign .gradingtable table {
	border-collapse: separate;
	border-spacing: 0
}

.path-mod-assign .gradingtable thead th {
	background-color: #fff
}

.path-mod-assign .gradingtable tr.selectedrow td {
	background-color: #fec
}

.path-mod-assign .gradingtable tr.unselectedrow td {
	background-color: #fff
}

.path-mod-assign .gradingtable .yui3-menu ul {
	margin: 0
}

.path-mod-assign .gradingtable .yui3-menu-label {
	padding-left: 0;
	line-height: 12px
}

.path-mod-assign .gradingtable .yui3-menu-label img {
	padding: 0 3px
}

.path-mod-assign .gradingtable .yui3-menu li {
	list-style-type: none
}

.path-mod-assign.jsenabled .gradingtable .yui3-loading {
	display: none
}

.path-mod-assign .gradingtable .yui3-menu .yui3-menu-content {
	border: 0;
	padding-top: 0
}

.path-mod-assign div.gradingtable tr .quickgrademodified {
	background-color: #fc9
}

.path-mod-assign .gradingtable .commentscontainer .comment-ctrl .comment-area textarea {
	resize: both
}

.path-mod-assign td.submissioneditable {
	color: red
}

.path-mod-assign .expandsummaryicon {
	display: none
}

.path-mod-assign.jsenabled .expandsummaryicon {
	display: inline-block
}

.path-mod-assign .hidefull {
	display: none
}

.path-mod-assign .quickgradingform form .commentscontainer input,
.path-mod-assign .quickgradingform form .commentscontainer textarea {
	display: none
}

.path-mod-assign.jsenabled .quickgradingform form .commentscontainer input,
.path-mod-assign.jsenabled .quickgradingform form .commentscontainer textarea {
	display: inline
}

.path-mod-assign .previousfeedbackwarning {
	font-size: 140%;
	font-weight: 700;
	text-align: center;
	color: #500
}

.path-mod-assign .submissionhistory {
	background-color: #b0b0b0
}

.path-mod-assign .submissionhistory .cell.historytitle {
	background-color: gray
}

.path-mod-assign .submissionhistory .cell {
	background-color: #d0d0d0
}

.path-mod-assign.jsenabled .mod-assign-history-link {
	background: none 2px 4px / 16px 16px no-repeat;
	display: block;
	cursor: pointer;
	margin-bottom: 7px;
	padding-left: 20px
}

.path-mod-assign.jsenabled .mod-assign-history-link h4 {
	display: inline
}

.path-mod-assign.jsenabled .attempthistory h4 {
	margin-bottom: 7px;
	text-align: left
}

.path-mod-assign.jsenabled.dir_rtl .attempthistory h4 {
	text-align: right
}

.path-mod-assign.jsenabled .mod-assign-history-link-open {
	background-image: url(/theme/image.php/recit2/core/1759007012/t/expanded)
}

.path-mod-assign.jsenabled .mod-assign-history-link-closed {
	background-image: url(/theme/image.php/recit2/core/1759007012/t/collapsed)
}

.path-mod-assign .submithelp {
	padding: 1em
}

.path-mod-assign .feedbacktitle {
	font-weight: 700
}

.path-mod-assign .submitconfirm,
.path-mod-assign .submissionlinks,
.path-mod-assign .submissionaction {
	text-align: center
}

.path-mod-assign .submissionsummarytable .c0,
.path-mod-assign .gradingsummarytable .c0,
.path-mod-assign .mod-assign-history-panel .c0 {
	width: 15em
}

.path-mod-assign .gradingtable .moodle-actionmenu {
	white-space: nowrap
}

.path-mod-assign .gradingtable .username .d-inline-block {
	white-space: nowrap
}

.path-mod-assign .gradingtable .moodle-actionmenu[data-enhanced].show .menu a {
	padding-left: 12px;
	padding-right: 12px
}

.path-mod-assign .gradingtable .menu-action img {
	display: none
}

.path-mod-assign .editsubmissionform input[name="submissionstatement"] {
	vertical-align: top
}

.path-mod-assign .editsubmissionform label[for="id_submissionstatement"] {
	display: inline-block
}

.path-mod-assign.layout-option-nonavbar {
	padding-top: 0
}

.path-mod-assign [data-region="user-selector"] select {
	margin-bottom: 0
}

.path-mod-assign [data-region="user-selector"] .alignment {
	float: right;
	width: 320px;
	text-align: center;
	margin-top: 7px
}

.path-mod-assign [data-region="user-selector"] [data-action="previous-user"],
.path-mod-assign [data-region="user-selector"] [data-action="next-user"] {
	font-size: 26px
}

.path-mod-assign [data-region="user-selector"] [data-action="next-user"] {
	margin-left: -10px
}

.path-mod-assign [data-region="user-selector"] .alignment input {
	margin-bottom: 5px
}

.path-mod-assign [data-region="user-selector"] .alignment .form-autocomplete-downarrow {
	top: 0
}

.path-mod-assign [data-region="user-selector"] .form-autocomplete-selection {
	display: none
}

.path-mod-assign [data-region="user-selector"] .form-autocomplete-suggestions {
	text-align: left
}

.path-mod-assign [data-region="user-selector"] .form-autocomplete-suggestions {
	margin-left: 48px
}

.path-mod-assign [data-region="user-filters"] {
	font-size: small
}

.path-mod-assign [data-region="configure-filters"] {
	display: none;
	text-align: left;
	width: 480px;
	background-color: #fff;
	background-clip: padding-box;
	box-shadow: 0 5px 10px rgb(0 0 0 / .2);
	border-radius: 6px;
	position: absolute;
	margin-top: 28px;
	margin-left: -452px;
	padding: 10px 0;
	z-index: 1
}

.path-mod-assign [data-region="configure-filters"]::before,
.path-mod-assign [data-region="configure-filters"]::after {
	position: absolute;
	left: auto;
	display: inline-block;
	content: '';
	border-style: solid;
	border-color: #fff0;
	border-top: none
}

.path-mod-assign [data-region="configure-filters"]::before {
	top: -7px;
	right: 12px;
	border-width: 7px;
	border-bottom-color: rgb(0 0 0 / .2)
}

.path-mod-assign [data-region="configure-filters"]::after {
	top: -6px;
	right: 13px;
	border-width: 6px;
	border-bottom-color: #fff
}

.path-mod-assign .alignment [data-region="configure-filters"] input {
	margin-bottom: 0
}

.path-mod-assign [data-region="grading-navigation-panel"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6em;
	margin: 0;
	border-bottom: 1px solid #ddd
}

.path-mod-assign [data-region="grading-navigation"] {
	padding: 1em
}

.path-mod-assign [data-region="assignment-info"] {
	white-space: nowrap;
	overflow-x: hidden;
	text-overflow: ellipsis
}

.path-mod-assign [data-region="assignment-info"] small[data-region="assignment-tooltip"] {
	margin-left: .5em
}

.path-mod-assign [data-region="user-info"] {
	height: 60px
}

.path-mod-assign [data-region="user-info"] a {
	text-decoration: none
}

.path-mod-assign [data-region="user-info"] .img-rounded {
	display: block;
	float: left;
	margin-top: -3px;
	margin-right: 10px
}

.path-mod-assign [data-region="user-info"] em {
	display: block;
	font-style: normal
}

.path-mod-assign [data-region="user-info"] em.nowrap {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.path-mod-assign [data-region="grading-actions-form"] label {
	display: inline-block
}

.path-mod-assign.pagelayout-embedded {
	overflow: hidden
}

.path-mod-assign [data-region="review-panel"] {
	position: absolute;
	top: 85px;
	bottom: 60px;
	left: 0;
	right: 30%;
	width: auto;
	box-sizing: border-box;
	-webkit-transition: right 0.5s, left 0.5s;
	-moz-transition: right 0.5s, left 0.5s;
	transition: right 0.5s, left 0.5s
}

.path-mod-assign [data-region="review-panel"].grade-panel-collapsed {
	right: 30px
}

.path-mod-assign [data-region="review-panel"] [data-region="review-panel-toggle"] {
	display: none;
	height: 30px;
	width: 30px;
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	box-sizing: border-box;
	border-radius: 0 0 0 4px;
	border: 1px solid #ccc;
	border-top: none;
	background-color: #fff
}

.path-mod-assign [data-region="review-panel"] [data-region="review-panel-toggle"] .expand-icon,
.path-mod-assign [data-region="review-panel"] [data-region="review-panel-toggle"] .collapse-icon {
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 30px
}

.path-mod-assign [data-region="review-panel"] [data-region="review-panel-toggle"] .expand-icon .toggle-text,
.path-mod-assign [data-region="review-panel"] [data-region="review-panel-toggle"] .collapse-icon .toggle-text {
	visibility: hidden;
	opacity: 0;
	height: 0;
	overflow: hidden
}

.path-mod-assign [data-region="review-panel"] [data-region="review-panel-toggle"] img {
	height: 100%;
	float: right
}

.path-mod-assign [data-region="review-panel"] [data-region="review-panel-toggle"] .expand-icon {
	display: none
}

.path-mod-assign [data-region="review-panel"] [data-region="review-panel-toggle"] .collapse-icon {
	display: block
}

.path-mod-assign [data-region="review-panel"] [data-region="review-panel-toggle"] .collapse-icon.full-width {
	display: none
}

.path-mod-assign [data-region="review-panel"] .pageheader {
	border-right: 1px solid #ddd
}

.path-mod-assign [data-region="review-panel"]+[data-region="grade-panel"] [data-region="grade"] {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	-webkit-transition: max-width 0.5s;
	-moz-transition: max-width 0.5s;
	transition: max-width 0.5s
}

.path-mod-assign [data-region="review-panel"] .drawingregion {
	left: 0;
	right: 0;
	border-color: #ddd
}

.path-mod-assign [data-region="review-panel"].collapsed {
	left: calc(30px - 70%);
	right: calc(100% - 30px);
	-webkit-transition: right 0.5s, left 0.5s;
	-moz-transition: right 0.5s, left 0.5s;
	transition: right 0.5s, left 0.5s
}

.path-mod-assign [data-region="review-panel"].collapsed [data-region="review-panel-content"] {
	visibility: hidden;
	-webkit-transition: visibility 0s 0.5s;
	-moz-transition: visibility 0s 0.5s;
	transition: visibility 0s 0.5s
}

.path-mod-assign [data-region="review-panel"].collapsed [data-region="review-panel-toggle"] .expand-icon {
	display: block
}

.path-mod-assign [data-region="review-panel"].collapsed [data-region="review-panel-toggle"] .collapse-icon {
	display: none
}

.path-mod-assign [data-region="review-panel"].collapsed+[data-region="grade-panel"] {
	position: absolute;
	left: 30px;
	right: 0;
	width: calc(100% - 30px);
	overflow: auto;
	-webkit-transition: width 0.5s, right 0.5s, left 0.5s;
	-moz-transition: width 0.5s, right 0.5s, left 0.5s;
	transition: width 0.5s, right 0.5s, left 0.5s
}

.path-mod-assign [data-region="review-panel"].collapsed+[data-region="grade-panel"] [data-region="grade"],
.path-mod-assign [data-region="grade-panel"].fullwidth [data-region="grade"] {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto
}

.path-mod-assign [data-region="grade-panel"] {
	position: absolute;
	top: 85px;
	bottom: 60px;
	right: 0;
	left: 70%;
	width: 30%;
	overflow: auto;
	box-sizing: border-box;
	background-color: #f5f5f5;
	padding: 15px;
	padding-top: 0;
	-webkit-transition: width 0.5s, right 0.5s, left 0.5s;
	-moz-transition: width 0.5s, right 0.5s, left 0.5s;
	transition: width 0.5s, right 0.5s, left 0.5s
}

.path-mod-assign [data-region="grade-panel"].collapsed {
	left: calc(100% - 30px);
	right: calc(30px - 100%);
	visibility: hidden;
	-webkit-transition: right 0.5s, left 0.5s, visibility 0s 0.5s;
	-moz-transition: right 0.5s, left 0.5s, visibility 0s 0.5s;
	transition: right 0.5s, left 0.5s, visibility 0s 0.5s
}

.path-mod-assign [data-region="grade-panel"].fullwidth {
	left: 0;
	width: 100%;
	overflow: auto
}

.path-mod-assign [data-region="grade-panel"] h3 {
	font-size: 18px;
	font-weight: 500
}

.path-mod-assign [data-region="grade-panel"] div.submissionstatustable {
	margin-bottom: 2em
}

.path-mod-assign [data-region="grade-panel"] .submissionsummarytable {
	margin-left: 5px;
	margin-right: 5px
}

.path-mod-assign [data-region="grade-panel"] .submissionsummarytable table.generaltable td {
	padding: 8px 0;
	background-color: #fff0
}

.path-mod-assign [data-region="grade-panel"] .submissionsummarytable .generaltable tbody>tr:nth-child(2n+1)>td,
.path-mod-assign [data-region="grade-panel"] .submissionsummarytable .generaltable tbody tr:hover>td {
	background-color: #fff0
}

.path-mod-assign [data-region="grade-panel"] div.submissionsummarytable table tbody tr td.c0 {
	width: auto
}

.path-mod-assign [data-region="grade-panel"] div.submissionsummarytable table tbody tr.lastrow td.c0,
.path-mod-assign [data-region="grade-panel"] div.submissionsummarytable table tbody tr.lastrow td.c1 {
	border-bottom: 1px solid #ddd
}

.path-mod-assign .overdue,
.path-mod-assign .overduesubmission,
.path-mod-assign [data-region="grade-panel"] td.submissionnotgraded,
.path-mod-assign [data-region="grade-panel"] div.submissionnotgraded {
	color: #ca3120;
	background-color: #fff0
}

.path-mod-assign div.fileuploadsubmission {
	float: left;
	min-width: 300px
}

.path-mod-assign div.fileuploadsubmissiontime {
	float: right
}

.path-mod-assign [data-region="grade-panel"] #id_gradeheader {
	display: table-cell;
	min-width: 0
}

.path-mod-assign [data-region="grade-panel"] #id_gradeheader>legend {
	visibility: hidden;
	height: 0;
	margin-bottom: 0
}

.path-mod-assign [data-region="grade-panel"] .comment-area textarea[cols] {
	width: 100%;
	box-sizing: border-box
}

.path-mod-assign [data-region="grade-panel"] .mform .fitem.fitem_ftext,
.path-mod-assign [data-region="grade-panel"] .mform .fitem.fitem_f,
.path-mod-assign [data-region="grade-panel"] .mform .fitem.fitem_feditor,
.path-mod-assign [data-region="grade-panel"] .mform .fitem.fitem_fgrading,
.path-mod-assign [data-region="grade-panel"] .mform .fitem.fitem_ffilemanager {
	background-color: #fff;
	border: 1px solid #ddd;
	margin-bottom: 20px
}

.path-mod-assign [data-region="grade-panel"] .mform .fitem.fitem_ftext .fitemtitle,
.path-mod-assign [data-region="grade-panel"] .mform .fitem.fitem_f .fitemtitle,
.path-mod-assign [data-region="grade-panel"] .mform .fitem.fitem_feditor .fitemtitle,
.path-mod-assign [data-region="grade-panel"] .mform .fitem.fitem_fgrading .fitemtitle,
.path-mod-assign [data-region="grade-panel"] .mform .fitem.fitem_ffilemanager .fitemtitle {
	padding-left: 5px;
	padding-right: 5px
}

.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) .fcontainer .fitem.fitem_ftext .felement,
.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) .fcontainer .fitem.fitem_f .felement,
.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) .fcontainer .fitem.fitem_feditor .felement,
.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) .fcontainer .fitem.fitem_fgrading .felement,
.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) .fcontainer .fitem.fitem_ffilemanager .felement {
	padding: 6px 10px 10px;
	box-sizing: border-box
}

.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) .fitem.fitem_ftext .fitemtitle,
.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) .fitem.fitem_f .fitemtitle,
.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) .fitem.fitem_feditor .fitemtitle,
.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) .fitem.fitem_fgrading .fitemtitle,
.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) .fitem.fitem_ffilemanager .fitemtitle {
	border-bottom: 1px solid #ddd;
	box-shadow: 0 1px 1px rgb(0 0 0 / .05);
	padding: 6px 10px 3px;
	box-sizing: border-box
}

.path-mod-assign #page-content [data-region="grade-panel"] [data-region="popout-button"] img {
	margin-left: 2px;
	margin-right: 2px;
	margin-top: -2px
}

.path-mod-assign #page-content [data-region="grade-panel"] .popout [data-region="popout-button"] img {
	margin-left: -6px;
	margin-right: -6px;
	margin-top: 4px
}

.path-mod-assign [data-region="grade-panel"] .fitem .fstaticlabel,
.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) .fitem .fitemtitle label {
	font-weight: 500
}

.path-mod-assign [data-region="grade-panel"] .mform #fitem_id_grade.fitem {
	padding-top: 5px
}

.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) #fitem_id_grade.fitem .fitemtitle {
	display: inline-block;
	width: auto;
	border-bottom: none;
	box-shadow: none
}

.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) #fitem_id_grade.fitem .felement {
	width: auto;
	float: right
}

.path-mod-assign #page-content .mform:not(.unresponsive) #fitem_id_grade.fitem .felement input {
	width: 80px;
	margin-bottom: 0
}

.path-mod-assign [data-region="grade-panel"] .gradingform_rubric {
	max-width: 100%;
	padding-bottom: 0
}

.path-mod-assign .gradingform_rubric {
	max-width: calc(100vw - 200px)
}

.path-mod-assign [data-region="grade-panel"] .gradingform_rubric .criterion .description {
	font-weight: 500;
	min-width: 150px
}

.path-mod-assign [data-region="grade-panel"] .gradingform_rubric .criterion .levels {
	background-color: #fff
}

.path-mod-assign [data-region="grade-panel"] .gradingform_rubric .criterion,
.path-mod-assign [data-region="grade-panel"] .gradingform_rubric .criterion.even {
	background-color: #fff0
}

.path-mod-assign [data-region="grade-panel"] .gradingform_rubric .criterion .remark textarea {
	margin-bottom: 0
}

.path-mod-assign [data-region="grade-panel"] .gradingform_guide {
	margin-bottom: 10px
}

.path-mod-assign [data-region="grade-panel"] .gradingform_guide .descriptionreadonly,
.path-mod-assign [data-region="grade-panel"] .gradingform_guide .remark,
.path-mod-assign [data-region="grade-panel"] .gradingform_guide .score {
	display: block
}

.path-mod-assign [data-region="grade-panel"] .gradingform_guide .descriptionreadonly {
	padding-top: 10px
}

.path-mod-assign [data-region="grade-panel"] .gradingform_guide .criteriondescription {
	margin-top: 5px
}

.path-mod-assign [data-region="grade-panel"] .gradingform_guide .criteriondescriptionmarkers {
	width: auto;
	margin-top: 5px
}

.path-mod-assign [data-region="grade-panel"] .gradingform_guide .markingguideremark {
	margin-bottom: 10px
}

.path-mod-assign [data-region="grade-panel"] .gradingform_guide .remark .commentchooser {
	float: right;
	margin-top: 2px;
	margin-left: 0
}

.path-mod-assign [data-region="grade-panel"] .gradingform_guide .score {
	float: left;
	padding-bottom: 8px
}

.path-mod-assign [data-region="grade-panel"] .gradingform_guide .score input,
.path-mod-assign [data-region="grade-panel"] .gradingform_guide .score div {
	display: inline-block
}

.path-mod-assign [data-region="grade-panel"] .gradingform_guide .criterion,
.path-mod-assign [data-region="grade-panel"] .gradingform_guide .criterion.even {
	background-color: #fff0;
	border-width: 0 0 1px 0;
	padding: 8px 0
}

.path-mod-assign [data-region="grade-panel"] .showmarkerdesc,
.path-mod-assign [data-region="grade-panel"] .showstudentdesc {
	background-color: #f5f5f5;
	padding: 10px
}

.path-mod-assign [data-region="grade-panel"] .fitem.fitem_ffilemanager {
	margin-bottom: 0
}

.path-mod-assign [data-region="grade-panel"] .fitem.popout {
	position: fixed;
	left: 20%;
	right: 20%;
	top: 20%;
	bottom: 20%;
	z-index: 1000;
	border: 1px solid rgb(0 0 0 / .3);
	border-radius: 6px;
	box-shadow: 0 3px 7px rgb(0 0 0 / .3)
}

.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) .fcontainer .fitem.popout .fitemtitle {
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	height: 45px
}

.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) .fcontainer .fitem.popout .fitemtitle label {
	font-size: 16px;
	line-height: 30px
}

.path-mod-assign #page-content [data-region="grade-panel"] [data-region="popout-button"] {
	float: right
}

.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) .fitem.popout .fitemtitle [data-region="popout-button"] img {
	margin-top: -10px;
	margin-right: -7px
}

.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) .fcontainer .fitem.popout .felement {
	padding: 10px 15px 15px;
	height: calc(100% - 54px);
	overflow: auto
}

.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) .fcontainer .fitem.popout .felement .gradingform_rubric {
	overflow: visible
}

.path-mod-assign [data-region="grade-panel"] #id_attemptsettings>legend {
	font-size: 18px;
	font-weight: 500;
	line-height: 40px;
	border-bottom: 0;
	margin-bottom: 10px
}

.path-mod-assign [data-region="grade-panel"] #id_attemptsettings .fcontainer {
	display: table;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	box-sizing: border-box
}

.path-mod-assign [data-region="grade-panel"] .mform #id_attemptsettings .fitem {
	display: table-row
}

.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) #id_attemptsettings .fitem:last-of-type .fitemtitle,
.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) #id_attemptsettings .fitem:last-of-type .felement {
	border-bottom: 1px solid #ddd
}

.path-mod-assign [data-region="grade-panel"] #id_attemptsettings .fitem .fstaticlabel,
.path-mod-assign [data-region="grade-panel"] .mform:not(.unresponsive) #id_attemptsettings .fitem .fitemtitle label {
	font-weight: 400
}

.path-mod-assign [data-region="grade-panel"] .mform:not(.unresponsive) #id_attemptsettings .fitem .felement select {
	margin-bottom: 0
}

.path-mod-assign [data-region="grade-panel"] [data-region="attempt-chooser"] {
	margin-bottom: 10px;
	vertical-align: text-bottom
}

.path-mod-assign [data-region="grade-actions-panel"] {
	border-top: 1px solid #ddd;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px
}

.path-mod-assign [data-region="grade-actions"] {
	padding: 1em;
	text-align: center
}

.path-mod-assign [data-region="submissions-list"] {
	text-align: inherit
}

.path-mod-assign [data-region="submissions-list"] label.radio input {
	margin-top: 4px;
	min-width: inherit
}

.path-mod-assign [data-region="overlay"] {
	display: none;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: auto;
	bottom: 0;
	background-color: #ddd;
	opacity: .4;
	padding-top: 4em;
	text-align: center
}

@media (max-width:767px) {
	.path-mod-assign.pagelayout-embedded {
		overflow: auto
	}

	.path-mod-assign [data-region="assignment-info"] {
		border-bottom: 1px solid #ddd;
		padding-bottom: 5px
	}

	.path-mod-assign .page-context-header .page-header-headings {
		margin-top: 13px
	}

	.path-mod-assign [data-region="grade-actions-panel"] [data-region="grade-actions"] .collapse-buttons {
		display: none
	}

	.path-mod-assign [data-region="grading-navigation-panel"],
	.path-mod-assign [data-region="review-panel"],
	.path-mod-assign [data-region="grade-panel"],
	.path-mod-assign [data-region="review-panel"].collapsed+[data-region="grade-panel"],
	.path-mod-assign [data-region="grade-actions-panel"] {
		position: inherit;
		width: 100%;
		top: 0;
		left: 0;
		right: auto;
		overflow: auto;
		height: auto;
		margin-bottom: 1em
	}

	.path-mod-assign [data-region="grade-panel"].collapsed {
		visibility: visible
	}

	.path-mod-assign [data-region="grading-navigation"] {
		padding: 0;
		text-align: center
	}

	.path-mod-assign [data-region="grade-panel"] {
		margin-bottom: 2em
	}

	.path-mod-assign [data-region="grade-panel"] [data-region="popout-button"] {
		display: none
	}

	.path-mod-assign [data-region="review-panel"] {
		position: relative;
		max-height: 2000px;
		-webkit-transition: max-height 0.25s linear;
		-moz-transition: max-height 0.25s linear;
		transition: max-height 0.25s linear
	}

	.path-mod-assign [data-region="review-panel"] .pageheader {
		border-right: none;
		padding-right: 20px;
		padding-left: 40px
	}

	.path-mod-assign [data-region="review-panel"] [data-region="review-panel-toggle"] {
		display: block;
		height: 20px;
		width: 20px;
		position: absolute;
		top: 0;
		left: 0;
		right: auto;
		box-sizing: border-box;
		border: 1px solid #ccc;
		border-radius: 0 0 4px 0;
		background-color: #fff
	}

	.path-mod-assign [data-region="review-panel"] [data-region="review-panel-toggle"] .expand-icon,
	.path-mod-assign [data-region="review-panel"] [data-region="review-panel-toggle"] .collapse-icon {
		width: 100%;
		height: 100%;
		text-align: center;
		line-height: 30px
	}

	.path-mod-assign [data-region="review-panel"] [data-region="review-panel-toggle"] .ltr-icon,
	.path-mod-assign [data-region="review-panel"] [data-region="review-panel-toggle"] .rtl-icon {
		height: 100%
	}

	.path-mod-assign [data-region="review-panel"] [data-region="review-panel-toggle"] .ltr-icon {
		float: left
	}

	.path-mod-assign [data-region="review-panel"] [data-region="review-panel-toggle"] .rtl-icon {
		float: right
	}

	.path-mod-assign [data-region="review-panel"] [data-region="review-panel-toggle"] .expand-icon .toggle-text,
	.path-mod-assign [data-region="review-panel"] [data-region="review-panel-toggle"] .collapse-icon .toggle-text {
		line-height: 20px;
		visibility: visible;
		opacity: 1;
		height: auto;
		-webkit-transition: visibility 0s 0.25s, opacity 0s 0.25s;
		-moz-transition: visibility 0s 0.25s, opacity 0s 0.25s;
		transition: visibility 0s 0.25s, opacity 0s 0.25s
	}

	.path-mod-assign [data-region="review-panel"] [data-region="review-panel-toggle"] .expand-icon .rtl-icon {
		display: none
	}

	.path-mod-assign [data-region="review-panel"].collapsed {
		max-height: 20px;
		top: 0;
		left: 0;
		overflow: hidden;
		-webkit-transition: max-height 0.25s linear;
		-moz-transition: max-height 0.25s linear;
		transition: max-height 0.25s linear
	}

	.path-mod-assign [data-region="review-panel"].collapsed [data-region="review-panel-toggle"] {
		width: 100%;
		border-radius: 0 0 0 0;
		-webkit-transition: all 0s 0.25s;
		-moz-transition: all 0s 0.25s;
		transition: all 0s 0.25s
	}

	.path-mod-assign [data-region="review-panel"].collapsed [data-region="review-panel-toggle"] img {
		height: 100%
	}

	.path-mod-assign [data-region="review-panel"] [data-region="review-panel-toggle"] .collapse-icon {
		display: block
	}

	.path-mod-assign [data-region="review-panel"].collapsed [data-region="review-panel-toggle"] .collapse-icon {
		display: none
	}

	.path-mod-assign.pagelayout-popup {
		overflow: inherit
	}

	.path-mod-assign [data-region="grading-navigation"] [data-region="user-info"] {
		text-align: left;
		width: auto;
		display: inline-block;
		margin: 0 auto;
		height: auto
	}

	.path-mod-assign [data-region="user-selector"] .alignment {
		float: none;
		margin: 0 auto 10px
	}

	body.tox-fullscreen.path-mod-assign [data-region="grading-navigation"] {
		display: none
	}
}

.path-mod-assign [data-region="grade-panel"] .mform .fitem .fitemtitle {
	display: block;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: left;
	width: 100%
}

.path-mod-assign [data-region="grade-panel"] .mform .fitem .felement {
	margin-left: 0;
	width: 100%;
	float: left;
	padding-left: 0;
	padding-right: 0
}

.path-mod-assign [data-region="grade-panel"] .mform .fitem .fstatic:empty {
	display: none
}

.path-mod-assign [data-region="grade-panel"] .mform .fitem .fcheckbox>span,
.path-mod-assign [data-region="grade-panel"] .mform .fitem .fradio>span,
.path-mod-assign [data-region="grade-panel"] .mform .fitem .fgroup>span {
	margin-top: 4px
}

.path-mod-assign [data-region="grade-panel"] .mform .femptylabel .fitemtitle {
	display: inline-block;
	width: auto;
	margin-right: 8px
}

.path-mod-assign [data-region="grade-panel"] .mform .femptylabel .felement {
	display: inline-block;
	margin-top: 4px;
	padding-top: 5px;
	width: auto
}

.path-mod-assign [data-region="grade-panel"] .mform .fitem_fcheckbox .fitemtitle,
.path-mod-assign [data-region="grade-panel"] .mform .fitem_fcheckbox .felement {
	display: inline-block;
	width: auto
}

.path-mod-assign [data-region="grade-panel"] .mform .fitem_fcheckbox .felement {
	padding: 6px
}

.path-mod-assign #page,
.path-mod-assign #page-content {
	position: inherit
}

.path-mod-assign table.generaltable table td.ygtvcell {
	border: 0;
	padding: 0
}

div[id*='mod_assign-timer-'] {
	display: block;
	font-weight: 600;
	font-size: 1.4em
}

body.tox-fullscreen.path-mod-assign [data-region="grade-panel"] {
	position: unset
}

body.path-mod-assign [data-region="grade-panel"] .mform .fitem.has-popout .felement[data-fieldtype="editor"] {
	overflow: unset
}

.path-mod-assign .initialsdropdown {
	width: 460px
}

.path-mod-assign .initialsdropdown::after {
	content: ''
}

@charset "UTF-8";

.recording-thumbnail {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 0 0 0 0;
	transition: transform .2s;
	width: 113px;
	height: 64px
}

.recording-thumbnail:hover {
	box-shadow: 0 0 2px 1px rgb(0 140 186 / .5);
	transform: scale(2);
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
	position: relative;
	display: block;
	z-index: 999
}

.fa-disabled {
	cursor: not-allowed;
	opacity: .2
}

.fa-invisible {
	cursor: not-allowed;
	visibility: hidden
}

.bbb_index_form {
	display: inline-block
}

.bigbluebuttonbn_icon_btn i.icon {
	margin-right: auto
}

input.form-control[readonly][name="guestpassword"],
input.form-control[readonly][name="guestjoinurl"] {
	background: initial
}

.path-mod-book .book_toc .action-list img.smallicon {
	margin: 0 3px
}

.path-mod-book .book_toc ul {
	display: flex;
	flex-direction: column
}

.path-mod-book .book_toc li {
	flex: 1 1 100%
}

.path-mod-book .book_toc_indented>ul {
	margin-left: 0;
	padding-left: 0
}

.path-mod-book .book_toc_indented li {
	list-style: none
}

.path-mod-book .book_toc_bullets>ul {
	margin-left: 0;
	padding-left: 1.3rem
}

.path-mod-book .book_toc_bullets li {
	list-style: disc
}

.path-mod-book .book_toc_numbered>ul {
	margin-left: 0;
	padding-left: 0
}

.path-mod-book .book_toc_numbered li {
	list-style: none
}

.path-mod-book .book_toc_none ul {
	margin-left: 0;
	padding-left: 0
}

.path-mod-book .book_toc_none li {
	list-style: none
}

.path-mod-book #mod_book-chaptersnavigation {
	top: 80px;
	width: inherit;
	margin: 0 -35px;
	position: sticky
}

.path-mod-book #mod_book-chaptersnavigation .tertiary-navigation .navitem {
	margin-bottom: -52px
}

.path-mod-book .book_content {
	margin: 0 5px;
	padding-right: 15px;
	padding-left: 15px;
	position: relative
}

.path-mod-book .btn-previous,
.path-mod-book .btn-next {
	background: #dee2e6;
	box-shadow: 0 .125rem .25rem rgb(0 0 0 / .075);
	padding: 13px 10px
}

.path-mod-book .btn-previous {
	border-radius: 200px 0 0 200px
}

.path-mod-book .btn-next {
	border-radius: 0 200px 200px 0
}

.path-mod-book.dir-rtl .btn-previous .icon,
.path-mod-book.dir-rtl .btn-next .icon {
	transform: scale(-1, -1)
}

.path-mod-book .btn-previous .icon,
.path-mod-book .btn-next .icon {
	font-size: 24px;
	width: auto;
	height: auto;
	margin: auto
}

@media (max-width:768px) {
	.path-mod-book #mod_book-chaptersnavigation {
		top: calc(100% - 250px);
		margin: 0 -.5rem;
		z-index: 1
	}

	.path-mod-book .btn-previous,
	.path-mod-book .btn-next {
		opacity: .85;
		border-radius: 25px;
		padding: 10px;
		width: 45px;
		height: 45px
	}

	.path-mod-book .book_content {
		margin-left: -5px;
		margin-right: -5px
	}
}

.path-mod-chat .chat-event .picture,
.path-mod-chat .chat-message .picture {
	width: 40px
}

.path-mod-chat .chat-event .text {
	text-align: left
}

.path-mod-chat #messages-list,
.path-mod-chat #users-list {
	list-style-type: none;
	padding: 0;
	margin: 0
}

.path-mod-chat #chat-header {
	overflow: hidden
}

.path-mod-chat #chat-input-area table.generaltable td.cell {
	padding: 1px
}

@media all and (max-device-width:320px) {
	.path-mod-chat #input-message {
		width: 150px
	}
}

@media all and (min-device-width:321px) and (max-device-width:640px) {
	.path-mod-chat #input-message {
		width: 175px
	}
}

#page-mod-chat-view .chatcurrentusers .chatuserdetails {
	vertical-align: middle
}

#page-mod-chat-gui_basic #participants ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

#page-mod-chat-gui_basic #participants ul li {
	list-style-type: none;
	display: inline;
	margin-right: 10px
}

#page-mod-chat-gui_basic #participants ul li .userinfo {
	display: inline
}

#page-mod-chat-gui_basic #messages {
	padding: 0;
	margin: 0
}

#page-mod-chat-gui_basic #messages dl {
	padding: 0;
	margin: 6px 0
}

#page-mod-chat-gui_basic #messages dt {
	margin-left: 0;
	margin-right: 5px;
	padding: 0;
	display: inline
}

#page-mod-chat-gui_basic #messages dd {
	padding: 0;
	margin: 0
}

#page-mod-chat-gui_header_js-jsupdate .chat-event,
#page-mod-chat-gui_header_js-jsupdate .chat-message {
	width: 100%
}

.path-mod-chat .yui-layout-unit-top {
	background: #ffe39d
}

.path-mod-chat .yui-layout-unit-right {
	background: #fff
}

.path-mod-chat .yui-layout-unit-bottom {
	background: #fff
}

.path-mod-chat .yui-layout .yui-layout-hd {
	border: 0
}

.path-mod-chat .yui-layout .yui-layout-unit div.yui-layout-bd {
	border: 0;
	background: #fff0
}

.path-mod-chat .yui-layout .yui-layout-unit div.yui-layout-unit-right {
	background: #fff
}

ol.checklist {
	margin-top: 10px;
	margin-bottom: 0
}

ol.checklist ol.checklist {
	margin-top: 0
}

ol.checklist li {
	list-style-type: none
}

ol.checklist .useritem {
	font-style: italic;
	color: #404090
}

ol.checklist .note {
	font-style: italic;
	color: #a0a0e0;
	padding: 0 0 0 20px
}

ol.checklist .itemoptional {
	font-style: italic
}

ol.checklist .itemheading {
	font-weight: 700
}

ol.checklist .itemblack {
	color: #000
}

ol.checklist .itemblack.itemoptional {
	color: #a0a0a0
}

ol.checklist .itemred {
	color: red
}

ol.checklist .itemred.itemoptional {
	color: #ffa0a0
}

ol.checklist .itemorange {
	color: #ffba00
}

ol.checklist .itemorange.itemoptional {
	color: #ffdaa0
}

ol.checklist .itemgreen {
	color: lime
}

ol.checklist .itemgreen.itemoptional {
	color: #a0ffa0
}

ol.checklist .itempurple {
	color: #d000ff
}

ol.checklist .itempurple.itemoptional {
	color: #d0a0ff
}

ol.checklist .teachercomment {
	color: #000;
	background-color: #ffffb0;
	border: solid #000 1px;
	margin: 0 0 0 20px
}

ol.checklist .studentcomment {
	display: inline-block;
	color: #000;
	background-color: #dbffb0;
	border: solid #000 1px;
	margin: 0 0 0 20px;
	padding: 3px;
	border-radius: 7px
}

ol.checklist .itemauto.itemdisabled {
	text-decoration: line-through;
	background-color: #bcc4c4
}

ol.checklist .itemauto {
	background-color: #d6e6e7
}

ol.checklist li .itemuserdate {
	background-color: #b0ffb0;
	position: absolute;
	width: 10em;
	left: 75%;
	z-index: 100
}

ol.checklist li .itemteacherdate {
	background-color: #b0ffb0;
	position: absolute;
	width: 10em;
	left: 60%;
	z-index: 100
}

ol.checklist li .itemteachername {
	background-color: #b0ffb0;
	position: absolute;
	width: 10em;
	left: 45%;
	z-index: 100
}

.checklist-itemdue {
	font-style: italic;
	color: #095c09
}

.checklist-itemoverdue {
	font-style: italic;
	color: #c71212
}

.checklistreport .header {
	background-color: #e1e1df
}

.checklistreport .head0 {
	font-weight: 700
}

.checklistreport .head1 {
	font-weight: 400
}

.checklistreport .head2 {
	font-weight: 400;
	font-style: italic
}

.checklistreport .cell.reportheading {
	background-color: #000
}

.checklistreport .cell.level0 {
	background-color: #e7e7e7
}

.checklistreport .cell.level1 {
	background-color: #c7c7c7
}

.checklistreport .cell.level2 {
	background-color: #afafaf
}

.checklistreport .cell.level0-checked {
	background-color: lime
}

.checklistreport .cell.level1-checked {
	background-color: #00df00
}

.checklistreport .cell.level2-checked {
	background-color: #00bf00
}

.checklistreport .cell.level0-unchecked {
	background-color: red
}

.checklistreport .cell.level1-unchecked {
	background-color: #df0000
}

.checklistreport .cell.level2-unchecked {
	background-color: #bf0000
}

.checklist_progress_bar {
	display: flex
}

.checklist_progress_heading {
	display: block;
	width: 150px
}

.checklist_progress_outer {
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	width: 300px;
	background-color: #fff0;
	height: 15px;
	overflow: hidden;
	position: relative;
	box-shadow: 2px 2px 3px #ccc;
	border-radius: 5px
}

.checklist_progress_inner {
	background-color: #229b15;
	background-image: url(/theme/image.php/recit2/mod_checklist/1759007012/progress);
	height: 100%;
	width: 100%;
	background-repeat: repeat-x;
	background-position: top;
	z-index: 10;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: 0 0 4px #229b15;
	border-radius: 2px
}

.checklist_progress_anim {
	background-color: #98c193;
	background-image: url(/theme/image.php/recit2/mod_checklist/1759007012/progress-fade);
	height: 15px;
	width: 0;
	background-repeat: repeat-x;
	background-position: top;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	display: block;
	box-shadow: 0 0 4px #98c193;
	border-radius: 2px
}

.checklistimportexport {
	text-align: right;
	width: 90%
}

p.checklistwarning {
	margin-top: 1em;
	color: maroon;
	font-weight: 700
}

.checklist_progress_percent {
	padding-left: .5em
}

.jsenabled #checklistsavechecks {
	display: none
}

#checklistspinner {
	display: none;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 16px;
	height: 16px;
	background-image: url(/theme/image.php/recit2/core/1759007012/i/loading_small)
}

.checklistspinnerstudent {
	display: none;
	top: 5px;
	margin-left: 5px;
	width: 16px;
	height: 16px;
	background-image: url(/theme/image.php/recit2/core/1759007012/i/loading_small)
}

.checklistbox {
	position: relative;
	top: 0;
	left: 0
}

ol.checklist label {
	display: inline
}

.checklist-extendedit .checklist-edititem {
	border: 1px solid #ddd;
	padding: 10px 0 5px;
	margin: 5px 0
}

.checklist-extendedit .checklist-edititem label,
.checklist-extendedit .checklist-edititem input {
	margin: 0 3px
}

.checklist-groupingname {
	color: #ccc
}

.path-mod-choicegroup .results {
	border-collapse: separate
}

.path-mod-choicegroup .results .data {
	vertical-align: top;
	white-space: nowrap
}

.path-mod-choicegroup .button {
	text-align: center
}

.path-mod-choicegroup .attemptcell {
	width: 5px;
	white-space: nowrap
}

.path-mod-choicegroup .anonymous,
.path-mod-choicegroup div.downloadreport ul {
	list-style: none;
	margin-left: 1em
}

.path-mod-choicegroup .choicegroupresponse {
	width: 100%
}

.path-mod-choicegroup .choicegroupresponse .picture {
	width: 10px;
	white-space: nowrap
}

.path-mod-choicegroup .choicegroupresponse .fullname {
	width: 100%;
	white-space: nowrap
}

.path-mod-choicegroup .responseheader {
	width: 100%;
	text-align: center;
	margin-top: 10px
}

.path-mod-choicegroup .choicegroups .option label {
	vertical-align: top
}

.path-mod-choicegroup .choicegroups .option input {
	vertical-align: middle
}

.path-mod-choicegroup .horizontal,
.path-mod-choicegroup .horizontal .choicegroups .option {
	padding-right: 20px;
	display: inline;
	white-space: normal
}

.path-mod-choicegroup .horizontal .choicegroups .button {
	margin-top: 10px
}

.path-mod-choicegroup ul.choicegroups li {
	list-style: none
}

.path-mod-choicegroup .results {
	text-align: center
}

.path-mod-choicegroup .results.anonymous .graph.horizontal {
	vertical-align: middle;
	text-align: left;
	width: 70%
}

.path-mod-choicegroup .results.anonymous .graph.vertical,
.path-mod-choicegroup .cell {
	vertical-align: bottom;
	text-align: center
}

.path-mod-choicegroup .results.names .header {
	width: 10%;
	white-space: normal
}

.path-mod-choicegroup .results.names .cell {
	vertical-align: top;
	text-align: left
}

.path-mod-choicegroup .results.names .user,
.path-mod-choicegroup #yourselection {
	padding: 5px
}

.path-mod-choicegroup .results.names .user .attemptaction,
.path-mod-choicegroup .results.names .user .image,
.path-mod-choicegroup .results.names .user .fullname {
	float: left
}

.path-mod-choicegroup .results.names .user .fullname {
	padding-left: 5px
}

.path-mod-choicegroup .results .data.header {
	width: 10%
}

.path-mod-choicegroup .responseaction {
	text-align: center
}

.path-mod-choicegroup .results .option {
	white-space: normal
}

.path-mod-choicegroup .results .option,
.path-mod-choicegroup .results .numberofuser,
.path-mod-choicegroup .results .percentage {
	font-weight: 700;
	font-size: 108%
}

#page-mod-choicegroup-report .downloadreport {
	text-align: center
}

#page-mod-choicegroup-report .downloadreport ul {
	overflow: auto;
	min-width: 80%;
	max-width: 100%;
	display: inline-block;
	margin-left: 0;
	margin-right: auto;
	padding-left: 0;
	text-align: left
}

#page-mod-choicegroup-report .downloadreport ul li {
	list-style: none
}

.path-mod-choicegroup .clearfloat {
	float: none;
	clear: both
}

.path-mod-choicegroup.dir-rtl .horizontal .choicegroups .option {
	padding-right: 0;
	padding-left: 20px;
	float: right
}

.path-mod-choicegroup.dir-rtl .results.anonymous .graph.horizontal {
	text-align: right
}

.path-mod-choicegroup.dir-rtl .results.anonymous {
	text-align: center
}

.path-mod-choicegroup.dir-rtl .results.names .cell {
	text-align: right
}

.path-mod-choicegroup.dir-rtl .results.names .user .attemptaction,
.path-mod-choicegroup.dir-rtl .results.names .user .image,
.path-mod-choicegroup.dir-rtl .results.names .user .fullname,
.path-mod-choicegroup.dir-rtl .results.names .user .fullname {
	padding-left: 0;
	padding-right: 5px
}

.path-mod-choicegroup.dir-rtl .downloadreport {
	margin-left: 0;
	text-align: center
}

#page-mod-choicegroup-view.dir-rtl .reportlink {
	text-align: left
}

.path-mod-choicegroup div.tablecontainer {
	min-width: 80%;
	max-width: 100%;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
	text-align: left
}

.path-mod-choicegroup.dir-rtl div.tablecontainer {
	text-align: right
}

.path-mod-choicegroup div.border {
	border: 1px #ccc solid
}

.path-mod-choicegroup div.tablecontainer table {
	width: 100%
}

.path-mod-choicegroup td {
	border-top: 1px #ccc solid
}

.path-mod-choicegroup th,
.path-mod-choicegroup td {
	padding: 10px 15px
}

.path-mod-choicegroup td.center {
	text-align: center
}

.path-mod-choicegroup div.choicegroup-memberdisplay {
	width: 12px;
	height: 12px;
	line-height: 12px;
	cursor: pointer;
	text-align: center;
	display: block;
	border: 1px #999 solid;
	margin: 0 auto
}

.path-mod-choicegroup table.choicegroups {
	margin: 20px 0
}

.path-mod-choicegroup a.choicegroup-memberdisplay,
.path-mod-choicegroup a.choicegroup-descriptiondisplay {
	display: inline-block
}

.path-mod-choicegroup div.choicegroups-membersnames.hidden,
.path-mod-choicegroup div.choicegroups-descriptions.hidden,
.path-mod-choicegroup a.choicegroup-memberdisplay.hidden,
.path-mod-choicegroup a.choicegroup-descriptiondisplay.hidden {
	display: none
}

.path-mod-choicegroup .results td {
	min-width: 120px
}

.path-mod-choicegroup .choicegroups-descriptions {
	border-top: 1px #ccc dotted;
	margin-top: 5px;
	padding-top: 5px
}

.path-mod-choicegroup .tableform {
	text-align: center
}

.path-mod-choicegroup .width10 {
	width: 10%
}

.path-mod-choicegroup .width40 {
	width: 40%
}

#page-mod-customcert-edit .deletebutton {
	text-align: right
}

#page-mod-customcert-edit .addpage {
	border-top: 1px solid #f4f4f4;
	text-align: right
}

#page-mod-customcert-edit #id_replace {
	margin-left: 10px
}

#page-mod-customcert-report .centre {
	margin-left: auto;
	margin-right: auto
}

#page-mod-customcert-rearrange .savepositionsbtn,
#page-mod-customcert-rearrange .applypositionsbtn,
#page-mod-customcert-rearrange .cancelbtn {
	float: left
}

#page-mod-customcert-rearrange .element {
	display: inline-block;
	position: absolute;
	word-wrap: break-word
}

#page-mod-customcert-rearrange .element:before {
	background-image: url(/theme/image.php/recit2/mod_customcert/1759007012/target);
	background-repeat: no-repeat;
	content: "";
	display: block;
	float: left;
	height: 9px;
	width: 100%
}

#page-mod-customcert-rearrange .element:hover {
	cursor: move
}

#page-mod-customcert-rearrange .element.refpoint-left:before {
	background-position: left top;
	margin: -4px -5px -5px -4px
}

#page-mod-customcert-rearrange .element.refpoint-center:before {
	background-position: center top;
	margin: -4px 0 -5px 0
}

#page-mod-customcert-rearrange .element.refpoint-right:before {
	background-position: right top;
	margin: -4px -5px -5px 4px
}

#page-mod-customcert-rearrange .element.align-left {
	text-align: left
}

#page-mod-customcert-rearrange .element.align-center {
	text-align: center
}

#page-mod-customcert-rearrange .element.align-right {
	text-align: right
}

#page-mod-customcert-rearrange #pdf {
	border-style: solid;
	border-width: 1px;
	clear: both;
	position: relative
}

#page-mod-customcert-rearrange div#leftmargin {
	border-left: 1px dotted #000
}

#page-mod-customcert-rearrange div#rightmargin {
	border-right: 1px dotted #000
}

.moodle-dialogue #editelementform fieldset.hidden {
	display: block
}

.path-mod-data-field .c0,
#page-mod-data-view #sortsearch .c0 {
	text-align: right
}

#page-mod-data-view .approve img.icon {
	width: 34px;
	height: 34px
}

.path-mod-data #id_entrieshdr div .alert.alert-danger {
	margin-bottom: 2rem
}

#page-mod-data-view img.list_picture {
	border: 0
}

#page-mod-data-view div.search_none {
	display: none
}

#page-mod-data-view div.search_inline,
#page-mod-data-view form#latlongfieldbrowse {
	display: inline
}

#page-mod-data-view div#data_adv_form {
	margin-left: auto;
	margin-right: auto
}

#page-mod-data-edit .basefieldinput {
	width: 300px
}

#page-mod-data-preset .presetmapping table {
	text-align: left;
	margin-left: auto;
	margin-right: auto
}

#page-mod-data-preset .overwritesettings {
	margin-bottom: 1em
}

#page-mod-data-preset table.presets {
	margin-left: auto;
	margin-right: auto
}

#page-mod-data-view .datapreferences label {
	display: inline-block
}

.path-mod-data-field .sortdefault {
	margin: 1em 0
}

.path-mod-data-field .sortdefault select {
	margin-left: 1em
}

.path-mod-data-field .fieldname,
.path-mod-data-field .fielddescription {
	width: 300px
}

.path-mod-data-field textarea.optionstextarea {
	width: 300px;
	height: 150px
}

.path-mod-data-field input.textareafieldsize {
	width: 50px
}

.path-mod-data-field input.picturefieldsize {
	width: 70px
}

.path-mod-data .action-icon img.portfolio-add-icon {
	margin-left: 0
}

#page-mod-data-export #notice span {
	padding: 0 10px
}

#page-mod-data-edit input[id*="url"] {
	text-align: left;
	direction: ltr
}

.mod-data-default-template td {
	vertical-align: top
}

.mod-data-default-template .template-field {
	text-align: right
}

.mod-data-default-template .template-token {
	text-align: left
}

.mod-data-default-template .controls {
	text-align: center
}

.mod-data-default-template .searchcontrols {
	text-align: right
}

#page-mod-data-view .notapproved {
	background-color: #fff3cd;
	color: #856404;
	border-radius: .5em;
	padding: .5em 1em;
	gap: 1em
}

#page-mod-data-templates td.save_template,
#page-mod-data-templates .template_heading {
	text-align: center
}

#page-mod-data-templates #availabletags_wrapper {
	max-width: 250px
}

#page-mod-data-edit .req {
	cursor: help
}

#page-mod-data-edit .inline-req .req {
	position: absolute
}

#page-mod-data-edit .inline-req {
	text-align: left
}

#page-mod-data-edit .datatagcontrol {
	padding-left: 10px
}

.preset_action_menu .dropdown-toggle::after,
.entry-actionsmenu .dropdown-toggle::after,
.fields-actions .dropdown-toggle::after {
	display: none
}

.defaulttemplate-single-body img.list_picture {
	max-width: 100%
}

.defaulttemplate-list-body img.list_picture {
	max-width: 100%
}

.data-timeinfo {
	color: var(–gray)
}

.dataicon,
.portfolio-add-icon {
	color: var(--dark)
}

#page-mod-data-preset .nopreview {
	border: 1px solid var(--secondary);
	padding: .2rem;
	border-radius: 5px
}

.template-preview-content .preview-disabled,
.template-preview-content .action-icon,
.template-preview-content .dropdown-menu a,
.template-preview-content .data-field-link,
.template-preview-content .data-field-html a,
.template-preview-content .data-field-html button {
	pointer-events: none
}

.presetsactions .dropdown-toggle,
.presetsactions .dropdown-toggle:hover,
.presetsactions .show>.btn-secondary.dropdown-toggle,
.entriesactions .dropdown-toggle,
.entriesactions .dropdown-toggle:hover,
.entriesactions .show>.btn-secondary.dropdown-toggle,
#page-mod-data-view .whitebutton .btn-secondary,
#page-mod-data-preset .whitebutton .btn-secondary,
#page-mod-data-field- .whitebutton .btn-secondary,
#page-mod-data-templates .whitebutton .btn-secondary {
	background: #fff;
	border-color: var(--primary);
	color: var(--primary)
}

#page-mod-data-preset .generaltable {
	margin-bottom: 10rem
}

div.course-content div.generalbox.folderbuttons {
	padding-left: 35px
}

.forumpost {
	display: block;
	position: relative;
	margin: 0 0 1em 0;
	padding: 0;
	border: 1px solid #000;
	max-width: 100%
}

.forumpost .row {
	width: 100%;
	position: relative
}

.forumpost .row .left {
	float: left;
	width: 43px;
	overflow: hidden
}

.forumpost .row .left .grouppictures a {
	text-align: center;
	display: block;
	margin: 6px 2px 0 2px
}

.forumpost .row .left .grouppicture {
	width: 20px;
	height: 20px
}

.forumpost .row .topic,
.forumpost .row .content-mask,
.forumpost .row .options {
	margin-left: 43px
}

.forumpost .picture img {
	margin: 4px
}

.forumpost .options .commands,
.forumpost .content .attachments,
.forumpost .options .footer,
.forumpost .options .link {
	text-align: right
}

.forumpost .options .forum-post-rating {
	float: left
}

.forumpost .content .posting {
	overflow: auto;
	max-width: 100%
}

.forumpost .content .attachedimages img {
	max-width: 100%
}

.forumpost .post-word-count {
	font-size: .85em;
	font-style: italic
}

.forumpost .shortenedpost .post-word-count {
	display: inline;
	padding: 0 .3em
}

.path-mod-forum .forumolddiscuss,
#page-mod-forum-search .c0 {
	text-align: right
}

.path-mod-forum .indent {
	margin-left: 3%
}

.path-mod-forum .forumheaderlist {
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-collapse: separate;
	margin-top: 10px
}

.path-mod-forum .forumheaderlist td {
	border-width: 1px 0 0 1px;
	border-style: solid
}

.path-mod-forum .forumheaderlist th.header.replies .iconsmall {
	margin: 0 .3em
}

.path-mod-forum .forumheaderlist .discussion .starter {
	vertical-align: middle
}

.path-mod-forum .forumheaderlist .discussion .pinned img {
	padding: 5px
}

.path-mod-forum .forumheaderlist .discussion .lastpost {
	white-space: nowrap;
	text-align: right
}

.path-mod-forum .forumheaderlist .replies {
	white-space: nowrap
}

.path-mod-forum .forumheaderlist thead .discussionsubscription {
	text-align: center
}

#page-mod-forum-subscribers .subscriberdiv,
#page-mod-forum-subscribers .subscribertable {
	width: 100%;
	vertical-align: top
}

#page-mod-forum-subscribers .subscribertable tr td {
	vertical-align: top
}

#page-mod-forum-subscribers .subscribertable tr td.actions {
	width: 16%;
	padding-top: 3em
}

#page-mod-forum-subscribers .subscribertable tr td.actions .actionbutton {
	margin: .3em 0;
	padding: .5em 0;
	width: 100%
}

#page-mod-forum-subscribers .subscribertable tr td.existing,
#page-mod-forum-subscribers .subscribertable tr td.potential {
	width: 42%
}

#page-mod-forum-discuss .discussioncontrols {
	width: 100%;
	margin: 5px
}

#page-mod-forum-discuss .discussioncontrols .controlscontainer {
	width: 100%;
	float: right
}

#page-mod-forum-discuss .discussioncontrols .discussioncontrol {
	float: left
}

#page-mod-forum-discuss .discussioncontrol.exporttoportfolio {
	text-align: left
}

#page-mod-forum-discuss .discussioncontrol.displaymode {
	padding-right: 10px
}

#page-mod-forum-discuss .discussioncontrol.movediscussion {
	padding-right: 10px
}

#page-mod-forum-view .forumaddnew {
	margin-bottom: 20px
}

#page-mod-forum-view .groupmenu {
	float: left;
	text-align: left;
	white-space: nowrap
}

#page-mod-forum-index .subscription,
#page-mod-forum-view .subscription {
	float: right;
	text-align: right;
	white-space: nowrap;
	margin: 5px 0
}

.discussion-list .userpicture,
.discussion-list .grouppicture {
	height: 35px;
	width: 35px
}

#page-mod-forum-search .introcontent {
	padding: 15px;
	font-weight: 700
}

.path-mod-forum span.unread a:first-child {
	padding-right: 10px
}

.path-mod-forum span.unread img {
	margin-left: 5px
}

#email .unsubscribelink {
	margin-top: 20px
}

.forumpost.unread .row.header,
.path-course-view .unread,
span.unread {
	background-color: #ffd
}

.forumpost.unread .row.header {
	border-bottom: 1px solid #ddd
}

.path-mod-forum :target>.forumpost:before {
	display: block;
	content: '';
	width: 4px;
	position: absolute;
	background: #0070a8;
	left: -1px;
	top: -1px;
	bottom: -1px
}

.path-mod-forum .discussion-nav {
	margin: .5em 0
}

.path-mod-forum .discussion-nav ul {
	margin: 0;
	list-style: none;
	padding-left: 0
}

.path-mod-forum .discussion-nav .next-discussion {
	float: right
}

.path-mod-forum .discussion-nav .prev-discussion {
	float: left
}

.path-mod-forum .preload-subscribe {
	background: url(/theme/image.php/recit2/mod_forum/1759007012/t/subscribed) no-repeat -9999px -9999px
}

.path-mod-forum .preload-unsubscribe {
	background: url(/theme/image.php/recit2/mod_forum/1759007012/t/unsubscribed) no-repeat -9999px -9999px
}

.path-mod-forum .discussionsubscription,
.path-mod-forum .discussion-settings-menu,
.path-mod-forum .discussionsubscription {
	margin-top: -10px;
	text-align: right;
	margin-bottom: 10px
}

.path-mod-forum .discussionsubscription>a>img,
.path-mod-forum .discussionlock>a>img,
.path-mod-forum .favourite-discussion>a>img,
.path-mod-forum .discussion-settings-menu>a>img {
	width: 12px;
	padding: 0 4px
}

#page-mod-forum-view img.timedpost {
	margin-right: 5px
}

.path-mod-forum article .nav .nav-link:first-of-type {
	margin-left: auto
}

.path-mod-forum.dir-rtl article .nav .nav-link:first-of-type {
	margin-left: 0;
	margin-right: auto
}

.path-mod-forum article .nav .nav-link+.nav-link {
	border-left: 1px solid #ddd
}

.privatereplyinfo {
	font-size: 80%
}

.forum-post-container:focus {
	outline: 0
}

.post-actions .btn:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

.forum-post-container:focus>.focus-target {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

.hr-sect {
	display: flex;
	flex-basis: 100%;
	font-weight: 700;
	align-items: center;
	margin: 8px 0
}

.hr-sect::before,
.hr-sect::after {
	content: "";
	flex-grow: 1;
	background: rgb(0 0 0 / .35);
	height: 1px;
	font-size: 0;
	line-height: 0
}

.hr-sect::before {
	margin-right: 15px
}

.hr-sect::after {
	margin-left: 15px
}

#page-mod-game-view.dir-rtl .region-content {
	direction: ltr;
	text-align: left
}

#page-mod-game-view.dir-rtl #responseform {
	direction: rtl;
	text-align: right
}

.path-mod-glossary .glossarypost {
	width: 95%;
	border-collapse: separate;
	margin: 0 auto;
	text-align: left
}

.path-mod-glossary .glossarypost.entrylist {
	border-width: 0
}

.path-mod-glossary .glossarypost.continuous .concept {
	display: inline
}

.path-mod-glossary .glossarypost .commands {
	width: 200px;
	white-space: nowrap
}

.path-mod-glossary .glossarypost td.picture {
	width: 35px
}

.path-mod-glossary .glossarypost .entrylowersection .icons {
	text-align: right;
	padding-right: 5px
}

.path-mod-glossary .glossarypost .entrylowersection .ratings {
	text-align: right;
	padding-right: 5px;
	padding-bottom: 2px
}

.path-mod-glossary .glossarypost .glossary-hidden-note {
	margin: 0 .45em
}

.path-mod-glossary .glossarydisplay {
	margin-left: auto;
	margin-right: auto
}

.path-mod-glossary .glossarydisplay .tabs {
	width: 100%;
	margin-bottom: 0
}

.path-mod-glossary .glossarydisplay .tabs .side {
	border-style: none;
	border-width: 0;
	width: auto
}

.path-mod-glossary .glossarydisplay .separator {
	width: 4px
}

.path-mod-glossary table.glossarypopup {
	width: 95%
}

.path-mod-glossary .entrybox,
.path-mod-glossary table.glossaryapproval,
.path-mod-glossary .glossarypost .entrylowersection table {
	width: 100%;
	margin-bottom: 0
}

.glossary-activity-picture {
	float: left
}

.glossary-activity-content {
	margin-left: 40px
}

#page-mod-glossary-view .glossarycontrol {
	float: right;
	text-align: right;
	white-space: nowrap;
	margin: 5px 0
}

#page-mod-glossary-view table.glossarycategoryheader,
#page-mod-glossary-import table.glossaryimportexport {
	margin-left: auto;
	margin-right: auto
}

#page-mod-glossary-view table.glossarycategoryheader {
	margin-bottom: 0
}

#page-mod-glossary-view table.glossarycategoryheader th {
	padding: 0
}

#page-mod-glossary-view td.glossarysearchbox label {
	display: inline-block
}

@media (min-width:768px) {
	#page-mod-glossary-showentry #page-content {
		min-width: 600px
	}
}

#page-mod-glossary-print .mod-glossary-entrylist .mod-glossary-entry {
	vertical-align: top
}

#page-mod-glossary-print .displayprinticon,
#page-mod-glossary-print .displaydate {
	text-align: right;
	font-size: .75em
}

#page-mod-glossary-print .strong {
	font-weight: 700
}

.path-mod-glossary .printicon {
	background: url(/theme/image.php/recit2/core/1759007012/t/print) no-repeat scroll 2px center #fff0;
	padding-left: 20px
}

.h5p-data-view table {
	border: 1px solid #E5E5E5;
	box-shadow: 0 1px 1px rgb(0 0 0 / .04);
	table-layout: fixed;
	width: 100%
}

.h5p-data-view td,
.h5p-data-view th {
	color: #555;
	font-size: 13px;
	line-height: 1.5em;
	padding: 8px 10px;
	vertical-align: top;
	word-wrap: break-word
}

.h5p-data-view th {
	color: #32373C;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4em
}

.h5p-data-view thead th {
	border-bottom: 1px solid #E1E1E1
}

.h5p-data-view tfoot td {
	border-top: 1px solid #E1E1E1;
	font-size: 14px
}

.h5p-data-view tr:nth-child(odd) {
	background-color: #F9F9F9
}

.h5p-pagination {
	line-height: 2em;
	text-align: center
}

.h5p-pagination>span,
.h5p-pagination>input {
	margin: 0 1em
}

.h5p-pagination button {
	margin: 0
}

.h5p-data-view input[type="text"] {
	margin-bottom: .5em
}

.h5p-data-view input[type="text"]::-ms-clear {
	display: none
}

.h5p-data-view th[role="button"] {
	cursor: pointer
}

.h5p-data-view th[role="button"].h5p-sort:after,
.h5p-data-view th[role="button"]:hover:after,
.h5p-data-view th[role="button"].h5p-sort.h5p-reverse:hover:after {
	content: "\25BE";
	left: .5em;
	position: relative;
	top: -1px
}

.h5p-data-view th[role="button"].h5p-sort.h5p-reverse:after,
.h5p-data-view th[role="button"].h5p-sort:hover:after {
	content: "\25B4";
	top: -2px
}

.h5p-data-view th[role="button"]:hover:after,
.h5p-data-view th[role="button"].h5p-sort.h5p-reverse:hover:after,
.h5p-data-view th[role="button"].h5p-sort:hover:after {
	color: #999
}

.content-upgrade-log {
	color: red
}

body.h5p-embed {
	font-family: Sans-Serif;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0
}

body.h5p-embed.h5p-resizing {
	overflow: hidden
}

body.h5p-embed .h5p-container {
	overflow: hidden
}

body.h5p-embed .h5p-content {
	font-size: 16px;
	line-height: 1.5em;
	width: 100%;
	height: auto
}

body.h5p-embed .h5p-fullscreen .h5p-content,
body.h5p-embed .h5p-semi-fullscreen .h5p-content {
	height: 100%
}

body.h5p-embed .clearer,
body.h5p-embed #maincontent,
body.h5p-embed #user-notifications {
	display: none
}

#page-mod-imscp-view #imscp_nav {
	text-align: center;
	margin-bottom: 5px;
	margin-top: 10px
}

#page-mod-imscp-view #imscp_toc .ygtv-highlight1 {
	font-weight: 700
}

#page-mod-imscp-view .yui-layout-hd {
	background-image: none;
	background-color: #ddd
}

#page-mod-imscp-view .yui-layout-hd h2 {
	color: #000
}

.path-mod-imscp #imscp_child_list {
	margin-left: 1em;
	width: auto;
	height: auto
}

#page-mod-journal-view .feedbackbox {
	width: 75%;
	border-collapse: separate
}

#page-mod-journal-view .entrycontent {
	padding: 3px
}

#page-mod-journal-view .picture {
	width: 35px
}

#page-mod-journal-view .info {
	margin-bottom: 5px;
	text-align: right
}

#page-mod-journal-view .journalstart,
#page-mod-journal-report .feedbacksave {
	text-align: center;
	margin: 1em 0
}

#page-mod-journal-view .lastedit,
#page-mod-journal-view .editend {
	font-size: .7em;
	margin: 5px;
	text-align: center;
	font-style: italic
}

#page-mod-journal-view .author {
	font-size: 1em;
	font-weight: 700
}

#page-mod-journal-view .time {
	font-size: .7em;
	font-style: italic
}

#page-mod-journal-view .grade {
	font-weight: 700;
	font-style: italic;
	text-align: right
}

#page-mod-journal-index .cell {
	font-size: .8em
}

#page-mod-journal-view .feedbackbox .left,
#page-mod-journal-view .feedbackbox .entryheader {
	background-color: #ddd;
	padding: 6px 14px
}

#page-mod-journal-view .feedbackbox {
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-spacing: 0;
	margin: 0 auto
}

#page-mod-journal-view .feedbackbox .side {
	-moz-border-radius-bottomleft: 15px
}

#page-mod-journal-view .feedbackbox .entrycontent {
	-moz-border-radius-bottomright: 15px
}

#page-mod-journal-report .journaluserentrywrapper {
	background-color: #fff;
	border: 1px solid #dedede;
	margin: 1em 0;
	box-shadow: 0 0 10px #d2d2d2;
	border-radius: 1em
}

#page-mod-journal-report .journaluserentry {
	border-collapse: collapse;
	border-spacing: 0
}

#page-mod-journal-report .journaluserentry td {
	padding: 10px;
	vertical-align: top;
	width: 100%
}

#page-mod-journal-report .journaluserentry td.userpix {
	width: 35px
}

#page-mod-journal-report .journaluserentry td.userfullname {
	white-space: nowrap;
	border-bottom: 1px solid #dedede
}

#page-mod-journal-report .journaluserentry td .lastedit {
	font-size: .76em;
	font-style: italic
}

#page-mod-journal-report .mediaplugin {
	width: auto
}

#page-mod-journal-report .divwrapper {
	margin: 1em 0
}

#page-mod-journal-report .journalheader {
	margin-top: 1em
}

#page-mod-journal-report textarea {
	border-color: #cecece;
	min-height: 100px;
	max-width: calc(100vw - 120px);
	width: 100%
}

#page-mod-journal-report .lastedit,
#page-mod-journal-report .lastedit+label {
	display: block;
	white-space: normal
}

#page-mod-journal-report .custom-select {
	width: auto;
	margin-left: .5em
}

@font-face {
	font-family: FreeSans;
	src: url(../../../../lib/default.ttf)
}

.learningmap-menubar {
	padding: 0
}

#learningmap-advanced-settings-icon {
	font-size: x-large;
	cursor: pointer
}

.learningmap-render-loading {
	text-align: center;
	font-size: large
}

.learningmap-mapcontainer {
	border-color: #000;
	border-width: 1px;
	border-style: solid
}

#learningmap-activity-setting {
	position: absolute;
	--pos-x: 0;
	--pos-y: 0;
	--map-width: 800;
	--map-height: 100;
	display: none;
	left: 0;
	top: 0;
	transform: translate(min(var(--pos-x), calc(var(--map-width) - 100%)), min(var(--pos-y), calc(var(--map-height) - 100%)));
	z-index: 1
}

#learningmap-advanced-settings {
	position: absolute;
	z-index: 1;
	right: 0
}

#learningmap-advanced-settings label {
	float: left
}

#learningmap-advanced-settings label+a {
	position: absolute;
	right: 0
}

#fitem_id_introeditor_text {
	display: none
}

.learningmap-scaling-svg-container {
	position: relative;
	min-height: 100px;
	width: 100%;
	max-width: 90vw
}

.learningmap-scaling-svg.learningmap-slicemode {
	width: auto
}

.learningmap-scaling-svg {
	vertical-align: top;
	width: 100%;
	left: 0;
	top: 0
}

.learningmap-menubar input[type="color"] {
	width: 2rem
}

.learningmap-editor-main {
	width: 100%;
	position: relative
}

#page-mod-learningmap-mod #fitem_id_svgcode {
	display: none
}

.learningmap-used-activity {
	color: green
}

.learningmap-disabled-activity {
	color: lightsalmon
}

.learningmap-render-container {
	width: 100%
}

@font-face {
	font-family: 'Learningmap';
	src: url(/theme/font.php/recit2/mod_learningmap/1759007012/learningmap.eot);
	src: url(/theme/font.php/recit2/mod_learningmap/1759007012/learningmap.eot?#iefix) format('embedded-opentype'), url(/theme/font.php/recit2/mod_learningmap/1759007012/learningmap.woff) format('woff'), url(/theme/font.php/recit2/mod_learningmap/1759007012/learningmap.ttf) format('truetype'), url(/theme/font.php/recit2/mod_learningmap/1759007012/learningmap.svg#Learningmap) format('svg');
	font-weight: 400;
	font-style: normal
}

[class*='learningmap-icon']:before {
	display: inline-block;
	font-family: 'Learningmap';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.learningmap-icon:before {
	content: 'A';
	padding-right: .5rem
}

.learningmap-backlink {
	padding-top: 1rem
}

.learningmap-container {
	width: 100%
}

.path-mod-lti .ltiframe {
	position: relative;
	width: 100%;
	height: 100%
}

.path-mod-lti .userpicture,
.path-mod-lti .picture.user,
.path-mod-lti .picture.teacher {
	width: 35px;
	height: 35px;
	vertical-align: top
}

.path-mod-lti .feedback .files,
.path-mod-lti .feedback .grade,
.path-mod-lti .feedback .outcome,
.path-mod-lti .feedback .finalgrade {
	float: right
}

.path-mod-lti .feedback .disabledfeedback {
	width: 500px;
	height: 250px
}

.path-mod-lti .feedback .from {
	float: left
}

.path-mod-lti .files img {
	margin-right: 4px
}

.path-mod-lti .files a {
	white-space: nowrap
}

.path-mod-lti .late {
	color: red
}

.path-admin-mod-lti .mform .fitem .fitemtitle {
	min-width: 18em;
	padding-right: 1em
}

.path-mod-lti .mform .fitem .fitemtitle {
	min-width: 14em;
	padding-right: 1em
}

#registration-choice-container .buffer-text {
	margin: 20px
}

#choice-list {
	list-style: none;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 1em;
	margin-left: 0
}

#choice-list>li {
	display: inline-block
}

#external-registration-container iframe {
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	width: 100%;
	min-height: 800px
}

.loading-screen {
	text-align: center;
	padding: 3em
}

.loading-screen .loading-text {
	font-size: 2em
}

.loading-screen .loader {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	height: 2em;
	width: 2em;
	font-size: 2em
}

#registration-submit {
	min-width: 140px
}

#registration-form-container {
	min-height: 260px
}

#registration-form-container .card {
	margin-bottom: 0
}

#registration-form-container .control-group:last-child {
	margin-bottom: 0
}

#registration-choice-container .card {
	text-align: center
}

#registration-choice-container .btn-toolbar {
	margin-bottom: 0
}

#registration-choice-container p:last-child {
	margin-top: 20px
}

#tool-type-capabilities-container .registration-loading-container {
	display: none
}

#tool-type-capabilities-container.loading .registration-loading-container {
	display: block
}

#tool-type-capabilities-container.loading #tool-type-capabilities-template-container {
	display: none
}

.centered-menu {
	max-width: 70%;
	margin-left: auto;
	margin-right: auto
}

.btn-text {
	display: block
}

.btn-loader {
	display: none
}

.loading .btn-text {
	display: none
}

.loading .btn-loader {
	display: block
}

.btn .loader {
	margin-left: auto;
	margin-right: auto
}

.btn .loader img {
	height: 1.5em
}

#tool-list-container h3 {
	display: inline-block
}

#tool-list-loader-container {
	display: inline-block
}

#tool-list-loader-container .loader {
	display: none
}

#tool-list-loader-container .loader img {
	height: 2em
}

.loading #tool-list-loader-container .loader {
	display: block
}

.loading #tool-notools-text {
	display: none
}

.tool-card {
	display: inline-block;
	width: 250px;
	height: 300px;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	margin: 5px;
	position: relative;
	box-sizing: border-box;
	vertical-align: top
}

.tool-card:hover,
.tool-card:focus {
	border-color: #08c;
	box-shadow: 0 1px 4px rgb(0 105 214 / .25);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s
}

.tool-card .overlay-container {
	background-color: rgb(255 255 255 / .8);
	border-radius: 10px;
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 100;
	box-sizing: border-box;
	padding: 10px
}

.tool-card .overlay-container .img-container {
	position: absolute;
	top: 115px;
	left: 90px;
	display: block;
	width: 70px;
	height: 70px
}

.tool-card .overlay-container .img-container img {
	height: 100%;
	width: 100%
}

.tool-card.announcement>.overlay-container {
	display: block
}

.tool-card.announcement .overlay-container .loader {
	display: none
}

.tool-card.announcement.loading .overlay-container .loader {
	display: block;
	width: 100%;
	height: 100%
}

.tool-card.announcement .overlay-container .success-icon-container {
	display: none
}

.tool-card.announcement.success .overlay-container .success-icon-container {
	display: block
}

.tool-card.announcement .overlay-container .fail-icon-container {
	display: none
}

.tool-card.announcement.fail .overlay-container .fail-icon-container {
	display: block
}

.tool-card.announcement .overlay-container .capabilities-container {
	display: none
}

.tool-card.announcement.capabilities .overlay-container .capabilities-container {
	display: block
}

.tool-card.announcement.capabilities .overlay-container {
	background-color: #fff
}

.tool-card.announcement.capabilities .overlay-container .img-container {
	display: none
}

.tool-card-content {
	z-index: 1
}

.tool-card-header {
	text-align: center;
	background-color: #f5f5f5;
	padding: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-sizing: border-box;
	height: 125px
}

.tool-card-subheader {
	margin-bottom: 10px;
	text-align: left
}

.tool-card-header .tool-card-icon {
	width: 35px;
	height: 35px
}

.tool-card-header .name {
	margin-bottom: 0;
	white-space: nowrap
}

.tool-card-header .tool-card-actions {
	float: right
}

.tool-card-header .tool-card-actions img {
	width: 15px;
	height: 15px;
	margin-left: 7px
}

.tool-card-body {
	border-top: 1px solid #e5e5e5;
	box-sizing: border-box;
	padding: 5px;
	height: 125px
}

.tool-card-body .description {
	max-height: 100px;
	word-wrap: break-word
}

.tool-card-footer {
	height: 50px;
	text-align: center;
	padding-top: 10px;
	box-sizing: border-box
}

.tool-card .contenteditable-container {
	position: relative
}

.tool-card [contenteditable=true] {
	border: 1px solid #fff0;
	padding: .25em;
	position: relative;
	z-index: 1;
	overflow: auto
}

.tool-card [contenteditable=true]:hover {
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / .075);
	background-color: #fff;
	border: 1px solid #e3e3e3;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	cursor: text
}

.tool-card [contenteditable=true]:focus {
	outline: 0;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / .075), 0 0 8px rgb(82 168 236 / .6);
	background-color: #fff;
	border: 1px solid rgb(82 168 236 / .8);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	cursor: text
}

.tool-card [contenteditable=true].loading+.overlay-container {
	border-radius: 4px;
	display: block
}

.tool-card [contenteditable=true]+.overlay-container .loader {
	display: inline-block;
	vertical-align: middle
}

#accordion.modltitree {
	border-radius: 4px;
	padding-left: 8px
}

#accordion.modltitree .accordion-inner {
	padding-left: 20px
}

#accordion.modltitree .accordion-inner .accordion p {
	margin-bottom: 0;
	padding-left: 15px
}

#accordion.modltitree .accordion-group {
	padding-left: 15px;
	padding-bottom: 4px;
	position: relative
}

#accordion.modltitree .accordion-group span {
	padding: 0 4px 0
}

#accordion.modltitree .accordion-group .accordion-heading .accordion-toggle::before {
	content: url(/theme/image.php/recit2/core/1759007012/t/expanded);
	position: absolute;
	left: -5px
}

#accordion.modltitree .accordion-group .accordion-heading .accordion-toggle.collapsed::before {
	content: url(/theme/image.php/recit2/core/1759007012/t/collapsed)
}

#contentframe {
	border: 1px solid #ddd;
	border-radius: 4px
}

#page-mod-lti-coursetools a.dropdown-toggle::after {
	display: none
}

#page-mod-lti-coursetools table div.tool-action-icon-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px
}

#page-mod-lti-coursetools table div.tool-action-icon-container i {
	margin: 0
}

#page-mod-lti-coursetools table.generaltable tbody tr:nth-of-type(2n+1),
#page-mod-lti-coursetools table.table-striped tbody tr:nth-of-type(2n+1) {
	background: inherit
}

#page-mod-lti-coursetools table.generaltable tbody tr:hover,
#page-mod-lti-coursetools table.table-striped tbody tr:hover {
	background: #fff
}

/**
// This file is part of mod_offlinequiz for Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.

 * The results overview report for offlinequizzes
 *
 * @package       mod
 * @subpackage    offlinequiz
 * @author        Juergen Zimmer <zimmerj7@univie.ac.at>
 * @copyright     2014 Academic Moodle Cooperation {@link http://www.academic-moodle-cooperation.org}
 * @since         Moodle 2.1
 * @license       http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 *AA
 **/
#page-mod-offlinequiz-attempt #page .controls,
#page-mod-offlinequiz-summary #page .controls,
#page-mod-offlinequiz-review #page .controls {
	text-align: center;
	margin: 8px auto
}

#page-mod-offlinequiz-attempt .submitbtns,
#page-mod-offlinequiz-review .submitbtns {
	clear: left;
	text-align: left;
	padding-top: 1.5em
}

#page-mod-offlinequiz-review .noticebox {
	background-color: #ffa;
	border-color: #fb3232;
	border-width: 3px;
	color: #000;
	margin-top: 15px
}

#page-mod-offlinequiz-review div.correct i.icon,
#page-mod-offlinequiz-review div.incorrect i.icon {
	margin-left: .5em
}

body.jsenabled .questionflagcheckbox {
	display: none
}

.generalbox#passwordbox {
	width: 70%;
	margin-left: auto;
	margin-right: auto
}

#passwordform {
	margin: 1em 0
}

#offlinequiznojswarning {
	color: red
}

#offlinequiznojswarning {
	font-size: .7em;
	line-height: 1.1
}

.jsenabled #offlinequiznojswarning {
	display: none
}

.path-mod-offlinequiz #user-picture {
	margin: .5em 0
}

.path-mod-offlinequiz #user-picture img {
	width: auto;
	height: auto;
	float: left
}

.path-mod-offlinequiz .qnbutton {
	display: block;
	position: relative;
	float: left;
	width: 1.5em;
	height: 1.5em;
	overflow: hidden;
	margin: .3em .3em .3em 0;
	padding: 0;
	border: 1px solid #bbb;
	background: #ddd;
	text-align: center;
	line-height: 1.5em !important;
	font-weight: 700;
	text-decoration: none
}

.path-mod-offlinequiz .qnbutton:hover {
	text-decoration: underline
}

.path-mod-offlinequiz .qnbutton span {
	cursor: hand
}

.path-mod-offlinequiz .qnbutton .trafficlight,
.path-mod-offlinequiz .qnbutton .thispageholder {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.path-mod-offlinequiz .qnbutton.thispage {
	border-color: #666
}

.path-mod-offlinequiz .qnbutton.thispage .thispageholder {
	border: 1px solid #666
}

.path-mod-offlinequiz .qnbutton.flagged .trafficlight {
	background: url(/theme/image.php/recit2/offlinequiz/1759007012/navflagged) no-repeat top right
}

.path-mod-offlinequiz .qnbutton.notyetanswered,
.path-mod-offlinequiz .qnbutton.requiresgrading,
.path-mod-offlinequiz .qnbutton.invalidanswer {
	background-color: #fff
}

.path-mod-offlinequiz .answer .correct {
	background-color: #cfc
}

.path-mod-offlinequiz .qnbutton.correct .trafficlight {
	border-bottom: 3px solid #080
}

.path-mod-offlinequiz .qnbutton.partiallycorrect {
	background-color: #ffa
}

.path-mod-offlinequiz .qnbutton.notanswered,
.path-mod-offlinequiz .answer .incorrect {
	background-color: #fcc
}

.path-mod-offlinequiz .qnbutton.notanswered .trafficlight,
.path-mod-offlinequiz .qnbutton.incorrect .trafficlight {
	border-top: 3px solid #800
}

.path-mod-offlinequiz .othernav {
	clear: both;
	margin: .5em 0
}

.path-mod-offlinequiz .othernav a,
.path-mod-offlinequiz .othernav input {
	display: block;
	margin: .5em 0
}

#offlinequiz-timer {
	display: none;
	margin-top: 1em
}

#offlinequiz-time-left {
	font-weight: 700
}

#offlinequiz-timer.timeleft15 {
	background: #fff
}

#offlinequiz-timer.timeleft14 {
	background: #fee
}

#offlinequiz-timer.timeleft13 {
	background: #fdd
}

#offlinequiz-timer.timeleft12 {
	background: #fcc
}

#offlinequiz-timer.timeleft11 {
	background: #fbb
}

#offlinequiz-timer.timeleft10 {
	background: #faa
}

#offlinequiz-timer.timeleft9 {
	background: #f99
}

#offlinequiz-timer.timeleft8 {
	background: #f88
}

#offlinequiz-timer.timeleft7 {
	background: #f77
}

#offlinequiz-timer.timeleft6 {
	background: #f66
}

#offlinequiz-timer.timeleft5 {
	background: #f55
}

#offlinequiz-timer.timeleft4 {
	background: #f44
}

#offlinequiz-timer.timeleft3 {
	background: #f33
}

#offlinequiz-timer.timeleft2 {
	background: #f22
}

#offlinequiz-timer.timeleft1 {
	background: #f11
}

#offlinequiz-timer.timeleft0 {
	background: red
}

#page-mod-offlinequiz-mod #reviewoptionshdr .fitem {
	width: 23%;
	margin-left: 10px
}

#page-mod-offlinequiz-mod #reviewoptionshdr fieldset.fgroup {
	width: 100%;
	text-align: left;
	margin-left: 0
}

#page-mod-offlinequiz-mod #reviewoptionshdr .fitem,
#adminofflinequizreviewoptions .group {
	float: left;
	width: 33%;
	clear: none
}

#page-mod-offlinequiz-mod #reviewoptionshdr .fitemtitle,
#adminofflinequizreviewoptions .fitemtitle {
	width: 100%;
	font-weight: 700;
	text-align: left;
	height: 2.5em;
	margin-left: 0
}

#page-mod-offlinequiz-mod #reviewoptionshdr fieldset.fgroup,
#adminofflinequizreviewoptions {
	clear: left
}

#page-mod-offlinequiz-mod #reviewoptionshdr fieldset.fgroup span,
#adminofflinequizreviewoptions span {
	float: left;
	clear: left;
	margin: .1em 0
}

#page-mod-offlinequiz-mod #reviewoptionshdr fieldset.fgroup span label,
#adminofflinequizreviewoptions span label {
	margin-left: .4em
}

#page-mod-offlinequiz-mod.dir-rtl #reviewoptionshdr .fitem,
#adminofflinequizreviewoptions .group {
	float: right;
	width: 24%
}

#page-mod-offlinequiz-mod.dir-rtl #reviewoptionshdr fieldset.fgroup span,
#adminofflinequizreviewoptions span {
	float: right;
	clear: right
}

#page-mod-offlinequiz-mod.dir-rtl #reviewoptionshdr .fitemtitle,
#adminofflinequizreviewoptions .fitemtitle {
	text-align: right
}

#page-mod-offlinequiz-participants a.editlistlink {
	margin-left: 3px
}

#page-mod-offlinequiz-participants a.deletelistlink {
	margin-left: 3px
}

#page-mod-offlinequiz-view .offlinequizinfo,
#page-mod-offlinequiz-view h2.main,
#page-mod-offlinequiz-createquiz h2.main,
#page-mod-offlinequiz-report h2.main,
#page-mod-offlinequiz-participants h2.main,
#page-mod-offlinequiz-review h2.main,
#page-mod-offlinequiz-tutorial-index h2.main,
#page-mod-offlinequiz-view #page .offlinequizgradefeedback,
#page-mod-offlinequiz-view #page .offlinequizattempt {
	text-align: center
}

#page-mod-offlinequiz-view #page .offlinequizattemptsummary td p {
	margin-top: 0
}

table.offlinequizattemptsummary .bestrow td {
	background-color: #e8e8e8
}

table.offlinequizattemptsummary .noreviewmessage {
	color: gray
}

#page-mod-offlinequiz-view .generaltable.offlinequizattemptsummary {
	margin-left: auto;
	margin-right: auto
}

#page-mod-offlinequiz-view .generalbox#feedback {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px
}

#page-mod-offlinequiz-view .generalbox#feedback h2 {
	margin: 0
}

#page-mod-offlinequiz-view .generalbox#feedback h3 {
	text-align: left
}

#page-mod-offlinequiz-view .generalbox#feedback .overriddennotice {
	text-align: center;
	font-size: .7em
}

.offlinequizstartbuttondiv.offlinequizsecuremoderequired input {
	display: none
}

.jsenabled .offlinequizstartbuttondiv.offlinequizsecuremoderequired input {
	display: inline
}

.mod-offlinequiz .gradedattempt,
.mod-offlinequiz tr.gradedattempt td {
	background-color: #e8e8e8
}

.offlinequizattemptcounts {
	clear: left;
	text-align: center
}

#page-mod-offlinequiz-summary #content {
	text-align: center
}

#page-mod-offlinequiz-summary .questionflag {
	width: 16px;
	height: 16px;
	vertical-align: middle
}

#page-mod-offlinequiz-summary #offlinequiz-timer {
	text-align: center;
	margin-top: 1em
}

#page-mod-offlinequiz-summary .submitbtns {
	margin-top: 1.5em
}

@media print {
	.offlinequiz-secure-window * {
		display: none !important
	}
}

table.offlinequizreviewsummary {
	width: 100%
}

table.offlinequizreviewsummary th.cell {
	padding: 1px .5em 1px 1em;
	font-weight: 700;
	text-align: right;
	width: 10em;
	background: #f0f0f0
}

table.offlinequizreviewsummary td.cell {
	padding: 1px 1em 1px .5em;
	text-align: left;
	background: #fafafa
}

#page-mod-offlinequiz-comment .mform {
	width: 100%
}

#page-mod-offlinequiz-comment .mform fieldset {
	margin: 0
}

#page-mod-offlinequiz-comment .que {
	margin: 0
}

#page-mod-offlinequiz-report h2.main {
	clear: both
}

#page-mod-offlinequiz-report .tabtree .tabrow1 li a,
#page-mod-offlinequiz-participants .tabtree .tabrow1 li a,
#page-mod-offlinequiz-createquiz .tabtree .tabrow1 li a,
#page-mod-offlinequiz-report .tabtree .tabrow1 li a.nolink,
#page-mod-offlinequiz-participants .tabtree .tabrow1 li a.nolink,
#page-mod-offlinequiz-createquiz .tabtree .tabrow1 li a.nolink,
#page-mod-offlinequiz-report div#commands,
#page-mod-offlinequiz-report .controls {
	text-align: center
}

#page-mod-offlinequiz-report .display-options {
	margin-top: 1em;
	text-align: center
}

#page-mod-offlinequiz-report .downloadoptions .text-xs-right {
	text-align: center !important
}

#page-mod-offlinequiz-report table#overview-options {
	margin-left: auto;
	margin-right: auto
}

#page-mod-offlinequiz-report .menunoresults {
	margin-top: 1em
}

#page-mod-offlinequiz-report .dubious {
	background-color: #fcc
}

#page-mod-offlinequiz-report .highlight {
	border: medium solid #ff0;
	background-color: lightYellow
}

#page-mod-offlinequiz-report .negcovar {
	border: medium solid pink;
	width: 70%;
	float: right
}

#page-mod-offlinequiz-report .toggleincludeauto {
	text-align: center
}

#page-mod-offlinequiz-report .gradetheselink {
	font-size: .8em
}

#page-mod-offlinequiz-report .mform fieldset {
	margin: 0
}

#page-mod-offlinequiz-report fieldset.felement.fgroup {
	margin: 0
}

#page-mod-offlinequiz-report table.titlesleft td.c0 {
	font-weight: 700
}

#page-mod-offlinequiz-report table .numcol {
	text-align: center;
	vertical-align: middle !important
}

#page-mod-offlinequiz-report table#attempts {
	clear: both;
	width: 80%;
	margin: .2em auto
}

#page-mod-offlinequiz-report table#attempts .header,
#page-mod-offlinequiz-report table#attempts .cell {
	padding: 4px
}

#page-mod-offlinequiz-report table#attempts .header .commands {
	display: inline
}

#page-mod-offlinequiz-report table#attempts .picture {
	width: 40px
}

#page-mod-offlinequiz-report table#attempts td {
	border-left-width: 1px;
	border-right-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	vertical-align: middle;
	border-color: #ddd;
	text-align: center
}

#page-mod-offlinequiz-report table#attempts th.sumgrades {
	text-align: right
}

#page-mod-offlinequiz-report table#attempts td.sumgrades {
	text-align: right
}

#page-mod-offlinequiz-report table#attempts .header {
	text-align: center
}

#page-mod-offlinequiz-report table#attempts .header.c2,
#page-mod-offlinequiz-report table#attempts td.c2 {
	text-align: left
}

#page-mod-offlinequiz-report table#attempts .picture {
	text-align: center !important
}

#page-mod-offlinequiz-report table#attempts.grades span.que,
#page-mod-offlinequiz-report table#attempts span.avgcell {
	white-space: nowrap
}

#page-mod-offlinequiz-report table#attempts span.que .requiresgrading {
	white-space: normal
}

#page-mod-offlinequiz-report table#attempts .questionflag {
	width: 16px;
	height: 16px;
	vertical-align: middle
}

#page-mod-offlinequiz-report .graph.flexible-wrap {
	text-align: center;
	overflow: auto
}

#page-mod-offlinequiz-report #cachingnotice {
	margin-bottom: 1em;
	padding: .2em
}

#page-mod-offlinequiz-report #cachingnotice .singlebutton {
	margin: .5em 0 0
}

#page-mod-offlinequiz-report .bold .reviewlink {
	font-weight: 400
}

#page-mod-offlinequiz-report div.notify {
	text-align: center
}

#page-mod-offlinequiz-report div.notifynote {
	background-color: lightYellow;
	color: #3a3a3a;
	border: 0
}

#page-mod-offlinequiz-report div.backlinkbox {
	padding-top: 10px
}

#page-mod-offlinequiz-report table.errorpages td.checkbox input {
	margin-left: 0;
	float: none
}

#page-mod-offlinequiz-report .boxaligncenter {
	margin: 0 auto
}

#page-mod-offlinequiz-print-html .pagebreak {
	page-break-after: always
}

#adminofflinequizreviewoptions {
	margin-bottom: .5em
}

#page-mod-offlinequiz-createquiz div.notify {
	text-align: center
}

#page-mod-offlinequiz-createquiz div.preview {
	padding: 10px 10px 10px 30px;
	text-align: left;
	width: 96%
}

#page-mod-offlinequiz-createquiz div.preview div.question span.number {
	font-weight: 700;
	text-align: left
}

#page-mod-offlinequiz-createquiz div.preview div.question {
	float: left;
	padding: 5px;
	text-align: left;
	width: 80%
}

#page-mod-offlinequiz-createquiz div.preview div.grade {
	float: right;
	padding: 5px;
	text-align: right;
	width: 10%
}

#page-mod-offlinequiz-createquiz div.preview div.answer {
	clear: both;
	padding: 5px 5px 5px 52px;
	text-align: left;
	text-indent: -22px;
	width: 90%
}

#page-mod-offlinequiz-createquiz div.docsbox {
	border-bottom: 1px solid #e3e3e3;
	clear: both
}

#page-mod-offlinequiz-createquiz div.downloadalllink {
	float: right
}

#page-mod-offlinequiz-report .errorpages .checkbox,
#page-mod-offlinequiz-report .errorpages .page,
#page-mod-offlinequiz-report .errorpages .error,
#page-mod-offlinequiz-report .errorpages .time,
#page-mod-offlinequiz-report .errorpages .counter {
	text-align: center
}

#page-mod-offlinequiz-report .errorpages .username {
	text-align: left
}

#page-mod-offlinequiz-mod.dir-rtl #reviewoptionshdr .fitem,
.dir-rtl #adminofflinequizreviewoptions .group {
	width: 23%;
	float: right
}

#page-mod-offlinequiz-mod.dir-rtl #reviewoptionshdr .fitemtitle,
.dir-rtl #adminofflinequizreviewoptions .fitemtitle {
	text-align: right
}

#page-mod-offlinequiz-mod.dir-rtl #reviewoptionshdr fieldset.fgroup span,
.dir-rtl #adminofflinequizreviewoptions span {
	clear: right;
	float: right
}

#page-mod-offlinequiz-createquiz div.answer img.texrender {
	vertical-align: middle
}

#page-mod-offlinequiz-report .dowloadoptions .text-xs-right {
	text-align: center !important
}

#page-mod-offlinequiz-report table#statsoverviewtable {
	border: 1px solid #ddd;
	width: 50%
}

#page-mod-offlinequiz-report table#statsoverviewtable .r1 {
	background-color: #f2f2f2
}

#page-mod-offlinequiz-report table#questionstatstable {
	border: 1px solid #ddd;
	width: 30em
}

#page-mod-offlinequiz-report table#questionstatstable .r1 {
	background-color: #f2f2f2
}

#page-mod-offlinequiz-report table#questionstatstable tr td.c0 {
	width: 50%
}

#page-mod-offlinequiz-report table#questionstatstable .r1 {
	background-color: #f2f2f2
}

#page-mod-offlinequiz-report table#statisticsquestiontable {
	border: 1px solid #ddd;
	border-collapse: collapse;
	width: 80%
}

#page-mod-offlinequiz-report table#statisticsquestiontable .r1 {
	background-color: #f2f2f2
}

#page-mod-offlinequiz-report tr.redrow {
	color: red
}

#page-mod-offlinequiz-report tr.greenrow {
	color: green
}

#page-mod-offlinequiz-report table#questionstatistics th.header {
	border: 1px solid #ddd;
	border-collapse: collapse
}

#page-mod-offlinequiz-report div.no-overflow table#questionstatistics td {
	border: 1px solid #ddd;
	border-collapse: collapse
}

#page-mod-offlinequiz-report table#questionstatistics .r1 {
	background-color: #f2f2f2
}

#page-mod-offlinequiz-report table#questionstatistics .numcol {
	text-align: right
}

#page-mod-offlinequiz-report table#questionstatistics .questiontext {
	color: #555
}

#page-mod-offlinequiz-report table#questionstatistics td.numcol div.negcovar {
	position: relative;
	width: 18em
}

#page-mod-offlinequiz-report table#questionstatistics td.cell {
	border: 1px solid #ddd;
	border-collapse: collapse
}

#page-mod-offlinequiz-report div.no-overflow table#statisticsquestiontable th.header {
	border: 1px solid #ddd;
	border-collapse: collapse
}

#page-mod-offlinequiz-report div.no-overflow table#statisticsquestiontable td {
	border: 1px solid #ddd;
	border-collapse: collapse
}

#page-mod-offlinequiz-report table#questionstatistics div.commands {
	float: right
}

#page-mod-offlinequiz-report table#questionstatistics td.correct {
	display: none
}

#page-mod-offlinequiz-report table#questionstatistics td.partially {
	display: none
}

#page-mod-offlinequiz-report table#questionstatistics td.wrong {
	display: none
}

#page-mod-offlinequiz-report table#questionstatistics th.correct {
	display: none
}

#page-mod-offlinequiz-report table#questionstatistics th.partially {
	display: none
}

#page-mod-offlinequiz-report table#questionstatistics th.wrong {
	display: none
}

.Popup {
	display: none;
	background: #fff;
	left: 50%;
	margin-left: -250px;
	position: fixed;
	top: 5em;
	width: 600px;
	height: 800px;
	z-index: 3;
	box-shadow: 0 0 10px #222;
	padding: 10px
}

#overlay {
	display: none;
	background: -moz-radial-gradient(center, ellipse cover, rgb(0 0 0 / .65) 0%, rgb(0 0 0 / .5) 100%);
	background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0%, rgb(0 0 0 / .65)), color-stop(100%, rgb(0 0 0 / .5)));
	background: -webkit-radial-gradient(center, ellipse cover, rgb(0 0 0 / .65) 0%, rgb(0 0 0 / .5) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgb(0 0 0 / .65) 0%, rgb(0 0 0 / .5) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgb(0 0 0 / .65) 0%, rgb(0 0 0 / .5) 100%);
	background: radial-gradient(ellipse at center, rgb(0 0 0 / .65) 0%, rgb(0 0 0 / .5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#80000000', GradientType=1);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0
}

#overlay.fade,
.Popup.fade {
	opacity: 0;
	transition: opacity 0.6s ease;
	display: none
}

#overlay.fade.show,
.Popup.fade.show {
	opacity: 1;
	display: block
}

#overlay.fade-out,
.Popup.fade-out {
	opacity: 0;
	transition: opacity 1s ease-out
}

input#showviewbutton {
	display: none
}

.jsenabled input#showviewbutton {
	float: right;
	display: block
}

#page-mod-offlinequiz-edit h2.main {
	display: inline;
	padding-right: 1em;
	clear: left
}

#page-mod-offlinequiz-edit.dir-rtl h2.main {
	padding-left: 1em;
	padding-right: 0
}

#page-mod-offlinequiz-edit .statusdisplay {
	background-color: #ffc;
	clear: both;
	margin: .3em 1em .3em 0;
	padding: 1px
}

#page-mod-offlinequiz-edit .emptystatusdisplay {
	clear: both;
	margin: .3em 1em .3em 0
}

#page-mod-offlinequiz-edit.dir-rtl .statusdisplay {
	margin: .3em 0 .3em 1em
}

#page-mod-offlinequiz-edit .statusdisplay p {
	margin: .4em
}

#page-mod-offlinequiz-edit .btn.savechanges {
	margin-left: .4em
}

#page-mod-offlinequiz-edit input#inputmaxgrade {
	width: 4em
}

#page-mod-offlinequiz-edit li.activity>div,
#page-mod-offlinequiz-edit li.pagenumber {
	position: relative
}

#page-mod-offlinequiz-edit .last-add-menu {
	position: relative;
	height: 1.5em;
	margin-top: .5em
}

#page-mod-offlinequiz-edit .add-menu-outer {
	position: absolute;
	top: 0;
	right: 0
}

#page-mod-offlinequiz-edit.dir-rtl .add-menu-outer {
	right: auto;
	left: 0
}

#page-mod-offlinequiz-edit .slotnumber {
	background-color: #d3d3d3;
	text-align: center;
	margin: .1em .5em;
	min-width: 2em;
	display: inline-block
}

#page-mod-offlinequiz-edit ul.slots li.section {
	border: 0
}

#page-mod-offlinequiz-edit ul.slots li.section .content {
	background-color: #fafafa;
	padding: 5px 10px
}

#page-mod-offlinequiz-edit ul.slots li.section .content h3 {
	margin: 0;
	color: #777;
	font-weight: 400
}

#page-mod-offlinequiz-edit ul.slots li.section li.activity.page h4 {
	display: inline;
	font-weight: 400;
	font-size: 1em
}

#page-mod-offlinequiz-edit ul.slots li.section .left {
	padding: 4px 0
}

#page-mod-offlinequiz-edit ul.slots li.section .right {
	padding: 4px 0
}

#page-mod-offlinequiz-edit ul.slots {
	margin: 0;
	clear: both
}

#page-mod-offlinequiz-edit ul.slots li.section {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0
}

#page-mod-offlinequiz-edit ul.slots li.section .left {
	float: left
}

#page-mod-offlinequiz-edit ul.slots li.section .right {
	float: right
}

#page-mod-offlinequiz-edit ul.slots li.section .left,
#page-mod-offlinequiz-edit ul.slots li.section .right {
	width: 40px;
	text-align: center;
	padding: 6px 0
}

#page-mod-offlinequiz-edit ul.slots li.section .right img.icon {
	padding: 0 0 4px 0
}

#page-mod-offlinequiz-edit ul.slots li.section .left .section-handle img.icon {
	padding: 0;
	vertical-align: baseline
}

#page-mod-offlinequiz-edit ul.slots li.section li.activity {
	background: #e6e6e6;
	margin: 3px 0 3px 0;
	padding: .2em
}

#page-mod-offlinequiz-edit ul.slots li.section li.activity.page {
	background: #fff0
}

#page-mod-offlinequiz-edit ul.slots li.section li.activity .instancemaxmarkcontainer {
	background: #fff;
	padding: .2em;
	margin: .4em
}

#page-mod-offlinequiz-edit ul.slots li.section li.activity .instancemaxmarkcontainer .editicon {
	width: 13px
}

#page-mod-offlinequiz-edit ul.slots li.section li.activity .instancemaxmarkcontainer.infoitem {
	background: #fff0
}

#page-mod-offlinequiz-edit ul.slots li.section li.activity .instancemaxmarkcontainer form {
	display: inline
}

#page-mod-offlinequiz-edit ul.slots li.section li.activity .instancemaxmarkcontainer form input {
	margin: 0;
	padding: .2em;
	height: 1em
}

#page-mod-offlinequiz-edit ul.slots li.section li.activity .instancemaxmark {
	display: inline-block;
	text-align: right
}

#page-mod-offlinequiz-edit.dir-rtl ul.slots li.section li.activity .instancemaxmark {
	text-align: left
}

#page-mod-offlinequiz-edit ul.slots li.section li.activity .page_split_join_wrapper {
	position: absolute
}

#page-mod-offlinequiz-edit ul.slots li.section li.activity .page_split_join {
	position: relative;
	left: -20px;
	top: -7px
}

#page-mod-offlinequiz-edit.dir-rtl ul.slots li.section li.activity .page_split_join {
	left: auto;
	right: -20px
}

#page-mod-offlinequiz-edit ul.slots li.section li.activity .mod-indent-outer {
	display: flex;
	padding-left: 22px
}

#page-mod-offlinequiz-edit ul.slots li.section li.activity .instancemaxmark.decimalplaces_0 {
	min-width: 1.3em
}

#page-mod-offlinequiz-edit ul.slots li.section li.activity .instancemaxmark.decimalplaces_1 {
	min-width: 2em
}

#page-mod-offlinequiz-edit ul.slots li.section li.activity .instancemaxmark.decimalplaces_2 {
	min-width: 2.6em
}

#page-mod-offlinequiz-edit ul.slots li.section li.activity .instancemaxmark.decimalplaces_3 {
	min-width: 3.2em
}

#page-mod-offlinequiz-edit ul.slots li.section li.activity .instancemaxmark.decimalplaces_4 {
	min-width: 3.7em
}

#page-mod-offlinequiz-edit ul.slots li.section li.activity .instancemaxmark.decimalplaces_5 {
	min-width: 4.3em
}

#page-mod-offlinequiz-edit ul.slots li.section li.activity .instancemaxmark.decimalplaces_6 {
	min-width: 4.8em
}

#page-mod-offlinequiz-edit ul.slots li.section li.activity .instancemaxmark.decimalplaces_7 {
	min-width: 5.45em
}

#page-mod-offlinequiz-edit .menucopyselectedtogrouptop {
	margin-right: 1em
}

#page-mod-offlinequiz-edit ul.slots li.section li.activity .edit_icon,
#page-mod-offlinequiz-edit ul.slots li.section li.activity a.preview,
#page-mod-offlinequiz-edit ul.slots li.section li.activity .editing_delete,
#page-mod-offlinequiz-edit ul.slots li.section li.activity .editing_maxmark {
	margin: 0 2px
}

#page-mod-offlinequiz-edit ul.slots li.section li.activity .question_checkbox {
	padding-left: .3em;
	padding-top: .2em;
	display: block
}

#page-mod-offlinequiz-edit ul.slots li.section li.activity .activityinstance {
	display: flex;
	flex: 1 1 auto;
	min-height: 1.7em;
	padding-right: 2px
}

#page-mod-offlinequiz-edit .questionblock {
	display: inline
}

#page-mod-offlinequiz-edit ul.slots li.section li.activity.forgrading .activityinstance {
	left: 3em
}

#page-mod-offlinequiz-edit.dir-rtl ul.slots li.section li.activity .activityinstance {
	left: auto;
	right: 5em
}

#page-mod-offlinequiz-edit ul.slots li.section li.activity.forgrading .mod-indent-outer {
	padding-left: 4px
}

#page-mod-offlinequiz-edit.dir-rtl ul.slots li.section li.activity .mod-indent-outer {
	padding-left: 0;
	padding-right: 22px
}

#page-mod-offlinequiz-edit ul.slots .activityinstance form {
	display: inline
}

#page-mod-offlinequiz-edit span.editinstructions {
	right: 0
}

#page-mod-offlinequiz-edit.dir-rtl span.editinstructions {
	left: 0;
	right: auto
}

#page-mod-offlinequiz-edit div.rpcontainerclass input {
	margin-left: 0;
	margin-top: .2em
}

#page-mod-offlinequiz-edit div.groupchoice {
	float: left;
	margin: .5em 1.5em .7em 0
}

#page-mod-offlinequiz-edit .clear {
	clear: both
}

#page-mod-offlinequiz-edit .statusbar {
	float: left;
	margin: .6em 0 .6em 0
}

#page-mod-offlinequiz-edit .maxgrade {
	display: block;
	float: right;
	margin: -2.5em 1em 0 1em;
	padding: .2em
}

#page-mod-offlinequiz-edit .maxgrade {
	margin-top: 2.2em
}

#page-mod-offlinequiz-edit .editing_move {
	position: absolute;
	left: 0;
	top: 0
}

#page-mod-offlinequiz-edit .maxgrade label {
	display: inline
}

#page-mod-offlinequiz-edit .edit_grades .maxgrade {
	margin: -5em 1em 0 1em;
	top: 0
}

#page-mod-offlinequiz-edit .totalpoints {
	display: block;
	float: right;
	margin: -3.5em 1em 0 1em;
	padding: .2em
}

#page-mod-offlinequiz-edit .edit_grades .totalpoints {
	display: block;
	float: right;
	margin: -2em 1em 0 1em;
	padding: .2em
}

#page-mod-offlinequiz-edit.dir-rtl .maxgrade,
#page-mod-offlinequiz-edit.dir-rtl .totalpoints {
	float: left
}

#page-mod-offlinequiz-edit div.selectall {
	display: inline-block;
	margin-right: 2em;
	clear: both
}

#page-mod-offlinequiz-edit div.copyselected {
	display: inline-block
}

#page-mod-offlinequiz-edit div.removeselected {
	display: inline-block
}

#page-mod-offlinequiz-edit div.removeselected input {
	margin-left: 0
}

#page-mod-offlinequiz-edit div.randomquestionformforpopup input[type="checkbox"] {
	vertical-align: text-bottom
}

#page-mod-offlinequiz-edit ul.slots .activityinstance span.instancename {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 20px;
	display: inline-block
}

#page-mod-offlinequiz-edit ul.slots .activityinstance span.instancename img {
	margin: 0 .2em
}

#page-mod-offlinequiz-edit #categoryquestions .questionname,
#page-mod-offlinequiz-edit ul.slots li.activity div.activityinstance .questionname {
	font-weight: 700;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: .4rem
}

#page-mod-offlinequiz-edit ul.slots li.activity div.activityinstance .questiontext {
	color: #555
}

#page-mod-offlinequiz-edit ul.slots li.activity div.activityinstance .mod_offlinequiz_random_qbank_link {
	font-size: .8em
}

#page-mod-offlinequiz-edit ul.slots .activityinstance img.activityicon {
	padding: 0 0 3px 0;
	height: 16px;
	width: 16px
}

#page-mod-offlinequiz-edit.dir-rtl ul.slots .activityinstance img.activityicon {
	float: right
}

#page-mod-offlinequiz-edit .section .activity .actions {
	position: inherit;
	white-space: nowrap;
	background: #e6e6e6;
	padding: .1em 0
}

#page-mod-offlinequiz-edit .section .activity .actions .version-selection {
	width: 8em;
	padding: 0
}

#page-mod-offlinequiz-edit .section .activity.forgrading .actions input.gradeinput {
	margin: 0;
	padding: 0 2px 0 0;
	text-align: right;
	vertical-align: top
}

#page-mod-offlinequiz-edit .mod-offlinequiz-edit-content {
	padding-bottom: 12em
}

#page-mod-offlinequiz-edit .section .activity .activityinstance>a {
	text-indent: 0;
	padding-left: 0;
	display: flex;
	max-width: 100%;
	align-items: center
}

#page-mod-offlinequiz-edit .mod_offlinequiz_edit_forms {
	display: none
}

#page-mod-offlinequiz-edit #categoryquestions .questionnametext .greyed,
#page-mod-offlinequiz-edit #categoryquestions .addtoofflinequizaction .greyed,
#page-mod-offlinequiz-edit #categoryquestions .qtype .greyed {
	opacity: .4
}

#page-mod-offlinequiz-edit table#categoryquestions td,
#page-mod-offlinequiz-edit table#categoryquestions th {
	overflow: hidden;
	white-space: nowrap
}

.mod_offlinequiz_qbank_dialogue {
	width: 80%;
	min-height: 200px
}

.mod_offlinequiz_qbank_dialogue.moodle-dialogue-fullscreen {
	width: 100%
}

.mod_offlinequiz_qbank_dialogue .questionbankloading {
	position: absolute;
	top: 30px;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	text-align: center;
	opacity: .5;
	padding-top: 50px
}

.offlinequizquestionlistcontrols {
	text-align: center
}

.path-mod-offlinequiz .gradingdetails {
	font-size: small
}

#page-mod-offlinequiz-edit div#repaginatedialog .mform {
	margin-left: auto;
	margin-right: auto
}

#page-mod-offlinequiz-edit div.container div.generalbox {
	position: relative;
	display: block;
	border: 0 none;
	margin: 0;
	padding: 0
}

#page-mod-offlinequiz-edit .paging {
	margin-top: 0;
	margin-bottom: 0;
	padding: .1em .3em;
	display: block;
	background-color: #ddd
}

#page-mod-offlinequiz-edit #page-footer {
	clear: both;
	padding-top: 1em
}

#page-mod-offlinequiz-edit .categoryinfofield {
	font-style: italic
}

#page-mod-offlinequiz-edit .categorynamefield {
	font-weight: 700
}

#page-mod-offlinequiz-edit .questionsortoptions {
	background-color: #ddd
}

#page-mod-offlinequiz-edit div.questionbank .categorysortopotionscontainer {
	padding-top: .5em;
	margin-top: .3em
}

#page-mod-offlinequiz-edit div.questionbank .categoryquestionscontainer,
#page-mod-offlinequiz-edit .questionbank .categorysortopotionscontainer,
#page-mod-offlinequiz-edit .questionbank .categorypagingbarcontainer,
#page-mod-offlinequiz-edit .questionbank .categoryselectallcontainer {
	background-color: #fff
}

#page-mod-offlinequiz-edit ul.slots li.section ul.section {
	list-style: none
}

#page-mod-offlinequiz-view li.done {
	list-style-image: url(/theme/image.php/recit2/offlinequiz/1759007012/icon_checked)
}

#page-mod-offlinequiz-view li.nextitem {
	list-style-image: url(/theme/image.php/recit2/offlinequiz/1759007012/icon_unchecked)
}

#page-mod-offlinequiz-view li.warning {
	list-style-image: url(/theme/image.php/recit2/offlinequiz/1759007012/icon_warning)
}

#page-mod-offlinequiz-view .collapsible-content.inactive {
	display: none
}

#page-mod-offlinequiz-view .collapsible-content.active {
	display: block
}

#page-mod-offlinequiz-view .oq-collapsible {
	display: inline
}

#page-mod-offlinequiz-view .offlinequiz-view {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 3em
}

#page-mod-offlinequiz-view .offlinequiz-view h3 {
	width: 100%
}

#page-mod-offlinequiz-view .offlinequiz-view-column {
	flex-grow: 1;
	padding-left: 1em
}

#page-mod-offlinequiz-view .offlinequiz-view-statistics-column {
	width: 100%;
	border-top: 1px dashed gray;
	padding-top: 2em
}

.path-mod-offlinequiz .urlselect {
	margin-bottom: 1em
}

@media only screen and (max-width:62em) {
	#page-mod-offlinequiz-edit .totalpoints {
		margin: -2em 1em 0 1em
	}

	#page-mod-offlinequiz-edit .maxgrade {
		margin-bottom: 1.5em
	}
}

@media only screen and (min-width:50em) and (max-width:60em) {
	#page-mod-offlinequiz-edit div.removeselected {
		margin-top: -.5em
	}
}

.offlinequiz-nextitem {
	color: #b62d21
}

.offlinequiz-noaction {
	color: #2774b9
}

.offlinequiz-locked {
	pointer-events: none;
	opacity: .8
}

.offlinequiz-view-header {
	width: 100%;
	background-color: #f8f9fa;
	padding: 1em
}

@media all {
	#page-mod-offlinequiz-edit #questionscontainer .justify-content-start {
		display: none !important
	}
}

#page-mod-offlinequiz-edit .question-bank-table {
	width: 100%
}

#page-mod-offlinequiz-edit .question-bank-table .iconcol {
	width: 16px;
	padding: 0;
	text-align: center
}

#page-mod-offlinequiz-edit .question-bank-table .checkbox {
	width: 32px;
	padding: 0;
	text-align: center
}

#page-mod-offlinequiz-edit .question-bank-table .qtype {
	width: 28px;
	padding: 0;
	text-align: center
}

#page-mod-offlinequiz-edit .question-bank-table .questionnametext {
	padding: 0 .2em
}

#page-mod-offlinequiz-edit .modal-lg {
	max-width: 1200px
}

#page-mod-offlinequiz-tutorial .offlinequiz-tutorial-number-table .tableheader {
	border-style: solid;
	border-width: .2em
}

#page-mod-offlinequiz-tutorial .offlinequiz-tutorial-number-table th {
	font-size: 2em;
	text-align: center;
	height: 2.2em;
	font-weight: 700
}

#page-mod-offlinequiz-tutorial .offlinequiz-tutorial-number-table td {
	font-size: 1.2em;
	font-weight: 700
}

#page-mod-offlinequiz-tutorial .offlinequiz-tutorial-number-table img {
	width: 2em;
	margin: .5em;
	cursor: pointer
}

#page-mod-offlinequiz-tutorial .matnr {
	font-size: 2em;
	font-weight: 700;
	text-align: center;
	padding: 2.5em
}

#page-mod-offlinequiz-tutorial .questionimg {
	width: 50em;
	max-width: 100%
}

#page-mod-offlinequiz-tutorial .option {
	width: 100%;
	display: block;
	margin-bottom: .5em;
	margin-bottom: .5em
}

#page-mod-offlinequiz-tutorial label {
	margin-left: .5em
}

#page-mod-offlinequiz-tutorial label img {
	height: 3em
}

#page-mod-offlinequiz-tutorial .questionsheet .option {
	margin-left: 1.5em
}

#page-mod-offlinequiz-tutorial .questionsheet .question {
	margin-top: 1.5em
}

#page-mod-offlinequiz-tutorial .questionsheet .answer {
	margin-left: 1.5em
}

#page-mod-offlinequiz-tutorial .questionitem {
	font-weight: 700
}

#page-mod-offlinequiz-tutorial .questionsheet {
	margin-left: 2em;
	margin-bottom: 2em;
	padding: 2em;
	background-color: GhostWhite;
	width: 30em;
	max-width: 100%
}

#page-mod-offlinequiz-tutorial .questionimage {
	float: right;
	max-width: 20%
}

#page-mod-offlinequiz-tutorial .answerimage {
	max-width: 20em
}

#page-mod-offlinequiz-tutorial .tutorialquestion {
	background-color: #e7f3f5;
	padding: 1em;
	border-radius: 1em
}

#page-mod-offlinequiz-tutorial .tutorialbutton {
	margin-top: 1em
}

.path-mod-pdfannotator .pdf-annotator-hidden {
	display: none;
	visibility: hidden
}

.path-mod-pdfannotator .pdfannotator_index .toolbar {
	background-color: #eaeaea;
	border-bottom: 1px solid #d0d0d0;
	top: 0;
	left: 0;
	right: 0;
	padding: 0 0 3px 5px;
	text-shadow: 1px 1px 0 #fff;
	z-index: 50;
	-webkit-box-shadow: inset 0 1px 1px 0 rgb(255 255 255);
	-moz-box-shadow: inset 0 1px 1px 0 rgb(255 255 255);
	box-shadow: inset 0 1px 1px 0 rgb(255 255 255)
}

.path-mod-pdfannotator .pdfannotator_index .toolbar .spacer {
	display: inline-block;
	border-left: 1px solid #c1c1c1;
	height: 34px;
	margin: 0 5px -11px
}

.path-mod-pdfannotator .toolbar .toolbaritem {
	display: inline-block
}

.path-mod-pdfannotator .toolbar button {
	background-color: #fff0;
	border: 0 solid #fff0;
	border-radius: 0;
	font-size: 15px;
	padding: 3px;
	margin: 0 0 0 0;
	text-align: center;
	text-shadow: 0 0 0 #fff;
	position: relative;
	min-width: 27px;
	min-height: 27px;
	background-image: none
}

.path-mod-pdfannotator .toolbar.fullscreen {
	margin-left: 15px
}

.path-mod-pdfannotator .toolbar button.active {
	background-image: radial-gradient(ellipse at center, #e6f2ff 40%, #8ebae5 100%);
	background-color: #8ebae5;
	border-color: #bababa;
	-webkit-box-shadow: inset 0 0 1px rgb(0 0 0 / .25);
	-moz-box-shadow: inset 0 0 1px rgb(0 0 0 / .25);
	box-shadow: inset 0 0 1px rgb(0 0 0 / .25)
}

.path-mod-pdfannotator .toolbar select {
	margin-bottom: 0
}

.path-mod-pdfannotator .toolbar button .icon {
	color: #999;
	margin-right: 0
}

.path-mod-pdfannotator .color {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #000;
	vertical-align: middle;
	margin: 0
}

.path-mod-pdfannotator .color-selected {
	border: 3px solid #666;
	width: 30px;
	height: 30px;
	margin-top: -1px;
	margin-left: -2px;
	margin-right: -2px
}

.path-mod-pdfannotator .text-color,
.path-mod-pdfannotator .pen-color {
	z-index: 100;
	display: inline-block
}

.path-mod-pdfannotator .textLayer {
	position: absolute;
	text-align: initial;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	opacity: .2;
	line-height: 1;
	text-size-adjust: none;
	z-index: 20
}

.path-mod-pdfannotator .textLayer>span:not(.helperLayer) {
	color: #fff0;
	position: absolute;
	white-space: pre;
	cursor: text;
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	transform-origin: 0% 0%
}

.path-mod-pdfannotator .textLayer br {
	color: #fff0;
	position: absolute;
	white-space: pre;
	cursor: text;
	transform-origin: 0% 0%
}

.path-mod-pdfannotator .textLayer span.markedContent {
	top: 0;
	height: 0
}

.path-mod-pdfannotator .textLayer .highlight {
	margin: -1px;
	padding: 1px;
	background-color: rgb(180 0 170);
	border-radius: 4px
}

.path-mod-pdfannotator .textLayer .highlight.appended {
	position: initial
}

.path-mod-pdfannotator .textLayer .highlight.begin {
	border-radius: 4px 0 0 4px
}

.path-mod-pdfannotator .textLayer .highlight.end {
	border-radius: 0 4px 4px 0
}

.path-mod-pdfannotator .textLayer .highlight.middle {
	border-radius: 0
}

.path-mod-pdfannotator .textLayer .highlight.selected {
	background-color: #006400
}

.path-mod-pdfannotator .textLayer ::selection {
	background: rgb(0 0 255)
}

.path-mod-pdfannotator .textLayer br::selection {
	background: #fff0
}

.path-mod-pdfannotator .textLayer .endOfContent {
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	right: 0;
	bottom: 0;
	z-index: -1;
	cursor: default;
	user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none
}

.path-mod-pdfannotator .textLayer .endOfContent.active {
	top: 0
}

.path-mod-pdfannotator {
	--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");
}

.path-mod-pdfannotator .annotationLayer section {
	position: absolute;
}

.path-mod-pdfannotator .annotationLayer .linkAnnotation>a,
.path-mod-pdfannotator .annotationLayer .buttonWidgetAnnotation.pushButton>a {
	position: absolute;
	font-size: 1em;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.path-mod-pdfannotator .annotationLayer .buttonWidgetAnnotation.pushButton>canvas {
	position: relative;
	top: 0;
	left: 0;
	z-index: -1;
}

.path-mod-pdfannotator .annotationLayer .linkAnnotation>a

/* -ms-a */
	{
	background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) 0 0 repeat;
}

.path-mod-pdfannotator .annotationLayer .linkAnnotation>a:hover,
.path-mod-pdfannotator .annotationLayer .buttonWidgetAnnotation.pushButton>a:hover {
	opacity: 0.2;
	background: rgba(255, 255, 0, 1);
	box-shadow: 0 2px 10px rgba(255, 255, 0, 1);
	;
}

.path-mod-pdfannotator .annotationLayer .textAnnotation img {
	position: absolute;
	cursor: pointer;
}

.path-mod-pdfannotator .annotationLayer .textWidgetAnnotation input,
.path-mod-pdfannotator .annotationLayer .textWidgetAnnotation textarea,
.path-mod-pdfannotator .annotationLayer .choiceWidgetAnnotation select,
.path-mod-pdfannotator .annotationLayer .buttonWidgetAnnotation.checkBox input,
.path-mod-pdfannotator .annotationLayer .buttonWidgetAnnotation.radioButton input {
	background-image: var(--annotation-unfocused-field-background);
	border: 1px solid transparent;
	box-sizing: border-box;
	font-size: 9px;
	height: 100%;
	margin: 0;
	padding: 0 3px;
	vertical-align: top;
	width: 100%;
}

.path-mod-pdfannotator .annotationLayer .choiceWidgetAnnotation select option {
	padding: 0;
}

.path-mod-pdfannotator .annotationLayer .buttonWidgetAnnotation.radioButton input {
	border-radius: 50%;
}

.path-mod-pdfannotator .annotationLayer .textWidgetAnnotation textarea {
	font: message-box;
	font-size: 9px;
	resize: none;
}

.path-mod-pdfannotator .annotationLayer .textWidgetAnnotation input[disabled],
.path-mod-pdfannotator .annotationLayer .textWidgetAnnotation textarea[disabled],
.path-mod-pdfannotator .annotationLayer .choiceWidgetAnnotation select[disabled],
.path-mod-pdfannotator .annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],
.path-mod-pdfannotator .annotationLayer .buttonWidgetAnnotation.radioButton input[disabled] {
	background: none;
	border: 1px solid transparent;
	cursor: not-allowed;
}

.path-mod-pdfannotator .annotationLayer .textWidgetAnnotation input:hover,
.path-mod-pdfannotator .annotationLayer .textWidgetAnnotation textarea:hover,
.path-mod-pdfannotator .annotationLayer .choiceWidgetAnnotation select:hover,
.path-mod-pdfannotator .annotationLayer .buttonWidgetAnnotation.checkBox input:hover,
.path-mod-pdfannotator .annotationLayer .buttonWidgetAnnotation.radioButton input:hover {
	border: 1px solid rgba(0, 0, 0, 1);
}

.path-mod-pdfannotator .annotationLayer .textWidgetAnnotation input:focus,
.path-mod-pdfannotator .annotationLayer .textWidgetAnnotation textarea:focus,
.path-mod-pdfannotator .annotationLayer .choiceWidgetAnnotation select:focus {
	background: none;
	border: 1px solid transparent;
}

.path-mod-pdfannotator .annotationLayer .textWidgetAnnotation input :focus,
.path-mod-pdfannotator .annotationLayer .textWidgetAnnotation textarea :focus,
.path-mod-pdfannotator .annotationLayer .choiceWidgetAnnotation select :focus,
.path-mod-pdfannotator .annotationLayer .buttonWidgetAnnotation.checkBox :focus,
.path-mod-pdfannotator .annotationLayer .buttonWidgetAnnotation.radioButton :focus {
	background-image: none;
	background-color: transparent;
	outline: auto;
}

.path-mod-pdfannotator .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,
.path-mod-pdfannotator .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,
.path-mod-pdfannotator .annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
	background-color: rgba(0, 0, 0, 1);
	content: "";
	display: block;
	position: absolute;
}

.path-mod-pdfannotator .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,
.path-mod-pdfannotator .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
	height: 80%;
	left: 45%;
	width: 1px;
}

.path-mod-pdfannotator .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before {
	transform: rotate(45deg);
}

.path-mod-pdfannotator .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
	transform: rotate(-45deg);
}

.path-mod-pdfannotator .annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
	border-radius: 50%;
	height: 50%;
	left: 30%;
	top: 20%;
	width: 50%;
}

.path-mod-pdfannotator .annotationLayer .textWidgetAnnotation input.comb {
	font-family: monospace;
	padding-left: 2px;
	padding-right: 0;
}

.path-mod-pdfannotator .annotationLayer .textWidgetAnnotation input.comb:focus {
	/*
     * Letter spacing is placed on the right side of each character. Hence, the
     * letter spacing of the last character may be placed outside the visible
     * area, causing horizontal scrolling. We avoid this by extending the width
     * when the element has focus and revert this when it loses focus.
     */
	width: 103%;
}

.path-mod-pdfannotator .annotationLayer .buttonWidgetAnnotation.checkBox input,
.path-mod-pdfannotator .annotationLayer .buttonWidgetAnnotation.radioButton input {
	appearance: none;
	padding: 0;
}

.path-mod-pdfannotator .annotationLayer .popupWrapper {
	position: absolute;
	width: 20em;
}

.path-mod-pdfannotator .annotationLayer .popup {
	position: absolute;
	z-index: 200;
	max-width: 20em;
	background-color: rgba(255, 255, 153, 1);
	box-shadow: 0 2px 5px rgba(136, 136, 136, 1);
	border-radius: 2px;
	padding: 6px;
	margin-left: 5px;
	cursor: pointer;
	font: message-box;
	font-size: 9px;
	white-space: normal;
	word-wrap: break-word;
}

.path-mod-pdfannotator .annotationLayer .popup>* {
	font-size: 9px;
}

.path-mod-pdfannotator .annotationLayer .popup h1 {
	display: inline-block;
}

.path-mod-pdfannotator .annotationLayer .popupDate {
	display: inline-block;
	margin-left: 5px;
}

.path-mod-pdfannotator .annotationLayer .popupContent {
	border-top: 1px solid rgba(51, 51, 51, 1);
	margin-top: 2px;
	padding-top: 2px;
}

.path-mod-pdfannotator .annotationLayer .richText>* {
	white-space: pre-wrap;
}

.path-mod-pdfannotator .annotationLayer .highlightAnnotation,
.path-mod-pdfannotator .annotationLayer .underlineAnnotation,
.path-mod-pdfannotator .annotationLayer .squigglyAnnotation,
.path-mod-pdfannotator .annotationLayer .strikeoutAnnotation,
.path-mod-pdfannotator .annotationLayer .freeTextAnnotation,
.path-mod-pdfannotator .annotationLayer .lineAnnotation svg line,
.path-mod-pdfannotator .annotationLayer .squareAnnotation svg rect,
.path-mod-pdfannotator .annotationLayer .circleAnnotation svg ellipse,
.path-mod-pdfannotator .annotationLayer .polylineAnnotation svg polyline,
.path-mod-pdfannotator .annotationLayer .polygonAnnotation svg polygon,
.path-mod-pdfannotator .annotationLayer .caretAnnotation,
.path-mod-pdfannotator .annotationLayer .inkAnnotation svg polyline,
.path-mod-pdfannotator .annotationLayer .stampAnnotation,
.path-mod-pdfannotator .annotationLayer .fileAttachmentAnnotation {
	cursor: pointer;
}

/******* pdfViewer *******/
.path-mod-pdfannotator {
	--pdfViewer-padding-bottom: 0;
	--page-margin: 1px auto -8px auto;
	--page-border: 9px solid transparent;
	--spreadHorizontalWrapped-margin-LR: -3.5px;
	--zoom-factor: 1;
	--viewport-scale-factor: 1;
}

@media screen and (forced-colors: active) {
	.path-mod-pdfannotator {
		--pdfViewer-padding-bottom: 9px;
		--page-margin: 9px auto 0 auto;
		--page-border: none;
		--spreadHorizontalWrapped-margin-LR: 4.5px;
	}
}

.path-mod-pdfannotator .pdfViewer {
	padding-bottom: var(--pdfViewer-padding-bottom);
}

.path-mod-pdfannotator .pdfViewer .canvasWrapper {
	overflow: hidden;
}

.path-mod-pdfannotator .pdfViewer .page {
	direction: ltr;
	width: 816px;
	height: 1056px;
	margin: var(--page-margin);
	position: relative;
	overflow: visible;
	border: var(--page-border);
	background-clip: content-box;
	border-image: url(images/shadow.png) 9 9 repeat;
	background-color: rgba(255, 255, 255, 1);
}

.path-mod-pdfannotator .pdfViewer .dummyPage {
	position: relative;
	width: 0;
	/* The height is set via JS, see `BaseViewer.#ensurePageViewVisible`. */
}

.path-mod-pdfannotator .pdfViewer.removePageBorders .page {
	margin: 0 auto 10px;
	border: none;
}

.path-mod-pdfannotator .pdfViewer.singlePageView {
	display: inline-block;
}

.path-mod-pdfannotator .pdfViewer.singlePageView .page {
	margin: 0;
	border: none;
}

.path-mod-pdfannotator .pdfViewer.scrollHorizontal,
.path-mod-pdfannotator .pdfViewer.scrollWrapped,
.path-mod-pdfannotator .spread {
	margin-left: 3.5px;
	margin-right: 3.5px;
	text-align: center;
}

.path-mod-pdfannotator .pdfViewer.scrollHorizontal,
.path-mod-pdfannotator .spread {
	white-space: nowrap;
}

.path-mod-pdfannotator .pdfViewer.removePageBorders,
.path-mod-pdfannotator .pdfViewer.scrollHorizontal .spread,
.path-mod-pdfannotator .pdfViewer.scrollWrapped .spread {
	margin-left: 0;
	margin-right: 0;
}

.path-mod-pdfannotator .spread .page,
.path-mod-pdfannotator .spread .dummyPage,
.path-mod-pdfannotator .pdfViewer.scrollHorizontal .page,
.path-mod-pdfannotator .pdfViewer.scrollWrapped .page,
.path-mod-pdfannotator .pdfViewer.scrollHorizontal .spread,
.path-mod-pdfannotator .pdfViewer.scrollWrapped .spread {
	display: inline-block;
	vertical-align: middle;
}

.path-mod-pdfannotator .spread .page,
.path-mod-pdfannotator .pdfViewer.scrollHorizontal .page,
.path-mod-pdfannotator .pdfViewer.scrollWrapped .page {
	margin-left: var(--spreadHorizontalWrapped-margin-LR);
	margin-right: var(--spreadHorizontalWrapped-margin-LR);
}

.path-mod-pdfannotator .pdfViewer.removePageBorders .spread .page,
.path-mod-pdfannotator .pdfViewer.removePageBorders.scrollHorizontal .page,
.path-mod-pdfannotator .pdfViewer.removePageBorders.scrollWrapped .page {
	margin-left: 5px;
	margin-right: 5px;
}

.path-mod-pdfannotator .pdfViewer .page canvas {
	margin: 0;
	display: block;
}

.path-mod-pdfannotator .pdfViewer .page canvas[hidden] {
	display: none;
}


.path-mod-pdfannotator .pdfViewer .page .loadingIcon {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(images/loading-icon.gif) center no-repeat;
}

.path-mod-pdfannotator .pdfViewer .page .loadingIcon.notVisible {
	background: none;
}

.path-mod-pdfannotator .pdfViewer.enablePermissions .textLayer span {
	user-select: none !important;
	cursor: not-allowed;
}

.path-mod-pdfannotator .pdfPresentationMode .pdfViewer {
	padding-bottom: 0;
}

.path-mod-pdfannotator .pdfPresentationMode .spread {
	margin: 0;
}

.path-mod-pdfannotator .pdfPresentationMode .pdfViewer .page {
	margin: 0 auto;
	border: 2px solid transparent;
}

.path-mod-pdfannotator .pdfPresentationMode:-webkit-full-screen .pdfViewer .page {
	margin-bottom: 100%;
	border: 0;
}

.path-mod-pdfannotator .pdfPresentationMode:-moz-full-screen .pdfViewer .page {
	margin-bottom: 100%;
	border: 0;
}

.path-mod-pdfannotator .pdfPresentationMode:-ms-fullscreen .pdfViewer .page {
	margin-bottom: 100% !important;
	border: 0;
}

.path-mod-pdfannotator .pdfPresentationMode:fullscreen .pdfViewer .page {
	margin-bottom: 100%;
	border: 0;
}

body {
	background-color: #eee;
	font-family: sans-serif;
	margin: 0;
}

.path-mod-pdfannotator .pdfViewer .canvasWrapper {
	box-shadow: 0 0 3px #bbb;
	position: absolute;
}

.path-mod-pdfannotator .pdfViewer .page {
	margin-bottom: 10px;
}

.path-mod-pdfannotator .annotationLayer {
	position: absolute;
	z-index: 2;
}

.path-mod-pdfannotator #content-wrapper {
	display: inline-block;
	overflow: auto;
	bottom: 0;
	height: 100%;
}

.path-mod-pdfannotator #comment-wrapper {
	display: inline-block;
	overflow: auto;
	background: #eaeaea;
	border-left: 1px solid #d0d0d0;
	bottom: 0;
	height: 100%;
	margin: 0;
}

.path-mod-pdfannotator #comment-wrapper button .icon {
	color: #999;
	margin-right: 0;
}

@media only screen and (max-width: 991px) {

	.path-mod-pdfannotator #content-wrapper,
	.path-mod-pdfannotator #comment-wrapper {
		height: 50%;
	}
}

.path-mod-pdfannotator #comment-wrapper h4,
.path-mod-pdfannotator #comment-nav {
	margin: 10px;
}

.path-mod-pdfannotator #comment-nav button {
	border: none;
	background-color: transparent;
}

.path-mod-pdfannotator #comment-nav .icon {
	color: #999 !important;
}

.path-mod-pdfannotator #searchForm {
	display: flex;
	margin-top: 10px;
}

.path-mod-pdfannotator #searchPattern {
	padding-right: 25px;
	height: 30px;
}

.path-mod-pdfannotator #searchClear {
	margin-left: -25px;
	padding: 0;
}

.path-mod-pdfannotator #comment-wrapper .pdfannotator-comment-list {
	font-size: 12px;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: visible;
}

.path-mod-pdfannotator #comment-wrapper .comment-list-item {
	padding: 10px;
}

.path-mod-pdfannotator #comment-wrapper .comment-list-item.questions {
	overflow: auto;
}

.path-mod-pdfannotator #comment-wrapper .comment-list-container {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 47px;
	overflow: visible;
}

.path-mod-pdfannotator #comment-wrapper .comment-list-form {
	position: relative;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
}

.path-mod-pdfannotator #comment-wrapper .comment-list-form .tox.tox-tinymce,
.path-mod-pdfannotator .edit-comment-form .tox.tox-tinymce {
	min-height: 350px;
}

.path-mod-pdfannotator #comment-wrapper .comment-list-form .tox.tox-tinymce:has(.tox-toolbar.tox-toolbar--scrolling),
.path-mod-pdfannotator .edit-comment-form .tox.tox-tinymce:has(.tox-toolbar.tox-toolbar--scrolling) {
	min-height: 250px;
}

.path-mod-pdfannotator #comment-wrapper .editor_atto {
	/* Editor in fullscreen must be over the toolbar and annotations. */
	z-index: 60;
}

.path-mod-pdfannotator #comment-wrapper .editor_atto_content {
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #8f959e;
}

.path-mod-pdfannotator div.row {
	margin-left: 0;
}

.path-mod-pdfannotator #comment-wrapper .comment-list-form input {
	padding: 5px;
	width: 100%;
}

.path-mod-pdfannotator .pdfViewer .page {
	border-image: none;
}

.path-mod-pdfannotator .chat-message {
	border-radius: 4px;
	padding: 4px 10px;
	margin: 0 0 10px 0;
	background-color: #fefefe;
}

.path-mod-pdfannotator .chat-message-container {
	flex-grow: 1;
	word-break: break-word;
}

.path-mod-pdfannotator .chat-message.owner:not(.questioncomment) {
	margin: 0 10px 10px 10px;
	border: 3px solid #c7ddf2;
}

.path-mod-pdfannotator .chat-message.mark {
	border: 3px solid red !important;
}

.path-mod-pdfannotator .chat-message.correct {
	border: 3px solid green !important;
}

.path-mod-pdfannotator .chat-message:not(.questioncomment) {
	margin: 0 10px 10px 10px;
}

.path-mod-pdfannotator .chat-message.comment-list-item:not(.questions) {
	display: flex;
	padding-left: 0 !important;
}

.path-mod-pdfannotator .chat-message .wrappervotessolved {
	text-align: center;
}

.path-mod-pdfannotator .chat-message .wrappervotessolved .solved .icon {
	color: green !important;
}

.path-mod-pdfannotator .chat-message .wrappervotessolved .icon {
	margin-right: 0 !important;
}

.path-mod-pdfannotator .chat-message:not(.questions) .wrappervotessolved .icon,
.path-mod-pdfannotator .chat-message:not(.questions) .dropdown .icon {
	color: #999 !important;
}

.path-mod-pdfannotator .chat-message button:disabled .icon {
	color: rgba(0, 0, 0, .15) !important;
}

.path-mod-pdfannotator .chat-message .time,
.path-mod-pdfannotator .chat-message .edited {
	float: right;
	font-size: 11px;
	color: #777;
}

.path-mod-pdfannotator .chat-message .user {
	font-weight: 700;
}

.path-mod-pdfannotator .chat-message .wrappervotessolved button,
.path-mod-pdfannotator #comment-nav button {
	border-color: transparent;
	background-color: transparent;
}

.path-mod-pdfannotator #comment-nav .spacer {
	display: inline-block;
	border-left: 1px solid #c1c1c1;
	height: 34px;
	margin: 0 5px -11px;
}

.path-mod-pdfannotator .chat-message.questioncomment {
	margin: 0 0 10px 0;
	background-color: #c7ddf2;
}

.path-mod-pdfannotator .chat-message.questions:not(.page) {
	background-color: #c7ddf2;
	color: rgb(0, 84, 159);
}

.path-mod-pdfannotator .chat-message.questions.questions-private:not(.page) {
	background-color: #FDEFDF;
	color: #e48312;
}

.path-mod-pdfannotator .chat-message.questioncomment.questions-private:not(.page) {
	background-color: #FDEFDF;
	color: #e48312;
}

.path-mod-pdfannotator .chat-message.questions.page {
	background-color: #dff0d8 !important;
	border-color: #d0e9c6;
	color: #3c763d;
}

.path-mod-pdfannotator .chat-message-text {
	display: inline-block;
	width: 100%;
}

.path-mod-pdfannotator :not(.questioncomment)>.chat-message-text p {
	margin-bottom: 0;
}

.path-mod-pdfannotator .chat-message .dropdown {
	float: right;
}

.path-mod-pdfannotator .chat-message #dropdownMenuButton {
	padding-left: 5px;
}

.path-mod-pdfannotator .questionanswercount {
	padding: 0 2px 0 2px;
	margin: 0;
	border-radius: 8px;
}

.path-mod-pdfannotator .solvedicon {
	padding-right: 3px;
}

.path-mod-pdfannotator .icon-wrapper {
	float: right;
}

.path-mod-pdfannotator #anonymousLabel,
.path-mod-pdfannotator #privateLabel,
.path-mod-pdfannotator #protectedLabel {
	margin-left: 5px;
	margin-bottom: 0;
}

.path-mod-pdfannotator #comment-list-form>div {
	margin: 5px 0;
	display: block;
}

.path-mod-pdfannotator #comment-list-form>div>* {
	vertical-align: middle;
}

.path-mod-pdfannotator .helperLayer {
	width: 100%;
	height: 100%;

}

/*AnkerToolbar*/
.path-mod-pdfannotator .fixtool {
	position: fixed !important;
	overflow-x: auto;
	overflow-y: visible;
	left: unset !important;
	right: unset !important;
}

.path-mod-pdfannotator.fullscreenWrapper #region-main {
	position: fixed;
	top: 0;
	left: 0;
	max-width: 100%;
	width: 100%;
	max-height: 100%;
	overflow-x: auto;
}

.path-mod-pdfannotator.fullscreenWrapper #nav-drawer {
	display: none;
	visibility: hidden;
}

.path-mod-pdfannotator.fullscreenWrapper header {
	display: none;
	visibility: hidden;
}

.path-mod-pdfannotator.fullscreenWrapper nav {
	display: none;
	visibility: hidden;
}

.path-mod-pdfannotator.fullscreenWrapper #block-region-side-pre {
	display: none;
	visibility: hidden;
}

.path-mod-pdfannotator.fullscreenWrapper #page-footer {
	display: none;
	visibility: hidden;
}

.path-mod-pdfannotator.fullscreenWrapper #footnote {
	display: none;
	visibility: hidden;
}

.path-mod-pdfannotator.fullscreenWrapper .drawer-toggler {
	display: none;
	visibility: hidden;
}

.path-mod-pdfannotator.fullscreenWrapper #region-main {
	padding-bottom: 50px;
}

.path-mod-pdfannotator.fullscreenWrapper .m-t-2.m-b-1,
.path-mod-pdfannotator.fullscreenWrapper .m-t-1.m-b-1 {
	display: none;
	visibility: hidden;
}

.path-mod-pdfannotator #myarea,
.path-mod-pdfannotator .chat-message textarea,
.path-mod-pdfannotator #comment-wrapper .editor_atto_content {
	width: 100%;
	min-height: 10em !important;
}

.path-mod-pdfannotator .cursor-area * {
	cursor: crosshair;
}

.path-mod-pdfannotator .cursor-highlight {
	cursor: url(/theme/image.php/recit2/pdfannotator/1759007012/text_highlight_picker) 8 8, auto;
}

.path-mod-pdfannotator .cursor-strikeout {
	cursor: url(/theme/image.php/recit2/pdfannotator/1759007012/strikethrough) 8 8, auto;
}

.path-mod-pdfannotator .cursor-pen * {
	cursor: url(/theme/image.php/recit2/pdfannotator/1759007012/editstring) 0 12, auto !important;
}

.path-mod-pdfannotator .cursor-text * {
	cursor: url(/theme/image.php/recit2/pdfannotator/1759007012/text_color_picker) 0 0, auto !important;
}

.path-mod-pdfannotator .cursor-point * {
	cursor: url(/theme/image.php/recit2/pdfannotator/1759007012/pinbild) 8 16, auto !important;
}

.path-mod-pdfannotator .cursor-edit * {
	cursor: pointer !important;
}

/******************************************** START: mainly for overview page *******************************************/

/******************************** OPTION 4

/*
* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */

/* --------------------------------------------------
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */

/*table th { font-weight: bold; }
table td, table th { padding: 9px 10px; text-align: left; }

 Mobile
@media only screen and (max-width: 767px) {

        table.flexible { margin-bottom: 0; }

        .pinned {
            position: absolute;
            left: 0;
            top: 0;
            background: #fff;
            width: 35%;
            overflow: hidden;
            overflow-x: scroll;
            border-right: 1px solid #ccc;
            border-left: 1px solid #ccc;
        }
        .pinned table { border-right: none; border-left: none; width: 100%; }
        .pinned table th, .pinned table td { white-space: nowrap; }
        .pinned td:last-child { border-bottom: 0; }

        div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #ccc; }
        div.table-wrapper div.scrollable { margin-left: 35%; }
        div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }

        table.flexible td, table.flexible th { position: relative; white-space: nowrap; overflow: hidden; }
        table.flexible th:first-child,
        table.flexible td:first-child,
        table.flexible td:first-child,
        table.flexible.pinned td {
            display: none;
        }

}*/

/******************************** OPTION 3 */

/*@media only screen and (min-width: 421px) and (max-width: 768px) {

}*/

@media only screen and (min-width: 421px) {

	.path-mod-pdfannotator h2,
	.path-mod-pdfannotator .resettable.mdl-right {
		display: inline !important;
	}
}

@media only screen and (min-width: 670px) {
	.path-mod-pdfannotator .resettable.mdl-right {
		float: right;
	}
}

/*@media only screen and (min-width: 1025px) {
    #itemsPerPageWrapper {
            margin-top: 1rem !important;
    }
}*/

/*@media only screen and (min-width: 415px) and (max-width: 1024px) {
}*/

@media only screen and (max-width: 414px) {

	#mod-pdfannotator-questions th:nth-child(2),
	#mod-pdfannotator-questions td:nth-child(2),
	#mod-pdfannotator-questions th:nth-child(3),
	#mod-pdfannotator-questions td:nth-child(3),
	#mod-pdfannotator-questions th:nth-child(4),
	#mod-pdfannotator-questions td:nth-child(4),
	#mod-pdfannotator-questions th:nth-child(5),
	#mod-pdfannotator-questions td:nth-child(5),
	#mod-pdfannotator-questions th:nth-child(6),
	#mod-pdfannotator-questions td:nth-child(6),
	#mod-pdfannotator-answers th:nth-child(2),
	#mod-pdfannotator-answers td:nth-child(2),
	#mod-pdfannotator-answers th:nth-child(3),
	#mod-pdfannotator-answers td:nth-child(3),
	#mod-pdfannotator-answers th:nth-child(5),
	#mod-pdfannotator-answers td:nth-child(5),
	#mod-pdfannotator-answers th:nth-child(6),
	#mod-pdfannotator-answers td:nth-child(6),
	#mod-pdfannotator-ownposts th:nth-child(2),
	#mod-pdfannotator-ownposts td:nth-child(2),
	#mod-pdfannotator-ownposts th:nth-child(3),
	#mod-pdfannotator-ownposts td:nth-child(3),
	#mod-pdfannotator-ownposts th:nth-child(4),
	#mod-pdfannotator-ownposts td:nth-child(4),
	#mod-pdfannotator-reports th:nth-child(2),
	#mod-pdfannotator-reports td:nth-child(2),
	#mod-pdfannotator-reports th:nth-child(3),
	#mod-pdfannotator-reports td:nth-child(3),
	#mod-pdfannotator-reports th:nth-child(4),
	#mod-pdfannotator-reports td:nth-child(4),
	#mod-pdfannotator-reports th:nth-child(5),
	#mod-pdfannotator-reports td:nth-child(5),
	.path-mod-pdfannotator .text {
		display: none;
		visibility: hidden;
	}

	.path-mod-pdfannotator #region-main-box {
		padding-right: 0;
		padding-left: 0;
		/*overflow: visible;*/
	}

	.path-mod-pdfannotator .text_to_html {
		word-break: break-all;
	}

	.path-mod-pdfannotator #itemsperpagewrapper {
		display: block;
	}
}

.path-mod-pdfannotator nav.pagination:nth-of-type(1) {
	display: none;
}

/*Information for older browsers
header, section, footer, aside, nav, main, article, figure {
    display: block;
}

.path-mod-pdfannotator #itemsPerPage {
    padding: 5px;
}*/

.path-mod-pdfannotator .dropdown-toggle.icon-no-margin {
	text-decoration: none;
}

/* Dropdown Button */
.path-mod-pdfannotator .dropbtn {
	background-color: #3498db;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
}

/* For mobile phones: */
/* Only overview tables. Not table in reportform */
.path-mod-pdfannotator .flexible .header,
.path-mod-pdfannotator .flexible .cell {
	width: 100%;
}

/* Dropdown button on hover & focus */
.path-mod-pdfannotator .dropbtn:hover,
.path-mod-pdfannotator .dropbtn:focus {
	background-color: #2980b9;
}

/* The container <div> - needed to position the dropdown content */
.path-mod-pdfannotator .dropdown {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.path-mod-pdfannotator .dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
	z-index: 55;
}

/* Links inside the dropdown */
.path-mod-pdfannotator .dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

/* Change color of dropdown links on hover */
.path-mod-pdfannotator .dropdown-content a:hover {
	background-color: #ddd;
}

.path-mod-pdfannotator .dropdown [type="button"] {
	-webkit-appearance: none;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button)
*/
.path-mod-pdfannotator .show {
	display: block;
}

.path-mod-pdfannotator a.morelink {
	text-decoration: none !important;
	outline: none;
}

.path-mod-pdfannotator .morecontent>span {
	display: none;
}

.path-mod-pdfannotator .annotator {
	text-decoration: none !important;
}

/******************************************** END: mainly for overview.mustache *******************************************/


.path-mod-pdfannotator :disabled img {
	opacity: 0.4;
}

.path-mod-pdfannotator #currentPage {
	width: 50px;
	text-align: right;
}

.path-mod-pdfannotator .pdfannotatornavbar.nav.nav-tabs.m-b-1 {
	border-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.path-mod-pdfannotator #loader {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 99;
	margin: -75px 0 0 -75px;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* Add animation to "page content" */
.path-mod-pdfannotator .animate-bottom {
	position: relative;
	-webkit-animation-name: animatebottom;
	-webkit-animation-duration: 1s;
	animation-name: animatebottom;
	animation-duration: 1s;
}

@-webkit-keyframes animatebottom {
	from {
		bottom: -100px;
		opacity: 0;
	}

	to {
		bottom: 0;
		opacity: 1;
	}
}

@keyframes animatebottom {
	from {
		bottom: -100px;
		opacity: 0;
	}

	to {
		bottom: 0;
		opacity: 1;
	}
}

.path-mod-pdfannotator .pdfannotator-statistic #chart-container {
	min-height: 500px;
}

.toolbaritem .pdfannotator_text {
	display: inline-block;
	visibility: visible;
}

.path-mod-pdfannotator [contenteditable] {
	-webkit-user-select: text;
	user-select: text;
}

.path-mod-pdfannotator #id_pdfannotator_content {
	display: none !important;
}

.path-mod-pdfannotator .comment-visibility-button[data-active="true"] {
	border-bottom: 2px solid #0f6cbf !important;
}

.path-mod-pdfannotator .comment-all[data-active="true"] {
	border-bottom: 2px solid rgb(153, 153, 153) !important;
}

.path-mod-pdfannotator .comment-private[data-active="true"] {
	border-bottom: 2px solid #e48312 !important;
}

.path-mod-pdfannotator .question-private-icon {
	position: absolute;
	top: 12px;
	right: 16px;
	width: 16px;
	height: 16px;
}

.path-mod-pdfannotator .question-public-icon {
	position: absolute;
	top: 12px;
	right: 16px;
	width: 16px;
	height: 16px;
}

.path-mod-pdfannotator .printannotations-dropdown-container {
	position: relative;
	display: inline-block;
}

.path-mod-pdfannotator .pdfannotator_print_dropdown {
	position: relative;
	display: inline-block;
}

.path-mod-pdfannotator .printAnnotationsOptionsContent {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #eaeaea;
	border: 1px solid #ccc;
	min-width: 120px;
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
	z-index: 1000;
	display: flex;
	flex-direction: column;
}

.path-mod-pdfannotator .toolbar button.pdfannotator_print {
	background: none;
	border: none;
	text-align: left;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.path-mod-pdfannotator .pdfannotator_print#pdfannotator_printannotations_button,
.path-mod-pdfannotator .pdfannotator_print#pdfannotator_printannotations_buttonCSV {
	padding: 8px;
}

.path-mod-pdfannotator .pdfannotator_print#pdfannotator_printannotations_button:hover,
.path-mod-pdfannotator .pdfannotator_print#pdfannotator_printannotations_buttonCSV:hover {
	background-color: lightgray;
}

.path-mod-pdfannotator .pdfannotator_print#pdfannotator_printannotations_button img,
.path-mod-pdfannotator .pdfannotator_print#pdfannotator_printannotations_buttonCSV img {
	margin-right: 8px;
	margin-bottom: 2px;
	vertical-align: middle;
	width: 20px;
	height: auto;
}

.path-mod-pdfannotator .printAnnotationsOptionsContent.hidden {
	display: none;
}

/** Question editing **/

#page-mod-questionnaire-questions .qcontainer .fitemtitle,
#page-mod-questionnaire-questions #id_questionhdr .fitemtitle {
	display: none;
}

#page-mod-questionnaire-questions .qcontainer .qnums {
	font-weight: bold;
	float: left;
	color: gray;
}

#page-mod-questionnaire-questions .qcontainer .fstatic {
	width: 97%;
	margin-right: 1em;
	margin-left: 5px;
	/* Set a negative margin-bottom to save some vertical space! */
	margin-bottom: -10px;
}

#page-mod-questionnaire-questions .mform .fitem fieldset.felement {
	margin-left: 0;
	padding-left: 1%;
	margin-bottom: 0;
}

#page-mod-questionnaire-preview fieldset,
#page-mod-questionnaire-complete fieldset {
	margin-bottom: 0;
}

#page-mod-questionnaire-questions .mform .fitem .fitemtitle {
	text-align: left;
	margin-left: 10px;
	margin-bottom: 0;
}

#page-mod-questionnaire-questions .moving {
	border: medium dotted maroon;
}

div.qoptcontainer div.ftextarea {
	clear: both;
	float: none;
	width: 600px;
	margin: 0 auto 10px;
}

div.qoptcontainer div.ftextarea textarea.qopts {
	width: 600px;
	height: 10em;
	margin-left: 1px;
}

.response span.selected,
.generalboxcontent span.selected {
	font-weight: bold;
}

td.selected {
	background-color: #e4f1fa;
	border: 1px solid gray;
}

#page-mod-questionnaire-myreport div.respdate {
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 6px;
	padding-top: 6px;
	border-bottom: 1px dashed gray;
}

#page-mod-questionnaire-complete .message,
#page-mod-questionnaire-complete .notifyproblem,
#page-mod-questionnaire-preview .message,
#page-mod-questionnaire-preview .notifyproblem,
#page-mod-questionnaire-complete .thankbody,
#page-mod-questionnaire-complete .thankhead {
	background-color: #fff;
	border-style: solid;
	border-width: 2px;
	margin-bottom: 10px;
	padding: 5px;
}

#page-mod-questionnaire-complete .notifyproblem,
#page-mod-questionnaire-preview .notifyproblem {
	border-color: red;
}

#page-mod-questionnaire-fbsections .notifyproblem {
	text-align: left;
	padding: 0;
}

#page-mod-questionnaire-complete .message,
#page-mod-questionnaire-preview .message,
#page-mod-questionnaire-complete .thankbody,
#page-mod-questionnaire-complete .thankhead {
	border-color: blue;
}

.surveyPage {
	background-color: #eee;
	border-bottom-color: #000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	clear: right;
	padding: 3px;
	margin-bottom: 5px;
	margin-top: 0;
}

/* alternate columns formatting */

#page-mod-questionnaire-complete .c0,
#page-mod-questionnaire-preview .c0,
#page-mod-questionnaire-print .c0,
#page-mod-questionnaire-report .individual .c0,
#page-mod-questionnaire-myreport .individual .c0 {
	background-color: #fafafa;
	border: 1px solid silver;
	padding-left: 5px;
	padding-right: 5px;
}

#page-mod-questionnaire-complete .raterow:hover,
#page-mod-questionnaire-preview .raterow:hover {
	background-color: #e4f1fa;
}

#page-mod-questionnaire-complete td.raterow:hover,
#page-mod-questionnaire-preview td.raterow:hover {
	border: 1px solid navy;
}

#page-mod-questionnaire-complete td.notanswered,
#page-mod-questionnaire-preview td.notanswered {
	/* border: none; */
	background-color: #fafafa;
}

#page-mod-questionnaire-complete td.notcompleted,
#page-mod-questionnaire-preview td.notcompleted {
	border: 2px solid red;
	background-color: #fafafa;
}

#page-mod-questionnaire-complete .c1,
#page-mod-questionnaire-preview .c1,
#page-mod-questionnaire-print .c1,
#page-mod-questionnaire-report .individual .c1,
#page-mod-questionnaire-myreport .individual .c1 {
	background-color: #eee;
	border: 1px solid silver;
	padding-left: 5px;
	padding-right: 5px;
}

#page-mod-questionnaire-myreport .individualresp,
#page-mod-questionnaire-preview .individualresp,
#page-mod-questionnaire-print .individualresp {
	border: #c0c0c0 1px solid;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 0;
	margin-bottom: 10px;
	margin-top: 10px;
}

#page-mod-questionnaire-complete .notice .buttons div,
#page-mod-questionnaire-complete .notice .buttons form {
	display: inline;
}

#page-mod-questionnaire-complete .notice .buttons input {
	margin-bottom: 10px;
}

.floatprinticon {
	margin-top: -30px;
	float: right;
}

#page-mod-questionnaire-complete .mod_questionnaire_controlbuttons {
	text-align: center;
	width: 100%;
	position: relative;
}

#page-mod-questionnaire-complete .mod_questionnaire_controlbuttons .control-button-prev {
	float: left;
}

#page-mod-questionnaire-complete .mod_questionnaire_controlbuttons .control-button-save {
	margin-left: 20%;
}

#page-mod-questionnaire-complete .mod_questionnaire_controlbuttons .control-button-prev+.control-button-save {
	margin-left: 0;
}

#page-mod-questionnaire-complete .mod_questionnaire_controlbuttons .control-button-next,
#page-mod-questionnaire-complete .mod_questionnaire_controlbuttons .control-button-submit {
	float: right;
}

#page-mod-questionnaire-complete .mod_questionnaire_controlbuttons input {
	margin-right: 0;
}

#page-mod-questionnaire-complete .mod_questionnaire_completepage .generalbox .notice {
	padding: 0.5em 0 0.5em 0;
}

/* progress bar styling */

#page-mod-questionnaire-complete .questionnaire-progressbar {
	height: 14px;
	margin-top: 5px;
	border: 1px solid #dedede;
	border-radius: 5px;
	width: auto;
	overflow: hidden;
}

#page-mod-questionnaire-complete .questionnaire-progressbar-progress {
	background-color: #1177d1;
	height: 100%;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}

#page-mod-questionnaire-complete .questionnaire-progressbar-info {
	float: right;
}

#page-mod-questionnaire-complete #questionnaire-progressbar-percent {
	margin-left: 5px;
	margin-right: 5px;
	min-width: 25px;
	text-align: center;
}

#page-mod-questionnaire-complete .questionnaire-progressbar-wrapper {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
	height: auto;
	overflow: hidden;
}

#page-mod-questionnaire-complete .mod_questionnaire_completepage.generalbox .homelink~.homelink {
	padding-top: 10px;
}

.qn-legend {
	float: left;
	font-size: inherit;
	width: auto;
}

/* format paragraph top and bottom margins for better vertical positioning in questions text */
.qn-question p {
	margin-bottom: 0.6em;
	margin-top: 0.5em;
}

.qn-question {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0.1em;
	padding-top: 0.1em;
	/* make background same color as quiz question text */
	background-color: #e4f1fa;
}

#page-mod-questionnaire-questions .qn-question {
	margin-left: 40px;
}

.unselected {
	color: gray;
}

/*respondents list feature*/

.respondentscolumn {
	float: left;
	margin-left: 20px;
}

.respondentsnavbar {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	background-color: #f2f2f2;
}

/* new quiz-like formatting for 2.5 */

#page-mod-questionnaire-questions .qn-container {
	border: 1px dotted gray;
	margin-bottom: 1em;
}

.dir-rtl .qn-container {
	text-align: right;
}

.qn-info {
	float: left;
	width: auto;
	padding: 7px;
	background: #eee;
	font-weight: bold;
}

.qn-info h2.qn-number {
	margin: 0;
	font-size: 1.5em;
	line-height: 1.2em;
}

.qn-question,
.qn-answer {
	margin: 0 0 0.5em;
	overflow: auto;
}

.qn-answer input[type=radio] {
	margin-left: 0.5em;
}

.qn-answer>label+input[type=radio] {
	margin-left: 0;
}

.qn-answer>textarea,
.qn-content .editor_atto_wrap .editor_atto_content {
	resize: vertical;
}

.qn-answer textarea,
.qn-answer input[type="text"] {
	box-sizing: border-box;
	height: auto;
}

#notice .qn-question {
	margin: 0;
}

.req {
	font-size: x-small;
}

.qdepend {
	color: red;
	padding-left: 5px;
	margin-bottom: 5px;
}

.qdepend-or {
	color: orange;
	padding-left: 5px;
	margin-bottom: 5px;
}

.qn-content {
	margin-bottom: 10px;
	margin-left: 55px;
}

/* move horizontal radio buttons closer to their labels */
.qn-answer input[type="radio"],
.qn-answer input[type="checkbox"] {
	margin-right: 3px;
}

#page-mod-questionnaire-show_nonrespondents input[type="radio"] {
	margin-right: 1px;
}

.qn-answer label,
#page-mod-questionnaire-show_nonrespondents label {
	margin-right: 0.6em;
}

.hidedependquestion {
	color: red;
	display: none;
}

#page-mod-questionnaire-fbsections .c0,
#page-mod-questionnaire-fbsections .c1 {
	border: 1px solid silver;
	padding-left: 4px;
	padding-right: 4px;
}

#page-mod-questionnaire-fbsections .c0 {
	background-color: #fafafa;
}

#page-mod-questionnaire-fbsections .c1 {
	background-color: #eee;
}

#page-mod-questionnaire-fbsections input[type="radio"] {
	margin-right: 0;
}

#page-mod-questionnaire-fbsections .qn-legend {
	padding-left: 8px;
}

#page-mod-questionnaire-fbsections .qcontainer.qcontent {
	margin-bottom: -5em;
}

#page-mod-questionnaire-report div.chart {
	overflow: auto;
	margin-left: -40px;
}

#page-mod-questionnaire-report .generaltable.questionnairereport td {
	border: 1px solid silver;
}

.qn-container .smalltext {
	font-size: 0.75em;
}

#page-mod-questionnaire-questions #region-main .mform .fitem .felement {
	margin-bottom: 0;
}

.qn-indent {
	margin-left: 20px;
}

.mod_questionnaire_flex-container {
	display: inline-flex;
}

#page-mod-questionnaire-view .mod_questionnaire_viewpage div.complete,
#page-mod-questionnaire-view .mod_questionnaire_viewpage div.yourresponse,
#page-mod-questionnaire-view .mod_questionnaire_viewpage div.allresponses {
	flex-grow: 1;
	margin-right: 10px;
}

#page-mod-questionnaire-questions #fitem_id_allchoices #id_allchoices,
#page-mod-questionnaire-questions #fitem_id_allnameddegrees #id_allnameddegrees {
	resize: both;
}

.path-mod-questionnaire .slidecontainer {
	width: 100%;
}

.path-mod-questionnaire .slider {
	-webkit-appearance: none;
	width: 100%;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
	float: left;
	margin-top: 40px;
}

.path-mod-questionnaire .slider input {
	width: 100%;
}

.path-mod-questionnaire .slider:hover {
	opacity: 1;
}

.path-mod-questionnaire .slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 25px;
	background: #04aa6d;
	cursor: pointer;
	border-radius: 50%;
}

.path-mod-questionnaire .slider::-moz-range-thumb {
	width: 25px;
	height: 25px;
	background: #04aa6d;
	cursor: pointer;
}

.path-mod-questionnaire .question-slider {
	display: flex;
	align-items: baseline;
}

.path-mod-questionnaire .left-side-label {
	text-align: right;
	padding-right: 20px;
	margin-top: 40px;
	flex-grow: 1;
}

.path-mod-questionnaire .right-side-label {
	text-align: left;
	padding-left: 20px;
	margin-top: 40px;
	flex-grow: 1;
}

.path-mod-questionnaire .middle-side-content {
	flex-grow: 8;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.path-mod-questionnaire .middle-side-label {
	text-align: center;
}

.path-mod-questionnaire .bubble {
	background: #000;
	color: white;
	padding: 3px;
	border-radius: 10px;
	left: 50%;
	transform: translate(-52%, -50px);
	position: relative;
	text-align: center;
	width: 40px;
}

.path-mod-questionnaire .bubble::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 2px;
	left: 50%;
}

/** Bits that can appear on any page. */
.path-mod-quiz .statedetails {
	display: block;
	font-size: 0.7em;
}

/** Attempt and review pages **/
#page-mod-quiz-attempt #page .controls,
#page-mod-quiz-summary #page .controls,
#page-mod-quiz-review #page .controls {
	text-align: center;
	margin: 8px auto;
}

#page-mod-quiz-attempt .submitbtns,
#page-mod-quiz-review .submitbtns {
	display: flex;
}

#page-mod-quiz-attempt .submitbtns .mod_quiz-next-nav,
#page-mod-quiz-review .submitbtns .mod_quiz-next-nav {
	margin-left: auto;
}

.path-mod-quiz .mod_quiz-redo_question_button {
	margin: 0;
}

.path-mod-quiz input[type="submit"].mod_quiz-redo_question_button {
	padding: 2px 0.8em;
	font-size: 1em;
}

#page-mod-quiz-attempt .mod_quiz-blocked_question_warning .que .formulation,
#page-mod-quiz-review .mod_quiz-blocked_question_warning .que .formulation {
	background: #eee;
	border: 1px solid #dcdcdc;
}

#page-mod-quiz-attempt #connection-ok,
#page-mod-quiz-attempt #connection-error {
	position: fixed;
	top: 0;
	width: 80%;
	left: 10%;
	color: #555;
	border-radius: 0 0 10px 10px;
	box-shadow: 5px 5px 20px 0 #666;
	padding: 1em 1em 0;
	z-index: 10000;
}

#page-mod-quiz-attempt #connection-error {
	background-color: #fcc;
}

#page-mod-quiz-attempt #connection-ok {
	background-color: #cfb;
	width: 60%;
	left: 20%;
}

/** Mod quiz attempt **/
.generalbox#passwordbox {
	/* Should probably match .generalbox#intro above */
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

#passwordform {
	margin: 1em 0;
}

/* Question navigation block. */
#quiznojswarning {
	color: red;
}

#quiznojswarning {
	font-size: 0.7em;
	line-height: 1.1;
}

.jsenabled #quiznojswarning {
	display: none;
}

.path-mod-quiz #user-picture {
	margin: 0.5em 0;
}

.path-mod-quiz #user-picture img {
	width: auto;
	height: auto;
	vertical-align: bottom;
}

.path-mod-quiz #mod_quiz_navblock h3.mod_quiz-section-heading {
	padding: 0.7em 0 0;
	margin: 0;
	clear: both;
}

.path-mod-quiz #mod_quiz_navblock h3.mod_quiz-section-heading:first-child {
	padding-top: 0;
}

.path-mod-quiz .qnbutton {
	display: block;
	position: relative;
	float: left;
	width: 1.5em;
	height: 1.5em;
	overflow: hidden;
	margin: 0.3em 0.3em 0.3em 0;
	padding: 0;
	border: 1px solid #bbb;
	background: #ddd;
	text-align: center;
	line-height: 1.5em;
	font-weight: bold;
	text-decoration: none;
}

.path-mod-quiz .qnbutton:visited:hover,
.path-mod-quiz .qnbutton:link:hover {
	text-decoration: underline;
}

.path-mod-quiz .qnbutton .trafficlight,
.path-mod-quiz .qnbutton .thispageholder {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.path-mod-quiz .qnbutton.thispage {
	border-color: #666;
}

.path-mod-quiz .qnbutton.thispage .thispageholder {
	border: 1px solid #666;
}

.path-mod-quiz .qnbutton.flagged .trafficlight {
	background: url(/theme/image.php/recit2/quiz/1759007012/navflagged) no-repeat top right;
}

.path-mod-quiz .qnbutton.blocked,
.path-mod-quiz .qnbutton.notyetanswered,
.path-mod-quiz .qnbutton.requiresgrading,
.path-mod-quiz .qnbutton.invalidanswer {
	background-color: white;
}

.path-mod-quiz .qnbutton.correct {
	background-color: #cfc;
}

.path-mod-quiz .qnbutton.correct .trafficlight {
	border-bottom: 3px solid #080;
}

.path-mod-quiz .qnbutton.partiallycorrect {
	background-color: #ffa;
}

.path-mod-quiz .qnbutton.notanswered,
.path-mod-quiz .qnbutton.incorrect {
	background-color: #fcc;
}

.path-mod-quiz .qnbutton.blocked {
	color: #999;
}

.path-mod-quiz .qnbutton.notanswered .trafficlight,
.path-mod-quiz .qnbutton.incorrect .trafficlight {
	border-top: 3px solid #800;
}

.path-mod-quiz .othernav {
	clear: both;
	margin: 0.5em 0;
}

.path-mod-quiz .autosave_info {
	font-size: small;
}

.path-mod-quiz .othernav a,
.path-mod-quiz .othernav input {
	display: block;
	margin: 0.5em 0;
}

#mod_quiz_navblock.nav-disabled>* {
	opacity: .65;
	pointer-events: none;
	cursor: not-allowed;
}

/** mod quiz mod **/
#page-mod-quiz-mod #id_reviewoptionshdr .fitem {
	width: 23%;
	margin-left: 10px;
}

#page-mod-quiz-mod #id_reviewoptionshdr fieldset.fgroup {
	width: 100%;
	text-align: left;
	margin-left: 0;
}

#page-mod-quiz-mod #id_reviewoptionshdr .fitem {
	float: left;
	width: 23%;
	clear: none;
}

#page-mod-quiz-mod #id_reviewoptionshdr .fitemtitle {
	width: 100%;
	font-weight: bold;
	text-align: left;
	height: 2.5em;
	margin-left: 0;
}

#page-mod-quiz-mod #id_reviewoptionshdr fieldset.fgroup {
	clear: left;
	margin: 0 0 1em;
}

#page-mod-quiz-mod #id_reviewoptionshdr fieldset.fgroup>span {
	float: left;
	clear: left;
	line-height: 1.7;
}

#page-mod-quiz-mod #id_reviewoptionshdr fieldset.fgroup span label {
	margin-left: 0.4em;
}

/** Mod quiz view **/
#page-mod-quiz-view .quizinfo,
#page-mod-quiz-view #page .quizgradefeedback {
	text-align: center;
}

#page-mod-quiz-view .generalbox#feedback .overriddennotice {
	text-align: center;
	font-size: 0.7em;
}

.quizstartbuttondiv.quizsecuremoderequired input,
.quizstartbuttondiv.quizsecuremoderequired button {
	display: none;
}

.jsenabled .quizstartbuttondiv.quizsecuremoderequired input,
.jsenabled .quizstartbuttondiv.quizsecuremoderequired button {
	display: inline;
}

.quizattempt #mod_quiz_preflight_form {
	display: none;
}

#mod_quiz_preflight_form .femptylabel .fitemtitle {
	display: none;
}

.moodle-dialogue-base .moodle-dialogue.mod_quiz_preflight_popup {
	width: 600px;
}

.moodle-dialogue-base .moodle-dialogue.mod_quiz_preflight_popup .moodle-dialogue-wrap {
	overflow: hidden;
}

.moodle-dialogue-base .moodle-dialogue.mod_quiz_preflight_popup .moodle-dialogue-bd {
	padding: 1rem;
}

/* Standard Moodle rule that needs to be more specific here. */
.moodle-dialogue-bd #mod_quiz_preflight_form fieldset.hidden {
	display: inherit;
	visibility: inherit;
}

body.path-mod-quiz .gradedattempt,
body.path-mod-quiz table tbody tr.gradedattempt>td,
body.path-mod-quiz table tbody tr.gradedattempt>td.sticky-column {
	border-color: #bce8f1;
	background-color: #d9edf7;
}

/** Mod quiz summary **/
#page-mod-quiz-summary #content {
	text-align: center;
}

#page-mod-quiz-summary #quiz-timer {
	text-align: center;
	margin-top: 1em;
}

#page-mod-quiz-summary .submitbtns {
	margin-top: 1.5em;
}

#page-mod-quiz-edit .section .activity .actions .version-selection {
	width: 8em;
	padding: 0;
}

@media print {
	.quiz-secure-window * {
		display: none;
	}
}

/** Mod quiz review **/
table.quizreviewsummary {
	width: 100%;
}

table.quizreviewsummary th.cell {
	padding: 1px 0.5em 1px 1em;
	font-weight: bold;
	text-align: right;
	width: 10em;
	background: #f0f0f0;
}

table.quizreviewsummary td.cell {
	padding: 1px 1em 1px 0.5em;
	text-align: left;
	background: #fafafa;
}

/** Mod quiz make comment or override grade popup. **/
#page-mod-quiz-comment .mform {
	width: 100%;
}

#page-mod-quiz-comment .mform fieldset {
	margin: 0;
	border-bottom: none;
}

#page-mod-quiz-comment .que {
	margin: 0;
}

/** Mod quiz report **/
#page-mod-quiz-report h2.main {
	clear: both;
}

#page-mod-quiz-report .controls {
	text-align: center;
}

#page-mod-quiz-report .dubious {
	background-color: #fcc;
}

#page-mod-quiz-report .highlight {
	border: 1px solid #bce8f1;
	background-color: #d9edf7;
}

#page-mod-quiz-report .negcovar {
	border: medium solid pink;
}

#page-mod-quiz-report .gradetheselink {
	font-size: 0.8em;
}

#page-mod-quiz-report .mform fieldset.fgroup span label {
	margin-right: 14px;
}

#page-mod-quiz-report table th {
	white-space: normal;
}

#page-mod-quiz-report table#attempts td,
#page-mod-quiz-report table.quizresponseanalysis td {
	word-wrap: break-word;
	max-width: 20em;
}

#page-mod-quiz-report table.titlesleft td.c0 {
	font-weight: bold;
}

#page-mod-quiz-report table .numcol {
	text-align: center;
	vertical-align: middle;
}

#page-mod-quiz-report table#attempts {
	clear: both;
	margin: 0.2em auto;
}

#page-mod-quiz-report table#attempts .header,
#page-mod-quiz-report table#attempts .cell {
	padding: 4px;
}

#page-mod-quiz-report table#attempts .header .commands {
	display: inline;
}

#page-mod-quiz-report table#attempts .picture {
	width: 40px;
}

#page-mod-quiz-report table#attempts td {
	border-left-width: 1px;
	border-right-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	vertical-align: middle;
}

#page-mod-quiz-report table#attempts .header {
	text-align: left;
}

#page-mod-quiz-report table#attempts .picture {
	text-align: center;
}

#page-mod-quiz-report table#attempts.grades span.que,
#page-mod-quiz-report table#attempts span.avgcell {
	white-space: nowrap;
}

#page-mod-quiz-report table#attempts span.que .requiresgrading {
	white-space: normal;
}

#page-mod-quiz-report table#attempts .questionflag {
	vertical-align: text-bottom;
	padding-left: 6px;
}

#page-mod-quiz-report .graph.flexible-wrap {
	text-align: center;
	overflow: auto;
}

#page-mod-quiz-report #cachingnotice {
	margin-bottom: 1em;
	padding: 0.2em;
}

#page-mod-quiz-report #cachingnotice .singlebutton {
	margin: 0.5em 0 0;
}

#page-mod-quiz-report .bold .reviewlink {
	font-weight: normal;
}

#page-mod-quiz-report tr.lastrowforattempt {
	border-bottom: lightgrey solid 0.2em;
}

#page-mod-quiz-report tr.quiz_statistics-summaryrow td.cell {
	padding-top: 1px;
	padding-bottom: 1px;
	border-top: none;
}

/** Mod quiz edit **/
#page-mod-quiz-edit .statusdisplay {
	background-color: #ffc;
	clear: both;
	margin: 0.3em 0;
	padding: 1px 10px;
}

#page-mod-quiz-edit .statusdisplay p {
	margin: 4px 0;
}

#page-mod-quiz-edit .mod_quiz-edit-top-controls {
	position: relative;
}

#page-mod-quiz-edit .mod_quiz-edit-action-buttons {
	display: block;
	min-height: 2.85em;
}

#page-mod-quiz-edit .maxgrade label {
	display: inline;
}

#page-mod-quiz-edit .maxgrade input[type="submit"] {
	margin: 0;
}

#page-mod-quiz-edit li.activity>div,
#page-mod-quiz-edit li.pagenumber {
	position: relative;
}

#page-mod-quiz-edit ul.section li.pagenumber:first-child .add-menu-outer .menu> :last-child,
#page-mod-quiz-edit .last-add-menu .add-menu-outer .menu> :last-child {
	display: none;
}

#page-mod-quiz-edit .last-add-menu {
	position: relative;
	height: 1.5em;
	margin: 0 20px;
}

#page-mod-quiz-edit .add-menu-outer {
	position: absolute;
	right: 0;
}

#page-mod-quiz-edit .slotnumber {
	text-align: center;
	margin: 0.1em 0.5em;
	display: inline-block;
}

#page-mod-quiz-edit li.section .slotnumber.shuffled {
	display: none;
}

#page-mod-quiz-edit li.section.shuffled .slotnumber.unshuffled {
	display: none;
}

#page-mod-quiz-edit li.section.shuffled .slotnumber.shuffled {
	display: inline-block;
}

#page-mod-quiz-edit .slotnumber .inplaceeditable {
	white-space: nowrap;
}

#page-mod-quiz-edit .section-heading {
	margin-left: 20px;
	margin-bottom: 0;
	height: 40px;
}

#page-mod-quiz-edit .section-heading .instancesectioncontainer {
	display: inline;
}

#page-mod-quiz-edit .section-heading .instancesectioncontainer h3 {
	display: inline;
	color: #555;
}

#page-mod-quiz-edit .section-heading .editing_section,
#page-mod-quiz-edit .section-heading .editing_delete {
	margin-left: 10px;
}

#page-mod-quiz-edit .section-heading .sectioninstance {
	position: relative;
}

#page-mod-quiz-edit .section-heading .instancesection {
	white-space: nowrap;
	max-width: 72%;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: bottom;
}

#page-mod-quiz-edit .section-heading form {
	display: inline;
	position: relative;
	top: 3px;
	left: -7px;
}

#page-mod-quiz-edit .section-heading form input {
	font-size: 24px;
	font-weight: bold;
	width: 50%;
}

#page-mod-quiz-edit .section-heading .instanceshufflequestions {
	float: right;
	margin: 0.3em 20px 0 0;
}

.instanceshufflequestions [type="checkbox"] {
	vertical-align: middle;
	margin-right: .5rem;
}

#page-mod-quiz-edit ul.section {
	margin: 0;
	padding: 0 20px;
}

#page-mod-quiz-edit ul.slots {
	margin: 0;
	padding: 0;
}

#page-mod-quiz-edit ul.slots li.section {
	border: 0;
}

#page-mod-quiz-edit ul.slots li.section .content {
	background-color: #fafafa;
	padding: 1px 0;
}

#page-mod-quiz-edit ul.slots li.section {
	list-style: none;
	margin: 0;
	padding: 0;
}

#page-mod-quiz-edit ul.slots li.section li.activity {
	background: #e6e6e6;
	margin: 3px 0;
	padding: 0.2em;
	position: relative;
}

#page-mod-quiz-edit ul.slots li.section li.activity.page {
	background: transparent;
}

#page-mod-quiz-edit ul.slots li.section li.activity.page h4 {
	display: inline;
	font-weight: normal;
	font-size: 1em;
}

#page-mod-quiz-edit ul.slots li.section li.activity .instancemaxmarkcontainer {
	background: white;
	padding: 0.5em 0 0.5em 0.1em;
	margin: 2px;
}

#page-mod-quiz-edit ul.slots li.section li.activity .instancemaxmarkcontainer .editicon {
	width: 13px;
}

#page-mod-quiz-edit ul.slots li.section li.activity .instancemaxmarkcontainer.infoitem {
	background: transparent;
}

#page-mod-quiz-edit ul.slots li.section li.activity .instancemaxmarkcontainer form {
	display: inline;
}

#page-mod-quiz-edit ul.slots li.section li.activity .instancemaxmark {
	display: inline-block;
	text-align: right;
}

#page-mod-quiz-edit ul.slots li.section li.activity .page_split_join_wrapper {
	position: absolute;
	left: -20px;
	bottom: -11px;
}

#page-mod-quiz-edit ul.slots li.section li.activity .instancemaxmark.decimalplaces_0 {
	min-width: 1.3em;
}

#page-mod-quiz-edit ul.slots li.section li.activity .instancemaxmark.decimalplaces_1 {
	min-width: 2em;
}

#page-mod-quiz-edit ul.slots li.section li.activity .instancemaxmark.decimalplaces_2 {
	min-width: 2.6em;
}

#page-mod-quiz-edit ul.slots li.section li.activity .instancemaxmark.decimalplaces_3 {
	min-width: 3.2em;
}

#page-mod-quiz-edit ul.slots li.section li.activity .instancemaxmark.decimalplaces_4 {
	min-width: 3.7em;
}

#page-mod-quiz-edit ul.slots li.section li.activity .instancemaxmark.decimalplaces_5 {
	min-width: 4.3em;
}

#page-mod-quiz-edit ul.slots li.section li.activity .instancemaxmark.decimalplaces_6 {
	min-width: 4.8em;
}

#page-mod-quiz-edit ul.slots li.section li.activity .instancemaxmark.decimalplaces_7 {
	min-width: 5.45em;
}

#page-mod-quiz-edit ul.slots li.section li.activity .edit_icon,
#page-mod-quiz-edit ul.slots li.section li.activity a.preview,
#page-mod-quiz-edit ul.slots li.section li.activity .editing_delete,
#page-mod-quiz-edit ul.slots li.section li.activity .editing_maxmark {
	margin: 0 2px;
}

#page-mod-quiz-edit ul.slots li.section.only-has-one-slot li.activity .editing_move,
#page-mod-quiz-edit ul.slots li.section.only-has-one-slot li.activity .editing_delete {
	visibility: hidden;
}

#page-mod-quiz-edit ul.slots.only-one-section li.section.only-has-one-slot li.activity .editing_delete {
	visibility: visible;
}

#page-mod-quiz-edit ul.slots li.section li.activity .question_dependency_wrapper {
	position: absolute;
	top: -1em;
	right: -20px;
}

#page-mod-quiz-edit ul.slots li.section li.activity .question_dependency_wrapper.question_dependency_cannot_depend {
	display: none;
}

#page-mod-quiz-edit ul.slots li.section li.activity .activityinstance {
	display: flex;
	flex: 1 1 auto;
	min-height: 1.7em;
	padding-right: 2px;
}

#page-mod-quiz-edit ul.slots li.section li.activity .mod-indent-outer {
	display: flex;
	padding-left: 22px;
}

#page-mod-quiz-edit ul.slots .activityinstance form {
	display: inline;
}

#page-mod-quiz-edit span.editinstructions {
	right: 0;
}

#page-mod-quiz-edit ul.slots .activityinstance span.instancename {
	overflow-x: hidden;
	overflow-y: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#page-mod-quiz-edit ul.slots .activityinstance span.instancename img {
	margin: 0 0.2em;
}

#page-mod-quiz-edit .question-bank-table .questionname,
#page-mod-quiz-edit ul.slots li.activity div.activityinstance .questionname {
	font-weight: bold;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#page-mod-quiz-edit ul.slots li.activity div.activityinstance .questiontext {
	color: #555;
}

#page-mod-quiz-edit .section .activity .editing_move {
	position: absolute;
	left: 0;
	top: 0;
}

#page-mod-quiz-edit ul.slots li.activity div.activityinstance .mod_quiz_random_qbank_link {
	font-size: 0.8em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 0.25rem;
}

#page-mod-quiz-edit ul.slots .activityinstance img.activityicon {
	float: inherit;
	margin: .2em 0 0;
	padding: 0;
}

#page-mod-quiz-edit .section .activity .actions {
	position: inherit;
	white-space: nowrap;
	background: #e6e6e6;
	padding: 0.1em 0;
}

#page-mod-quiz-edit .mod_quiz_edit_forms {
	display: none;
}

#page-mod-quiz-edit .question-bank-table {
	width: 100%;
}

#page-mod-quiz-edit .question-bank-table .header {
	text-align: center;
	padding: 0 2px;
	border: 0 none;
	vertical-align: top;
	width: auto;
}

#page-mod-quiz-edit .question-bank-table .header.checkbox {
	vertical-align: bottom;
	text-align: center;
}

#page-mod-quiz-edit .question-bank-table .header.qtype .sorters {
	white-space: nowrap;
}

#page-mod-quiz-edit .question-bank-table th .sorters {
	font-weight: normal;
	font-size: 0.8em;
}

#page-mod-quiz-edit .question-bank-table td.modifiername,
#page-mod-quiz-edit .question-bank-table td.creatorname,
#page-mod-quiz-edit .question-bank-table td.questionlastused {
	line-height: 1em;
}

#page-mod-quiz-edit .question-bank-table td.modifiername span.date,
#page-mod-quiz-edit .question-bank-table td.creatorname span.date {
	font-weight: normal;
	font-size: 0.8em;
}

#page-mod-quiz-edit table.question-bank-table {
	table-layout: fixed;
	overflow-x: visible;
	border-collapse: separate;
	border-spacing: 0;
}

#page-mod-quiz-edit .question-bank-table .iconcol {
	width: 16px;
	text-align: center;
	padding: 0;
}

#page-mod-quiz-edit .question-bank-table .iconcol .icon {
	width: 16px;
}

#page-mod-quiz-edit .question-bank-table .checkbox {
	width: 32px;
	text-align: center;
	padding: 0;
}

#page-mod-quiz-edit .question-bank-table .editmenu {
	width: 5em;
}

#page-mod-quiz-edit .question-bank-table .qtype {
	text-align: center;
}

#page-mod-quiz-edit .question-bank-table .qtype {
	width: 28px;
	padding: 0;
}

#page-mod-quiz-edit .question-bank-table .questionnametext {
	padding: 0 0.2em;
	width: 100% !important;
	/* stylelint-disable-line declaration-no-important */
}

#page-mod-quiz-edit .question-bank-table .questiontext {
	position: relative;
	zoom: 1;
	padding: 0.3em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#page-mod-quiz-edit .question-bank-table .questionname {
	white-space: nowrap;
	overflow: hidden;
	zoom: 1;
	position: relative;
}

#page-mod-quiz-edit .question-bank-table .questiontext p {
	margin: 0;
}

#page-mod-quiz-edit table.question-bank-table td,
#page-mod-quiz-edit table.question-bank-table th {
	overflow: hidden;
	white-space: nowrap;
	width: 1.2em !important;
	/* stylelint-disable-line declaration-no-important */
}

#page-mod-quiz-edit table.question-bank-table td.questionnametext>div {
	overflow: hidden;
	text-overflow: ellipsis;
}

.mod_quiz_qbank_dialogue {
	width: 80%;
	min-height: 200px;
}

.mod_quiz_qbank_dialogue.moodle-dialogue-fullscreen {
	width: 100%;
}

.mod_quiz_qbank_dialogue .questionbankloading {
	position: absolute;
	top: 30px;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	text-align: center;
	opacity: 0.5;
	padding-top: 50px;
}

.mod_quiz_qbank_dialogue #advancedsearch label {
	font-size: 100%;
}

.quizquestionlistcontrols {
	text-align: center;
}

.categoryinfo {
	padding: 0.3em;
}

.path-mod-quiz .gradingdetails {
	font-size: small;
}

#page-mod-quiz-edit div#repaginatedialog .mform {
	margin-left: auto;
	margin-right: auto;
}

#page-mod-quiz-edit div.container div.generalbox {
	position: relative;
	display: block;
	border: 0 none;
	margin: 0;
	padding: 0;
}

#page-mod-quiz-edit .paging {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0.1em 0.3em;
	display: block;
	background-color: #ddd;
}

#page-mod-quiz-edit #page-footer {
	clear: both;
	padding-top: 1em;
}

#page-mod-quiz-edit .categoryinfofield {
	font-style: italic;
}

#page-mod-quiz-edit .categorynamefield {
	font-weight: bold;
}

#page-mod-quiz-edit .questionsortoptions {
	background-color: #ddd;
}

#page-mod-quiz-edit div.questionbank .categorysortopotionscontainer {
	padding-top: 0.5em;
	margin-top: 0.3em;
}

#page-mod-quiz-edit div.questionbank .categoryquestionscontainer,
.questionbank .categorysortopotionscontainer,
.questionbank .categorypagingbarcontainer,
.questionbank .categoryselectallcontainer {
	background-color: #fff;
}

/* Bulk edit actions */

#page-mod-quiz-edit .btn-group.selectmultiplecommand,
#page-mod-quiz-edit .selectmultiplecommandbuttons,
#page-mod-quiz-edit .select-multiple-checkbox {
	display: none;
}

#page-mod-quiz-edit.select-multiple .selectmultiplecommand,
#page-mod-quiz-edit.select-multiple .selectmultiplecommandbuttons,
#page-mod-quiz-edit.select-multiple .select-multiple-checkbox {
	display: inline-block;
}

#page-mod-quiz-edit.select-multiple input.select-multiple-checkbox[type="checkbox"] {
	display: inline;
}

#page-mod-quiz-edit.select-multiple .mod-quiz-edit-content .section .activity .editing_move,
#page-mod-quiz-edit.select-multiple .mod-quiz-edit-content .section .activity .commands {
	display: none;
}

#page-mod-quiz-edit.select-multiple .mod-quiz-edit-content .section .page_split_join_wrapper {
	display: none;
}

#page-mod-quiz-edit.select-multiple .mod-quiz-edit-content .section .activity .actions .editing_delete,
#page-mod-quiz-edit.select-multiple .mod-quiz-edit-content .section .activity .actions .editing_maxmark {
	display: none;
}

#page-mod-quiz-edit.select-multiple#page-mod-quiz-edit .maxgrade,
#page-mod-quiz-edit.select-multiple .mod-quiz-edit-content .last-add-menu {
	display: none;
}

#page-mod-quiz-edit.select-multiple .mod-quiz-edit-content .section-heading a,
#page-mod-quiz-edit.select-multiple .mod-quiz-edit-content .section-heading form,
#page-mod-quiz-edit.select-multiple .mod-quiz-edit-content .section-heading .instanceshufflequestions {
	display: none;
}

#page-mod-quiz-edit.select-multiple .mod-quiz-edit-content .edit-toolbar .mb-1 {
	display: none;
}

#page-mod-quiz-edit.select-multiple#page-mod-quiz-edit ul.slots li.section li.activity .mod-indent-outer {
	padding-left: 3px;
}

#page-mod-quiz-edit .section .summary .iconsmall,
#page-mod-quiz-edit .section .activity .iconsmall {
	float: left;
}

/* Base theme needs extra support. */
#page-mod-quiz-edit ul.slots li.section ul.section {
	list-style: none;
}

#page-mod-quiz-edit .inplaceeditable {
	box-sizing: border-box;
	background: #fdfdfe;
	display: inline-block;
	margin: 2px;
	padding: 0.5em 0 0.5em 0.1em;
}

#page-mod-quiz-edit .inplaceeditable.inplaceeditingon input {
	width: 64px;
	vertical-align: middle;
}

#page-mod-quiz-edit .inplaceeditable-text {
	color: #000;
	text-align: right;
}

#page-mod-quiz-editgrading .inplaceeditable .quickeditlink {
	color: var(--primary);
}

#page-mod-quiz-edit .inplaceeditable .quickeditlink {
	color: var(--primary);
	text-decoration: none;
	background-color: transparent;
	padding-left: 1px;
	margin: 0;
}

#page-mod-quiz-edit .quickeditlink .aalink {
	color: var(--primary);
	text-align: right;
	width: 10px;
	margin: 2px;
}

#page-mod-quiz-edit .quickedition {
	color: var(--primary);
	text-align: right;
	width: 10px;
	margin: 2px;
}

#page-mod-quiz-edit .quickedition .visibleifjs {
	text-align: right;
}

#page-mod-quiz-edit .quickeditlink {
	text-align: right;
}

@media (max-width: 576px) {
	#page-mod-quiz-edit ul.slots li.section li.activity {
		padding-top: 30px;
	}

	#page-mod-quiz-edit ul.slots li.section li.activity .activityinstance {
		top: -30px;
		left: 0;
		padding-right: 0;
		overflow: hidden;
		align-items: center;
		position: absolute;
		width: 100%;
	}
}

/** Print formatting for attempt and review pages **/

@media print {

	#page-mod-quiz-attempt header.navbar,
	#page-mod-quiz-review header.navbar {
		display: none;
	}

	#page-mod-quiz-attempt #dock,
	#page-mod-quiz-review #dock {
		display: none;
	}

	#page-mod-quiz-attempt #page #page-header h1,
	#page-mod-quiz-review #page #page-header h1 {
		display: none;
	}

	#page-mod-quiz-attempt #region-main,
	#page-mod-quiz-review #region-main {
		width: 100%;
	}

	#page-mod-quiz-attempt #block-region-side-pre,
	#page-mod-quiz-attempt #block-region-side-post,
	#page-mod-quiz-review #block-region-side-pre,
	#page-mod-quiz-review #block-region-side-post {
		display: none;
	}

	#page-mod-quiz-attempt #page-footer,
	#page-mod-quiz-review #page-footer {
		display: none;
	}

	#page-mod-quiz-attempt .editquestion,
	#page-mod-quiz-review .editquestion,
	#page-mod-quiz-attempt .questionflag,
	#page-mod-quiz-review .questionflag {
		display: none;
	}

	#page-mod-quiz-attempt .submitbtns,
	#page-mod-quiz-review .submitbtns {
		display: none;
	}

	#page-mod-quiz-review .que .commentlink {
		display: none;
	}

	#page-mod-quiz-attempt .que,
	#page-mod-quiz-review .que {
		page-break-inside: avoid;
	}
}

.path-mod-resource .resourcecontent {
	text-align: center;
}

.path-mod-resource .resourcedetails {
	font-size: 0.8em;
	color: #555;
}

.resourcelinkdetails {
	font-size: 0.8em;
	color: #555;
}

.path-mod-scorm .top {
	vertical-align: top;
}

.path-mod-scorm .scorm-left {
	text-align: left;
}

.path-mod-scorm .scorm-right {
	text-align: right;
}

.path-mod-scorm .scoframe {
	position: relative;
	width: 100%;
	height: 100%;
}

.ios #scormpage #scorm_content {
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
}

#page-mod-scorm-player #scormtop {
	position: relative;
	width: 100%;
	height: 30px;
}

#page-mod-scorm-player #scormbrowse {
	position: absolute;
	left: 5px;
	top: 0;
}

#page-mod-scorm-player #scormnav {
	position: absolute;
	right: 5px;
	text-align: center;
	top: 3px;
	width: 100%;
}

#page-mod-scorm-player #scormbox {
	width: 74%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

#page-mod-scorm-player #scormpage {
	position: relative;
	width: 100%;
	height: 100%;
}

#page-mod-scorm-player #scormpage #toctree {
	position: relative;
	width: 100%;
}

#page-mod-scorm-player #tocbox {
	position: relative;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 0.8em;
}

#page-mod-scorm-player #toctree {
	overflow: visible;
}

#page-mod-scorm-player #tochead {
	position: relative;
	text-align: center;
	top: 3px;
	height: 30px;
}

#page-mod-scorm-player #scormpage .scoframe {
	border: 0;
}

#page-mod-scorm-player #scormpage #scorm_object {
	border: none;
	width: 98%;
	height: 98%;
}

#page-mod-scorm-player #scormpage #scorm_object.scorm_nav_under_content {
	height: 95%;
}

#page-mod-scorm-player #scormpage #scorm_content {
	height: 100%;
}

#page-mod-scorm-player #scormpage #scorm_toc {
	position: relative;
}

#page-mod-scorm-player #scormpage #scorm_toc_title {
	font-size: 1.2em;
	font-weight: bold;
}

#page-mod-scorm-player #scormpage #scorm_tree {
	border-right: 5px solid rgb(239, 245, 255);
}

#page-mod-scorm-player #scormpage #scorm_navpanel {
	text-align: center;
}

#page-mod-scorm-player .toc,
#page-mod-scorm-player .no-toc {
	width: 100%;
}

#page-mod-scorm-player .structlist {
	list-style-type: none;
	white-space: nowrap;
}

#page-mod-scorm-player .structurelist {
	position: relative;
	list-style-type: none;
	width: 96%;
	margin: 0;
	padding: 0;
}

#page-mod-scorm-player .structurelist ul {
	padding-left: 0.5em;
	margin-left: 0.5em;
}

#page-mod-scorm-player #scormpage #scorm_toc.disabled,
#page-mod-scorm-player #scormpage #scorm_toc.loading,
#page-mod-scorm-player #scormpage #scorm_toc_toggle.disabled,
#page-mod-scorm-player #scormpage #scorm_toc_toggle.loading {
	display: none;
}

#page-mod-scorm-view .structurelist {
	list-style-type: none;
	white-space: nowrap;
}

#page-mod-scorm-view .structurelist {
	list-style-type: none;
	white-space: nowrap;
}

#page-mod-scorm-view .exceededmaxattempts {
	color: #c00;
}

#page-mod-scorm-player #altfinishlink {
	font-size: 140%;
	border: 0;
	padding: 0;
}

#page-mod-scorm-player #scormmode {
	float: left;
	border: 0;
}

#page-mod-scorm-player.pagelayout-popup #page-content .region-content {
	padding: 0;
}

#page-mod-scorm-player.pagelayout-popup #page-wrapper {
	width: 100%;
}

#page-mod-scorm-player .yui-layout-scroll div.yui-layout-bd {
	overflow: visible;
}

#page-mod-scorm-player .yui-layout-unit-left div.yui-layout-bd {
	overflow: auto;
}

.path-mod-scorm.forcejavascript .toc {
	display: none;
}

.path-mod-scorm.forcejavascript #scormpage #tocbox {
	display: none;
}

.path-mod-scorm.jsenabled .forcejavascriptmessage {
	display: none;
}

.path-mod-scorm.jsenabled .toc {
	display: block;
}

.path-mod-scorm.jsenabled #scormpage #tocbox {
	display: block;
}

#page-mod-scorm-report-userreporttracks table .c1 {
	word-wrap: break-word;
	word-break: break-all;
}

#page-mod-scorm-report .scormattemptcounts {
	clear: left;
	text-align: center;
	display: inline;
	margin-left: 20%;
}

#page-mod-scorm-player #scormpage span.yui3-treeview-icon {
	display: none;
}

#page-mod-scorm-player #scormpage li.yui3-treeview-has-children>div.yui3-treeview-row>span.yui3-treeview-icon {
	display: block;
}

#page-mod-scorm-player #scormpage div.yui3-u-1,
#page-mod-scorm-player #scormpage div.yui3-u-3-4,
#page-mod-scorm-player #scormpage div.yui3-u-1-5,
#page-mod-scorm-player #scormpage div.yui3-u-1-24 {
	display: inline-block;
	*display: inline;
	/* stylelint-disable-line */
	zoom: 1;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	text-rendering: auto;
}

#page-mod-scorm-player #scormpage div.yui3-u-1 {
	display: block;
}

#page-mod-scorm-player #scormpage div.yui3-u-3-4 {
	width: 75%;
}

#page-mod-scorm-player #scormpage div.yui3-u-1-5 {
	width: 20%;
}

#page-mod-scorm-player #scormpage div.yui3-u-1-24 {
	width: 4.1666%;
}

#page-mod-scorm-player #scormpage div.yui3-g-r {
	letter-spacing: normal;
	word-spacing: -0.43em;
}

#scorm_layout {
	margin-bottom: 50px;
}

/**
* Opera as of 12 on Windows needs word-spacing.
* The ".opera-only" selector is used to prevent actual prefocus styling
* and is not required in markup.
*/
#page-mod-scorm-player .opera-only :-o-prefocus,
#page-mod-scorm-player #scormpage div.yui3-g-r img {
	max-width: 100%;
}

.path-mod-survey .smalltext {
	font-size: 0.75em;
}

.path-mod-survey .surveytable .rblock label {
	display: block;
}

.path-mod-survey .surveytable .foundthat,
.path-mod-survey .surveytable .preferthat {
	white-space: nowrap;
}

.path-mod-survey .surveytable .buttoncell {
	width: 5%;
}

.path-mod-survey .surveytable .optioncell,
.path-mod-survey .surveytable .questioncell {
	width: 50%;
	vertical-align: top;
}

.path-mod-survey .surveytable .whitecell {
	background-color: white;
}

.path-mod-survey #surveyform th {
	font-weight: normal;
	text-align: left;
}

.path-mod-survey #surveyform th.hresponse {
	text-align: center;
	width: 9%;
}

#page-mod-survey-report .fullnamecell {
	width: 10%;
	vertical-align: top;
	white-space: nowrap;
}

.mod-tab-embedded {
	border: none;
	width: 100%;
	height: 800px;
}

.path-mod-url .resourcecontent {
	text-align: center;
}

/*
 This file is part of Moodle - http://moodle.org/

 Moodle is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation, either version 3 of the License, or
 (at your option) any later version.

 Moodle is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 GNU General Public License for more details.

 You should have received a copy of the GNU General Public License
 along with Moodle. If not, see <http://www.gnu.org/licenses/>.
*/
/**
 * Wiki module style sheet
 *
 * @package mod-wiki-2.0
 * @copyright 2009 Marc Alier, Jordi Piguillem marc.alier@upc.edu
 * @copyright 2009 Universitat Politecnica de Catalunya http://www.upc.edu
 *
 * @author Jordi Piguillem
 * @author Marc Alier
 * @author David Jimenez
 * @author Josep Arus
 * @author Kenneth Riba
 *
 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 */
.wiki_contentbox {
	width: 80%;
	margin: auto;
	min-width: 200px;
	min-height: 100px;
}

.wiki_previewbox {
	width: 50%;
	margin: auto;
	border: thin solid blue;
}

.wiki_button {
	margin: 5px;
}

.wiki_warning {
	color: red;
}

.emptycomments {
	color: red;
	display: inline;
}

.wiki-toc {
	border: 1px solid #bbb;
	background: #eee;
	margin: 16px;
	padding: 8px;
}

.wiki-toc-title {
	color: #666;
	font-size: 1.1em;
	font-variant: small-caps;
	text-align: center;
}

.wiki-toc-section {
	padding: 0;
	margin: 2px 8px;
}

.wiki-toc-section-2 {
	padding-left: 12px;
}

.wiki-toc-section-3 {
	padding-left: 24px;
}

.wiki_form-button {
	margin-left: 0%;
}

.wiki-upload-table {
	margin: 8px auto;
	clear: both;
}

.wiki-upload-table table {
	margin: auto;
}

.wiki-upload-table h3 {
	margin: 4px 0;
	text-align: center;
}

.wiki-upload-section {
	border: 1px solid #eee;
	width: 400px;
	margin: 8px auto;
}

.wiki-upload-section legend {
	font-weight: bold;
	font-size: 0.9em;
	margin-left: 16px;
}

.wiki-tags {
	text-align: right;
}

.wiki_modifieduser p {
	line-height: 35px;
}

.wiki_modifieduser img {
	border: thin solid black;
}

.wiki_restoreform,
.wiki_deletecommentform {
	width: 10%;
	margin: auto;
}

.wiki_versionuser {
	float: left;
}

.wiki_diffuserleft,
.wiki_diffuserright {
	font-weight: normal;
	padding-top: 1%;
}

.wiki_diffuserleft {
	float: right;
}

.wiki_diffuserright {
	float: left;
}

.wiki_compareheading {
	font-weight: normal;
}

.wiki_restore,
.wiki_diffview,
.wiki_difftime,
.wiki_headingtime {
	font-size: 0.8em;
	font-weight: normal;
}

.wiki_difftime,
.wiki_headingtime {
	font-style: oblique;
	text-align: center;
}

.wiki_diff_oldpaging {
	float: left;
	width: 40%;
	min-width: 200px;
	margin-left: 5%;
}

.wiki_diff_newpaging {
	float: right;
	width: 40%;
	min-width: 200px;
	margin-right: 5%;
}

.wiki_diff_old,
.wiki_diff_new {
	float: left;
	min-width: 200px;
	width: 40%;
}

.wiki_difftable td {
	width: 50%;
	float: left;
}

.wiki_histdate {
	text-align: left;
}

.wiki_histnewdate {
	border-top: 1px dotted gray;
}

.ouw_deleted {
	background: #ffa;
	color: red;
	text-decoration: line-through;
}

.ouw_added {
	background: #cfc;
	color: red;
}

a.wiki_newentry:link,
a.wiki_newentry:visited {
	color: red;
	font-style: italic;
}

.wiki_newentry a {
	color: red;
	font-style: italic;
}

.wiki_navigation_container {
	margin: 0 auto;
}

.wiki_navigation_from {
	float: left;
	width: 40%;
	min-width: 200px;
	margin-left: 5%;
}

.wiki_navigation_to {
	float: left;
	width: 40%;
	min-width: 200px;
	margin-right: 5%;
}

.wiki_headingtitle {
	text-align: center;
}

.wiki_clear {
	clear: both;
}

.wiki_right {
	text-align: right;
}

.wiki_index {
	text-align: right;
}

.notunderlined {
	text-decoration: none;
}

a.wiki_edit_section {
	font-size: 0.6em;
	position: relative;
	float: right;
}

.midpad {
	text-align: center;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

.block_wiki_search ul {
	margin-top: 0.5em;
	margin-bottom: 3px;
}

.wiki-attachment:before {
	content: url(/mod/wiki/pix/attachment.png);
	padding-right: 2px;
}

/** Print CSS */
#wiki_printable_content {
	text-align: left;
}

#wiki_printable_content a {
	color: black;
}

#wiki_printable_title {
	font-size: 2.2em;
	text-decoration: underline;
}

.wiki_diff_boxes {
	width: 100%;
	clear: both;
}

.wiki_diff_paging {
	width: 100%;
	clear: both;
}

.wiki_grayline {
	color: gray;
}

.wikisearchresults {
	padding-left: 50px;
	padding-top: 20px;
}

.wiki-diff-container {
	width: 95%;
	margin: 10px auto;
}

.wiki-diff-container .wiki-diff-leftside,
.wiki-diff-container .wiki-diff-rightside {
	width: 49.5%;
	margin: 0;
	padding: 0;
	float: left;
}

.wiki-diff-container .wiki-diff-rightside {
	margin-left: 1%;
}

.wiki-diff-container .wiki-diff-heading,
.wiki-diff-container .no-overflow {
	padding: 10px;
	border: 1px solid #ddd;
}

.wiki-diff-container .wiki-diff-rightside .wiki_diffversion {
	text-align: right;
}

.path-mod-wiki .printicon {
	background: url(/theme/image.php/recit2/core/1759007012/t/print) no-repeat scroll 2px center transparent;
	padding-left: 20px;
}

#page-mod-wiki-prettyview .displayprinticon {
	text-align: right;
}

#page-mod-wiki-prettyview {
	background-image: none;
}

.path-mod-workshop .collapsibleregion {
	margin-bottom: 0.75em;
}

.path-mod-workshop .collapsibleregioncaption {
	font-weight: bold;
	font-size: 120%;
}

.path-mod-workshop .collapsibleregioncaption img {
	max-width: 16px;
	max-height: 16px;
}

.path-mod-workshop div.singlebutton {
	text-align: center;
	margin: 0.75em auto;
}

.path-mod-workshop #workshop-viewlet-assignedassessments div.singlebutton,
.path-mod-workshop #workshop-viewlet-allexamples div.singlebutton,
.path-mod-workshop #workshop-viewlet-examples div.singlebutton {
	text-align: left;
}

.path-mod-workshop .groupwidget {
	text-align: center;
	margin: 0.75em auto;
}

.path-mod-workshop .perpagewidget {
	text-align: center;
	margin: 0.75em auto;
}

/**
 * Submission - one line summary display
 */
.path-mod-workshop .submission-summary {
	position: relative;
	margin-bottom: 10px;
}

.path-mod-workshop .submission-summary .title,
.path-mod-workshop .submission-summary .author,
.path-mod-workshop .submission-summary .author .fullname,
.path-mod-workshop .submission-summary .author .picture {
	display: inline;
}

.path-mod-workshop .submission-summary .title,
.path-mod-workshop .submission-summary .userdate,
.path-mod-workshop .submission-summary .grade-status {
	margin: 0 0 0 40px;
}

.path-mod-workshop .submission-summary .author {
	margin-left: 1ex;
}

.path-mod-workshop .submission-summary.anonymous .title,
.path-mod-workshop .submission-summary.anonymous .author,
.path-mod-workshop .submission-summary.anonymous .userdate,
.path-mod-workshop .submission-summary.anonymous .grade-status {
	margin: 0 0 0 5px;
}

.path-mod-workshop .submission-summary .userdate {
	font-size: x-small;
	color: #333;
}

.path-mod-workshop .submission-summary .userdate span {
	font-style: italic;
}

.path-mod-workshop .submission-summary .author .picture {
	position: absolute;
	top: 0;
	left: 0;
}

/**
 * Submission - full display
 */
.path-mod-workshop .submission-full {
	border: 1px solid #ddd;
	margin: 0 0 1em 0;
}

.path-mod-workshop .submission-full .header {
	position: relative;
	background-color: #ddd;
	padding: 3px;
	min-height: 67px;
}

.path-mod-workshop .submission-full .header .title,
.path-mod-workshop .submission-full .header .author,
.path-mod-workshop .submission-full .header .userdate {
	margin: 0 0 0 80px;
}

.path-mod-workshop .submission-full.anonymous .header .title,
.path-mod-workshop .submission-full.anonymous .header .author,
.path-mod-workshop .submission-full.anonymous .header .userdate {
	margin: 0 0 0 5px;
}

.path-mod-workshop .submission-full .header .userdate.created {
	padding-right: 10px;
}

.path-mod-workshop .submission-full .header .userdate.modified {
	padding-left: 10px;
	margin-left: 0;
	border-left: 1px solid #000;
}

.path-mod-workshop .submission-full .header .userdate {
	font-size: x-small;
	color: #333;
	display: inline;
}

.path-mod-workshop .submission-full .header .userdate span {
	font-style: italic;
}

.path-mod-workshop .submission-full .header .author .picture {
	position: absolute;
	top: 3px;
	left: 3px;
}

.path-mod-workshop .submission-full .content,
.path-mod-workshop .submission-full .attachments {
	padding: 5px 10px;
}

.path-mod-workshop .submission-full .attachments .files img.icon {
	margin-right: 5px;
}

.path-mod-workshop .submission-full .attachments .images div {
	display: inline-block;
	margin: 5px;
	padding: 5px;
	border: 1px solid #ddd;
}

/**
 * Example submission - summary display
 */
.path-mod-workshop .submission-summary.example .title,
.path-mod-workshop .submission-summary.example .userdate {
	margin: 0 0 0 0;
}

/**
 * Example submission - full display
 */
.path-mod-workshop .submission-full.example .header {
	min-height: 0;
}

.path-mod-workshop .submission-full.example .header .title {
	margin: 0 0 0 0;
}

/**
 * Elements generated by the workshop renderer
 */
.path-mod-workshop .message {
	padding: 5px 5em 5px 15px;
	margin: 0 auto 20px auto;
	width: 100%;
	font-size: 80%;
	position: relative;
}

.path-mod-workshop .message .singlebutton {
	text-align: left;
	margin: 0;
}

.path-mod-workshop .message.ok {
	color: #547c22;
	background-color: #e7f1c3;
}

.path-mod-workshop .message.error {
	color: #dd0221;
	background-color: #ffd3d9;
}

.path-mod-workshop .message.info {
	color: #1666a9;
	background-color: #d2ebff;
}

/**
 * Allocators
 */

.path-mod-workshop .allocation-init-results {
	margin: 10px auto;
	width: 100%;
	font-size: 80%;
}

.path-mod-workshop .allocation-init-results .indent {
	margin-left: 20px;
}

.path-mod-workshop .allocation-init-results .ok {
	color: #547c22;
	background-color: #e7f1c3;
}

.path-mod-workshop .allocation-init-results .error {
	color: #dd0221;
	background-color: #ffd3d9;
}

.path-mod-workshop .allocation-init-results .info {
	color: #1666a9;
	background-color: #d2ebff;
}

.path-mod-workshop .allocation-init-results .debug {
	color: black;
	background-color: #ddd;
}

/**
 * User plan
 */
.path-mod-workshop .userplan {
	width: 100%;
	margin: 1em auto 1em auto;
	font-size: 80%;
	border: 1px solid #ddd;
	position: relative;
	overflow: hidden;
}

.path-mod-workshop .userplan dt {
	vertical-align: bottom;
	white-space: normal;
	color: #495057;
	background-color: #f5f5f5;
	border-bottom: 1px solid #ced4da;
	padding: 3px;
}

.path-mod-workshop .userplan dt.active {
	vertical-align: top;
	color: #212529;
	border: 1px solid #ced4da;
	border-bottom: 0;
	border-top: 0;
	background: #e7f1c3;
}

.path-mod-workshop .userplan dt.active .phasetitle {
	font-size: 140%;
}

.path-mod-workshop .userplan dl {
	width: 20%;
	float: left;
	margin: 0;
}

@media only screen and (max-width: 768px) {
	.path-mod-workshop .userplan {
		border-right: none;
		border-top: none;
	}

	.path-mod-workshop .userplan dl {
		width: 102%;
		border-right: none;
	}

	.path-mod-workshop .userplan dt {
		float: left;
		width: 30%;
		border-bottom: none;
		border-top: 1px solid #ddd;
	}

	.path-mod-workshop .userplan dt.active {
		border: none;
	}

	.path-mod-workshop .userplan dd {
		float: left;
		width: 65%;
		border-left: 1px solid #ddd;
		border-top: 1px solid #ddd;
	}
}

@media only screen and (max-width: 420px) {
	.path-mod-workshop .userplan {
		border-bottom: none;
	}

	.path-mod-workshop .userplan dt {
		float: left;
		width: 70%;
		border-bottom: none;
		border-right: 1px solid #ddd;
		border-left: 1px solid #ddd;
		margin: 0;
		padding: 5px;
	}

	.path-mod-workshop .userplan dd {
		float: left;
		width: 70%;
		border-left: 1px solid #ddd;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
}

.path-mod-workshop .userplan dd {
	vertical-align: top;
	border-right: 1px solid #ced4da;
	background-color: #f5f5f5;
	margin: 0;
	min-height: 180px;
	padding: 5px;
}

.path-mod-workshop .userplan dd,
.path-mod-workshop .userplan dd a,
.path-mod-workshop .userplan dd a:link,
.path-mod-workshop .userplan dd a:hover,
.path-mod-workshop .userplan dd a:visited,
.path-mod-workshop .userplan dd a:active {
	color: #495057;
}

.path-mod-workshop .userplan dd.active,
.path-mod-workshop .userplan dd.active a,
.path-mod-workshop .userplan dd.active a:link,
.path-mod-workshop .userplan dd.active a:hover,
.path-mod-workshop .userplan dd.active a:visited,
.path-mod-workshop .userplan dd.active a:active {
	color: #212529;
}

.path-mod-workshop .userplan dd.lastcol {
	border-right: 0;
}

.path-mod-workshop .userplan dd.active {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #e7f1c3;
}

.path-mod-workshop .userplan dt .actions {
	font-size: smaller;
}

.path-mod-workshop .userplan dd.phasetasks li {
	background-image: url(/theme/image.php/recit2/mod_workshop/1759007012/userplan/task-todo);
	background-position: top left;
	background-repeat: no-repeat;
	list-style-type: none;
	min-height: 20px;
	margin: .2em 0;
	background-size: 15px;
}

.dir-rtl.path-mod-workshop .userplan dd.phasetasks li {
	background-position: top right;
}

.path-mod-workshop .userplan dd.phasetasks li.completed {
	background-image: url(/theme/image.php/recit2/mod_workshop/1759007012/userplan/task-done);
}

.path-mod-workshop .userplan dd.phasetasks li.fail {
	background-image: url(/theme/image.php/recit2/mod_workshop/1759007012/userplan/task-fail);
}

.path-mod-workshop .userplan dd.phasetasks li.info {
	background-image: url(/theme/image.php/recit2/mod_workshop/1759007012/userplan/task-info);
}

.path-mod-workshop .userplan dd.phasetasks .tasks {
	list-style: none;
	margin: 0;
	padding: 0;
}

.path-mod-workshop .userplan dd.phasetasks .title {
	padding: 0 10px 0 20px;
}

.dir-rtl.path-mod-workshop .userplan dd.phasetasks .title {
	padding: 0 20px 0 10px;
}

.path-mod-workshop .userplan dd.phasetasks .details {
	padding: 0 10px 0 25px;
	font-size: 80%;
}

.dir-rtl.path-mod-workshop .userplan dd.phasetasks .details {
	padding: 0 25px 0 10px;
}

/**
 * Assessment - full display
 */
.path-mod-workshop .assessment-full {
	border: 1px solid #ddd;
	margin: 0 auto 1em auto;
}

.path-mod-workshop .assessment-full .header {
	position: relative;
	background-color: #ddd;
	padding: 3px;
	min-height: 35px;
}

.path-mod-workshop .assessment-full .header .title {
	font-weight: bold;
}

.path-mod-workshop .assessment-full .header .title,
.path-mod-workshop .assessment-full .header .reviewer,
.path-mod-workshop .assessment-full .header .grade,
.path-mod-workshop .assessment-full .header .weight {
	margin: 0 0 0 40px;
}

.path-mod-workshop .assessment-full.anonymous .header .title,
.path-mod-workshop .assessment-full.anonymous .header .reviewer,
.path-mod-workshop .assessment-full.anonymous .header .grade,
.path-mod-workshop .assessment-full.anonymous .header .weight {
	margin: 0 0 0 5px;
}

.path-mod-workshop .assessment-full .header .reviewer .picture {
	position: absolute;
	top: 3px;
	left: 3px;
}

.dir-rtl.path-mod-workshop .assessment-full .header .reviewer .picture {
	right: 3px;
	left: auto;
}

.path-mod-workshop .assessment-full .header .actions {
	position: absolute;
	top: 5px;
	right: 5px;
	text-align: right;
}

.path-mod-workshop .assessment-full .header .actions .singlebutton,
.path-mod-workshop .assessment-full .header .actions .singlebutton form,
.path-mod-workshop .assessment-full .header .actions .singlebutton form div {
	display: inline;
}

.path-mod-workshop .assessment-full .assessment-form-wrapper,
.path-mod-workshop .assessment-full .overall-feedback-wrapper {
	margin-top: 0.5em;
	padding: 0 1em;
}

.path-mod-workshop .assessment-summary.graded .singlebutton input[type="submit"],
.path-mod-workshop .example-summary.graded .singlebutton input[type="submit"] {
	background-color: #e7f1c3;
}

.path-mod-workshop .assessment-summary.notgraded .singlebutton input[type="submit"],
.path-mod-workshop .example-summary.notgraded .singlebutton input[type="submit"] {
	background-color: #ffd3d9;
}

/**
 * Overall feedback
 */
.path-mod-workshop .assessment-full .overallfeedback .content,
.path-mod-workshop .assessment-full .overallfeedback .attachments {
	padding: 5px 10px;
}

.path-mod-workshop .assessment-full .overallfeedback .attachments .files img.icon {
	margin-right: 5px;
}

.path-mod-workshop .assessment-full .overallfeedback .attachments .images div {
	display: inline-block;
	margin: 5px;
	padding: 5px;
	border: 1px solid #ddd;
}

/**
 * Assessment form
 */
.path-mod-workshop .assessmentform .description {
	margin: 0 1em;
}

/**
 * Grading report
 */
.path-mod-workshop .grading-report {
	width: 100%;
	margin: 1em auto 1em auto;
	font-size: 80%;
	border: 1px solid #ddd;
}

.path-mod-workshop .grading-report .userpicture {
	margin: 0 3px;
	vertical-align: middle;
}

.path-mod-workshop .grading-report del {
	color: red;
	font-size: 90%;
	text-decoration: line-through;
}

.path-mod-workshop .grading-report ins {
	color: green;
	font-weight: bold;
	text-decoration: underline;
}

.path-mod-workshop .grading-report th {
	white-space: normal;
}

.path-mod-workshop .grading-report td {
	vertical-align: top;
	border: 1px solid #ddd;
}

.path-mod-workshop .grading-report tr.published td.submission {
	background-color: #d2ebff;
}

.path-mod-workshop .grading-report tr.published td.submission a {
	font-weight: bold;
}

.path-mod-workshop .grading-report .assessmentdetails {
	white-space: nowrap;
}

.path-mod-workshop .grading-report .receivedgrade span.grade,
.path-mod-workshop .grading-report .givengrade span.gradinggrade {
	font-weight: bold;
}

.path-mod-workshop .grading-report .submissiongrade.cell,
.path-mod-workshop .grading-report .gradinggrade.cell {
	text-align: center;
	font-size: 200%;
	white-space: nowrap;
}

.path-mod-workshop .grading-report .givengrade.null .user,
.path-mod-workshop .grading-report .receivedgrade.null .user {
	color: #e00;
}

/**
 * Final grades
 */
.path-mod-workshop #workshop-viewlet-yourgrades .finalgrades {
	text-align: center;
}

.path-mod-workshop #workshop-viewlet-yourgrades .finalgrades .grade {
	border: 1px solid #ddd;
	margin: 1em;
	padding: 2em;
	display: inline-block;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.path-mod-workshop #workshop-viewlet-yourgrades .finalgrades .grade.submissiongrade {
	background-color: #d2ebff;
}

.path-mod-workshop #workshop-viewlet-yourgrades .finalgrades .grade.assessmentgrade {
	background-color: #eee;
	/*background-color: #e7f1c3;*/
}

.path-mod-workshop #workshop-viewlet-yourgrades .finalgrades .grade .gradevalue {
	font-weight: bold;
	font-size: x-large;
	margin: 10px;
}

/**
 * Edit assessment form
 */
#mod-workshop-editform fieldset.fgroup * {
	vertical-align: top;
}

/**
 * Feedback
 */
.path-mod-workshop .feedback {
	border: 1px solid #ddd;
	margin: 0 auto 1em auto;
	width: 100%;
}

.path-mod-workshop .feedback .header {
	position: relative;
	background-color: #ddd;
	padding: 3px;
	min-height: 35px;
}

.path-mod-workshop .feedback .header .title {
	margin: 0 0 0 40px;
}

.path-mod-workshop .feedback .header .picture {
	position: absolute;
	top: 3px;
	left: 3px;
}

.path-mod-workshop .feedback .content {
	padding: 5px 10px;
}

/**
 * Misc
 */
.path-mod-workshop div.buttonsbar {
	text-align: center;
}

.path-mod-workshop div.buttonsbar .singlebutton {
	display: inline;
}

.path-mod-workshop .toolboxaction {
	margin-right: 1em;
}

.path-mod-workshop .toolboxaction,
.path-mod-workshop .toolboxaction .singlebutton,
.path-mod-workshop .toolboxaction .singlebutton form,
.path-mod-workshop .toolboxaction .singlebutton form div {
	display: inline;
}

.path-mod-workshop div.buttonwithhelp div {
	display: inline;
}

.path-mod-workshop #evaluationmethodchooser {
	margin: 2em auto;
	text-align: center;
}

.path-mod-workshop .lastmodified {
	line-height: 1.0em;
}

.path-mod-workshop .workshop-risk-dataloss {
	vertical-align: text-bottom;
}

.auth_oidc_ucp_indicator h4 {
	display: inline-block;
	margin-right: 0.5rem;
}

.auth_oidc_ucp_indicator h5 {
	display: inline-block;
	margin-left: 0.5rem;
}

.auth_oidc_ucp_indicator h5+span {
	display: block;
}

.cert_textarea textarea {
	font-family: 'Courier New', Courier, monospace;
}

.path-admin-auth-oidc .warning_header {
	border: 1px solid #f00;
	background-color: #ffe5e5;
	padding: 10px;
	margin: 10px 0;
	color: #f00;
	font-weight: bold;
}

.path-admin-auth-oidc .warning {
	color: #f00;
	font-weight: bold;
}

.path-admin-auth-oidc .existing_claims {
	display: inline-block;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	padding: 10px;
	font-family: 'Courier New', Courier, monospace;
	white-space: pre;
}

.path-admin-auth-oidc .not_support_user_sync {
	color: #f00;
}

.path-admin-auth-oidc .code {
	font-family: 'Courier New', Courier, monospace;
	white-space: pre;
}

/* enrol_lti styles */

#registration-tab-content .input-group-append button.btn {
	border: solid 1px #8f959e;
}

form#auto_submit {
	display: none;
}

#registration-tab-content .input-group-append button.btn span.pix {
	padding-left: 0.5rem;
}

.block_accessreview_success,
.block_accessreview.block_accessreview_success.hasinfo {
	color: #1e451e;
	background: #eff5ef;
	box-shadow: 0 0 2px 2px #619a61;
}

.block_accessreview_danger,
.block_accessreview.block_accessreview_danger.hasinfo {
	color: #6e211e;
	background: #fdf7f7;
	box-shadow: 0 0 2px 2px #da6960;
}

.block_accessreview_warning,
.block_accessreview.block_accessreview_warning.hasinfo {
	color: #694b21;
	background: #fdf2e3;
	box-shadow: 0 0 2px 2px #c97a0e;
}

.block_accessreview_table {
	border-bottom: 1px solid;
	border-color: #eee8e8;
}

.block_accessreview_links {
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: center;
}

.block_accessreview_link {
	padding-left: 10px;
	padding-right: 10px;
}

.block_accessreview_analysisbutton {
	text-align: center;
}

.block_activity_results h1 {
	margin: 4px;
	font-size: 1.1em;
}

.block_activity_results table.grades {
	text-align: left;
	width: 100%;
}

.block_activity_results table.grades .number {
	text-align: left;
	width: 10%;
}

.block_activity_results table.grades .name {
	text-align: left;
	width: 77%;
}

.block_activity_results table.grades .grade {
	text-align: right;
}

.block_blog_tags .s20 {
	font-size: 1.5em;
	font-weight: bold;
}

.block_blog_tags .s19 {
	font-size: 1.5em;
}

.block_blog_tags .s18 {
	font-size: 1.4em;
	font-weight: bold;
}

.block_blog_tags .s17 {
	font-size: 1.4em;
}

.block_blog_tags .s16 {
	font-size: 1.3em;
	font-weight: bold;
}

.block_blog_tags .s15 {
	font-size: 1.3em;
}

.block_blog_tags .s14 {
	font-size: 1.2em;
	font-weight: bold;
}

.block_blog_tags .s13 {
	font-size: 1.2em;
}

.block_blog_tags .s12,
.block_blog_tags .s11 {
	font-size: 1.1em;
	font-weight: bold;
}

.block_blog_tags .s10,
.block_blog_tags .s9 {
	font-size: 1.1em;
}

.block_blog_tags .s8,
.block_blog_tags .s7 {
	font-size: 1em;
	font-weight: bold;
}

.block_blog_tags .s6,
.block_blog_tags .s5 {
	font-size: 1em;
}

.block_blog_tags .s4,
.block_blog_tags .s3 {
	font-size: 0.9em;
	font-weight: bold;
}

.block_blog_tags .s2,
.block_blog_tags .s1 {
	font-size: 0.9em;
}

.block_completion_progress .content {
	text-align: left;
}

.block_completion_progress .barContainer {
	position: relative;
	padding: 0;
	clear: both;
}

.block_completion_progress .left-arrow-svg,
.block_completion_progress .right-arrow-svg {
	position: absolute;
	top: calc(50% - 10px);
	display: none;
	z-index: 10;
}

.block_completion_progress .left-arrow-svg {
	/* rtl:ignore */
	left: 5px;
}

.block_completion_progress .right-arrow-svg {
	/* rtl:ignore */
	right: 5px;
}

.block_completion_progress .triangle-polygon {
	fill: rgba(0, 0, 0, 0.3);
	stroke: white;
	stroke-width: 3px;
}

.block_completion_progress .barRow {
	padding: 0;
	width: 100%;
	margin: 0;
	min-height: 1.6rem;
	overflow: hidden;
	scroll-behavior: smooth;
}

.block_completion_progress .progressBarCell {
	height: 1.6rem;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	border-left: solid 1px #e3e3e3;
	border-top: solid 1px #e3e3e3;
	position: relative;
}

.block_completion_progress .progressBarCell[data-haslink=true] {
	cursor: pointer;
}

.block_completion_progress .progressBarCell[data-haslink=not-allowed] {
	cursor: not-allowed;
}

.block_completion_progress .barModeScroll .barRowCells {
	white-space: nowrap;
}

.block_completion_progress .barModeScroll .progressBarCell {
	display: inline-block;
	width: 1.6rem;
}

.block_completion_progress .barModeSqueeze .barRowCells {
	display: flex;
}

.block_completion_progress .barModeSqueeze .progressBarCell {
	display: inline-block;
	flex: 1 1 0;
}

.block_completion_progress .barModeWrap .barRowCells {
	display: flex;
	flex-wrap: wrap;
}

.block_completion_progress .barModeWrap .progressBarCell {
	display: inline-block;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: inherit;
	/* Will be computed and declared inline on the .barRow element. */
}

.block_completion_progress .barWithNow .barRowCells {
	margin-top: 1.6rem;
}

.block_completion_progress .progressBarCell .nowDiv {
	position: absolute;
	top: -100%;
	white-space: nowrap;
	width: 100px;
}

.block_completion_progress .progressBarCell .firstNow {
	left: 0;
	text-align: left;
}

.block_completion_progress .progressBarCell .firstHalfNow {
	left: 100%;
	text-align: left;
}

.block_completion_progress .progressBarCell .lastHalfNow {
	right: 0;
	text-align: right;
}

.block_completion_progress .progressBarCell .nowicon {
	width: 15px;
	height: 15px;
	margin: 0;
	padding: 0;
}

.block_completion_progress .barModeScroll .progressBarCell:first-of-type,
.block_completion_progress .barModeSqueeze .progressBarCell:first-of-type {
	border-top-left-radius: 0.26rem;
	border-bottom-left-radius: 0.26rem;
}

.block_completion_progress .barModeScroll .progressBarCell:last-of-type,
.block_completion_progress .barModeSqueeze .progressBarCell:last-of-type {
	border-top-right-radius: 0.26rem;
	border-bottom-right-radius: 0.26rem;
	border-right: solid 1px #e3e3e3;
}

.block_completion_progress .barWithIcons .progressBarCell::before {
	display: inline-block;
	content: '';
	width: 100%;
	height: 100%;
	max-width: 16px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
}

.block_completion_progress .barWithIcons .progressBarCell.completed::before {
	background-image: url(/theme/image.php/recit2/block_completion_progress/1759007012/tick);
}

.block_completion_progress .barWithIcons .progressBarCell.notCompleted::before {
	background-image: url(/theme/image.php/recit2/block_completion_progress/1759007012/cross);
}

.block_completion_progress .progressEventInfo,
.block_completion_progress .progressPercentage {
	font-size: x-small;
	text-align: left;
	white-space: pre;
	overflow: hidden;
	padding: 0;
	margin: 5px;
}

.block_completion_progress .progressEventInfo {
	white-space: pre-wrap;
}

.block_completion_progress .progressEventInfo .iconInInfo,
#fitem_id_config_progressBarIcons .iconOnConfig {
	height: 1.2em;
	width: 1.2em;
}

#page-blocks-completion_progress-overview .overviewTable {
	table-layout: fixed;
}

#page-blocks-completion_progress-overview .overviewTable .col-select {
	width: 2rem;
	text-align: center;
}

#page-blocks-completion_progress-overview .overviewTable .col-fullname {
	width: 20%;
}

#page-blocks-completion_progress-overview .overviewTable .col-timeaccess {
	width: 15%;
}

#page-blocks-completion_progress-overview .overviewTable .col-progressbar {
	min-width: 200px;
}

#page-blocks-completion_progress-overview .overviewTable .col-progress {
	width: 6rem;
	text-align: center;
}

.block_completion_progress .progressEventInfo img {
	vertical-align: middle;
}

.block_completion_progress .moduleIcon {
	float: left;
	margin-right: 5px;
	max-width: 24px;
}

.block_completion_progress .progressBarHeader {
	font-size: 90%;
	margin: 0;
	padding: 0;
}

.block_completion_progress h3 {
	margin-bottom: 0;
}

.block_completion_progress .expectedBy {
	margin: 5px auto;
}

.block_completion_progress .overviewButton {
	margin: 10px;
	text-align: center;
}

#page-blocks-completion_progress-overview .progressoverviewmenus {
	margin-bottom: 1rem;
}

#page-blocks-completion_progress-overview .progressoverviewmenus .singleselect+.singleselect {
	margin-left: 1rem;
}


.block_countdown .block-countdown-timer,
.block_countdown .countdown-ended {
	font-size: 1.2em;
	text-align: center;
	display: block;
}

.block_countdown .countdown-daystext {
	font-size: 0.9em;
}

.block_countdown .countdown-days,
.block_countdown .countdown-hours,
.block_countdown .countdown-minutes,
.block_countdown .countdown-seconds {
	font-size: 1.2em;
}

.block_countdown .countdown-separator {
	padding: 0 2px;
}

.block_countdown .style-corporate .countdown-days,
.block_countdown .style-corporate .countdown-hours,
.block_countdown .style-corporate .countdown-minutes,
.block_countdown .style-corporate .countdown-seconds {
	background: #009688;
	color: #fff;
	padding: 3px;
	border-radius: 4px;
}

.block_countdown .style-corporate .countdown-daystext {
	padding-left: 5px;
	color: #009688;
	font-weight: bolder;
}

.block_countdown .style-corporate .countdown-separator {
	font-size: 1.2em;
}

@charset "utf-8";
/* CSS Document */

.block_course_discuss_header_section {
	border-bottom: 1px solid #ededee;
	border-width: 1px;
	margin-bottom: 10px;
}

.block_course_discuss .block_course_discuss_header_section .block_course_discuss_headline_primary {
	margin-bottom: -1px;
	padding: 0 0 15px 0;
	font-size: 1.5em;
	font-family: 'Europa', 'Helvetica Neue', Arial, sans-serif;
	border-bottom: 1px solid #393b42;
}

.block_course_discuss_header_tagline {
	font-size: 1.1em;
	padding: 10px 0 5px 0;
}

.block_course_discuss {
	max-width: 95%;
	min-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.block_course_discuss .content {
	margin: 0;
}

#block_course_discuss_posts_container h3 {
	font-family: 'Europa', 'Helvetica Neue', Arial, sans-serif;
}

.block-region-front .block_course_discuss .header {
	padding: 5px 0 15px 0;
	background-color: transparent;
}

#block_course_discuss_form_message {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 5px;
}

#block_course_discuss_form_message:required {
	border-color: #aaa;
	box-shadow: 4px 4px 8px #eee;
	color: #000;
}

.block_course_discuss_feed {
	margin: 0;
	padding: 0;
	list-style: none;
	flex-basis: 100%;
	max-width: 100%;
}

.block_course_discuss_feed_item {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
}

.block_course_discuss_feed_item_border {
	border-bottom: 1px solid #ededee;
}

.block_course_discuss_feed_item_a_avatar {
	display: inline-block;
	margin-right: 0.7em;
	vertical-align: middle;
}

.block_course_discuss_feed_item_body {
	float: left;
	flex: 1 0 0%;
	min-width: 0;
}

.block_course_discuss_feed_item_header {
	display: flex;
	flex-wrap: wrap;
	margin: .25em 0 .5em;
	font-size: 1.0em;
	line-height: 1.44495em;
}

.block_course_discuss_feed_item_preamble {
	float: left;
	flex: 1 0 0%;
	margin-right: 10px;
}

.block_course_discuss_feed_item_heading_primary {
	display: inline-block;
	margin-bottom: .3em;
	font-weight: bold;
}

.block_course_discuss_feed_item_meta {
	float: left;
	display: flex;
	flex-direction: row;
}

.block_course_discuss_feed_item_content {
	font-size: 0.8em;
	clear: both;
	word-wrap: break-word;
}

.block_course_discuss_feed_item_content p {
	margin-bottom: 1em;
}

.block_course_discuss_feed_item_content p:last-of-type {
	display: inline;
	margin-bottom: 0;
}

.block_course_discuss_feed_item_timestamp {
	color: #727376;
	margin-left: .6em;
}

.block_course_discuss_feed_item_actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	white-space: nowrap;
	margin-top: 26px;
}

.block .content .block_course_discuss_feed_item_user .userpicture {
	width: 32px;
	height: 32px;
	margin-right: 6px;
}

#block_course_discuss_form_message_feedback {
	font-size: 0.9em;
	line-height: 2em;
}

button.block_course_discuss_action_button {
	background-color: transparent;
	color: #333;
	background-image: none;
	border: 0;
	padding: 2px 6px;
	margin: 0 0 10px 0;
	font-weight: bold;
	box-shadow: none;
	float: left;
	transition: background-color 0.2s ease 0s;
}

button.block_course_discuss_action_button:before {
	content: "\f112";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	padding-right: 5px;
}

button.block_course_discuss_action_button:hover {
	background-color: #eee;
	background-image: none;
	box-shadow: 2px 2px #eee;
}

#block_course_discuss_posts_container {
	background: #fafafa;
	margin-top: 0;
	overflow: hidden;
	padding-left: 16px;
	padding-right: 16px;
	font-family: 'Europa', 'Helvetica Neue', Arial, sans-serif;
}

.block_course_discuss_posts_container_content {
	font-size: 1.1em;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fafafa;
}

.block_course_discuss_posts_container_content .block_course_discuss_indent {
	margin-left: 5%;
}

.block_course_discuss_buttons {
	margin-bottom: 5px;
}

#block_course_discuss_posts_container h3.block_course_discuss_error {
	font-size: 1.1em;
	color: #f00;
	font-family: 'Europa', 'Helvetica Neue', Arial, sans-serif;
}


.block_course_discuss_view_thread_container {
	margin: 0;
	float: right;
	font-size: 0.9em;
}

.block_course_discuss_view_thread_container a:after {
	content: "\f064";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	padding-left: 8px;
}

.block_course_discuss_edit_post_container {
	margin: 0 15px 0 0;
	float: right;
	font-size: 0.9em;
}

.block_course_discuss_edit_post_container a:after {
	content: "\f044";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	padding-left: 8px;
}

.block_course_list .footer {
	margin-top: 5px;
}

.block_course_list .content li {
	margin-bottom: .3em;
}

.block_course_summary .content {
	padding: 10px;
}

.block_course_summary .editbutton {
	text-align: right;
}

@charset "utf-8";

/* CSS Document */

.block .content h3.block_discussion_feed_headline {
	margin-bottom: -1px;
	padding: 0 0 8px 0;
	font-size: 1.5em;
	border-bottom: 1px solid #393b42;
}

.block_discussion_feed li a {
	color: #080808;
}

.block_discussion_feed {
	min-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

#block_discussion_feed_form_message {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 5px;
}

#block_discussion_feed_form_message:required {
	border-color: #aaa;
	box-shadow: 4px 4px 8px #eee;
	color: #000;
}

.block_discussion_feed_feed {
	margin: 0;
	padding: 0;
	list-style: none;
	flex-basis: 100%;
	max-width: 100%;
}

.block_discussion_feed_item {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
}

.block_discussion_feed_item_border {
	border-bottom: 1px solid #ededee;
}

.block_discussion_feed_item_avatar {
	display: inline-block;
	margin-right: 0.7em;
	vertical-align: middle;
}

.block_discussion_feed_primary_post_container {
	border: 1px solid #eee;
	padding: 10px 10px 5px 10px;
	margin-bottom: 20px;
}

.block_discussion_feed_item__body {
	float: left;
	flex: 1 0 0%;
	min-width: 0;
}

.block_discussion_feed_item__header {
	display: flex;
	flex-wrap: wrap;
	margin: .25em 0 .5em;
	font-size: 1.0em;
	line-height: 1.44495em;
}

.block_discussion_feed_item__preamble {
	float: left;
	flex: 1 0 0%;
	margin-right: 10px;
}

.block_discussion_feed_item__heading {
	display: inline-block;
	margin-bottom: .3em;
	color: #3a343a;
}

span.block_discussion_feed_item_post_user a {
	color: #555;
	font-weight: bold;
}

span.block_discussion_feed_item_post_subject {
	line-height: 2em;
}

.block_discussion_feed_item_meta {
	float: left;
	display: flex;
	flex-direction: column;
}

.block_discussion_feed_item_content {
	font-size: 0.8em;
	clear: both;
	word-wrap: break-word;
}

.block_discussion_feed_item_content p {
	margin-bottom: 1em;
}

.block_discussion_feed_item_content p:last-of-type {
	display: inline;
	margin-bottom: 0;
}

.block_discussion_feed_item_timestamp {
	color: #a4a9b4;
}

.block_discussion_feed_item_course_link a {
	color: #ddd;
	font-weight: bold;
}

.block_discussion_feed_item_forum_link a {
	color: #aaa;
}

.block_discussion_feed_item_post_created_date {
	color: #a4a9b4;
}

.block_discussion_feed_item_actions {
	font-size: 1.0em;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	white-space: nowrap;
	margin-top: 26px;
}

.block_discussion_feed_item_user {
	display: none;
}

.block .content .block_discussion_feed_item_user .userpicture {
	width: 32px;
	height: 32px;
	margin-right: 5px;
}

#block_discussion_feed_form_message_feedback {
	font-size: 0.9em;
	line-height: 2em;
	float: right;
}

button.block_discussion_feed_action_button {
	background-color: transparent;
	color: #333;
	background-image: none;
	border: 0;
	padding: 2px 6px;
	margin: 0 0 10px 0;
	font-weight: bold;
	box-shadow: none;
	float: left;
	transition: background-color 0.2s ease 0s;
}

button.block_discussion_feed_action_button:before {
	content: "\f112";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	padding-right: 5px;
}

button.block_discussion_feed_action_button:hover {
	background-color: #eee;
	background-image: none;
	box-shadow: 2px 2px #eee;
}

/* View comments button */
button.block_discussion_feed_action_view_comments_button {
	background-color: transparent;
	color: #17b8a0;
	background-image: none;
	border: 0;
	padding: 2px 0;
	margin: 15px 0 0 0;
	box-shadow: none;
	transition: background-color 0.2s ease 0s;
}

button.block_discussion_feed_action_view_comments_button:hover {
	box-shadow: none;
	background-image: none;
	background-color: transparent;
	color: #333;
}

button.block_discussion_feed_action_view_comments_button:focus {
	box-shadow: none;
	background-image: none;
	background-color: transparent;
	color: #333;
	font-weight: bold;
}

button.block_discussion_feed_action_view_comments_button:active {
	box-shadow: none;
	background-image: none;
	background-color: transparent;
	color: #17b8a0;
	font-weight: bold;
}

button.block_discussion_feed_action_view_comments_button:after {
	content: "\f078";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	padding-left: 8px;
}

/* Hide Comments button */
button.block_discussion_feed_action_hide_comments_button,
button.block_discussion_feed_action_hide_comments_button_second {
	background-color: transparent;
	color: #17b8a0;
	background-image: none;
	border: 0;
	padding: 2px 0;
	margin: 15px 0 0 0;
	box-shadow: none;
	transition: background-color 0.2s ease 0s;
}

button.block_discussion_feed_action_hide_comments_button:hover,
button.block_discussion_feed_action_hide_comments_button_second:hover {
	box-shadow: none;
	background-image: none;
	background-color: transparent;
	color: #333;
}

button.block_discussion_feed_action_hide_comments_button:focus,
button.block_discussion_feed_action_hide_comments_button_second:focus {
	box-shadow: none;
	background-image: none;
	background-color: transparent;
	color: #333;
	font-weight: bold;
}

button.block_discussion_feed_action_hide_comments_button:active,
button.block_discussion_feed_action_hide_comments_button_second:active {
	box-shadow: none;
	background-image: none;
	background-color: transparent;
	color: #17b8a0;
	font-weight: bold;
}

button.block_discussion_feed_action_hide_comments_button:after,
button.block_discussion_feed_action_hide_comments_button_second:after {
	content: "\f077";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	padding-left: 8px;
}

.block_discussion_feed_posts_container_content {
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fafafa;
	max-height: 400px;
	overflow-y: auto;
	padding: 15px 25px 10px 25px;
}

.block_discussion_feed_comments_container {
	clear: both;
}

.block_discussion_feed_comments_container .indent {
	margin-left: 5%;
}

.block_discussion_feed_buttons {
	margin: 5px 0 5px 0;
}

.block_discussion_feed_action_no_comments {
	background-color: transparent;
	color: #17b8a0;
	padding: 2px 0;
	margin: 15px 0 0 0;
}

.block_discussion_feed_view_hide_comments_container {
	float: left;
}

.block_discussion_feed_view_thread_container {
	margin: 15px 0 0 0;
	float: right;
	font-size: 0.9em;
}

.block_discussion_feed_view_thread_container a:after {
	content: "\f064";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	padding-left: 8px;
}

.block_discussion_feed_edit_post_container {
	margin: 15px 15px 0 0;
	float: right;
	font-size: 0.9em;
}

.block_discussion_feed_edit_post_container a:after {
	content: "\f044";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	padding-left: 8px;
}

button.block_discussion_feed_reply_button {
	margin-left: 0;
}

.block_discussion_feed_container {
	position: relative;
	margin: 10px 0;
}

.block_discussion_feed_expand_container {
	position: absolute;
	bottom: -9px;
	right: 23px;
}

.block_discussion_feed_expand {
	max-height: 800px;
}

button.block_discussion_feed_expand_container_button {
	border: 1px;
	border-radius: 0;
	box-shadow: none;
	background-color: rgba(134, 233, 135, 0.98);
	background-image: none;
	padding: 2px 4px;
	text-shadow: none;
}

button.block_discussion_feed_expand_container_button:focus,
button.block_discussion_feed_expand_container_button:active {
	background-color: rgba(134, 233, 135, 0.98);
}

button.block_discussion_feed_expand_container_button:hover {
	background-color: rgba(120, 202, 121, 0.9);
}

button.block_discussion_feed_expand_container_button_expanded {
	background-color: rgba(230, 109, 109, 0.98);
	color: #fff;
}

button.block_discussion_feed_expand_container_button_expanded:hover {
	background-color: rgba(251, 145, 145, 1);
	color: #fff;
}

button.block_discussion_feed_expand_container_button_expanded:focus,
button.block_discussion_feed_expand_container_button_expanded:active {
	background-color: rgba(230, 109, 109, 1);
	color: #fff;
}

button.block_discussion_feed_expand_container_button_collapsed:after {
	content: "Étendre+\002B";
	padding: 0 0 0 5px;
	font-size: 0.9em;
}

button.block_discussion_feed_expand_container_button_expanded:after {
	content: "Réduire - \2212";
	padding: 0 0 0 5px;
	font-size: 0.9em;
}

.block_discussion_feed_hidden {
	display: none;
}

.block_discussion_feed_show_less {
	display: none;
}

a.block_discussion_feed_show_less,
a.block_discussion_feed_read_more {
	color: #aaa;
}

.block_discussion_feed_posting_to {
	font-size: 0.9em;
	color: #888;
	padding-left: 25px;
	font-style: italic;
}

.block_discussion_feed_container .block_discussion_feed_error {
	font-size: 1.1em;
	color: #f00;
	font-family: 'Europa', 'Helvetica Neue', Arial, sans-serif;
	line-height: 2em;
	text-transform: uppercase;
}

.block_discussion_feed_container .block_discussion_feed_success {
	font-size: 1.1em;
	color: #777;
	font-family: 'Europa', 'Helvetica Neue', Arial, sans-serif;
	line-height: 2em;
	text-transform: uppercase;
}

@media only screen and (min-width: 1024px) {

	.block_discussion_feed_item_user {
		display: block;
	}

}

select.block_discussion_feed_group_selection {
	margin: 10px;
	vertical-align: baseline;
}

div.block_discussion_feed_group_selection {
	margin: 10px 5px 10px 0;
	vertical-align: baseline;
}

.block_forum_aggregator .forum_title {
	text-align: center;
	font-weight: bold;
	margin-top: 3px;
	padding: 3px 0px 3px 0px;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
}

.block_forum_aggregator .post {
	border-bottom: 1px solid #ddd;
	padding-bottom: 3px;
}

.block_forum_aggregator .post .postreadmore {
	font-size: .8375rem;
}

.block_forum_aggregator .content .head {
	margin-top: 3px;
}

.block_forum_aggregator .userpostpic {
	float: left;
	margin-right: 6px;
	margin-top: 6px;
	border-radius: 50%;
}

.block_forum_aggregator .post div.head {
	font-size: .9375rem;
	font-style: italic;
}

.block_forum_aggregator .post div.head .subject {
	font-weight: bold;
}

.block_forum_aggregator .no_posts {
	text-align: center;
	font-style: italic;
	font-size: .9375rem;
	margin-top: 3px;
}

.block_forum_aggregator .forums td {
	padding: 5px;
}

.block_forum_aggregator .forums .header {
	font-weight: bold;
}

.chat_ib h5 {
	font-size: 15px;
	color: #464646;
	margin: 0 0 8px 0;
}

.chat_ib h5 span {
	font-size: 13px;
	float: right;
}

.chat_ib p {
	font-size: 14px;
	color: #989898;
	margin: auto
}

.chat_img {
	float: left;
	width: 11%;
}

.chat_ib {
	float: left;
	padding: 0 0 0 15px;
	width: 88%;
}

.chat_people {
	overflow: hidden;
	clear: both;
}

.chat_list {
	border-bottom: 1px solid #c4c4c4;
	margin: 0;
	padding: 18px 16px 10px;
}

.inbox_chat {
	height: 550px;
	overflow-y: scroll;
}

.active_chat {
	background: #ebebeb;
}

.incoming_msg_img {
	display: inline-block;
	width: 6%;
}

.received_msg {
	display: inline-block;
	padding: 0 0 0 10px;
	vertical-align: top;
	width: 92%;
}

.received_withd_msg p {
	background: #ebebeb none repeat scroll 0 0;
	border-radius: 3px;
	color: #646464;
	font-size: 14px;
	margin: 0;
	padding: 5px 10px 5px 12px;
	width: 100%;
}

.time_date {
	color: #747474;
	display: block;
	font-size: 12px;
	margin: 8px 0 0;
}

.received_withd_msg {
	width: 57%;
}

.mesgs {
	float: left;
	padding: 30px 15px 0 25px;
	width: 60%;
}

.sent_msg p {
	background: #05728f none repeat scroll 0 0;
	border-radius: 3px;
	font-size: 14px;
	margin: 0;
	color: #fff;
	padding: 5px 10px 5px 12px;
	width: 100%;
}

.outgoing_msg {
	overflow: hidden;
	margin: 26px 0 26px;
}

.sent_msg {
	float: right;
	width: 46%;
}

.input_msg_write input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #4c4c4c;
	font-size: 15px;
	min-height: 48px;
	width: 100%;
}

.type_msg {
	border-top: 1px solid #c4c4c4;
	position: relative;
}

.msg_send_btn {
	background: #05728f none repeat scroll 0 0;
	border: medium none;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	font-size: 17px;
	height: 33px;
	position: absolute;
	right: 0;
	top: 11px;
	width: 33px;
}

.messaging {
	padding: 0 0 50px 0;
}

.msg_history {
	height: 516px;
	overflow-y: auto;
}

.block_globalsearch .searchform {
	text-align: center;
}

.block_globalsearch .footer {
	text-align: center;
}

.block_lp.block .content h3 {
	padding: 0;
	text-transform: none;
}

.block_lp .sub-content {
	padding: 0 15px;
}

.block_lp ul {
	list-style: none;
	margin: 0;
}

.block_lp ul .more {
	padding-top: 10px;
}

/* Hide the first dropdown-divider if no filter option element is listed before it.
   This can happen for some subset configurations of the block_myoverview course filter. */
.block_myoverview button#groupingdropdown+.dropdown-menu li:first-of-type.dropdown-divider:first-of-type {
	display: none;
}

.block_myoverview .whitebutton .btn-secondary {
	background: white;
	border-color: var(--primary);
	color: var(--primary);
}

.page-mycourses .block_myoverview .block-controls {
	display: none;
}

.block_myprofile img.profilepicture {
	height: 50px;
	width: 50px;
}

.block_myprofile .myprofileitem.fullname {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.block_myprofile .myprofileitem.edit {
	text-align: right;
}

.block_myprofile .content {
	display: flex;
}

.block_myprofile .myprofileitem.picture img {
	width: 50px;
	height: 50px;
	margin-right: 1rem;
}

.block_myprofile .myprofileitem span {
	font-weight: bold;
}

#navbuttons {
	float: right;
	right: 0;
	margin-top: 5px;
}

#navbuttons .navbuttontext {
	float: left;
	margin-left: 5px;
}

.block_navigation .block_tree .depth_1>.tree_item.branch {
	padding-left: 0;
	background-image: none;
}

.block_navigation .block_tree .depth_1>ul {
	margin: 0;
}

.block_navigation .block_tree ul {
	margin-left: 18px;
}

.block_navigation .block_tree p.hasicon {
	text-indent: -21px;
	padding-left: 21px;
}

.block_navigation .block_tree p.hasicon img {
	width: 16px;
	height: 16px;
	margin-top: 3px;
	margin-right: 5px;
	vertical-align: top;
}

.block_navigation .block_tree p.hasicon.visibleifjs {
	display: block;
}

.block_navigation .block_tree .tree_item {
	cursor: pointer;
	padding-left: 0;
	margin: 3px 0;
	background-position: 0 50%;
	background-repeat: no-repeat;
	word-wrap: break-word;
}

.block_navigation .block_tree .tree_item.branch {
	padding-left: 21px;
}

.block_navigation .block_tree .active_tree_node {
	font-weight: bold;
}

.block_navigation .block_tree [aria-expanded="true"] {
	background-image: url(/theme/image.php/recit2/core/1759007012/t/expanded);
}

.block_navigation .block_tree [aria-expanded="false"] {
	background-image: url(/theme/image.php/recit2/core/1759007012/t/collapsed);
}

.block_navigation .block_tree [aria-expanded="true"].emptybranch {
	background-image: url(/theme/image.php/recit2/core/1759007012/t/collapsed_empty);
}

.block_navigation .block_tree [aria-expanded="false"] p.loading {
	background-image: url(/theme/image.php/recit2/core/1759007012/i/loading_small);
}

/*rtl:raw:
.block_navigation .block_tree [aria-expanded="false"] {background-image: url(/theme/image.php/recit2/core/1759007012/t/collapsed_rtl);}
.block_navigation .block_tree [aria-expanded="true"].emptybranch {background-image: url(/theme/image.php/recit2/core/1759007012/t/collapsed_empty_rtl);}
.block_navigation .block_tree [aria-expanded="false"].loading {background-image: url(/theme/image.php/recit2/core/1759007012/i/loading_small);}
*/

.block_navigation .block_tree [aria-hidden="false"] {
	display: block;
}

.block_navigation .block_tree [aria-hidden="true"]:not(.icon) {
	display: none;
}

.block_online_users .content .list li.listentry {
	clear: both;
}

.block_online_users .content .list li.listentry:not(:first-child) {
	padding-top: 3px;
}

.block_online_users .content .list li.listentry .user {
	float: left;
	position: relative;
}

.block_online_users .content .list li.listentry .otherusers {
	margin-left: 1.5rem;
}

.block_online_users .content .list li.listentry .user .userpicture {
	vertical-align: text-bottom;
}

.block_online_users .content .list li.listentry .message,
.block_online_users .content .list li.listentry .uservisibility {
	float: right;
	margin-top: 3px;
}

.block_online_users .content .info {
	text-align: center;
}

/* Rule so that the table tree view works with word-wrap: break-word. */
.block_private_files .content table {
	table-layout: fixed;
	width: 100%;
}

.block_private_files .content .footer {
	padding: 10px 0 0;
	margin-top: .5em;
}

.block_private_files ul[role="tree"] {
	margin: 0;
	padding: 0;
}

.block_private_files ul,
.block_private_files li {
	list-style: none;
}

.block_private_files [role="treeitem"] {
	padding-left: 22px;
	cursor: pointer;
}

.block_private_files [role="treeitem"] p {
	margin-bottom: 0;
}

.block_private_files [role="treeitem"][aria-expanded] {
	padding-left: 0;
}

.block_private_files [role="treeitem"][aria-expanded="false"]>p {
	/*rtl:remove*/
	background-image: url(/theme/image.php/recit2/core/1759007012/t/collapsed);
	/*rtl:raw:
        background-image: url(/theme/image.php/recit2/core/1759007012/t/collapsed_rtl);
    */
	background-size: 16px 16px;
	background-position: 1px 1px;
	background-repeat: no-repeat;
	padding-left: 22px;
}

.block_private_files [role="treeitem"][aria-expanded="true"]>p {
	background-image: url(/theme/image.php/recit2/core/1759007012/t/expanded);
	background-size: 16px 16px;
	background-position: 1px 1px;
	background-repeat: no-repeat;
	padding-left: 22px;
}

.block_private_files [role="treeitem"]:not([aria-expanded]) {
	background-image:
		repeating-linear-gradient(to right,
			rgba(0, 0, 0, .5) 0,
			rgba(0, 0, 0, .5) 1px,
			rgba(255, 255, 255, 0) 1px,
			rgba(255, 255, 255, 0) 2px),
		repeating-linear-gradient(to top,
			rgba(0, 0, 0, 0.5) 0,
			rgba(0, 0, 0, 0.5) 1px,
			rgba(255, 255, 255, 0) 1px,
			rgba(255, 255, 255, 0) 2px);
	background-repeat: no-repeat, no-repeat;
	/*rtl:remove*/
	background-position: left 10px top 50%, left 8px top 0;
	/*rtl:raw:
        background-position: right 10px top 50%, right 8px top 0;
    */
	background-size: 11px 1px, 1px 100%;
}

.block_private_files [role="treeitem"]:not([aria-expanded]):last-child {
	background-size: 11px 1px, 1px 50%;
}

.block_private_files [role="group"] {
	background-image:
		repeating-linear-gradient(to top,
			rgba(0, 0, 0, 0.5) 0,
			rgba(0, 0, 0, 0.5) 1px,
			rgba(255, 255, 255, 0) 1px,
			rgba(255, 255, 255, 0) 2px);
	background-repeat: no-repeat;
	background-position: left 8px top 100%;
	background-size: 1px 100%;
	padding-left: 22px;
	margin-left: 0;
}

.block_private_files [aria-hidden="true"]:not(.icon) {
	display: none;
}

.block_recent_activity .unlist li {
	margin-bottom: 1em;
}

.block_recent_activity li .head .date {
	float: right;
}

.block_course_list .footer {
	margin-top: 5px;
}

.block_course_list .content li {
	margin-bottom: .3em;
}

/* RSS Feeds
-------------------------*/
.block_rss_client .list li:first-child {
	border-top-width: 0;
}

.block_rss_client .list li {
	border-top: 1px solid;
	padding: 5px;
}

.block_search_forums .searchform {
	text-align: center;
}

.block_search_forums .searchform img {
	vertical-align: middle;
}

.block_search_forums .searchform img.resize {
	width: 1em;
	height: 1.1em;
}

.block_search_forums .invisiblefieldset {
	display: block;
}

.block_settings .block_tree ul {
	margin-left: 18px;
}

.block_settings .block_tree p.hasicon {
	text-indent: -21px;
	padding-left: 21px;
}

.block_settings .block_tree p.hasicon img {
	width: 16px;
	height: 16px;
	margin-top: 3px;
	margin-right: 5px;
	vertical-align: top;
}

.block_settings .block_tree p.hasicon.visibleifjs {
	display: block;
}

.block_settings .block_tree .tree_item.branch {
	padding-left: 21px;
}

.block_settings .block_tree .tree_item {
	cursor: pointer;
	margin: 3px 0;
	background-position: 0 50%;
	background-repeat: no-repeat;
}

.block_settings .block_tree .active_tree_node {
	font-weight: bold;
}

.block_settings .block_tree [aria-expanded="true"] {
	background-image: url(/theme/image.php/recit2/core/1759007012/t/expanded);
}

.block_settings .block_tree [aria-expanded="false"] {
	background-image: url(/theme/image.php/recit2/core/1759007012/t/collapsed);
}

.block_settings .block_tree [aria-expanded="true"].emptybranch {
	background-image: url(/theme/image.php/recit2/core/1759007012/t/collapsed_empty);
}

.block_settings .block_tree [aria-expanded="false"] p.loading {
	background-image: url(/theme/image.php/recit2/core/1759007012/i/loading_small);
}

/*rtl:raw:
.block_settings .block_tree [aria-expanded="false"] {background-image: url(/theme/image.php/recit2/core/1759007012/t/collapsed_rtl);}
.block_settings .block_tree [aria-expanded="true"].emptybranch {background-image: url(/theme/image.php/recit2/core/1759007012/t/collapsed_empty_rtl);}
.block_settings .block_tree [aria-expanded="false"].loading {background-image: url(/theme/image.php/recit2/core/1759007012/i/loading_small);}
*/
.block_settings .block_tree [aria-hidden="false"] {
	display: block;
}

.block_settings .block_tree [aria-hidden="true"]:not(.icon) {
	display: none;
}

.block_site_main_menu li {
	clear: both;
}

.block_site_main_menu.block .content>.unlist>li>.column {
	/* Made specific to win over .block.list_block .unlist > li > .column. */
	width: 100%;
	display: table;
	margin-bottom: 0.5rem;
}

.block_site_main_menu li .buttons a img {
	vertical-align: text-bottom;
}

.block_site_main_menu .footer {
	margin-top: 1em;
}

.block_site_main_menu .section_add_menus noscript div {
	display: inline;
}

.block_site_main_menu .instancename {
	word-break: break-all;
}

.block_social_activities li {
	clear: both;
}

.block_social_activities li .column {
	width: 100%;
}

.block_social_activities li .buttons a img {
	vertical-align: text-bottom;
}

.block_social_activities .instancename {
	word-break: break-all;
}

.block_social_activities .inplaceeditable.inplaceeditingon input {
	width: 100%;
}

.block_tag_flickr .flickr-photos {
	padding: 3px;
}

.block_tag_youtube .youtube-thumb {
	padding: 3px;
	padding-bottom: 0.5em;
	display: block;
	float: left;
}

.block_tag_youtube .yt-video-entry li {
	clear: left;
}

#block-region-side-pre .block_timeline .nav-search {
	flex: 0 0 100%;
	max-width: 100%;
}

.block_timeline .input-group.searchbar {
	width: 100%;
}

#block-region-side-pre .block_timeline h6.event-action {
	flex-basis: 100%;
}

#block-region-side-pre .block_timeline .event-name-container {
	flex-basis: 50%;
}

#block-region-side-pre .block_timeline h6.event-action a.btn {
	width: auto;
}

.block_timeline .timeline-action-button {
	margin-left: auto;
}

@media (max-width: 480px) {
	.block_timeline .timeline-name {
		width: 100%;
	}

	.block_timeline .timeline-action-button {
		margin-left: 0;
	}
}

/**
 * This file is auto-generated. Edit css/styles.css instead.
 */
/* stylelint-disable */

.block_xp * {
	/** For older themes. */
	box-sizing: border-box;
}

*,
::before,
::after {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x: ;
	--tw-pan-y: ;
	--tw-pinch-zoom: ;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position: ;
	--tw-gradient-via-position: ;
	--tw-gradient-to-position: ;
	--tw-ordinal: ;
	--tw-slashed-zero: ;
	--tw-numeric-figure: ;
	--tw-numeric-spacing: ;
	--tw-numeric-fraction: ;
	--tw-ring-inset: ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur: ;
	--tw-brightness: ;
	--tw-contrast: ;
	--tw-grayscale: ;
	--tw-hue-rotate: ;
	--tw-invert: ;
	--tw-saturate: ;
	--tw-sepia: ;
	--tw-drop-shadow: ;
	--tw-backdrop-blur: ;
	--tw-backdrop-brightness: ;
	--tw-backdrop-contrast: ;
	--tw-backdrop-grayscale: ;
	--tw-backdrop-hue-rotate: ;
	--tw-backdrop-invert: ;
	--tw-backdrop-opacity: ;
	--tw-backdrop-saturate: ;
	--tw-backdrop-sepia: ;
}

::backdrop {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x: ;
	--tw-pan-y: ;
	--tw-pinch-zoom: ;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position: ;
	--tw-gradient-via-position: ;
	--tw-gradient-to-position: ;
	--tw-ordinal: ;
	--tw-slashed-zero: ;
	--tw-numeric-figure: ;
	--tw-numeric-spacing: ;
	--tw-numeric-fraction: ;
	--tw-ring-inset: ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur: ;
	--tw-brightness: ;
	--tw-contrast: ;
	--tw-grayscale: ;
	--tw-hue-rotate: ;
	--tw-invert: ;
	--tw-saturate: ;
	--tw-sepia: ;
	--tw-drop-shadow: ;
	--tw-backdrop-blur: ;
	--tw-backdrop-brightness: ;
	--tw-backdrop-contrast: ;
	--tw-backdrop-grayscale: ;
	--tw-backdrop-hue-rotate: ;
	--tw-backdrop-invert: ;
	--tw-backdrop-opacity: ;
	--tw-backdrop-saturate: ;
	--tw-backdrop-sepia: ;
}

.block_xp :is(.xp-sr-only) {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

.block_xp :is(.xp-pointer-events-none) {
	pointer-events: none;
}

.block_xp :is(.xp-invisible) {
	visibility: hidden;
}

.block_xp :is(.xp-absolute) {
	position: absolute;
}

.block_xp :is(.xp-relative) {
	position: relative;
}

.block_xp :is(.xp-sticky) {
	position: sticky;
}

.block_xp :is(.xp-inset-0) {
	inset: 0px;
}

.block_xp :is(.xp-inset-y-0) {
	top: 0px;
	bottom: 0px;
}

.block_xp :is(.xp--left-8) {
	left: -2rem;
}

.block_xp :is(.xp--top-4) {
	top: -1rem;
}

.block_xp :is(.xp-left-0) {
	left: 0px;
}

.block_xp :is(.xp-left-0\.5) {
	left: 0.125rem;
}

.block_xp :is(.xp-right-0) {
	right: 0px;
}

.block_xp :is(.xp-top-0) {
	top: 0px;
}

.block_xp :is(.xp-top-0\.5) {
	top: 0.125rem;
}

.block_xp :is(.xp-z-10) {
	z-index: 10;
}

.block_xp :is(.xp-z-20) {
	z-index: 20;
}

.block_xp :is(.xp-order-1) {
	order: 1;
}

.block_xp :is(.xp-col-span-2) {
	grid-column: span 2 / span 2;
}

.block_xp :is(.xp-m-0) {
	margin: 0px;
}

.block_xp :is(.xp-mx-2) {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.block_xp :is(.xp-my-2) {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.block_xp :is(.xp-my-3) {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}

.block_xp :is(.xp-my-4) {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.block_xp :is(.\!xp-mr-1) {
	margin-right: 0.25rem !important;
}

.block_xp :is(.xp--mr-2) {
	margin-right: -0.5rem;
}

.block_xp :is(.xp-mb-0) {
	margin-bottom: 0px;
}

.block_xp :is(.xp-mb-1) {
	margin-bottom: 0.25rem;
}

.block_xp :is(.xp-mb-1\.5) {
	margin-bottom: 0.375rem;
}

.block_xp :is(.xp-mb-2) {
	margin-bottom: 0.5rem;
}

.block_xp :is(.xp-mb-4) {
	margin-bottom: 1rem;
}

.block_xp :is(.xp-mb-6) {
	margin-bottom: 1.5rem;
}

.block_xp :is(.xp-ml-1) {
	margin-left: 0.25rem;
}

.block_xp :is(.xp-ml-2) {
	margin-left: 0.5rem;
}

.block_xp :is(.xp-ml-3) {
	margin-left: 0.75rem;
}

.block_xp :is(.xp-ml-4) {
	margin-left: 1rem;
}

.block_xp :is(.xp-mr-4) {
	margin-right: 1rem;
}

.block_xp :is(.xp-mt-0) {
	margin-top: 0px;
}

.block_xp :is(.xp-mt-0\.5) {
	margin-top: 0.125rem;
}

.block_xp :is(.xp-mt-1) {
	margin-top: 0.25rem;
}

.block_xp :is(.xp-mt-2) {
	margin-top: 0.5rem;
}

.block_xp :is(.xp-mt-4) {
	margin-top: 1rem;
}

.block_xp :is(.xp-mt-6) {
	margin-top: 1.5rem;
}

.block_xp :is(.xp-mt-8) {
	margin-top: 2rem;
}

.block_xp :is(.xp-block) {
	display: block;
}

.block_xp :is(.xp-inline-block) {
	display: inline-block;
}

.block_xp :is(.xp-flex) {
	display: flex;
}

.block_xp :is(.xp-inline-flex) {
	display: inline-flex;
}

.block_xp :is(.xp-grid) {
	display: grid;
}

.block_xp :is(.xp-hidden) {
	display: none;
}

.block_xp :is(.xp-h-10) {
	height: 2.5rem;
}

.block_xp :is(.xp-h-3) {
	height: 0.75rem;
}

.block_xp :is(.xp-h-4) {
	height: 1rem;
}

.block_xp :is(.xp-h-5) {
	height: 1.25rem;
}

.block_xp :is(.xp-h-6) {
	height: 1.5rem;
}

.block_xp :is(.xp-h-8) {
	height: 2rem;
}

.block_xp :is(.xp-h-\[500px\]) {
	height: 500px;
}

.block_xp :is(.xp-h-auto) {
	height: auto;
}

.block_xp :is(.xp-h-full) {
	height: 100%;
}

.block_xp :is(.xp-min-h-10) {
	min-height: 2.5rem;
}

.block_xp :is(.xp-min-h-28) {
	min-height: 7rem;
}

.block_xp :is(.xp-min-h-full) {
	min-height: 100%;
}

.block_xp :is(.xp-w-16) {
	width: 4rem;
}

.block_xp :is(.xp-w-24) {
	width: 6rem;
}

.block_xp :is(.xp-w-4) {
	width: 1rem;
}

.block_xp :is(.xp-w-5) {
	width: 1.25rem;
}

.block_xp :is(.xp-w-56) {
	width: 14rem;
}

.block_xp :is(.xp-w-6) {
	width: 1.5rem;
}

.block_xp :is(.xp-w-8) {
	width: 2rem;
}

.block_xp :is(.xp-w-auto) {
	width: auto;
}

.block_xp :is(.xp-w-full) {
	width: 100%;
}

.block_xp :is(.xp-min-w-48) {
	min-width: 12rem;
}

.block_xp :is(.xp-min-w-\[0\.25rem\]) {
	min-width: 0.25rem;
}

.block_xp :is(.xp-min-w-\[2\.25rem\]) {
	min-width: 2.25rem;
}

.block_xp :is(.xp-min-w-\[3rem\]) {
	min-width: 3rem;
}

.block_xp :is(.xp-min-w-\[4ch\]) {
	min-width: 4ch;
}

.block_xp :is(.xp-min-w-\[86px\]) {
	min-width: 86px;
}

.block_xp :is(.xp-min-w-px) {
	min-width: 1px;
}

.block_xp :is(.xp-max-w-\[4rem\]) {
	max-width: 4rem;
}

.block_xp :is(.xp-max-w-\[6rem\]) {
	max-width: 6rem;
}

.block_xp :is(.xp-max-w-\[80\%\]) {
	max-width: 80%;
}

.block_xp :is(.xp-max-w-\[99\%\]) {
	max-width: 99%;
}

.block_xp :is(.xp-max-w-full) {
	max-width: 100%;
}

.block_xp :is(.xp-max-w-prose) {
	max-width: 65ch;
}

.block_xp :is(.xp-flex-0) {
	flex: 0 0 auto;
}

.block_xp :is(.xp-flex-1) {
	flex: 1 1 0%;
}

.block_xp :is(.xp-flex-2) {
	flex: 2 2 0%;
}

.block_xp :is(.xp-flex-none) {
	flex: none;
}

.block_xp :is(.xp-shrink-0) {
	flex-shrink: 0;
}

.block_xp :is(.xp-flex-grow) {
	flex-grow: 1;
}

.block_xp :is(.xp-grow) {
	flex-grow: 1;
}

.block_xp :is(.xp-grow-0) {
	flex-grow: 0;
}

.block_xp :is(.xp-basis-auto) {
	flex-basis: auto;
}

.block_xp :is(.xp-origin-top-right) {
	transform-origin: top right;
}

.block_xp :is(.xp--translate-x-full) {
	--tw-translate-x: -100%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.block_xp :is(.xp-translate-x-full) {
	--tw-translate-x: 100%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.block_xp :is(.xp-rotate-90) {
	--tw-rotate: 90deg;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.block_xp :is(.xp-transform-gpu) {
	transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes xp-pulse-in {

	0% {
		transform: scale(0.8);
		opacity: 0;
	}

	50% {
		opacity: .5;
		transform: scale(1);
	}

	80% {
		opacity: 1;
		transform: scale(1.25);
	}

	100% {
		transform: scale(1);
	}
}

.block_xp :is(.xp-animate-badge-incoming) {
	animation: xp-pulse-in 500ms ease-in-out 2000ms both;
}

@keyframes xp-fade-in {

	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes xp-wiggle {

	0%,
	100% {
		transform: rotate(-3deg);
	}

	50% {
		transform: rotate(3deg);
	}
}

@keyframes xp-scale-out {

	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: scale(2);
	}
}

.block_xp :is(.xp-animate-badge-leaving) {
	animation: xp-fade-in 300ms 1.5s backwards, xp-wiggle 200ms ease-in-out 2.5s 1, xp-scale-out 500ms ease-in-out 3.5s forwards;
}

@keyframes xp-ping-sm {

	0% {
		opacity: 1;
	}

	50%,
	100% {
		transform: scale(1.25);
		opacity: 0;
	}
}

.block_xp :is(.xp-animate-badge-ping) {
	animation: xp-ping-sm 2s cubic-bezier(0, 0, 0.2, 1) infinite 4000ms;
}

@keyframes xp-fade-in {

	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.block_xp :is(.xp-animate-fade-in) {
	animation: xp-fade-in 300ms both;
}

@keyframes xp-pulse {

	50% {
		opacity: .5;
	}
}

.block_xp :is(.xp-animate-pulse) {
	animation: xp-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.block_xp :is(.xp-cursor-pointer) {
	cursor: pointer;
}

.block_xp :is(.xp-grid-cols-2) {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.block_xp :is(.xp-grid-cols-6) {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.block_xp :is(.xp-flex-row) {
	flex-direction: row;
}

.block_xp :is(.xp-flex-col) {
	flex-direction: column;
}

.block_xp :is(.xp-flex-wrap) {
	flex-wrap: wrap;
}

.block_xp :is(.xp-items-start) {
	align-items: flex-start;
}

.block_xp :is(.xp-items-end) {
	align-items: flex-end;
}

.block_xp :is(.xp-items-center) {
	align-items: center;
}

.block_xp :is(.xp-justify-end) {
	justify-content: flex-end;
}

.block_xp :is(.xp-justify-center) {
	justify-content: center;
}

.block_xp :is(.xp-gap-1) {
	gap: 0.25rem;
}

.block_xp :is(.xp-gap-2) {
	gap: 0.5rem;
}

.block_xp :is(.xp-gap-3) {
	gap: 0.75rem;
}

.block_xp :is(.xp-gap-4) {
	gap: 1rem;
}

.block_xp :is(.xp-gap-6) {
	gap: 1.5rem;
}

.block_xp :is(.xp-gap-x-2) {
	-moz-column-gap: 0.5rem;
	column-gap: 0.5rem;
}

.block_xp :is(.xp-gap-y-1) {
	row-gap: 0.25rem;
}

.block_xp :is(.xp-divide-gray-100 > :not([hidden]) ~ :not([hidden])) {
	border-color: #f3f4f6;
}

.block_xp :is(.xp-divide-gray-200 > :not([hidden]) ~ :not([hidden])) {
	border-color: #e5e7eb;
}

.block_xp :is(.xp-self-end) {
	align-self: flex-end;
}

.block_xp :is(.xp-overflow-hidden) {
	overflow: hidden;
}

.block_xp :is(.xp-overflow-y-auto) {
	overflow-y: auto;
}

.block_xp :is(.xp-truncate) {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.block_xp :is(.xp-whitespace-nowrap) {
	white-space: nowrap;
}

.block_xp :is(.xp-rounded) {
	border-radius: 0.25rem;
}

.block_xp :is(.xp-rounded-full) {
	border-radius: 9999px;
}

.block_xp :is(.xp-rounded-lg) {
	border-radius: 0.5rem;
}

.block_xp :is(.xp-rounded-md) {
	border-radius: 0.375rem;
}

.block_xp :is(.xp-rounded-none) {
	border-radius: 0px;
}

.block_xp :is(.xp-rounded-xl) {
	border-radius: 0.75rem;
}

.block_xp :is(.xp-rounded-l) {
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.block_xp :is(.xp-rounded-r) {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.block_xp :is(.xp-border) {
	border-width: 1px;
}

.block_xp :is(.xp-border-0) {
	border-width: 0px;
}

.block_xp :is(.xp-border-2) {
	border-width: 2px;
}

.block_xp :is(.xp-border-b) {
	border-bottom-width: 1px;
}

.block_xp :is(.xp-border-b-2) {
	border-bottom-width: 2px;
}

.block_xp :is(.xp-border-l) {
	border-left-width: 1px;
}

.block_xp :is(.xp-border-r) {
	border-right-width: 1px;
}

.block_xp :is(.xp-border-t) {
	border-top-width: 1px;
}

.block_xp :is(.xp-border-solid) {
	border-style: solid;
}

.block_xp :is(.xp-border-dashed) {
	border-style: dashed;
}

.block_xp :is(.xp-border-gray-100) {
	border-color: #f3f4f6;
}

.block_xp :is(.xp-border-gray-200) {
	border-color: #e5e7eb;
}

.block_xp :is(.xp-border-gray-300) {
	border-color: #d1d5db;
}

.block_xp :is(.xp-border-red-600) {
	border-color: #dc2626;
}

.block_xp :is(.xp-border-sky-400) {
	border-color: #38bdf8;
}

.block_xp :is(.xp-border-b-white) {
	border-bottom-color: #fff;
}

.block_xp :is(.xp-bg-black) {
	background-color: #000;
}

.block_xp :is(.xp-bg-blue-100) {
	background-color: #dbeafe;
}

.block_xp :is(.xp-bg-gray-100) {
	background-color: #f3f4f6;
}

.block_xp :is(.xp-bg-gray-200) {
	background-color: #e5e7eb;
}

.block_xp :is(.xp-bg-green-400) {
	background-color: #4ade80;
}

.block_xp :is(.xp-bg-red-100) {
	background-color: #fee2e2;
}

.block_xp :is(.xp-bg-slate-50) {
	background-color: #f8fafc;
}

.block_xp :is(.xp-bg-transparent) {
	background-color: transparent;
}

.block_xp :is(.xp-bg-white) {
	background-color: #fff;
}

.block_xp :is(.xp-bg-yellow-200) {
	background-color: #fef08a;
}

.block_xp :is(.xp-p-0) {
	padding: 0px;
}

.block_xp :is(.xp-p-0\.5) {
	padding: 0.125rem;
}

.block_xp :is(.xp-p-1) {
	padding: 0.25rem;
}

.block_xp :is(.xp-p-2) {
	padding: 0.5rem;
}

.block_xp :is(.xp-p-3) {
	padding: 0.75rem;
}

.block_xp :is(.xp-p-4) {
	padding: 1rem;
}

.block_xp :is(.xp-p-\[0\.2rem\]) {
	padding: 0.2rem;
}

.block_xp :is(.xp-px-1) {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

.block_xp :is(.xp-px-1\.5) {
	padding-left: 0.375rem;
	padding-right: 0.375rem;
}

.block_xp :is(.xp-px-2) {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.block_xp :is(.xp-px-3) {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.block_xp :is(.xp-px-4) {
	padding-left: 1rem;
	padding-right: 1rem;
}

.block_xp :is(.xp-px-6) {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.block_xp :is(.xp-px-\[0\.2rem\]) {
	padding-left: 0.2rem;
	padding-right: 0.2rem;
}

.block_xp :is(.xp-py-0) {
	padding-top: 0px;
	padding-bottom: 0px;
}

.block_xp :is(.xp-py-0\.5) {
	padding-top: 0.125rem;
	padding-bottom: 0.125rem;
}

.block_xp :is(.xp-py-1) {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.block_xp :is(.xp-py-2) {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.block_xp :is(.xp-py-6) {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.block_xp :is(.xp-pb-0) {
	padding-bottom: 0px;
}

.block_xp :is(.xp-pb-0\.5) {
	padding-bottom: 0.125rem;
}

.block_xp :is(.xp-pb-1) {
	padding-bottom: 0.25rem;
}

.block_xp :is(.xp-pb-4) {
	padding-bottom: 1rem;
}

.block_xp :is(.xp-pl-2) {
	padding-left: 0.5rem;
}

.block_xp :is(.xp-pl-3) {
	padding-left: 0.75rem;
}

.block_xp :is(.xp-pl-6) {
	padding-left: 1.5rem;
}

.block_xp :is(.xp-pr-2) {
	padding-right: 0.5rem;
}

.block_xp :is(.xp-pr-6) {
	padding-right: 1.5rem;
}

.block_xp :is(.xp-pt-8) {
	padding-top: 2rem;
}

.block_xp :is(.xp-text-left) {
	text-align: left;
}

.block_xp :is(.xp-text-center) {
	text-align: center;
}

.block_xp :is(.xp-text-right) {
	text-align: right;
}

.block_xp :is(.xp-align-top) {
	vertical-align: top;
}

.block_xp :is(.xp-align-middle) {
	vertical-align: middle;
}

.block_xp :is(.xp-font-mono) {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.block_xp :is(.xp-text-2xs) {
	font-size: 0.6875rem;
	line-height: 1;
}

.block_xp :is(.xp-text-3xl) {
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.block_xp :is(.xp-text-\[10rem\]) {
	font-size: 10rem;
}

.block_xp :is(.xp-text-base) {
	font-size: 1rem;
	line-height: 1.5rem;
}

.block_xp :is(.xp-text-lg) {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.block_xp :is(.xp-text-sm) {
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.block_xp :is(.xp-text-xl) {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.block_xp :is(.xp-text-xs) {
	font-size: 0.75rem;
	line-height: 1rem;
}

.block_xp :is(.xp-font-bold) {
	font-weight: 700;
}

.block_xp :is(.xp-font-medium) {
	font-weight: 500;
}

.block_xp :is(.xp-font-normal) {
	font-weight: 400;
}

.block_xp :is(.xp-uppercase) {
	text-transform: uppercase;
}

.block_xp :is(.xp-normal-case) {
	text-transform: none;
}

.block_xp :is(.xp-italic) {
	font-style: italic;
}

.block_xp :is(.xp-not-italic) {
	font-style: normal;
}

.block_xp :is(.xp-leading-none) {
	line-height: 1;
}

.block_xp :is(.xp-leading-tight) {
	line-height: 1.25;
}

.block_xp :is(.xp-tracking-wide) {
	letter-spacing: 0.025em;
}

.block_xp :is(.xp-text-gray-300) {
	color: #d1d5db;
}

.block_xp :is(.xp-text-gray-50) {
	color: #f9fafb;
}

.block_xp :is(.xp-text-gray-500) {
	color: #6b7280;
}

.block_xp :is(.xp-text-gray-600) {
	color: #4b5563;
}

.block_xp :is(.xp-text-gray-700) {
	color: #374151;
}

.block_xp :is(.xp-text-gray-900) {
	color: #111827;
}

.block_xp :is(.xp-text-inherit) {
	color: inherit;
}

.block_xp :is(.xp-text-red-600) {
	color: #dc2626;
}

.block_xp :is(.xp-text-white) {
	color: #fff;
}

.block_xp :is(.xp-no-underline) {
	text-decoration-line: none;
}

.block_xp :is(.xp-opacity-0) {
	opacity: 0;
}

.block_xp :is(.xp-opacity-60) {
	opacity: 0.6;
}

.block_xp :is(.xp-shadow-sm) {
	--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
	--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.block_xp :is(.xp-transition-height) {
	transition-property: height;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.block_xp :is(.xp-transition-opacity) {
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.block_xp :is(.xp-transition-transform) {
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.block_xp :is(.xp-duration-1000) {
	transition-duration: 1000ms;
}

.block_xp :is(.xp-duration-300) {
	transition-duration: 300ms;
}

.block_xp :is(.xp-duration-500) {
	transition-duration: 500ms;
}

.block_xp :is(.xp-space-x-1 > :not([hidden]) ~ :not([hidden])) {
	margin-right: 0;
	margin-left: 0.25rem;
}

.block_xp :is(.xp-space-x-4 > :not([hidden]) ~ :not([hidden])) {
	margin-right: 0;
	margin-left: 1rem;
}

.block_xp :is(.xp-space-y-0 > :not([hidden]) ~ :not([hidden])) {
	margin-top: 0px;
	margin-bottom: 0;
}

.block_xp :is(.xp-space-y-0\.5 > :not([hidden]) ~ :not([hidden])) {
	margin-top: 0.125rem;
	margin-bottom: 0;
}

.block_xp :is(.xp-space-y-2 > :not([hidden]) ~ :not([hidden])) {
	margin-top: 0.5rem;
	margin-bottom: 0;
}

.block_xp :is(.xp-space-y-4 > :not([hidden]) ~ :not([hidden])) {
	margin-top: 1rem;
	margin-bottom: 0;
}

.block_xp :is(.xp-divide-y > :not([hidden]) ~ :not([hidden])) {
	border-style: solid;
	border-width: 0;
	border-top-width: 1px;
}

.block_xp :is(.xp-animation-delay-\[3\.8s\]) {
	animation-delay: 3.8s;
}

.block_xp :is(.xp-animation-delay-\[4\.5s\]) {
	animation-delay: 4.5s;
}

.block_xp :is(.xp-animation-delay-\[500ms\]) {
	animation-delay: 500ms;
}

.block_xp :is(.xp-animation-delay-\[5s\]) {
	animation-delay: 5s;
}

.block_xp :is(.xp-animation-delay-\[6s\]) {
	animation-delay: 6s;
}

/** Cancel overflow of .no-overflow (and .table-responsive for now).*/
.block_xp .xp-cancel-overflow .no-overflow {
	overflow: visible;
}

.block_xp .xp-cancel-overflow .table-responsive {
	overflow-x: visible
}

/** Legacy styles. */
.block_xp-level {
	background: url(/theme/image.php/recit2/block_xp/1759007012/10) no-repeat;
	background-size: 100px 100px;
	color: #fff;
	font-size: 4em;
	height: 100px;
	line-height: 100px;
	text-align: center;
	width: 100px;

	cursor: default;

	-webkit-user-select: none;

	-moz-user-select: none;

	user-select: none;
}

a .block_xp-level {
	cursor: inherit;
}

.block_xp-level.level-1 {
	background-image: url(/theme/image.php/recit2/block_xp/1759007012/1);
}

.block_xp-level.level-2 {
	background-image: url(/theme/image.php/recit2/block_xp/1759007012/2);
}

.block_xp-level.level-3 {
	background-image: url(/theme/image.php/recit2/block_xp/1759007012/3);
}

.block_xp-level.level-4 {
	background-image: url(/theme/image.php/recit2/block_xp/1759007012/4);
}

.block_xp-level.level-5 {
	background-image: url(/theme/image.php/recit2/block_xp/1759007012/5);
}

.block_xp-level.level-6 {
	background-image: url(/theme/image.php/recit2/block_xp/1759007012/6);
}

.block_xp-level.level-7 {
	background-image: url(/theme/image.php/recit2/block_xp/1759007012/7);
}

.block_xp-level.level-8 {
	background-image: url(/theme/image.php/recit2/block_xp/1759007012/8);
}

.block_xp-level.level-9 {
	background-image: url(/theme/image.php/recit2/block_xp/1759007012/9);
}

.block_xp-level.small {
	height: 35px;
	width: 35px;
	font-size: 18px;
	line-height: 40px;
	margin: 0 auto;
	background-size: cover;
}

.block_xp-level.medium {
	height: 50px;
	width: 50px;
	font-size: 24px;
	line-height: 54px;
	margin: 0 auto;
	background-size: cover;
}

.block_xp-level.level-badge,
.block_xp-level.level-badge.small,
.block_xp-level.level-badge.medium {
	background: none;
	height: auto;
	width: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.block_xp-level.level-badge {
	line-height: 100px;
}

.block_xp-level.level-badge.small {
	line-height: 35px;
}

.block_xp-level.level-badge.medium {
	line-height: 50px;
}

.block_xp-level.level-badge img {
	width: 100px;
}

.block_xp-level.level-badge.small img,
.block_xp-level.level-badge.medium img {
	width: auto;
	max-width: 100px;
}

.block_xp-level.level-badge.small img {
	height: 35px;
}

.block_xp-level.level-badge.medium img {
	height: 50px;
}

.block_xp-instructions {
	margin-bottom: 2em;
}

/** Block content. */
.block.block_xp .block_xp-level {
	margin-left: auto;
	margin-right: auto;
}

.block.block_xp .alert.alert-block {
	padding: 0.5rem;
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
}

.block.block_xp .block_xp-level-progress [role='progressbar'] {
	height: 1rem;
}

.block.block_xp .block_xp-heading {
	margin-bottom: 1rem;
	border-width: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #e5e7eb;
	font-size: 0.75rem;
	line-height: 1rem;
	text-transform: uppercase;
	letter-spacing: 0em;
	color: #4b5563;
}

.block.block_xp nav {
	text-align: center;
	align-content: stretch;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	border-width: 0px;
	border-top-width: 1px;
	border-style: solid;
	border-color: #e5e7eb;
}

.block.block_xp nav .nav-button {
	flex: 1 1 0%;
	align-self: auto;
	text-decoration: none;
	color: #333;
	font-size: 80%;
	padding: 5px 5px 0;
}

.block.block_xp nav .nav-button .icon {
	margin: 0;
	padding: 0;
}

.block.block_xp nav .nav-button:hover {
	background: #eee;
}

/** Use over defined class name to re-use it through the block pages. */
.block_xp-xp {
	display: inline-block;
	white-space: nowrap;
}

.block_xp-xp .pts,
.block_xp-xp .sign {
	display: inline-block;
	letter-spacing: 0;
}

.block_xp-xp .sign-sup {
	vertical-align: super;
	font-size: 0.6428571428571429em;
	/* 9px. */
	line-height: 0.6428571428571429em;
}

/** Use our own highlight because of discrepencies between various themes. Sorry themers,
    it's a nightmare to maintain a plugin for multiple themes... */
.block_xp-table tr.highlight-row>td {
	background-color: #fef9c3 !important;
}

/**
 * Ladder table.
 */
.block_xp-table td {
	/* Using !important because it's late and I can't be bothered looking for an alternative. */
	vertical-align: middle !important;
}

.block_xp-table .col-actions:empty {
	padding: 0;
}

.block_xp-table .col-lvl {
	width: 50px;
	text-align: center;
}

.block_xp-table .col-rank {
	white-space: nowrap;
	width: 50px;
}

.block_xp-table .col-userpic {
	width: 35px;
}

.block_xp-table .userpicture {
	/* Margin only present in recent Moodle. */
	margin-right: 5px;
}

.dir-rtl .block_xp-table .userpicture {
	margin-left: 5px;
	margin-right: 0;
}

/**
 * Report table.
 */
.block_xp-report-table td {
	vertical-align: middle !important;
}

.block_xp-report-table .col-userpic {
	width: 1px;
}

.block_xp-report-table .col-userpic img {
	margin: 0;
}

/**
 * Any tables.
 */
.block_xp table .col-actions {
	width: 1px;
}

.block_xp table .header.col-actions {
	padding: 0 !important;
}

/**
 * Page navigation.
 */
.block_xp-page-nav a {
	position: relative;
}

.block_xp-page-nav .has-new {
	border-radius: 50%;
	width: 7px;
	height: 7px;
	position: absolute;
	top: 4px;
	right: 4px;
	background-color: #d9534f;
}

.dir-rtl .block_xp-page-nav .has-new {
	left: 4px;
}

/**
 * Dismissable notice.
 */
.block_xp-dismissable-notice .alert {
	/** We override the padding, because else the close button doesn't align well... */
	padding: 14px;
}

.block_xp-dismissable-notice .dismiss-action {
	float: right;
	line-height: 12px;
}

.block_xp-dismissable-notice .dismiss-action .icon {
	padding: 0;
	margin: 0;
	width: 12px;
	height: 12px;
}

.dir-rtl .block_xp-dismissable-notice .dismiss-action {
	float: left;
}

/**
 * Notification dialogue.
 */

.block_xp-notification-hidden {
	display: none;
}

.block_xp-notification .moodle-dialogue-bd,
.block_xp-notification .moodle-dialogue-ft {
	text-align: center !important;
}

.block_xp-notification .level-headline {
	font-size: 1.4em;
	font-weight: bold;
}

.block_xp-notification .level-name {
	margin-top: 1em;
	font-size: 16px;
	font-weight: bold;
}

.block_xp-notification .moodle-dialogue-ft button {
	/* Helps centering the button in the dialogue */
	margin-left: 0;
	margin-right: 0;
}

/**
 * Rule picker dialogue.
 */
.block_xp-rulepicker-hidden {
	display: none;
}

.block_xp-rulepicker-content .rule {
	cursor: pointer;
	padding: 0.5rem;
	border-bottom: 1px solid #efefef;
}

.block_xp-rulepicker-content .rule:last-child {
	border-bottom-width: 0;
}

.block_xp-rulepicker-content .rule:focus,
.block_xp-rulepicker-content .rule:hover {
	background-color: #efefef;
}

.block_xp-rulepicker-content .rule h3 {
	font-size: 1.125rem;
	font-weight: 500;
	margin: 0 !important;
}

.block_xp-rulepicker-content .rule .info {
	margin-top: 0.5rem;
	font-size: 0.875rem;
}

/**
 * Rules pages.
 *
 * Note: We find the very first rule using .filter-rules > .rule
 */
.block-xp-filters-group .block-xp-filters-submit-actions {
	margin-top: 2em;
}

.block-xp-filters-group h4:not(:first-of-type) {
	margin-top: 1em;
}

.block-xp-filters-wrapper ul {
	list-style: none;
	padding-left: 0;
	padding-right: 0;
}

.block-xp-filters-wrapper p,
.block-xp-filters-wrapper ul,
.block-xp-filters-wrapper ul.filters-list,
/** Made more specific for RTL. */
.block-xp-filters-wrapper input[type],
.block-xp-filters-wrapper button,
.block-xp-filters-wrapper select {
	margin: 0;
}

.block-xp-filters-wrapper input[type],
.block-xp-filters-wrapper select {
	/* In Edge the line height is inherited when we do not do this. */
	line-height: 18px;
	max-width: 100%;
}

.block-xp-filters-wrapper .filter-rules {
	margin-left: 20px;
	margin-top: 5px;
}

.block-xp-filters-wrapper .filter {
	border: 1px solid #ddd;
	margin: 10px 0;
	padding: 8px 4px;
}

.block-xp-filters-wrapper .filter-add {
	margin: 10px 0;
}

.block-xp-filters-wrapper .rule-rules {
	margin-left: 35px;
}

.block-xp-filters-wrapper .filter-rules>.rule {
	border: 0;
	padding-left: 0;
}

.block-xp-filters-wrapper .filter-rules>.rule::before {
	border: 0;
}

.block-xp-filters-wrapper .filter-rules>.rule>.rule-rules {
	margin-left: 20px;
}

.block-xp-filters-wrapper .filter-rules>.rule>.rule-definition {
	padding-left: 5px;
}

.block-xp-filters-wrapper .rule-type-ruleset,
.block-xp-filters-wrapper .rule-type-ruleset .rule-rules>.rule:first-child {
	padding-top: 5px;
}

.block-xp-filters-wrapper .rule-type-ruleset>.rule-definition {
	background-color: #f1f1f1;
	padding-bottom: 2px;
}

.block-xp-filters-wrapper .rule-rules .rule {
	border-left: 1px dotted #ccc;
	min-height: 40px;
	padding-left: 15px;
	position: relative;
}

.block-xp-filters-wrapper .rule-rules .rule::before {
	border-top: 1px dotted #ccc;
	content: '';
	display: block;
	left: 0;
	position: absolute;
	top: 20px;
	width: 15px;
}

.block-xp-filters-wrapper .rule-type-ruleset .rule-rules>.rule:first-child::before,
.block-xp-filters-wrapper .rule.rule-type-ruleset::before {
	top: 25px;
}

.block-xp-filters-wrapper .rule-add {
	padding: 10px 17px;
	position: relative;
	line-height: 20px;
}

.block-xp-filters-wrapper .rule-add::before,
.block-xp-filters-wrapper .rule-rules .rule:last-child::before {
	border-bottom: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
	border-top: 0;
	content: '';
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	top: 0;
	width: 15px;
}

.block-xp-filters-wrapper .rule-rules .rule:last-child {
	border: 0;
}

.block-xp-filters-wrapper .rule-move,
.block-xp-filters-wrapper .filter-move {
	cursor: move;
	margin: 0 0.5rem;
}

.block-xp-filters-wrapper .filter-delete,
.block-xp-filters-wrapper .rule-delete {
	margin-left: 0.5rem;
}

.block-xp-filters-wrapper .filter-rules>.rule>.rule-definition .rule-delete,
.block-xp-filters-wrapper .filter-rules>.rule>.rule-definition .rule-move {
	/** Hide the move/delete button on the top rule. */
	display: none;
}

/** Readonly filters. */
.block-xp-filters-wrapper .filters-readonly .filter {
	padding: 10px;
}

.block-xp-filters-wrapper .filters-readonly .filter-rules>.rule>.rule-definition,
.block-xp-filters-wrapper .filters-readonly .rule-rules .rule {
	line-height: 30px;
	min-height: 30px;
}

.block-xp-filters-wrapper .filters-readonly .filter-rules>.rule>.rule-definition {
	padding: 0 10px;
}

.block-xp-filters-wrapper .filters-readonly .rule-type-ruleset .rule-rules>.rule:first-child::before,
.block-xp-filters-wrapper .filters-readonly .rule.rule-type-ruleset::before {
	top: 20px;
}

.block-xp-filters-wrapper .filters-readonly .rule-rules .rule::before {
	top: 15px;
}

.block-xp-filters-wrapper .filters-readonly .rule-rules .rule:last-child::before {
	top: 0;
	height: 15px;
}

/** Level grid */

.block_xp-level-grid {
	display: flex;
	flex-wrap: wrap;
}

.block_xp-level-grid .block_xp-level-no {
	position: absolute;
	left: 10px;
	top: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.block_xp-level-grid .block_xp-level-boxed {
	flex: 1 1 25%;
	display: flex;
	justify-content: center;
	padding-right: 1em;
	padding-bottom: 1em;
	box-sizing: border-box;
}

.block_xp-level-grid .block_xp-level-boxed-with-desc {
	flex-basis: 50%;
	flex-grow: 2;
}

.block_xp-level-grid .block_xp-level-box {
	position: relative;
	flex: 1;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	background-color: #efefef;
	border-radius: 5px;
	padding: 1em;
	display: flex;
}

.block_xp-level-grid .level-name {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.block_xp-level-grid .block_xp-level-desc {
	margin-top: 1em;
	font-size: 12px;
	line-height: 16px;
	overflow: auto;
}

@media (min-width: 768px) {
	.block_xp-level-grid .block_xp-level-boxed {
		max-width: 50%;
	}
}

/** Support inline input fields. */
.form-control.block_xp-form-control-inline {
	min-width: 0;
	width: auto;
	display: inline;
}

/** Hide accepted file types from level badges filemanager. **/
.block_xp #fitem_id_badges fieldset [name=badges]+p,
.block_xp #fitem_id_badges fieldset .form-filetypes-descriptions {
	display: none;
}

/** Remove margin on last row of modal forms. */
.block_xp .modal-form-dialogue form>.row:last-child {
	margin-bottom: 0px !important;
}

/**
 * CM rule.
 */
.block_xp-cm-rule-widget .cm-selected {
	display: none;
}

.block_xp-cm-rule-widget.has-cm .cm-selection {
	display: none;
}

.block_xp-cm-rule-widget.has-cm .cm-selected {
	display: inline;
}

/** RTL styles. */
.dir-rtl .block-xp-filters-wrapper .filter-rules {
	margin-left: 0;
	margin-right: 20px;
}

.dir-rtl .block-xp-filters-wrapper .rule-rules {
	margin-left: 0;
	margin-right: 40px;
}

.dir-rtl .block-xp-filters-wrapper .filter-rules>.rule>.rule-rules {
	margin-left: 0;
	margin-right: 20px;
}

.dir-rtl .block-xp-filters-wrapper .filter-rules>.rule>.rule-definition {
	padding-left: 0;
	padding-right: 5px;
}

.dir-rtl .block-xp-filters-wrapper .rule-rules .rule {
	border-left: 0;
	border-right: 1px dotted #ccc;
	padding-left: 0;
	padding-right: 15px;
}

.dir-rtl .block-xp-filters-wrapper .rule-rules .rule::before {
	right: 0;
}

.dir-rtl .block-xp-filters-wrapper .rule-add::before,
.dir-rtl .block-xp-filters-wrapper .rule-rules .rule:last-child::before {
	border-left: 0;
	border-right: 1px dotted #ccc;
	right: 0;
}

.block_xp :is(.after\:xp-hidden)::after {
	content: var(--tw-content);
	display: none;
}

.block_xp :is(.first\:xp-mt-0:first-child) {
	margin-top: 0px;
}

.block_xp :is(.hover\:xp-bg-gray-100:hover) {
	background-color: #f3f4f6;
}

.block_xp :is(.hover\:xp-bg-gray-50:hover) {
	background-color: #f9fafb;
}

.block_xp :is(.hover\:xp-text-gray-900:hover) {
	color: #111827;
}

.block_xp :is(.focus\:xp-pointer-events-auto:focus) {
	pointer-events: auto;
}

.block_xp :is(.focus\:xp-z-10:focus) {
	z-index: 10;
}

.block_xp :is(.focus\:xp-opacity-100:focus) {
	opacity: 1;
}

.block_xp :is(.xp-group:hover .group-hover\:xp-pointer-events-auto) {
	pointer-events: auto;
}

.block_xp :is(.xp-group:hover .group-hover\:xp-opacity-100) {
	opacity: 1;
}

.block_xp :is(.xp-group:focus .group-focus\:xp-opacity-100) {
	opacity: 1;
}

@media (hover: hover) and (pointer: fine) {

	.block_xp :is(.supports-hover\:xp-pointer-events-none) {
		pointer-events: none;
	}

	.block_xp :is(.supports-hover\:xp-opacity-0) {
		opacity: 0;
	}
}

@media (min-width: 640px) {

	.block_xp :is(.sm\:xp--mr-3) {
		margin-right: -0.75rem;
	}

	.block_xp :is(.sm\:xp--mt-3) {
		margin-top: -0.75rem;
	}

	.block_xp :is(.sm\:xp--mt-3\.5) {
		margin-top: -0.875rem;
	}

	.block_xp :is(.sm\:xp-ml-\[100px\]) {
		margin-left: 100px;
	}

	.block_xp :is(.sm\:xp-mr-1) {
		margin-right: 0.25rem;
	}

	.block_xp :is(.sm\:xp-block) {
		display: block;
	}

	.block_xp :is(.sm\:xp-w-2\/3) {
		width: 66.666667%;
	}

	.block_xp :is(.sm\:xp-basis-52) {
		flex-basis: 13rem;
	}

	.block_xp :is(.sm\:xp-grid-cols-10) {
		grid-template-columns: repeat(10, minmax(0, 1fr));
	}

	.block_xp :is(.sm\:xp-grid-cols-2) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.block_xp :is(.sm\:xp-flex-row) {
		flex-direction: row;
	}

	.block_xp :is(.sm\:xp-gap-8) {
		gap: 2rem;
	}

	.block_xp :is(.sm\:xp-pl-8) {
		padding-left: 2rem;
	}
}

@media (min-width: 768px) {

	.block_xp :is(.md\:xp-flex-nowrap) {
		flex-wrap: nowrap;
	}
}

@media (min-width: 1024px) {

	.block_xp :is(.lg\:xp-w-36) {
		width: 9rem;
	}

	.block_xp :is(.lg\:xp-w-full) {
		width: 100%;
	}

	.block_xp :is(.lg\:xp-flex-row) {
		flex-direction: row;
	}

	.block_xp :is(.lg\:xp-flex-col) {
		flex-direction: column;
	}

	.block_xp :is(.lg\:xp-flex-nowrap) {
		flex-wrap: nowrap;
	}

	.block_xp :is(.lg\:xp-gap-0) {
		gap: 0px;
	}

	.block_xp :is(.lg\:xp-border-b-0) {
		border-bottom-width: 0px;
	}

	.block_xp :is(.lg\:xp-pb-0) {
		padding-bottom: 0px;
	}

	.block_xp :is(.lg\:xp-space-y-1 > :not([hidden]) ~ :not([hidden])) {
		margin-top: 0.25rem;
		margin-bottom: 0;
	}
}

.block_xp :is(.\[\&\>div\]\:xp-col-start-1>div) {
	grid-column-start: 1;
}

.block_xp :is(.\[\&\>div\]\:xp-row-start-1>div) {
	grid-row-start: 1;
}

.block_xp :is(.\[\&\>div\]\:xp-border-0>div) {
	border-width: 0px;
}

.block_xp :is(.\[\&\>div\]\:xp-border-b>div) {
	border-bottom-width: 1px;
}

.block_xp :is(.\[\&\>div\]\:xp-border-solid>div) {
	border-style: solid;
}

.block_xp :is(.\[\&\>div\]\:xp-border-gray-200>div) {
	border-color: #e5e7eb;
}

.block_xp :is(.\[\&_\.block\\_xp-level\]\:xp-mx-0 .block_xp-level) {
	margin-left: 0px;
	margin-right: 0px;
}

.block_xp :is(.\[\&_\.icon\]\:xp-m-0 .icon) {
	margin: 0px;
}

.block_xp :is(.\[\&_a\]\:xp-font-normal a) {
	font-weight: 400;
}

.block_xp :is(.\[\&_a\]\:xp-underline a) {
	text-decoration-line: underline;
}

.block_xp :is(.\[\&_li\]\:xp-mb-1 li) {
	margin-bottom: 0.25rem;
}

.block_xp :is(.last\:\[\&_p\]\:xp-m-0 p:last-child) {
	margin: 0px;
}

.block_xp :is(.last\:\[\&_p\]\:xp-mb-0 p:last-child) {
	margin-bottom: 0px;
}

.block_xp :is(.\[\&_ul\]\:xp-pl-4 ul) {
	padding-left: 1rem;
}

/* stylelint-disable */
.vjs-svg-icon {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	fill: currentColor;
	height: 1.8em;
	width: 1.8em;
}

.vjs-svg-icon:before {
	content: none !important;
}

.vjs-svg-icon:hover,
.vjs-control:focus .vjs-svg-icon {
	filter: drop-shadow(0 0 0.25em #fff);
}

.vjs-modal-dialog .vjs-modal-dialog-content,
.video-js .vjs-modal-dialog,
.vjs-button>.vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.vjs-button>.vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
	text-align: center;
}

@font-face {
	font-family: VideoJS;
	src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABTsAAsAAAAAIpAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV32Y21hcAAAAYQAAAEJAAAD5p42+VxnbHlmAAACkAAADtIAABckI4l972hlYWQAABFkAAAAKwAAADYsvIjpaGhlYQAAEZAAAAAdAAAAJA+RCL1obXR4AAARsAAAABcAAAC8Q2YAAGxvY2EAABHIAAAAYAAAAGB7CIGGbWF4cAAAEigAAAAfAAAAIAFAAI9uYW1lAAASSAAAASUAAAIK1cf1oHBvc3QAABNwAAABfAAAAnXdFqh1eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGR7yDiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGPHcRdyA4RZgQRADaGCyYAAHic7dPXbcMwAEXRK1vuvffem749XAbKV3bjBA6fXsaIgMMLEWoQJaAEFKNnlELyQ4K27zib5PNF6vl8yld+TKr5kH0+cUw0xv00Hwvx2DResUyFKrV4XoMmLdp06NKjz4AhI8ZMmDJjzoIlK9Zs2LJjz4EjJ85cuHLjziPe/0UWL17mf2tqKLz/9jK9f8tXpGCoRdPKhtS0RqFkWvVQNtSKoVYNtWaoddPXEBqG2jQ9XWgZattQO4baNdSeofYNdWCoQ0MdGerYUCeGOjXUmaHODXVhqEtDXRnq2lA3hro11J2h7g31YKhHQz0Z6tlQL4Z6NdSbod4N9WGoT9MfHF6GmhnZLxyDcRMAAAB4nJ1YC1hU17U+a5/HMA4iA3NmVBDmoQwP5TFnHlFeA4gYiUFRQINoSCBAyK3G2yi+0aipYtFcHYo2xsb4NiY3+VrNxSaX5uvt495ozNdoYoxmem2/L8HGpLc+InB279pnhlGr5mvL4eyz99nrrL32eu1/DQcc/okdYgdHOA6MQKp4r9gx0EcMHMezOalVasW5BM7NcXoSb9fFgE6KtSSBxWz1FYDPG+vMBGcKb9cebu2VS5s2aaTkCvRSf6C7Y+Ppibm5E09v7IDs2/3uZQtbD0zIyppwoHXh/93ukmyYgdePNRp65p5v+3v/9otQl2O7wP34cT88p8Md2YxpYLQZoRcy6FlSBRnwnGAe6BPMSCZo+7NJVqS0cE4uHendzhSnbPH6TDqL1+Nme5LZXkCHnGyoH0kne30WH+gswhm3q+pt/mTas9NLS64GnjmSlTPw0wVQT/ewRaBgxtydy3cuUB9/6SW+vb5yRvr+t0eOfPKJZ/9t3+4tL7xj32Xd3thCxi+ge6ifdsAN+l5+wi5HQ/cCoeull1AszS7CUfEcJzK7sKWJAdJhCd0sPM4+EY7QDm5ov08hXRQXE5bf6PV5Q5+IjW7X7Nku92Ask4l2hCRRD6TPqISiCJeQna3SCFwrhrNzXHzo4yFevBwxpzxk8WCIIfkvVEKVy32SbT8n68gzgaslpaiO2zIGIyuSb7RNf9HSuN26y/7OC1tgEmpiyA6aD4qcgTOiLThwGG0eB694FI8NHLLN6OBlRVaMxNAFS4JdXUG6mW8PwpKuYLCLXKGbu8iwYNdgO06Sn3Th+/vyZAxs8Ro30DjHe9gy8Fywi24OMm7Qyzh3MTZVOMYhLBnoC+J79lpTUyQmorjhnMwlcQ5uPEYGpDjsOkkH49BjQLQBqs3jFtFdJNlksYmoQFDArLh8Xh+Qd6Ghcsb6FUuehDi+U/lqD71K/qiegeV1imcwjl7ExwiSrf4BZyCujV6cVcFo6VX+G9IcPyFjJnUufbU/jzrL1X99as36reXl8K32nFaOr+E8jWJEcJ55DpMVfSMe95/AJaOsGBH2GJCNpiRQbK4C8BjdmQA22QY2j03Em13i2YHqtNLU1NI04Yj2HJgA6fQc6VPNpA/D+Ryks554NnVy2mB72uRUfPLsqR4N0LOBQKArwJYO+5W2fgZX8oC1HR6HjNaQTVIG2FPwnTcXXGZZfNB7TE6pTKZUwaw91XWLAoFFGcnB5PHjsckgBjbWutrL+0h5Y1xw3DRGDumsnXb3MJwXrJIN5U7m0rgJ3yG5w4he5ckFG4pmNEkOm0/xOO4r4yL87wqtQM+hiJIVp+6iG2wPBKD35ElGkDx+UfC2v1mFG1o+M3AjNFty8biKMXwzyxnZLds8wYD2BxmCPHAldPOeLsy/0BugftYhVYFAhO8SqQ0j3oK7dHJZnI/jxmUS4onlxskSF8thmvNZjIrRZwEPxr0lBuLRuz3oy/FOHCsxwOPYh2M+e9u3J5pgPYz9gp6G7C9m0A11F9ddqKMfV+4sbq45/YspOysXvT+3pdFdYNg2fHbW8Dz301MqDVuGrz0Fuh0YMW8mddrpqzST7rV9BcvqPoNvadRndWp0p8HvbiqrFj5yFQ/vNFSXDpxpLEFWp+DcrF3FT1afWshFcmCfeAMjEvO65i0Y6XijQfSRPWx3TV/Df7Km3E1l+kLt56s/rwVzuRusNMhudznkwdLaS+QNdeal2jDPP4l9qHc98vTYZOSkxzD+njBWVWjFPKgipx6DkWvXQiW8OYcewVHE5yukinDMcfGgc0opDltYKDxIGBedkzc6jSfE7tlvESCDFUw0Hx0opS+U0lHCxNottbNWSxX9zZVvEhKWUSyBpaXwBc2a98M6UqPeXAs/GDon8Ax7hsthO8cM5HU7Ad0UvRR9lHmtyQKZ4MAe814X5h9MSUkQmhf96eVJ6p90OjIiqSIjvykvr2l5U55O/fPQKD+jIomYpNyGJQ25uQ2kIikRfAmuBHCPsWqkSDEqgZ5KDI2sifS/R43MbZg0idFHbCPNxXxZws1ACVE6hAhOdJwRkJLFBLPZpRGYJ50pko6XzMkgmSx40ljik6AQcKhFnLcQE6rF7PXFe1Ocoj0T3AXgSgJTDIhHRfHlYZKuSzc6uievOJGXY+i5GJkkTp7UM3y0LqATDbtFcbdBxO7o4T25JYlEjoH0uynUh8rapkxp62QN70svSF+hT4gGPlovlmcm/ComLi7mV4kTykV9NFWjE/QrwgQ4uIcAP0rQF4VZYRP2o3PhHHzfPMJj9Ir+uzKUlrH49ntT18AVvj1sc3YGjUT/Mt2Dxawa8ArcA7bCQIpvfwAYu22vEG/No/5RvPdA7g+AelLrPwzy+LtkLPhnpIxH14m4EYq8eeMHbPEPNm6G7Nv9B4jcFPZ8bJj0SEjP3MPgQdKTqqEoy2v6G32P/Y6dxOv04AxnoAeq+GILvUavtYCBXm+BaIhuodcfrN5B/V2EYMCPh+SxavjGyPwV0x4CJgUPGT0mQaODGBACIJZGsMXwAD0LGXx7l3CdAcKMIKI+f5CepWeD0BvyU/GcdBxPF8SwejC6LGZmAURFdsSWKR5HyHld2kbdIZO1Ixx+bnnzU7n5+blPNV9jnUDWhP2tC68tbN3PVIldsQPxSAcSpjOav7Q05uXn5zW2LLvDXn9B6syscPy9iDLEMmSrJz6nYuWMipukjM0AH8JkGS+XFyMRkzSCH7KD/hwm172SAyZYumHlefr5AddrtA0O0TnwaVZxcRY9Bfukn9Gf05N1r9DV9MoBsJ1f+ZrqUvtPHizJAntWybv7hmqLt6QLuK6ZS9Fqi1jO5rDoWPZXXII5Tgajg53cIXCjDCGIcYrRIY2n6+mXOa/W0bdhau3ryiEYe2FV/5oeaIYK/5w5frCyll6/cYO8DiNhw6t1MBWmznt91QX62UF1N7l0eHBZTRGpKaqpKVIPF9UcIzmReud9TSY75+K899GHbBu6wjoR7RKKZVYiYxSPf5/2wJT5e3NAhmUbVn5KLx1Ujg0+BGvpAIh0DezInTkzF37KVocxrKU3r1+XLtAe2lO3l66kfQfB/unKY+q8N375Ru8bc4pJXfEcESU95q+p8ZNZRTWH1d9FzvUdYXk5rLkcdkEisoKKVHQW/b3GEx6tPaYcoJfOr9wAbSBnv1IHpep0OExr4LPMkpJM+j7sly7UHkOzXjoAZljHCGiyegtNlwljM0v+c19ET9Pvst09a2Mtgcf5/ZSzYO5h1156+eyydfAsxGa9XAuF6vzjh6CssLq6ECysperXX0sX5h5ZdpZe3guxsGIPEtHk/aqXX1hVqP5HYVVVISkrrNqvXorIc+5Ou91Hnr/LcD2afi6eX7UBloOcs7cOpqgGaNfs1g7bNbs9z6wASaylN69d0/TFTIz6Ws8+oGV3mE2612wRTHKcVUbhjKadebloMc+dyXgMVtVK6BwMB/+mVW09igdRBWaRtNQX59d/VD//xdQ0TCiYNj1KT9sq6Wdu5WTbqk3qDXyDaLa1fv621LS01G3z61sD6lH8lAxDLicV921s6Bf92JOYvzNYCL1khbqBXEFUzC521N5NyzNaQIWhjyFyDoBIVrAjmv2UEaLlI+c6zw1jmVIPLLLZZUTj6GxGHW+mq1tgHXR2D85p4Q934+jLbtjVLcyCdS10NVzpHqxp4Q/hK7WopY/NRGx9HGsPGdFjOjcpjBnGYMVqY/4eqT5khWEHWUup2A/pTw7pdWgsWft7ETUERL96nRg0HNFPmCYba6pylECaExX89A9WLUOVB4oKLu/o1oqSYHCgLzBUlAz8hNFDRpeSU1XT+LRmDUgPaKbYdHDn9suF/tu13nHJij0N97LfS0QmqONuyONk7zvUI6Qa0pF9f2+oABL92AT6e0U//z9YqAiWtJLU1JK0gS+1aacwamiNqK067u9ZQ8f1d4qLodMzz3uL89Z68V/Hnr++hXWUuHgw8dfi972PeTyPefu3aNNucemQ74qFuIaJnVkOu4Q+yjuwmmC1FqZpl1i4uzoPxjkpPf3Xv545tl26Rr+dOvUd+omqJzch9dOeU7f10Y64nMcKK137DccIZq2WdXtdZjbEoLSzHwiMtrjYLDxpHQW8gjMX6XFYAE2zSWVD04EGYSs9MbO6sEo20BMEAB4mpvSypsKjZ4Stgzb+c3A9/MQT2+vrBy+qvyFxLUtLlSRF/Ri2wjfZ2dus2Q8lXx4608/jnqK5OOap6NY2PSjYYnECCjiEeLJll/pbmqfeIK+ps3+MxrlEhqmTPipVP7kqlF4VhpEb6r+Q7YOJg38kJ9SHBf3NBl6+9YchfbUjb5ahLSzUM3kPHmwFAsZ5rpai0S7E5xWzZ1j+fW7zsUWP2g5NXTw52ySCTrgG0+lbw60l2Y/CB185CoA8NK+tbRKxfjy6pm5hzQRRR+cMqv1Jbiw6STivtEvt3DRcy0QEh92JlUGo2PG4tSKHl00YD6xc8CK+YPYyy3io2lN8BcSjKRzrIV6ypOAobqxViJPaT9M9Hy5szY33mp7OX/Zu89L/7Ww5vqY2Y8b0pKgoiUhG5cPDPzq8qTV/WkzUOIvXVVA96kmjcBrr3HrYC/Wn+fYP6Z7T1rqy3zknbvqma/FvVk96fNXGkuaXrdHW5JGSxZT/2I/O73v+yNWafMdzc5NdxYurHs6h86e01sLKLz9EBrg+x36rxAaED7hRnAMx7Vzu+9wabh3zG8XLQjx0ablUJzmxdErxYT3kzQSd0SSafVqF5PXgpp0OyYJ1EyNHpGUZmvK575ySzd85JSqF7IBzSAbMM04+MbE58xF3/njXOGecSaermlw2y9PsSQdytLJVr8t+wg+rR8cZYoeNxVIzNdk3Bngi8U5LAlgTFoQnzJCa5EsCgYhCaGL+qPj7TdhG31p9tej3R04N//PXxNwJvyUqwaJqRPJY98TJ5TPndmflRAkAhBfe46sfKW5wizSge08Xb7Ca/GUVs55trngkKkrUS2WPzKttaaqq+idmahugkY+W6fN0I6i3gPt/x88U4wAAeJxjYGRgYADiGU9YXsXz23xl4GZnAIFH7fO+IdMc/WBxDgYmEAUASbMKwAB4nGNgZGBgZwABjj4Ghv//OfoZGBlQgT4ARicDZAAAAHicY2BgYGAfxJijD8Fmu4EqBwCSpgKpAAAAAAAADgBoAH4AzADgAQIBQgFsAZgB7gIuAooC0AL8A2IDjAOoA+AEMASwBNoFCAVaBcAGCAYuBnAGrAb2B04HigfSCCoIcAiGCJwIyAkkCVYJiAmsCfIKIApWCsQLknicY2BkYGDQZ2hmYGcAASYg5gJCBob/YD4DABqrAdAAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2ReVPbMBDF/ULi2EkDBFqO3gdHLxUzDB9IkdexBllydRD49ihO3Ckz7B/a31utZnafkkGyiXnyclxhgB0MMUKKMTLkmGCKV5hhF3vYxxwHOMRrvMERjnGCU7zFO7zHB3zEJ3zGF3zFN5zhHBe4xHf8wE/8wm8w/MEVimTYKv44XR9MSCsUjVoeHE3vjQoNsSZ4mmxZmVWPjSz7jlou6/0qKOWEJdKMtCe793/hQfqxa6XWZHMXFl56RS4TvPXSaDeoy0zUUZB109KstDK8lHo5q6Qi1hcOnqkImubPS6aqRq7mlnaEWabub4iYblba3SRmgldS0+FWdhNtt04F14JUaqkl7tcpOpJtErvNt3Bd9HRT5JWxK25Ldjvp6br4hzfFiIdSmlzTg2fSUzNrLd1LE1ynxq4OVaVoKLjzJ60UPtj1RKzHzsbjly6inVnFBS2MucviPncU7Rr7lfTxRepDs1A2j3ZHRc7PuzFYSfE3ZOd4kjwBy227hA==) format("woff");
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-play,
.video-js .vjs-play-control .vjs-icon-placeholder,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-play:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
	content: "\f101";
}

.vjs-icon-play-circle {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-play-circle:before {
	content: "\f102";
}

.vjs-icon-pause,
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
	content: "\f103";
}

.vjs-icon-volume-mute,
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-volume-mute:before,
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
	content: "\f104";
}

.vjs-icon-volume-low,
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-volume-low:before,
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
	content: "\f105";
}

.vjs-icon-volume-mid,
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-volume-mid:before,
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
	content: "\f106";
}

.vjs-icon-volume-high,
.video-js .vjs-mute-control .vjs-icon-placeholder {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-volume-high:before,
.video-js .vjs-mute-control .vjs-icon-placeholder:before {
	content: "\f107";
}

.vjs-icon-fullscreen-enter,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
	content: "\f108";
}

.vjs-icon-fullscreen-exit,
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
	content: "\f109";
}

.vjs-icon-spinner {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-spinner:before {
	content: "\f10a";
}

.vjs-icon-subtitles,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-subtitles-button .vjs-icon-placeholder {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-subtitles:before,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
	content: "\f10b";
}

.vjs-icon-captions,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-captions-button .vjs-icon-placeholder {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-captions:before,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-captions-button .vjs-icon-placeholder:before {
	content: "\f10c";
}

.vjs-icon-hd {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-hd:before {
	content: "\f10d";
}

.vjs-icon-chapters,
.video-js .vjs-chapters-button .vjs-icon-placeholder {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-chapters:before,
.video-js .vjs-chapters-button .vjs-icon-placeholder:before {
	content: "\f10e";
}

.vjs-icon-downloading {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-downloading:before {
	content: "\f10f";
}

.vjs-icon-file-download {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-file-download:before {
	content: "\f110";
}

.vjs-icon-file-download-done {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-file-download-done:before {
	content: "\f111";
}

.vjs-icon-file-download-off {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-file-download-off:before {
	content: "\f112";
}

.vjs-icon-share {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-share:before {
	content: "\f113";
}

.vjs-icon-cog {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-cog:before {
	content: "\f114";
}

.vjs-icon-square {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-square:before {
	content: "\f115";
}

.vjs-icon-circle,
.vjs-seek-to-live-control .vjs-icon-placeholder,
.video-js .vjs-volume-level,
.video-js .vjs-play-progress {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-circle:before,
.vjs-seek-to-live-control .vjs-icon-placeholder:before,
.video-js .vjs-volume-level:before,
.video-js .vjs-play-progress:before {
	content: "\f116";
}

.vjs-icon-circle-outline {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-circle-outline:before {
	content: "\f117";
}

.vjs-icon-circle-inner-circle {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
	content: "\f118";
}

.vjs-icon-cancel,
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-cancel:before,
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
	content: "\f119";
}

.vjs-icon-repeat {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-repeat:before {
	content: "\f11a";
}

.vjs-icon-replay,
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-replay:before,
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
	content: "\f11b";
}

.vjs-icon-replay-5,
.video-js .vjs-skip-backward-5 .vjs-icon-placeholder {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-replay-5:before,
.video-js .vjs-skip-backward-5 .vjs-icon-placeholder:before {
	content: "\f11c";
}

.vjs-icon-replay-10,
.video-js .vjs-skip-backward-10 .vjs-icon-placeholder {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-replay-10:before,
.video-js .vjs-skip-backward-10 .vjs-icon-placeholder:before {
	content: "\f11d";
}

.vjs-icon-replay-30,
.video-js .vjs-skip-backward-30 .vjs-icon-placeholder {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-replay-30:before,
.video-js .vjs-skip-backward-30 .vjs-icon-placeholder:before {
	content: "\f11e";
}

.vjs-icon-forward-5,
.video-js .vjs-skip-forward-5 .vjs-icon-placeholder {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-forward-5:before,
.video-js .vjs-skip-forward-5 .vjs-icon-placeholder:before {
	content: "\f11f";
}

.vjs-icon-forward-10,
.video-js .vjs-skip-forward-10 .vjs-icon-placeholder {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-forward-10:before,
.video-js .vjs-skip-forward-10 .vjs-icon-placeholder:before {
	content: "\f120";
}

.vjs-icon-forward-30,
.video-js .vjs-skip-forward-30 .vjs-icon-placeholder {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-forward-30:before,
.video-js .vjs-skip-forward-30 .vjs-icon-placeholder:before {
	content: "\f121";
}

.vjs-icon-audio,
.video-js .vjs-audio-button .vjs-icon-placeholder {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-audio:before,
.video-js .vjs-audio-button .vjs-icon-placeholder:before {
	content: "\f122";
}

.vjs-icon-next-item {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-next-item:before {
	content: "\f123";
}

.vjs-icon-previous-item {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-previous-item:before {
	content: "\f124";
}

.vjs-icon-shuffle {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-shuffle:before {
	content: "\f125";
}

.vjs-icon-cast {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-cast:before {
	content: "\f126";
}

.vjs-icon-picture-in-picture-enter,
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-picture-in-picture-enter:before,
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
	content: "\f127";
}

.vjs-icon-picture-in-picture-exit,
.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-picture-in-picture-exit:before,
.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
	content: "\f128";
}

.vjs-icon-facebook {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-facebook:before {
	content: "\f129";
}

.vjs-icon-linkedin {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-linkedin:before {
	content: "\f12a";
}

.vjs-icon-twitter {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-twitter:before {
	content: "\f12b";
}

.vjs-icon-tumblr {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-tumblr:before {
	content: "\f12c";
}

.vjs-icon-pinterest {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-pinterest:before {
	content: "\f12d";
}

.vjs-icon-audio-description,
.video-js .vjs-descriptions-button .vjs-icon-placeholder {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-audio-description:before,
.video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
	content: "\f12e";
}

.video-js {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	color: #fff;
	background-color: #000;
	position: relative;
	padding: 0;
	font-size: 10px;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	word-break: initial;
}

.video-js:-moz-full-screen {
	position: absolute;
}

.video-js:-webkit-full-screen {
	width: 100% !important;
	height: 100% !important;
}

.video-js[tabindex="-1"] {
	outline: none;
}

.video-js *,
.video-js *:before,
.video-js *:after {
	box-sizing: inherit;
}

.video-js ul {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	list-style-position: outside;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-1-1 {
	width: 100%;
	max-width: 100%;
}

.video-js.vjs-fluid:not(.vjs-audio-only-mode),
.video-js.vjs-16-9:not(.vjs-audio-only-mode),
.video-js.vjs-4-3:not(.vjs-audio-only-mode),
.video-js.vjs-9-16:not(.vjs-audio-only-mode),
.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
	height: 0;
}

.video-js.vjs-16-9:not(.vjs-audio-only-mode) {
	padding-top: 56.25%;
}

.video-js.vjs-4-3:not(.vjs-audio-only-mode) {
	padding-top: 75%;
}

.video-js.vjs-9-16:not(.vjs-audio-only-mode) {
	padding-top: 177.7777777778%;
}

.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
	padding-top: 100%;
}

.video-js.vjs-fill:not(.vjs-audio-only-mode) {
	width: 100%;
	height: 100%;
}

.video-js .vjs-tech {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-js.vjs-audio-only-mode .vjs-tech {
	display: none;
}

body.vjs-full-window,
body.vjs-pip-window {
	padding: 0;
	margin: 0;
	height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen,
body.vjs-pip-window .video-js {
	position: fixed;
	overflow: hidden;
	z-index: 1000;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs),
body.vjs-pip-window .video-js {
	width: 100% !important;
	height: 100% !important;
	padding-top: 0 !important;
	display: block;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
	cursor: none;
}

.vjs-pip-container .vjs-pip-text {
	position: absolute;
	bottom: 10%;
	font-size: 2em;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 0.5em;
	text-align: center;
	width: 100%;
}

.vjs-layout-tiny.vjs-pip-container .vjs-pip-text,
.vjs-layout-x-small.vjs-pip-container .vjs-pip-text,
.vjs-layout-small.vjs-pip-container .vjs-pip-text {
	bottom: 0;
	font-size: 1.4em;
}

.vjs-hidden {
	display: none !important;
}

.vjs-disabled {
	opacity: 0.5;
	cursor: default;
}

.video-js .vjs-offscreen {
	height: 1px;
	left: -9999px;
	position: absolute;
	top: 0;
	width: 1px;
}

.vjs-lock-showing {
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.vjs-no-js {
	padding: 20px;
	color: #fff;
	background-color: #000;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 300px;
	height: 150px;
	margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
	color: #66A8CC;
}

.video-js .vjs-big-play-button {
	font-size: 3em;
	line-height: 1.5em;
	height: 1.63332em;
	width: 3em;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 0;
	margin-top: -0.81666em;
	margin-left: -1.5em;
	cursor: pointer;
	opacity: 1;
	border: 0.06666em solid #fff;
	background-color: #2B333F;
	background-color: rgba(43, 51, 63, 0.7);
	border-radius: 0.3em;
	transition: all 0.4s;
}

.vjs-big-play-button .vjs-svg-icon {
	width: 1em;
	height: 1em;
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 1;
	transform: translate(-50%, -50%);
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
	border-color: #fff;
	background-color: #73859f;
	background-color: rgba(115, 133, 159, 0.5);
	transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
	display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause:not(.vjs-seeking, .vjs-scrubbing, .vjs-error) .vjs-big-play-button {
	display: block;
}

.video-js button {
	background: none;
	border: none;
	color: inherit;
	display: inline-block;
	font-size: inherit;
	line-height: inherit;
	text-transform: none;
	text-decoration: none;
	transition: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.video-js.vjs-spatial-navigation-enabled .vjs-button:focus {
	outline: 0.0625em solid white;
	box-shadow: none;
}

.vjs-control .vjs-button {
	width: 100%;
	height: 100%;
}

.video-js .vjs-control.vjs-close-button {
	cursor: pointer;
	height: 3em;
	position: absolute;
	right: 0;
	top: 0.5em;
	z-index: 2;
}

.video-js .vjs-modal-dialog {
	background: rgba(0, 0, 0, 0.8);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
	overflow: auto;
}

.video-js .vjs-modal-dialog>* {
	box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
	font-size: 1.2em;
	line-height: 1.5;
	padding: 20px 24px;
	z-index: 1;
}

.vjs-menu-button {
	cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
	cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
	display: none;
}

.vjs-menu .vjs-menu-content {
	display: block;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	overflow: auto;
}

.vjs-menu .vjs-menu-content>* {
	box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
	display: none;
}

.vjs-menu li {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0.2em 0;
	line-height: 1.4em;
	font-size: 1.2em;
	text-align: center;
	text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
	background-color: #73859f;
	background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
	background-color: #fff;
	color: #2B333F;
}

.vjs-menu li.vjs-selected .vjs-svg-icon,
.vjs-menu li.vjs-selected:focus .vjs-svg-icon,
.vjs-menu li.vjs-selected:hover .vjs-svg-icon,
.js-focus-visible .vjs-menu li.vjs-selected:hover .vjs-svg-icon {
	fill: #000000;
}

.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
	background: none;
}

.vjs-menu li.vjs-menu-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 2em;
	padding: 0;
	margin: 0 0 0.3em 0;
	font-weight: bold;
	cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
	display: none;
	position: absolute;
	bottom: 0;
	width: 10em;
	left: -3em;
	height: 0em;
	margin-bottom: 1.5em;
	border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-pip-window .vjs-menu-button-popup .vjs-menu {
	left: unset;
	right: 1em;
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
	background-color: #2B333F;
	background-color: rgba(43, 51, 63, 0.7);
	position: absolute;
	width: 100%;
	bottom: 1.5em;
	max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
	max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
	max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
	max-height: 14em;
}

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
	max-height: 25em;
}

.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
	display: block;
}

.video-js .vjs-menu-button-inline {
	transition: all 0.4s;
	overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
	width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active {
	width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
	opacity: 0;
	height: 100%;
	width: auto;
	position: absolute;
	left: 4em;
	top: 0;
	padding: 0;
	margin: 0;
	transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
	display: block;
	opacity: 1;
}

.vjs-menu-button-inline .vjs-menu-content {
	width: auto;
	height: 100%;
	margin: 0;
	overflow: hidden;
}

.video-js .vjs-control-bar {
	display: none;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3em;
	background-color: #2B333F;
	background-color: rgba(43, 51, 63, 0.7);
}

.video-js.vjs-spatial-navigation-enabled .vjs-control-bar {
	gap: 1px;
}

.video-js:not(.vjs-controls-disabled, .vjs-using-native-controls, .vjs-error) .vjs-control-bar.vjs-lock-showing {
	display: flex !important;
}

.vjs-has-started .vjs-control-bar,
.vjs-audio-only-mode .vjs-control-bar {
	display: flex;
	visibility: visible;
	opacity: 1;
	transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
	visibility: visible;
	opacity: 0;
	pointer-events: none;
	transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
	display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,
.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.video-js .vjs-control {
	position: relative;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 4em;
	flex: none;
}

.video-js .vjs-control.vjs-visible-text {
	width: auto;
	padding-left: 1em;
	padding-right: 1em;
}

.vjs-button>.vjs-icon-placeholder:before {
	font-size: 1.8em;
	line-height: 1.67;
}

.vjs-button>.vjs-icon-placeholder {
	display: block;
}

.vjs-button>.vjs-svg-icon {
	display: inline-block;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
	text-shadow: 0em 0em 1em white;
}

.video-js *:not(.vjs-visible-text)>.vjs-control-text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.video-js .vjs-custom-control-spacer {
	display: none;
}

.video-js .vjs-progress-control {
	cursor: pointer;
	flex: auto;
	display: flex;
	align-items: center;
	min-width: 4em;
	touch-action: none;
}

.video-js .vjs-progress-control.disabled {
	cursor: default;
}

.vjs-live .vjs-progress-control {
	display: none;
}

.vjs-liveui .vjs-progress-control {
	display: flex;
	align-items: center;
}

.video-js .vjs-progress-holder {
	flex: auto;
	transition: all 0.2s;
	height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
	margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
	font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
	font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
	position: absolute;
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 0;
}

.video-js .vjs-play-progress {
	background-color: #fff;
}

.video-js .vjs-play-progress:before {
	font-size: 0.9em;
	position: absolute;
	right: -0.5em;
	line-height: 0.35em;
	z-index: 1;
}

.vjs-svg-icons-enabled .vjs-play-progress:before {
	content: none !important;
}

.vjs-play-progress .vjs-svg-icon {
	position: absolute;
	top: -0.35em;
	right: -0.4em;
	width: 0.9em;
	height: 0.9em;
	pointer-events: none;
	line-height: 0.15em;
	z-index: 1;
}

.video-js .vjs-load-progress {
	background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
	background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 0.3em;
	color: #000;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 6px 8px 8px 8px;
	pointer-events: none;
	position: absolute;
	top: -3.4em;
	visibility: hidden;
	z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
	display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
	display: block;
	font-size: 0.6em;
	visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
	font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
	display: none;
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #000;
	z-index: 1;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
	display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
	visibility: hidden;
	opacity: 0;
	transition: visibility 1s, opacity 1s;
}

.vjs-mouse-display .vjs-time-tooltip {
	color: #fff;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
	position: relative;
	cursor: pointer;
	padding: 0;
	margin: 0 0.45em 0 0.45em;
	/* iOS Safari */
	-webkit-touch-callout: none;
	/* Safari, and Chrome 53 */
	-webkit-user-select: none;
	/* Non-prefixed version, currently supported by Chrome and Opera */
	-moz-user-select: none;
	user-select: none;
	background-color: #73859f;
	background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
	cursor: default;
}

.video-js .vjs-slider:focus {
	text-shadow: 0em 0em 1em white;
	box-shadow: 0 0 1em #fff;
}

.video-js.vjs-spatial-navigation-enabled .vjs-slider:focus {
	outline: 0.0625em solid white;
}

.video-js .vjs-mute-control {
	cursor: pointer;
	flex: none;
}

.video-js .vjs-volume-control {
	cursor: pointer;
	margin-right: 1em;
	display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
	width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
	visibility: visible;
	opacity: 0;
	width: 1px;
	height: 1px;
	margin-left: -1px;
}

.video-js .vjs-volume-panel {
	transition: width 1s;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
	visibility: visible;
	opacity: 1;
	position: relative;
	transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
	width: 5em;
	height: 3em;
	margin-right: 0;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
	left: -3.5em;
	transition: left 0s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
	width: 10em;
	transition: width 0.1s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
	width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
	height: 8em;
	width: 3em;
	left: -3000em;
	transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
	transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel {
	display: flex;
}

.video-js .vjs-volume-bar {
	margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
	width: 5em;
	height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
	width: 0.3em;
	height: 5em;
	margin: 1.35em auto;
}

.video-js .vjs-volume-level {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
}

.video-js .vjs-volume-level:before {
	position: absolute;
	font-size: 0.9em;
	z-index: 1;
}

.vjs-slider-vertical .vjs-volume-level {
	width: 0.3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
	top: -0.5em;
	left: -0.3em;
	z-index: 1;
}

.vjs-svg-icons-enabled .vjs-volume-level:before {
	content: none;
}

.vjs-volume-level .vjs-svg-icon {
	position: absolute;
	width: 0.9em;
	height: 0.9em;
	pointer-events: none;
	z-index: 1;
}

.vjs-slider-horizontal .vjs-volume-level {
	height: 0.3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
	line-height: 0.35em;
	right: -0.5em;
}

.vjs-slider-horizontal .vjs-volume-level .vjs-svg-icon {
	right: -0.3em;
	transform: translateY(-50%);
}

.vjs-slider-vertical .vjs-volume-level .vjs-svg-icon {
	top: -0.55em;
	transform: translateX(-50%);
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
	width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
	height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
	width: 100%;
}

.video-js .vjs-volume-vertical {
	width: 3em;
	height: 8em;
	bottom: 8em;
	background-color: #2B333F;
	background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
	left: -2em;
}

.video-js .vjs-volume-tooltip {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 0.3em;
	color: #000;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 6px 8px 8px 8px;
	pointer-events: none;
	position: absolute;
	top: -3.4em;
	visibility: hidden;
	z-index: 1;
}

.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
	display: block;
	font-size: 1em;
	visibility: visible;
}

.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
	left: 1em;
	top: -12px;
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
	font-size: 1em;
}

.video-js .vjs-volume-control .vjs-mouse-display {
	display: none;
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #000;
	z-index: 1;
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
	width: 1px;
	height: 100%;
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
	display: block;
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
	visibility: hidden;
	opacity: 0;
	transition: visibility 1s, opacity 1s;
}

.vjs-mouse-display .vjs-volume-tooltip {
	color: #fff;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.8);
}

.vjs-poster {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
}

.vjs-has-started .vjs-poster,
.vjs-using-native-controls .vjs-poster {
	display: none;
}

.vjs-audio.vjs-has-started .vjs-poster,
.vjs-has-started.vjs-audio-poster-mode .vjs-poster,
.vjs-pip-container.vjs-has-started .vjs-poster {
	display: block;
}

.vjs-poster img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.video-js .vjs-live-control {
	display: flex;
	align-items: flex-start;
	flex: auto;
	font-size: 1em;
	line-height: 3em;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
	display: none;
}

.video-js .vjs-seek-to-live-control {
	align-items: center;
	cursor: pointer;
	flex: none;
	display: inline-flex;
	height: 100%;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: 1em;
	line-height: 3em;
	width: auto;
	min-width: 4em;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
	display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
	cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
	margin-right: 0.5em;
	color: #888;
}

.vjs-svg-icons-enabled .vjs-seek-to-live-control {
	line-height: 0;
}

.vjs-seek-to-live-control .vjs-svg-icon {
	width: 1em;
	height: 1em;
	pointer-events: none;
	fill: #888888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
	color: red;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-svg-icon {
	fill: red;
}

.video-js .vjs-time-control {
	flex: none;
	font-size: 1em;
	line-height: 3em;
	min-width: 2em;
	width: auto;
	padding-left: 1em;
	padding-right: 1em;
}

.vjs-live .vjs-time-control,
.vjs-live .vjs-time-divider,
.video-js .vjs-current-time,
.video-js .vjs-duration {
	display: none;
}

.vjs-time-divider {
	display: none;
	line-height: 3em;
}

.video-js .vjs-play-control {
	cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
	flex: none;
}

.vjs-text-track-display {
	position: absolute;
	bottom: 3em;
	left: 0;
	right: 0;
	top: 0;
	pointer-events: none;
}

.vjs-error .vjs-text-track-display {
	display: none;
}

.video-js.vjs-controls-disabled .vjs-text-track-display,
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
	bottom: 1em;
}

.video-js .vjs-text-track {
	font-size: 1.4em;
	text-align: center;
	margin-bottom: 0.1em;
}

.vjs-subtitles {
	color: #fff;
}

.vjs-captions {
	color: #fc6;
}

.vjs-tt-cue {
	display: block;
}

video::-webkit-media-text-track-display {
	transform: translateY(-3em);
}

.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
	transform: translateY(-1.5em);
}

.video-js.vjs-force-center-align-cues .vjs-text-track-cue {
	text-align: center !important;
	width: 80% !important;
}

.video-js .vjs-picture-in-picture-control {
	cursor: pointer;
	flex: none;
}

.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control,
.vjs-pip-window .vjs-picture-in-picture-control {
	display: none;
}

.video-js .vjs-fullscreen-control {
	cursor: pointer;
	flex: none;
}

.video-js.vjs-audio-only-mode .vjs-fullscreen-control,
.vjs-pip-window .vjs-fullscreen-control {
	display: none;
}

.vjs-playback-rate>.vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
	pointer-events: none;
	font-size: 1.5em;
	line-height: 2;
	text-align: center;
}

.vjs-playback-rate .vjs-menu {
	width: 4em;
	left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
	font-size: 1.4em;
	text-align: center;
}

.vjs-loading-spinner {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.85;
	text-align: left;
	border: 0.6em solid rgba(43, 51, 63, 0.7);
	box-sizing: border-box;
	background-clip: padding-box;
	width: 5em;
	height: 5em;
	border-radius: 50%;
	visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
	display: flex;
	justify-content: center;
	align-items: center;
	animation: vjs-spinner-show 0s linear 0.3s forwards;
}

.vjs-error .vjs-loading-spinner {
	display: none;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
	content: "";
	position: absolute;
	box-sizing: inherit;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	opacity: 1;
	border: inherit;
	border-color: transparent;
	border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
	animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
	border-top-color: rgb(255, 255, 255);
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
	border-top-color: rgb(255, 255, 255);
	animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
	to {
		visibility: visible;
	}
}

@keyframes vjs-spinner-spin {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes vjs-spinner-fade {
	0% {
		border-top-color: #73859f;
	}

	20% {
		border-top-color: #73859f;
	}

	35% {
		border-top-color: white;
	}

	60% {
		border-top-color: #73859f;
	}

	100% {
		border-top-color: #73859f;
	}
}

.video-js.vjs-audio-only-mode .vjs-captions-button {
	display: none;
}

.vjs-chapters-button .vjs-menu ul {
	width: 24em;
}

.video-js.vjs-audio-only-mode .vjs-descriptions-button {
	display: none;
}

.vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-svg-icon {
	width: 1.5em;
	height: 1.5em;
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
	vertical-align: middle;
	display: inline-block;
	margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
	font-family: VideoJS;
	content: "\f10c";
	font-size: 1.5em;
	line-height: inherit;
}

.video-js.vjs-audio-only-mode .vjs-subs-caps-button {
	display: none;
}

.video-js .vjs-audio-button+.vjs-menu .vjs-descriptions-menu-item .vjs-menu-item-text .vjs-icon-placeholder,
.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
	vertical-align: middle;
	display: inline-block;
	margin-bottom: -0.1em;
}

.video-js .vjs-audio-button+.vjs-menu .vjs-descriptions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before,
.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
	font-family: VideoJS;
	content: " \f12e";
	font-size: 1.5em;
	line-height: inherit;
}

.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-volume-control,
.video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-volume-control,
.video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-volume-control {
	display: none;
}

.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
	width: auto;
	width: initial;
}

.video-js.vjs-layout-x-small .vjs-progress-control,
.video-js.vjs-layout-tiny .vjs-progress-control {
	display: none;
}

.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
	flex: auto;
	display: block;
}

.vjs-modal-dialog.vjs-text-track-settings {
	background-color: #2B333F;
	background-color: rgba(43, 51, 63, 0.75);
	color: #fff;
	height: 70%;
}

.vjs-spatial-navigation-enabled .vjs-modal-dialog.vjs-text-track-settings {
	height: 80%;
}

.vjs-error .vjs-text-track-settings {
	display: none;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
	display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
	display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
	text-align: right;
	vertical-align: bottom;
}

@supports (display: grid) {
	.vjs-text-track-settings .vjs-modal-dialog-content {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr;
		padding: 20px 24px 0px 24px;
	}

	.vjs-track-settings-controls .vjs-default-button {
		margin-bottom: 20px;
	}

	.vjs-text-track-settings .vjs-track-settings-controls {
		grid-column: 1/-1;
	}

	.vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
	.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
	.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
		grid-template-columns: 1fr;
	}
}

.vjs-text-track-settings select {
	font-size: inherit;
}

.vjs-track-setting>select {
	margin-right: 1em;
	margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
	margin: 10px;
	border: none;
}

.vjs-text-track-settings fieldset span {
	display: inline-block;
	padding: 0 0.6em 0.8em;
}

.vjs-text-track-settings fieldset span>select {
	max-width: 7.3em;
}

.vjs-text-track-settings legend {
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
}

.vjs-text-track-settings .vjs-label {
	margin: 0 0.5em 0.5em 0;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
	outline-style: solid;
	outline-width: medium;
	background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
	color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
	background-color: #fff;
	background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
	color: #2B333F;
	cursor: pointer;
	border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
	margin-right: 1em;
}

.vjs-title-bar {
	background: rgba(0, 0, 0, 0.9);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0) 100%);
	font-size: 1.2em;
	line-height: 1.5;
	transition: opacity 0.1s;
	padding: 0.666em 1.333em 4em;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
}

.vjs-error .vjs-title-bar {
	display: none;
}

.vjs-title-bar-title,
.vjs-title-bar-description {
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vjs-title-bar-title {
	font-weight: bold;
	margin-bottom: 0.333em;
}

.vjs-playing.vjs-user-inactive .vjs-title-bar {
	opacity: 0;
	transition: opacity 1s;
}

.video-js .vjs-skip-forward-5 {
	cursor: pointer;
}

.video-js .vjs-skip-forward-10 {
	cursor: pointer;
}

.video-js .vjs-skip-forward-30 {
	cursor: pointer;
}

.video-js .vjs-skip-backward-5 {
	cursor: pointer;
}

.video-js .vjs-skip-backward-10 {
	cursor: pointer;
}

.video-js .vjs-skip-backward-30 {
	cursor: pointer;
}

.video-js .vjs-transient-button {
	position: absolute;
	height: 3em;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(50, 50, 50, 0.5);
	cursor: pointer;
	opacity: 1;
	transition: opacity 1s;
}

.video-js:not(.vjs-has-started) .vjs-transient-button {
	display: none;
}

.video-js.not-hover .vjs-transient-button:not(.force-display),
.video-js.vjs-user-inactive .vjs-transient-button:not(.force-display) {
	opacity: 0;
}

.video-js .vjs-transient-button span {
	padding: 0 0.5em;
}

.video-js .vjs-transient-button.vjs-left {
	left: 1em;
}

.video-js .vjs-transient-button.vjs-right {
	right: 1em;
}

.video-js .vjs-transient-button.vjs-top {
	top: 1em;
}

.video-js .vjs-transient-button.vjs-near-top {
	top: 4em;
}

.video-js .vjs-transient-button.vjs-bottom {
	bottom: 4em;
}

.video-js .vjs-transient-button:hover {
	background-color: rgba(50, 50, 50, 0.9);
}

@media print {
	.video-js>*:not(.vjs-tech):not(.vjs-poster) {
		visibility: hidden;
	}
}

.vjs-resize-manager {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
	outline: none;
}

.video-js *:focus:not(:focus-visible) {
	outline: none;
}

/* Modifications of player made by Moodle: */

/* Audio: https://github.com/videojs/video.js/issues/2777 */

/* Audio: Remove big play button (leave only the button in controls). */
.video-js.vjs-audio .vjs-big-play-button {
	display: none;
}

/* Audio: Make the controlbar visible by default */
.video-js.vjs-audio .vjs-control-bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

/* Make player height minimum to the controls height so when we hide video/poster area the controls are displayed correctly. */
.video-js.vjs-audio {
	min-height: 3em;
}

/* In case of error reset height to the default (otherwise no aspect ratio is available and height becomes 0). */
.video-js.vjs-error {
	height: 150px;
}

/* Minimum height for videos should not be less than the size of play button. */
.mediaplugin_videojs video {
	min-height: 32px;
}

/* MDL-61020: VideoJS timeline progress bar should not be flipped in RTL mode. */

/* Prevent the progress bar from being flipped in RTL. */
/*rtl:ignore*/
.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
	left: 0;
	right: auto;
}

/* Keep the video scrubber button at the end of the progress bar in RTL. */
/*rtl:ignore*/
.video-js .vjs-play-progress:before {
	left: auto;
	right: -0.5em;
}

/* Prevent the volume slider from being flipped in RTL. */
/*rtl:ignore*/
.video-js .vjs-volume-level {
	left: 0;
	right: auto;
}

/* Keep the volume slider handle at the end of the volume slider in RTL. */
/*rtl:ignore*/
.vjs-slider-horizontal .vjs-volume-level:before {
	left: auto;
	right: -0.5em;
}

.dir-rtl .vjs-loading-spinner:before,
.dir-rtl .vjs-loading-spinner:after {
	right: 0;
}

/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */

pre[class*="language-"] {
	color: black;
	background: none;
	text-shadow: 0 1px white;
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	font-size: 1em;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	line-height: 1.5;

	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;

	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre[class*="language-"]::-moz-selection,
pre[class*="language-"] ::-moz-selection {
	text-shadow: none;
	background: #b3d4fc;
}

pre[class*="language-"]::selection,
pre[class*="language-"] ::selection {
	text-shadow: none;
	background: #b3d4fc;
}

@media print {
	pre[class*="language-"] {
		text-shadow: none;
	}
}

/* Code blocks */
pre[class*="language-"] {
	padding: 1em;
	margin: .5em 0;
	overflow: auto;
}

pre[class*="language-"] {
	background: #f5f2f0;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: slategray;
}

.token.punctuation {
	color: #999;
}

.token.namespace {
	opacity: .7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
	color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
	color: #690;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
	color: #9a6e3a;
	/* This background color was intended by the author of this theme. */
	background: hsla(0, 0%, 100%, .5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
	color: #07a;
}

.token.function,
.token.class-name {
	color: #dd4a68;
}

.token.regex,
.token.important,
.token.variable {
	color: #e90;
}

.token.important,
.token.bold {
	font-weight: bold;
}

.token.italic {
	font-style: italic;
}

.token.entity {
	cursor: help;
}

.filter_embedquestion-iframe {
	display: block;
	width: 100%;
	height: 250px;
	border: 0 none;
	background: transparent;
}

body#page-filter-embedquestion-showquestion {
	height: auto;
	overflow-y: hidden;
	background: transparent;
}

body#page-filter-embedquestion-showquestion #ou-site-body,
body#page-filter-embedquestion-showquestion #osep-pagewrapper,
body#page-filter-embedquestion-showquestion #page-content,
body#page-filter-embedquestion-showquestion #page {
	background: transparent;
}

body#page-filter-embedquestion-showquestion #region-main,
body#page-filter-embedquestion-showquestion #osep-mainwrapper {
	padding: 0;
}

body#page-filter-embedquestion-showquestion .que {
	margin: 0;
	border-top: none;
	padding-top: 0;
}

body#page-filter-embedquestion-showquestion .que .filter_embedquestion-fill-link button {
	padding: 0;
	font-size: 1em;
	text-align: left;
}

/* This needs to work both inside and outside the iframe. */
.filter_embedquestion-error {
	background-color: #f0f0f1;
	padding: 5px 10px;
}

form#embedqform select {
	max-width: 100%;
}

@property --percent {
	syntax: '<number>';
	inherits: true;
	/* stylelint-disable-next-line -- not yet supported in FireFox. */
	initial-value: 0;
}

.fc-chart-pie .chart-area .chart-image {
	width: auto;
}

.fc-progress-pie {
	--color: purple;
	--percent: 0;
	--size: 150px;
	--border: 20px;
	--bgcolor: #f0f0f0;

	width: var(--size);
	aspect-ratio: 1;
	position: relative;
	display: inline-grid;
	margin: 5px;
	place-content: center;
	font-size: 1.5rem;
	font-weight: bold;
}

.fc-progress-pie:before,
.fc-progress-pie:after {
	content: "";
	position: absolute;
	border-radius: 50%;
}

.fc-progress-pie:before {
	inset: 0;
	background:
		radial-gradient(farthest-side, var(--color) 98%, #0000) top/var(--border) var(--border) no-repeat,
		conic-gradient(var(--color) calc(var(--percent) * 1%), #0000 0);
	-webkit-mask: radial-gradient(farthest-side, #0000 calc(99% - var(--border)), #000 calc(100% - var(--border)));
	mask: radial-gradient(farthest-side, #0000 calc(99% - var(--border)), #000 calc(100% - var(--border)));
	background-color: var(--bgcolor);
	background-size: 0 0, auto;

}

.fc-progress-pie:after {
	inset: calc(50% - var(--border) / 2);
	background: var(--color);
	transform: rotate(calc(var(--percent) * 3.6deg)) translateY(calc(50% - var(--size) / 2));
	content: none;
}

.fc-progress-pie.animate {
	animation: fc-progress-pie-percent 1s .5s both;
}

@keyframes fc-progress-pie-percent {
	from {
		--percent: 0;
	}
}

kbd {
	padding: 0.1rem 0.4rem;
	background-color: #eee;
	border: 1px solid #b4b4b4;
	border-radius: 0.25rem;
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 0 0 rgba(255, 255, 255, 0.7) inset;
	color: #333;
	white-space: nowrap;
	display: inline-block;
}

#glossaryfilteroverlayprogress {
	position: fixed;
	top: 50%;
	width: 100%;
	text-align: center;
}

.jsenabled #MathJax_ZoomFrame {
	position: absolute;
}

/**
 * Filters
 */
.mediaplugin {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

.mediaplugin,
.mediaplugin video {
	/* Make videos as wide as possible without being wider than their containers */
	width: 100%;
	max-width: 100%;
}

.mediaplugin>div {
	margin: auto;
}

/* This is needed to display videos in an adequate size and without too much space
   withing the specific mod assign table views. */
.path-mod-assign .gradingtable .mediaplugin,
.path-mod-assign .submissionsummarytable .mediaplugin {
	width: 400px;
	height: auto;
}

/* Make media plugin behave properly in mod summaries and labels */
.mod-indent-outer .mediaplugin {
	display: table-cell;
}

/* Make media plugin behave properly in Modal dialog. */
.modal-dialog .mediaplugin {
	width: 100vw;
}

/* Popup */
body .recitautolink_popup .modal-dialog {
	width: fit-content;
	width: -moz-fit-content;
	max-width: none !important;
	margin: auto;
}

body .recitautolink_popup .modal-body {
	padding: 0;
}

body .recitautolink_popup iframe {
	width: 80vw;
	max-width: 1500px;
	height: 90vh;
	max-height: 90vh;
	border: 0;
}

body .recitautolink_popup_16x9 iframe {
	width: 70vw !important;
	max-width: 1500px;
	height: 43vw !important;
	border: 0;
}


body .recitautolink_popup .modal-header {
	padding: 0.5rem 0.5rem;
	background-color: rgba(221, 222, 220, 0.95)
}

body .recitautolink_popup .modal-header h3 {
	margin-bottom: 0rem;
}

.filter-recitcahiertraces_personal-note-embedded .title {
	font-weight: 500;
	font-size: 20px;
}

@media screen and (max-width: 767px) {
	.filter-recitcahiertraces_personal-note-embedded .btn-group .btn {
		font-size: 0;
	}

	.filter-recitcahiertraces_personal-note-embedded .btn-group i {
		font-size: initial;
	}
}

.filter-recitcahiertraces_recit-loading {
	display: none;
	font-size: 40px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 2000;
	transform: translate(-50%, -50%);
	transform: -webkit-translate(-50%, -50%);
	transform: -moz-translate(-50%, -50%);
	transform: -ms-translate(-50%, -50%);
}

.filter-recitcahiertraces_recit-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #00000080;
}

body.wrs_plugin.wrs_filter {
	font-family: Arial;
}

span.wrs_plugin.wrs_filter {
	font-weight: bold;
}

span.wrs_ok.wrs_plugin.wrs_filter {
	color: #090;
}

span.wrs_error.wrs_plugin.wrs_filter {
	color: #d00;
}

table.wrs_plugin.wrs_filter,
th.wrs_plugin.wrs_filter,
td.wrs_plugin.wrs_filter,
tr.wrs_plugin.wrs_filter {
	border: solid 1px #000;
	border-collapse: collapse;
	padding: 5px;
	white-space: pre;
}

td.title.wrs_plugin.wrs_filter {
	font-weight: bold;
}

th.wrs_plugin.wrs_filter {
	background-color: #eee;
}

img.wrs_plugin.wrs_filter {
	border: none;
}

.jsenabled .tox-shadowhost.tox-fullscreen,
.jsenabled .tox.tox-tinymce.tox-fullscreen {
	z-index: 1050;
}

/**
 * These styles are required to ensure that icons loaded from Moodle are displayed correctly in TinyMCE.
 * The first selector targets the menu.
 * The second selector targets the context menu.
 */
.tox .tox-tbtn svg[data-buttonsource="moodle"] image,
.tox-collection__item-icon svg[data-buttonsource="moodle"] image {
	width: inherit;
	height: inherit;
}

.tox.tox-tinymce .tox-toolbar__group {
	padding-right: 0;
}

/* Prevent navbar obscuring modal content (ignores fullscreen). */
.tox.tox-tinymce:not(.tox-fullscreen)+.tox .tox-dialog-wrap {
	padding-top: var(--navbar-height);
}

/* Modify Tiny's max-height calculation here to factor in navbar height on small viewports (ignores fullscreen). */
@media only screen and (max-width: 767px) {
	body:not(.tox-force-desktop) .tox.tox-tinymce:not(.tox-fullscreen)+.tox .tox-dialog-wrap .tox-dialog {
		max-height: calc((100vh - 8px * 2) - var(--navbar-height)) !important;
		/* stylelint-disable-line declaration-no-important */
	}
}

/** Styles included in topics course format */

.format-onetopic ul.onetopic {
	padding: 0;
	margin-bottom: 0;
}

.format-onetopic .format_onetopic-tabs .nav-link {
	white-space: nowrap;
	width: 100%;
	max-width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	padding-right: 1.3rem;
}

.format-onetopic ul.nav-tabs.format_onetopic-tabs li.marker a {
	font-weight: bold;
}

.format-onetopic ul.nav-tabs.format_onetopic-tabs li.dimmed a {
	color: #999;
	opacity: 0.5;
}

.format-onetopic ul.nav-tabs li a span.iconhelp {
	cursor: pointer;
	margin-left: 5px;
	pointer-events: auto;
	position: absolute;
	right: 3px;
}

.format-onetopic ul.nav-tabs li a span.iconhelp i {
	margin: 0;
}

.format-onetopic .onetopic-tab-body {
	padding-top: 10px;
	padding-bottom: 10px;
}

.format-onetopic .onetopic-withsectionbg .course-section,
.format-onetopic .onetopic-withsubsectionbg .course-section {
	margin-top: 0;
	background: #fffb;
	padding: 0 0.75rem;
	border-radius: 5px;
}

.format-onetopic .onetopic-withsectionbg ul.section .activity-item,
.format-onetopic .onetopic-withsectionbg .content .summarytext {
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
}

.format-onetopic .onetopic-withsubsectionbg {
	margin: 0 10px;
	padding: 10px 0;
}

.format-onetopic .onetopic-tab-body-secondrow {
	padding-top: 10px;
}

/* Its a subtabs bar */
.format-onetopic .onetopic-tab-body .format_onetopic-tabs {
	padding-left: 20px;
}

/* End Its a subtabs bar */

.format-onetopic .content .summarytext .iconwithhelp {
	cursor: pointer;
}

.format-onetopic .content .summarytext .iconwithhelp .icon {
	margin: 0;
}

.format-onetopic .verticaltabs.hastopictabs {
	display: flex;
}

.format-onetopic .verticaltabs>.tabs-wrapper {
	width: 250px;
	border-right: 1px solid #dee2e6;
	border-bottom: none;
}

.format-onetopic .verticaltabs>.tabs-wrapper .nav-tabs {
	display: block;
}

.format-onetopic .verticaltabs>.tabs-wrapper .nav-item {
	margin-right: -1px;
	margin-bottom: 0;
	max-width: 100%;
}

.format-onetopic .verticaltabs>.tabs-wrapper .nav-item .nav-link {
	border-radius: 0.5rem 0 0 0.5rem;
}

.format-onetopic .verticaltabs .onetopic-tab-body {
	width: calc(100% - 250px);
}

.format-onetopic .verticaltabs>.tabs-wrapper .nav-tabs .nav-link:hover,
.format-onetopic .verticaltabs>.tabs-wrapper .nav-tabs .nav-link:focus,
.format-onetopic .verticaltabs>.tabs-wrapper .nav-tabs .nav-link.active,
.format-onetopic .verticaltabs>.tabs-wrapper .nav-tabs .nav-item.show .nav-link {
	border-color: #dee2e6 #fff #dee2e6 #dee2e6;
	margin-right: -1px;
}

.format-onetopic .onetopic-subtabs_body {
	padding: 0 15px;
}

.format-onetopic .onelinetabs .tabs-wrapper {
	position: relative;
	max-width: 100%;
	height: 40px;
	margin: 0 auto;
	overflow-x: hidden;
	overflow-y: hidden;
}

.format-onetopic .onelinetabs .onetopic-tab-body {
	padding-top: 20px;
}

.format-onetopic .onelinetabs .tabs-wrapper.hasscroll {
	padding: 0 20px;
	border-bottom: 1px solid #dee2e6;
}

.format-onetopic .onelinetabs .tabs-wrapper .nav.nav-tabs {
	height: 60px;
	box-sizing: border-box;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	flex-wrap: nowrap;
}

.format-onetopic .onelinetabs .tabs-wrapper .scroll-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 20px;
	border: none;
	background-color: #fff;
}

.format-onetopic .onelinetabs .tabs-wrapper .left-arrow {
	left: 0;
	border-right: 1px solid #dee2e6;
	box-shadow: 1px 0 7px #dee2e6;
}

.format-onetopic .onelinetabs .tabs-wrapper .right-arrow {
	right: 0;
	border-left: 1px solid #dee2e6;
	box-shadow: -1px 0 7px #dee2e6;
}

.format-onetopic .nav-item .subtopic {
	font-size: 90%;
}

.format-onetopic .activityinsummarytpl,
.format-onetopic .activityinsummarytpl .activity-basis {
	display: inline;
	position: relative;
}

.format-onetopic .format_onetopic-tabs.hiddentabsbar {
	border: 1px dashed #888;
	padding: 5px 0 1px;
}

.format-onetopic .format_onetopic-tabs .haschilds a .icon.fa-chevron-down {
	font-size: 80%;
}

/* Fixing specific themes */
.format-onetopic.theme_adaptable .onelinetabs .tabs-wrapper {
	height: 50px;
}

.format-onetopic.theme_adaptable .onelinetabs .tabs-wrapper .nav.nav-tabs {
	height: 65px;
}

.format-onetopic.theme_adaptable .onelinetabs .tabs-wrapper .nav-item {
	margin-top: 0;
}

/* Moove or other fontawesome based icons */
.format-onetopic .onelinetabs .tabs-wrapper .right-arrow .fa-plus-square:before {
	content: "";
}

.format-onetopic .onelinetabs .tabs-wrapper .left-arrow .fa-plus-square:before {
	content: "";
}

/* Template styles */
.format-onetopic .onetopic .cmnameinline .activityiconcontainer {
	padding-left: 0.2rem;
	padding-right: 0;
	display: inline;
}

.format-onetopic .activityinsummarytpl .description .course-description-item {
	background-color: transparent;
}

.format-onetopic .activityinsummarytpl .description .availabilityinfo {
	display: inline-block;
	min-width: 300px;
	margin: 0;
	padding: 0;
}

.format-onetopic .activity-dates-inline {
	display: flex;
}

.format-onetopic .activity_dateinline {
	display: block;
}

.format-onetopic .modal-body .activity-info .completion-dropdown a[role="button"].btn,
.format-onetopic .modal-body .activity-info .completion-dropdown button.btn {
	color: #1d2125;
	background-color: #fff;
	border-color: #ced4da;
	min-height: 32px;
	font-weight: bold;
	border-radius: 0.5rem;
}

.format-onetopic .modal-body .activity-info .completion-dropdown a[role="button"].btn:hover,
.format-onetopic .modal-body .activity-info .completion-dropdown button.btn:hover {
	color: #fff;
	background-color: #6a737b;
	border-color: #b1bbc4;
}

/* End of template styles */

/* Completion */
.format-onetopic .onetopic .completiontag img.icon {
	margin: 0 3px 0 5px;
}

/* End of completion*/

/* Sections/activities navigation */
.format-onetopic .section-navigation .prevsection,
.format-onetopic .section-navigation .nextsection {
	display: flex;
	min-width: 100px;
}

.format-onetopic .section-navigation .nextsection {
	justify-content: right;
	margin-left: 5px;
}

.format-onetopic .section-navigation .prevsection {
	justify-content: left;
	margin-right: 5px;
}

.format-onetopic .section-navigation .prevsection a,
.format-onetopic .section-navigation .nextsection a {
	display: flex;
	align-items: center;
	line-height: 100%;
}

.format-onetopic .section-navigation .prevsection a {
	padding-right: 10px;
}

.format-onetopic .section-navigation .nextsection a {
	flex-direction: row-reverse;
	padding-left: 10px;
	text-align: right;
}

.format-onetopic .course-section .description .section_availability>.availabilityinfo {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

/* The jump list if exist */
.format-onetopic .single-section .section-navigation.mdl-bottom div:nth-child(2) {
	max-width: calc(100% - 210px);
}

/* Tab styles configuration */
#onetopic-tabstyles .tabstyleset-buttons button {
	margin-bottom: 10px;
}

#onetopic-styleswindow fieldset {
	display: flex;
	flex-wrap: wrap;
}

#onetopic-styleswindow fieldset>div {
	display: flex;
	padding: 5px;
}

#onetopic-styleswindow fieldset>div>div {
	display: flex;
}

#onetopic-styleswindow fieldset>div>div button {
	margin-right: 5px;
}

#onetopic-styleswindow fieldset>div.whithlabel {
	flex-direction: column;
}

#onetopic-styleswindow fieldset>div.whithlabel label {
	color: #888;
	text-align: center;
}

#onetopic-styleswindow [data-control="colorpicker"] {
	width: 100px;
}

#onetopic-styleswindow .colorpicker {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fffe;
	padding: 10px;
}

#onetopic-styleswindow .colorpicker #admin-colorpicker {
	flex-direction: column;
	align-items: center;
}

#onetopic-styleswindow .buttons-box {
	text-align: center;
}

#page-course-editsection.format-onetopic #onetopic-tabstyles {
	border: 1px solid #dee2e6;
	padding: 10px;
	border-radius: 5px;
}

#onetopic-styleswindow .onetopic-selecticon .listicons:not(.hidden) {
	overflow: auto;
	padding: 10px;
	position: absolute;
	left: 5px;
	right: 5px;
	bottom: 10px;
	top: 0;
	border-radius: 5px;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
}

#onetopic-styleswindow .onetopic-selecticon .listicons .windowheader {
	width: 100%;
	background: #999;
	padding: 5px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	cursor: pointer;
}

#onetopic-styleswindow .onetopic-selecticon .listicons span {
	cursor: pointer;
	padding: 5px;
	border: 1px solid #dee2e6;
	display: inline-block;
	margin: 1px;
	width: 30px;
	text-align: center;
}

#onetopic-styleswindow .onetopic-selecticon .listicons span:hover {
	transform: scale(2);
	border-radius: 2px;
	box-shadow: 2px 2px 4px 1px #ccc;
	background-color: #fff;
}

#onetopic-styleswindow .onetopic-selecticon .listicons span i {
	font-size: 15px;
	margin: 0;
	width: auto;
	height: auto;
}

#onetopic-styleswindow .onetopic-selecticon .iconselected {
	padding: 5px;
	border: 1px solid #333;
	border-radius: 5px;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#onetopic-styleswindow .onetopic-selecticon .iconselected i {
	font-size: 20px;
	margin: 0;
	height: auto;
	width: auto;
}

.format-onetopic .format_onetopic-tabs .nav-link span.tabicon span i {
	margin: 0;
	font-size: inherit;
}

.format-onetopic .format_onetopic-tabs .nav-link:not(:hover) span.tabicon span.tabicon-hover,
.format-onetopic .format_onetopic-tabs .nav-link:hover span.tabicon span.tabicon-default,
.format-onetopic .format_onetopic-tabs .nav-link:hover span.tabicon span.tabicon-active {
	display: none;
}

.format-onetopic .format_onetopic-tabs .nav-link:hover span.tabicon span.tabicon-hover,
.format-onetopic .format_onetopic-tabs .nav-link:hover span.tabicon span.tabicon-hover {
	display: inline-block;
}

#page-course-format-onetopic-migratestyles .migrate-btnbox {
	padding: 20px 0;
}

#page-course-format-onetopic-migratestyles .migrate-btnbox a {
	margin-right: 10px;
}

/* The slide navigation is only available to wide screens */
@media (min-width: 600px) {

	.format-onetopic .sectionsnavigation-slides {
		position: relative;
	}

	.format-onetopic .single-section.sectionsnavigation-slides .nextsection a,
	.format-onetopic .single-section.sectionsnavigation-slides .prevsection a {
		display: none;
		font-size: 0;
		position: absolute;
		top: calc(50% - 40px);
		background-color: #fff;
		border-radius: 25px;
		border: 1px solid #dee2e6;
		width: 50px;
		height: 50px;
		align-items: center;
		justify-content: center;
		opacity: 0.3;
		box-shadow: 2px 2px 4px 1px #ccc;
		text-decoration: none;
	}

	.format-onetopic .single-section.sectionsnavigation-slides:hover .nextsection a,
	.format-onetopic .single-section.sectionsnavigation-slides:hover .prevsection a {
		display: flex;
	}

	.format-onetopic .single-section.sectionsnavigation-slides:hover .nextsection a {
		right: -30px;
	}

	.format-onetopic .single-section.sectionsnavigation-slides:hover .prevsection a {
		left: -20px;
	}

	.format-onetopic .single-section.sectionsnavigation-slides .nextsection span,
	.format-onetopic .single-section.sectionsnavigation-slides .prevsection span {
		font-size: 40px;
	}

	.format-onetopic .single-section.sectionsnavigation-slides .nextsection a:hover,
	.format-onetopic .single-section.sectionsnavigation-slides .prevsection a:hover {
		opacity: 1;
		cursor: pointer;
		width: auto;
		font-size: inherit;
	}

	.format-onetopic .single-section.sectionsnavigation-slides .prevsection a:hover {
		text-align: left;
		justify-content: left;
		padding-right: 10px;
	}

	.format-onetopic .single-section.sectionsnavigation-slides .nextsection a:hover {
		text-align: right;
		justify-content: right;
		padding-left: 10px;
		flex-direction: row-reverse;
	}
}

@media (max-width: 600px) {
	.format-onetopic .verticaltabs.hastopictabs {
		display: block;
	}

	.format-onetopic .verticaltabs .onetopic-tab-body {
		width: auto;
	}

	.format-onetopic .verticaltabs>.tabs-wrapper {
		width: auto;
	}

	.format-onetopic .course-content .section-navigation {
		flex-direction: column;
	}
}

.course-content .editing-mode-menu li.section {
	list-style: none;
	margin-bottom: 1rem;
}

.course-content .editing-mode-menu li.section[data-section-level="2"] {
	padding-left: 3.3rem;
}

.course-content .editing-mode-menu li.section[data-section-level="3"] {
	padding-left: 6.3rem;
}

.recitformatmenu .accordion-toggle::before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f0d7";
	color: grey;
}

.recitformatmenu .accordion-toggle.collapsed::before {
	/* symbol for "collapsed" panels */
	content: "\f0da";
}

/* width */
.reciteditingmenu ::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

/* Track */
.reciteditingmenu ::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
.reciteditingmenu ::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */
.reciteditingmenu ::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.reciteditingmenu .nav-inner {
	position: relative;
	overflow-y: auto;
}

@media screen and (min-width: 1200px) {
	.reciteditingmenu .nav {
		flex-flow: column;
	}
}

.activityiconcontainer.small2 {
	width: 30px;
	height: 30px;
}

.format-singleactivity .tree_item.orphaned a {
	color: red;
}

/*CSS including colour variables for colours set at course level*/
/*Formerly included in dynamic styles via mustache*/
/*The variables e.g. --format-tiles-colour are defined in dynamic_styles mustache template*/

.format-tiles .course-content ul.tiles .tile.tilestyle-1,
.format-tiles .course-content ul.tiles .tile.tilestyle-2,
.format-tiles li.section:not(#section-0).tilestyle-1 .course-section-header,
.format-tiles li.section:not(#section-0).tilestyle-2 .course-section-header {
	border-top-color: var(--format-tiles-colour);
	border-radius: 0;
}

.format-tiles .course-content ul.tiles .tile.tilestyle-1,
.format-tiles .course-content ul.tiles .tile.tilestyle-2 {
	border-top-color: var(--format-tiles-colour);
	transition: border-top-color 0s;
}

.format-tiles .tile-bg,
.format-tiles li.section:not(#section-0).tilestyle-1 .course-section-header.tile-bar-heading,
.format-tiles li.section:not(#section-0).tilestyle-2 .course-section-header.tile-bar-heading {
	background-color: var(--format-tiles-colour-05);
}

.format-tiles ul.tiles .tile-clickable.tilestyle-1:hover,
.format-tiles ul.tiles .tile-clickable.tilestyle-1.current:hover,
.format-tiles ul.tiles .tile-clickable.tilestyle-2:hover,
.format-tiles ul.tiles .tile-clickable.tilestyle-2.current:hover {
	border-top-color: var(--format-tiles-colour-5);
	transition: border-top-color 0s, transform .2s ease-in-out;
}

.format-tiles .course-content ul.tiles .tile.tilestyle-1.selected,
.format-tiles .course-content ul.tiles .tile.tilestyle-2.selected {
	border-top-color: var(--format-tiles-colour-5);
}

.format-tiles.format-tiles-high-contrast .course-content ul.tiles .tile.tilestyle-1.selected,
.format-tiles.format-tiles-high-contrast .course-content ul.tiles .tile.tilestyle-2.selected {
	box-shadow: 0 0 20px 10px var(--format-tiles-high-contrast-black);
}

.format-tiles .embed_cm_modal .modal-header {
	background-color: var(--format-tiles-colour);
}

.format-tiles ul.tiles .current .sectiontitle::after {
	background-color: red;
}

.format-tiles .embed_cm_modal .modal-header h5,
.format-tiles .embed_cm_modal .modal-header h4 {
	color: #fff;
}

.format-tiles .embed_cm_modal .modal-header .btn-close {
	color: #fff;
	opacity: 0.8;
}

.format-tiles .badge-info {
	background-color: var(--format-tiles-colour);
}

.format-tiles .course-content .single-section .navigation-arrows .navigation-arrow:not(.dimmed):hover,
.format-tiles .embed_cm_modal .embed_file_button:hover {
	background-color: var(--format-tiles-colour-1);
}

.format-tiles.single-section-page #course-header {
	width: 100%;
}

.format-tiles .filterbutton:hover,
.format-tiles .sectionbutton:hover {
	background-color: var(--format-tiles-colour-1);
	transition: all 0.1s ease-in-out;
}

.format-tiles .sectionbutton:focus-visible,
.format-tiles .sectionbutton:focus {
	outline: 1px solid black;
}

.format-tiles .filterbutton.selected {
	background-color: var(--format-tiles-colour-1);
}

.format-tiles button.tiles-top-button:hover {
	background-color: var(--format-tiles-colour-1);
}

.format-tiles .background-course-base {
	background-color: var(--format-tiles-colour);
}

.format-tiles .tiles-base-bg {
	background-color: var(--format-tiles-colour);
}

.format-tiles .tiles-base-transparent7-bg {
	background-color: var(--format-tiles-colour-7);
}

.format-tiles .tiles-base-transparent05-bg {
	background-color: var(--format-tiles-colour-05);
}

/*Other CSS*/

.format-tiles ul.tiles {
	transition: 0.3s ease-in-out;
	overflow: visible;
	width: 100%;
	/*was hidden but want to allow drop down edit menu for last item on page to be displayed in full*/
	margin: auto;
	padding: 0;
}

.format-tiles ul.tiles.expanded {
	max-height: unset;
	overflow: visible;
}

.format-tiles li.section {
	margin-top: 10px;
	list-style: none;
}

.format-tiles .course-content li.section ul.format-tiles-cm-list {
	list-style: none;
	padding-inline-start: 10px;
}

.format-tiles ul.tiles#multi_section_tiles li.tile.section.main {
	/*tile contents when displayed in the multi tile screen via JS*/
	background-color: #fff;
	margin: 10px;
	padding: 30px 0 30px 0;
	width: 100%;
}

.format-tiles ul.tiles#multi_section_tiles li.section#section-0 {
	padding: 0;
}

.format-tiles .modal-backdrop.fade.in {
	opacity: 0.2;
}

.format-tiles ul.tiles li.section .format_tiles_section_content {
	margin: 0 10px 0 0;
}

.format-tiles li.section .format_tiles_section_content.dimmed {
	opacity: 0.6;
}

.format-tiles ul.tiles li.section .left {
	float: left;
}

.format-tiles ul.tiles li.section .right {
	float: right;
}

.format-tiles ul.tiles li.section .right img.icon {
	padding: 0 0 4px 0;
}

.format-tiles ul.tiles li.section .left .section-handle img.icon {
	padding: 0;
	vertical-align: baseline;
}

.format-tiles ul.tiles li.section .activity-count {
	margin-right: 3px;
}

.format-tiles li#section-0.section.main.clearfix {
	border-bottom: 0;
}

.format-tiles .tile a {
	text-decoration: none;
	padding: 7px 10px 5px 10px;
}

.format-tiles .progress-indic {
	color: #676767;
}

.format-tiles .progress-indic svg {
	width: 40px;
	height: 40px;
	display: inline-block;
}

.format-tiles .progress-indic i.fa {
	opacity: 0.5;
	height: 30px;
}

.format-tiles .progress-indic i.fa-check {
	color: darkgreen;
}

.format-tiles .progress-indic svg circle.partial {
	stroke: #888;
	fill: none;
}

.format-tiles.format-tiles-high-contrast .progress-indic svg circle.partial {
	stroke: var(--format-tiles-high-contrast-black);
}

.format-tiles .progress-indic svg circle.whole {
	stroke: rgba(0, 0, 0, 0.15);
	fill: none;
}

.format-tiles.format-tiles-high-contrast .progress-indic svg circle.whole {
	stroke: rgb(188, 188, 188);
}

.format-tiles .progress-indic svg text {
	font-size: 18px;
	font-weight: normal;
	transition: all 0.2s ease-in-out;
	fill: #666;
}

.format-tiles.format-tiles-high-contrast .progress-indic svg text {
	fill: var(--format-tiles-high-contrast-black);
}

.format-tiles .tiletopright i.icon.fa {
	font-size: 30px;
	width: 30px;
	height: 30px;
	vertical-align: top;
}

.format-tiles .progress-indic .progress-indic-label {
	display: inline-block;
	vertical-align: top;
	line-height: 40px;
	margin-right: 3px;
	color: #676767;
	font-size: 0.9em;
}

.format-tiles.format-tiles-high-contrast .progress-indic .progress-indic-label {
	color: var(--format-tiles-high-contrast-black);
}

.format-tiles .overall-progress {
	text-align: center;
	color: grey;
	transition: all 0.5s;
}

.format-tiles .overall-progress.hidden {
	display: none;
}

.format-tiles #page .course-content ul li.section.main.current {
	background-color: inherit;
}

.format-tiles .icon20 {
	max-width: 20px;
	max-height: 20px;
	opacity: 0.5;
}

.format-tiles .tiletopright {
	float: right;
}

.format-tiles .tiletopright img {
	opacity: 0.5;
}

.format-tiles .icon40 {
	max-width: 40px;
	max-height: 40px;
	opacity: 0.5;
}

.format-tiles .icon50 {
	max-width: 50px;
	max-height: 50px;
	opacity: 0.5;
}

.format-tiles ul.tiles#multi_section_tiles {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.format-tiles #single_section_tiles {
	display: block;
	padding-left: 0;
	margin-left: 0;
}

.format-tiles ul.tiles#multi_section_tiles li.section {
	display: block;
}

.format-tiles.editing ul.tiles#multi_section_tiles li.section {
	padding: 0;
}

.format-tiles .editing ul.tiles#multi_section_tiles li.section,
.format-tiles ul.tiles#multi_section_tiles li#section-0.section {
	display: block;
	width: 100%;
}

.format-tiles #section-0 .addresourcemodchooser {
	position: relative;
}

.format-tiles .course-content ul li.section.main:not(.delegated-section) {
	width: calc(100% - 15px);
	background-color: white;
	/* stop 'dot' background image in essential theme*/
	background-image: none;
	margin-top: 10px;
	padding-top: 12px;
}

.format-tiles .course-content ul li.section.main:not(.delegated-section):target {
	padding-top: 0;
	margin-top: 30px;
}

.format-tiles .activity:target {
	/* stylelint-disable-next-line declaration-no-important */
	margin-top: 0 !important;
	/* stylelint-disable-next-line declaration-no-important */
	padding-top: 0 !important;
}

.format-tiles .subtile a.menu-action {
	/*essential for clean and other themes to ensure that the link is on top to avoid non responsive menu*/
	z-index: 1;
}

.format-tiles .course-content ul li.section.main.moveablesection {
	padding: 30px 10px 10px 10px;
	margin-left: 7px;
}

.format-tiles.format-tiles-high-contrast .course-content ul li.section.main.moveablesection {
	box-shadow: 0 0 20px 10px var(--format-tiles-high-contrast-black);
}

.format-tiles .course-content ul.tiles .tile {
	display: flex;
	flex-basis: 225px;
	max-width: 260px;
	flex-grow: 1;
	margin: 7px;
	height: 175px;
	vertical-align: top;
	background-color: #fff;
	border-top: 0.45em solid transparent;
	transition: background-color 0.2s ease-in-out, all 0.5s ease-in-out;
	color: #777;
	box-shadow: 2px 4px 5px 0 #bdbdbd;
	position: relative;
}

.format-tiles .tile a.tile-link:focus-visible {
	box-shadow: rgb(96, 96, 96) 2px 4px 5px 0;
}

.format-tiles .course-content ul.tiles .tile:focus-visible h3 {
	text-decoration: underline;
}

.format-tiles .course-content ul.tiles .tile.spacer,
.format-tiles.pagelayout-course .course-content li.section ul li.activity.spacer

/* Remui theme */
	{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	max-height: 0;
}

.format-tiles .course-content li.section ul.section {
	list-style: none;
}

.format-tiles.jsenabled .course-content ul.tiles .tile.tile-collapsed {
	display: none;
	transition: all 0.3s ease-in-out;
}

.format-tiles.jsenabled .course-content ul.tiles .tile.tile-collapsing {
	opacity: 0;
	display: flex;
	transition: all 0.3s ease-in-out;
}

.format-tiles ul.tiles li:empty {
	height: 0;
	min-height: 0;
	border: none;
	box-shadow: none;
	visibility: hidden;
}

.format-tiles .tile a {
	color: #333;
	width: 100%;
}

.format-tiles .section li.activity.label h1,
.format-tiles .section li.activity.label h2,
.format-tiles .section li.activity.label h3,
.format-tiles .section li.activity.label h4 {
	color: #555;
}

.format-tiles .section li.activity.label .dimmed_text h1,
.format-tiles .section li.activity.label .dimmed_text h2,
.format-tiles .section li.activity.label .dimmed_text h3,
.format-tiles .section li.activity.label .dimmed_text h4 {
	color: #818a91;
}

.format-tiles .hidden .sectiontitle h2,
.format-tiles #page-content .hidden .sectiontitle h2 a.quickeditlink {
	color: #818a91;
}

.format-tiles .course-content ul.tiles .tile-clickable:hover,
.format-tiles li.activity.subtile:not(.unclickable):hover {
	transform: translateY(-6px);
	transition: 0.3s ease-in-out;
}

.format-tiles ul.tiles .tile-top {
	height: 55px;
	width: 100%;
}

.format-tiles .course-content ul.tiles .tile.tilestyle-1.current,
.format-tiles .course-content ul.tiles .tile.tilestyle-2.current {
	border-top-color: red;
}

.format-tiles ul.tiles .tile:not(.tile-restricted) .tiletopright .fa-lock {
	display: none;
}

.format-tiles .expandcontrol {
	margin: 0 30px 0 30px;
}

.format-tiles ul.tiles li.section .warningtext {
	color: red;
}

.format-tiles ul.tiles li.section .warningbar {
	background-color: red;
	color: #fff;
	padding: 5px;
	margin-left: 40px;
	width: 90%;
}

.format-tiles ul.tiles li#spacersection {
	height: 130px;
}

.format-tiles li.activity.subtile.spacer {
	height: 0;
	min-height: 0;
	border: 0;
	opacity: 0;
	display: flex;
	flex-basis: 225px;
	max-width: 240px;
	flex-grow: 1;
	margin: 5px;
	visibility: hidden;
}

.format-tiles ul.tiles .tile .topic-number {
	display: inline-block;
	float: right;
	font-size: 1.5em;
	padding-right: 0.5em;
	vertical-align: top;
}

.format-tiles .moveablesection li.tile .tileiconcontainer {
	margin-left: 0.5rem;
}

.format-tiles .tileiconcontainer,
.format-tiles .tileiconcontainer img {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 55px;
	height: 55px;
	font-size: 1em;
}

.format-tiles li.activity .tileiconcontainer {
	padding: 10px;
	border-radius: 100%;
	width: 105px;
	height: 105px;
	text-align: center;
	margin-top: 25px;
}

.format-tiles li.activity .tileiconcontainer .tile-icon .icon {
	color: #fff;
	width: 65px;
	height: 65px;
	margin: 0;
}

.format-tiles li.tile .tile-icon .icon {
	max-width: unset;
	max-height: unset;
}

.format-tiles li.activity .tileiconcontainer .tile-icon .icon.fa {
	font-size: 60px;
}

.format-tiles li.section .tiles-editor-image .tile-icon img,
.format-tiles.format-tiles-high-contrast li.tile .tile-icon img {
	filter: brightness(0);
}

.format-tiles .tileiconcontainer.hasphoto {
	width: 85px;
}

.format-tiles .tileiconcontainer .icon {
	width: 55px;
	height: 55px;
}

.format-tiles .tileiconcontainer .icon.fa {
	font-size: 55px;
}

.format-tiles:not(.editing) .course-content .tilestyle-1 .tile-icon .icon,
.format-tiles:not(.editing) .course-content .tilestyle-2 .tile-icon .icon {
	color: #8c8c8c;
	opacity: 1;
}

.format-tiles:not(.editing).format-tiles-high-contrast .course-content .tilestyle-1 .tile-icon .icon,
.format-tiles:not(.editing).format-tiles-high-contrast .course-content .tilestyle-2 .tile-icon .icon,
.format-tiles.format-tiles-high-contrast .sectionbutton {
	color: var(--format-tiles-high-contrast-black);
}

.format-tiles .tile-number,
.format-tiles ul.tiles .tile h2.tile-number {
	border: 4px solid #8c8c8c;
	height: 55px;
	width: 55px;
	border-radius: 8px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 34px;
	color: #8c8c8c;
}

.format-tiles.format-tiles-high-contrast .tile-number,
.format-tiles.format-tiles-high-contrast ul.tiles .tile h2.tile-number {
	color: var(--format-tiles-high-contrast-black);
	border-color: var(--format-tiles-high-contrast-black);
}

.format-tiles #icon-picker-modal-body .tile-number-container {
	max-height: 70px;
}

.format-tiles #icon-picker-modal-body .tile-number-container.suggested:after {
	content: "\A";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--format-tiles-colour);
	display: inline-block;
	transform: translate(60px, -80px);
}

.format-tiles .tiles-editor-image .tile-number {
	border: 3px solid rgb(29, 33, 37);
	height: 42px;
	width: 42px;
	font-size: 25px;
	color: rgb(29, 33, 37);
	margin-left: 17px;
}

.format-tiles #icon-picker-modal-body button.tile-number {
	background-color: #fff;
	padding: 5px;
}

.format-tiles #icon-picker-modal-body button.tile-number:hover {
	background-color: rgb(243, 243, 243);
}

.format-tiles:not(.editing) .course-content .completioncheckbox.complete .icon {
	color: #fff;
}

.format-tiles:not(.editing) .course-content .completioncheckbox .icon {
	color: #ababab;
}

.format-tiles .completioncheckbox .icon {
	font-size: 19px;
	width: 23px;
	position: absolute;
	left: 0;
	top: 3px;
	height: 24px;
}

.format-tiles li.section.current:not(#section-0) .course-section-header.tile-bar-heading {
	border-top-color: red;
}

.format-tiles.path-course-view li.activity>div:not(.activity-item).completioncheckbox {
	padding: 0;
}

.format-tiles .sectionbutton .icon {
	font-size: 1.4em;
	margin-right: 0;
	width: 20px;
	height: 20px;
}

.format-tiles .sectionbutton .icon.fa-home {
	font-size: 1.3em;
}

.format-tiles a.sectionbutton:hover {
	text-decoration: none;
}

.format-tiles .sectionbutton img.icon {
	width: 18px;
	height: 18px;
}

.format-tiles .pagesechead {
	max-width: calc(100% - 115px);
	min-height: 60px;
	z-index: 1;
	position: relative;
	display: inline-block;
	/*z-index needs to be behind navigation-arrows as they may overlap*/
}

.format-tiles #single_section_tiles .pagesechead {
	max-width: calc(100% - 175px);
}

.format-tiles .sectionbuttons {
	position: relative;
	right: 30px;
	top: 0;
	z-index: 2;
}

.format-tiles .sectionbutton {
	background-color: rgba(243, 243, 243);
	margin-left: 5px;
	opacity: 1;
	width: 45px;
	height: 45px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	border: none;
	color: var(--bs-btn-color);
}

.format-tiles .expand-section,
.format-tiles .collapse-section {
	width: 30px;
	height: 30px;
	background-size: contain;
	margin-top: 10px;
}

.format-tiles .expand-section {
	background-image: url(/theme/image.php/recit2/format_tiles/1759007012/expand);
}

.format-tiles .collapse-section {
	background-image: url(/theme/image.php/recit2/format_tiles/1759007012/collapse);
}

.format-tiles ul.tiles .tile .tile-text {
	text-align: left;
	width: 100%;
	height: 105px;
	line-height: 100px;
	padding-top: 5px;
	position: relative;
}

.format-tiles ul.tiles .tile.phototile .tile-text {
	line-height: 1.5em;
}

/* centralise text vertically on tile */
.format-tiles ul.tiles .tile .tile-textinner {
	display: inline-block;
	line-height: normal;
	top: 45%;
	transform: translate(0, -40%);
	position: absolute;
	word-wrap: break-word;
	max-width: 220px;
}

.format-tiles ul.tiles .tile .tile-textinner.longtitle h3 {
	font-size: 1.2em;
}

.format-tiles a img {
	outline: none;
	-moz-outline-radius: 0;
}

.format-tiles .single-section .navigation-arrow:not(.dimmed):hover {
	transition: all 0.2s ease-in-out;
	transform: scale(1.05, 1.05);
}

/* the following items are to avoid lots of padding under section 0 in single section view */
.format-tiles .single-section {
	/* stylelint-disable-next-line declaration-no-important */
	margin-top: 0 !important;
}

.format-tiles .single-section h3.sectionname {
	text-align: left;
}

.format-tiles #section-0 ul.section {
	margin: 1rem 1rem 0 1rem;
}

/*dealing with left border to current section in boost theme*/
.format-tiles .course-content .current::before {
	/* stylelint-disable-next-line declaration-no-important */
	border-left: none !important;
}

.format-tiles #section-0 .format_tiles_section_content .summary .no-overflow,
.format-tiles #section-0 .format_tiles_section_content .summary .no-overflow p {
	margin-bottom: 0;
}

.format-tiles .ul.tiles .single-section .section-navigation {
	margin-bottom: 0;
}

.format-tiles ul.tiles li.section .format_tiles_section_content .modtype_label .no-overflow,
.format-tiles #section-0 .format_tiles_section_content .summary .no-overflow {
	margin-bottom: 5px;
}

.format-tiles .label_content {
	overflow: hidden;
}

.format-tiles .label.dimmed {
	opacity: 0.7;
}

.format-tiles .label-collapse-btn {
	float: left;
}

.format-tiles .expand-collapse-all-btns {
	width: 100%;
	text-align: right;
}

.format-tiles .buttonhidesec0 {
	display: none;
}

.format-tiles .buttonhidesec0.closed .sec-zero-open-icon {
	display: none;
}

.format-tiles .buttonhidesec0.open .sec-zero-closed-icon {
	display: none;
}

.format-tiles .buttonhidesec0.open .sec-zero-open-icon {
	display: flex;
}

.format-tiles .buttonhidesec0.closed .sec-zero-closed-icon {
	display: flex;
}

body.jsenabled.format-tiles .buttonhidesec0 {
	display: inline-block;
}

body#page-course-view-tiles.format-tiles {
	/*Avoid layout changes in Chrome when tiles open/close and scrollbar appears/disappears.*/
	overflow-y: scroll;
}

.format-tiles #collapsiblesec0 {
	display: block;
}

.format-tiles #section-0 {
	min-height: 50px;
}

body.jsenabled.format-tiles #collapsiblesec0 {
	display: none;
}

/*allows buttons to be displayed at top of this section without going under alert boxes e.g. 'All caches were purged.'*/
.format-tiles .course-content {
	position: relative;
}

.format-tiles #collapsiblesec0 {
	display: none;
}

.format-tiles .collapsiblesec0 ul.section {
	padding-bottom: 20px;
}

.format-tiles .collapsiblesec0 li#section-0 {
	display: block;
	width: 100%;
	transition: opacity 0.3s ease-in-out;
}

.format-tiles .collapsiblesec0.collapsed li#section-0 {
	/* stylelint-disable-next-line declaration-no-important */
	opacity: 0 !important;
}

.format-tiles .collapsiblesec0.expanded li#section-0 {
	opacity: 1;
}

.format-tiles #navicons {
	float: right;
	opacity: 0.3;
}

.format-tiles #navicons img {
	width: 40px;
	height: 40px;
}

.format-tiles #editactivities:hover {
	opacity: 1;
}

.format-tiles #hiddeneye {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
	opacity: 0.5;
}

.format-tiles .course-content #filterbuttons {
	margin-right: 6px;
	display: flex;
	justify-content: start;
	margin-bottom: 3px;
	min-height: 45px;
	padding: 5px;
	background-color: rgb(248, 249, 250);
	border-radius: 10px;
	flex-wrap: wrap;
}

.format-tiles.format-tiles-high-contrast .course-content #filterbuttons i.fa-filter.fa-filter,
.format-tiles.format-tiles-high-contrast .filterbutton {
	color: var(--format-tiles-high-contrast-black);
}

.format-tiles .overall-prog-radial {
	font-size: 1.2em;
	height: 40px;
	margin-left: 10px;
	float: right;
}

.format-tiles .overall-prog-radial i {
	font-size: 30px;
	height: 30px;
	width: 30px;
	color: green;
}

.format-tiles .overall-prog-radial svg {
	width: 33px;
	height: 33px;
}

.format-tiles .completioncheckbox {
	float: right;
}

.format-tiles li.activity:not(.label) .completionspinner {
	position: absolute;
	top: 3px;
	right: 3px;
}

.format-tiles li.activity.label .completionspinner {
	float: right;
	width: 25px;
	height: 25px;
}

.format-tiles .completioncheckbox.background-course-base i {
	color: #fff;
}

.format-tiles .completioncheckbox.complete {
	background-color: #298a08;
	color: #fff;
	border-color: #298a08;
}

.format-tiles .completioncheckbox.fail {
	background-color: #a90202;
	color: #fff;
	border-color: #a90202ff;
}

.format-tiles .modal-header .completioncheckbox:not(.complete) {
	border: 2px solid #ffffffa8;
	color: #fff;
	background-color: #efefef;
}

.format-tiles .completioncheckbox.background-course-base.complete i {
	color: #fff;
}

.format-tiles .allcomplete .icon {
	font-size: 2em;
	width: 30px;
	height: 30px;
	color: #ffaa30;
}

.format-tiles .course-content #filterintro {
	display: inline-block;
	padding: 10px;
	margin-left: 3px;
	margin-right: 3px;
	color: #aaa;
	overflow: hidden;
}

.format-tiles .course-content #filterintro i {
	font-size: 20px;
}

.format-tiles #abovetiles {
	min-height: 42px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.format-tiles #abovetiles.sec-zero-closed {
	width: calc(100% - 95px);
}

.format-tiles #abovetiles.section-zero-empty {
	width: calc(100% - 40px);
}

.format-tiles .phototile .progress-indic {
	color: rgba(255, 255, 255);
	padding: 2px 7px 2px 7px;
	position: absolute;
	bottom: 10px;
	left: 0;
	font-size: 0.9em;
}

.format-tiles .phototile .progress-indic,
.format-tiles .subtile.hasphoto .activitytype,
.format-tiles.editing .subtile.hasphoto .editable-title {
	background-color: rgba(var(--format-tiles-colour-elems), var(--format-tiles-photo-tile-text-bg-opacity));
}

.format-tiles .tilestyle-2.phototile .progress-indic {
	top: 5px;
	right: 0;
	bottom: unset;
	left: unset;
}

.format-tiles .phototile .progress-complete-alt img {
	margin-top: 4px;
}

.format-tiles li.activity.subtile.hasphoto {
	border-top-color: var(--format-tiles-colour);
}

.format-tiles .filterbutton {
	cursor: pointer;
	min-width: 50px;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	padding: 8px;
	color: #555;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	border-radius: 8px;
	margin: 0 1px 0 1px;
}

.format-tiles .course-content li.activity.label h1,
.format-tiles .section li.activity.label h2,
.format-tiles .course-content li.activity.label h3,
.format-tiles .course-content li.activity.label h4,
.format-tiles .editor_atto_content_wrap h1,
.format-tiles .editor_atto_content_wrap h2,
.format-tiles .editor_atto_content_wrap h3,
.format-tiles .editor_atto_content_wrap h4 {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	overflow: hidden;
}

.format-tiles ul.tiles .tile h3 {
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: normal;
	color: #333;
	word-wrap: break-word;
}

.format-tiles .sectiontitlecontainer {
	margin: 0 0 0.5em 0.5em;
	display: inline-block;
}

.format-tiles .sectiontitle {
	display: inline-block;
	padding-left: 10px;
	font-size: 2em;
	padding-right: 7px;
}

.format-tiles .sectiontitle::after,
.format-tiles.path-course-view-section .page-header-headings h1::after {
	content: "";
	display: block;
	height: 4px;
	background-color: var(--format-tiles-colour);
}

.format-tiles .sectiontitle h2 {
	font-weight: 600;
	color: #666;
	display: inline-block;
}

.format-tiles.format-tiles-high-contrast .sectiontitle h2 {
	color: var(--format-tiles-high-contrast-black);
}

.format-tiles #section-0 .contentwithoutlink .no-overflow p {
	margin: 0;
}

.format-tiles #section-0 .contentwithoutlink .no-overflow {
	margin-bottom: 10px;
}

.format-tiles .tiles .section.main:not(.delegated-section) {
	/* stylelint-disable-next-line declaration-no-important */
	border: 0 !important;
	/* We use important here as core-course-dragdrop is not replacing this.originalstyle correctly. */
	/* stylelint-disable-next-line declaration-no-important */
	opacity: 1 !important;
	border-radius: 10px;
}

.format-tiles .hidden #hiddeneye {
	background-image: url(/theme/image.php/recit2/format_tiles/1759007012/eye-slash);
	margin-left: 10px;
}

.format-tiles #editactivitiesimage {
	background-image: url(/theme/image.php/recit2/core/1759007012/a/view_list_active);
	display: inline-block;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
	opacity: 0.6;
}

.format-tiles .tile-loading-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 150px;
	padding-top: 55px;
	text-align: center;
}

.format-tiles .tile-loading-icon img {
	width: 24px;
	height: 30px;
}

.format-tiles .section .activity .activityinstance div.unclickable {
	display: block;
}

.format-tiles .section .activity .activityinstance div.contentafterlink {
	display: block;
}

.format-tiles .section .activity.subtile .contentafterlink {
	position: absolute;
	left: 0;
	bottom: 0;
	margin-left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
}

.format-tiles .section .label .mod-indent-outer {
	padding-left: 0;
}

.format-tiles.editing .section .mod-indent-outer {
	max-width: calc(100% - 100px);
}

.format-tiles .section .activity-wrapper .activity-item {
	width: 100%;
}

.format-tiles.editing .tile-icon i {
	margin-right: 0;
}

.format-tiles.path-course-view #region-main {
	overflow-x: visible;
}

.format-tiles textarea#id_headertextabovetiles.form-control {
	width: 100%;
}

.format-tiles .cursorpointer {
	cursor: pointer;
}

#page-course-editsection .format-tiles .icon_picker_modal button.btn-close {
	color: #333;
	opacity: 0.9;
}

.format-tiles #icon_picker_modal .iconpickericons button.pickericondiv,
.format-site #icon_picker_modal .iconpickericons button.pickericondiv {
	padding: 10px;
	cursor: pointer;
	display: inline-block;
	background-color: #fff;
	border: none;
	width: 81px;
	height: 81px;
}

.format-tiles #icon_picker_modal .iconpickericons .pickericondiv img.icon {
	max-width: 65px;
	max-height: 65px;
}

.format-tiles .tiles-editor-image img.icon,
.format-tiles li.section:not(#section-0) .course-section-header img.icon {
	max-width: 45px;
	max-height: 45px;
}

#page-course-editsection .format-tiles .icon_picker_modal .modal-header,
#page-course-edit .format-tiles .icon_picker_modal .modal-header {
	color: #333;
}

.format-tiles .iconpickericons button.pickericondiv:hover,
.format-site .iconpickericons button.pickericondiv:hover {
	background-color: rgb(243, 243, 243);
}

.format-tiles #icon-picker-modal-body #tile-numbers-container {
	max-width: 750px;
}

.format-tiles .icon_picker_modal .modal-dialog {
	max-width: 90%;
}

.format-tiles .modal-dialog {
	margin: 5px auto;
}

.format-tiles .pickericon .icon,
#page-course-edit.format-site .pickericon .icon {
	width: 55px;
	height: 55px;
	max-width: 55px;
	max-height: 55px;
	font-size: 55px;
	vertical-align: top;
	margin: 3px;
	color: #8c8c8c;
}

.format-tiles .embed_cm_modal .modal {
	margin: 10px auto;
}

.format-tiles .embed_cm_modal iframe {
	border: 0;
}

.format-tiles .embed_cm_modal .modal-body {
	max-height: 95%;
	overflow-y: auto;
	min-height: 200px;
	padding: 0;
}

.format-tiles .embed_cm_modal.mod_page .modal-body {
	padding: 2em;
}

.format-tiles .modal-container.embed_cm_modal .modal-header {
	padding: 5px 10px 5px 10px;
	opacity: 0.8;
	border-bottom: 0;
	text-shadow: none;
	background-image: none;
	color: #fff;
	min-height: 23px;
}

.format-tiles .embed_cm_modal button[data-action="toggle-manual-completion"] {
	color: #fff;
	border-color: #fff;
	padding: 2px 5px 0 5px;
}

.format-tiles .modal-container .modal .modal-header.embed_cm_modal h3 {
	color: #fff;
}

/*Different themes have these classes slightly differently so repeat some of these*/
.format-tiles .embed_cm_modal .modal-header {
	padding: 5px 10px 5px 10px;
}

.format-tiles .modal-container.embed_cm_modal .modal .modal-header h3 {
	color: #fff;
}

.format-tiles .embed_cm_modal .modal-footer {
	display: none;
}

.format-tiles .embed_cm_modal a i {
	width: 20px;
	height: 20px;
	font-size: 0.9em;
}

.format-tiles .embed_cm_modal button {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.format-tiles .embed_cm_modal .modal-header #modaltitle {
	font-size: 1.2em;
}

.format-tiles li.activity.subtile {
	display: flex;
	flex-basis: 225px;
	max-width: 240px;
	flex-grow: 1;
	height: 215px;
	vertical-align: top;
	text-align: center;
	padding: 0 5px 0 5px;
	margin: 5px;
	background-repeat: no-repeat;
	background-position: 50% 70%;
	-webkit-background-size: 38px auto;
	background-size: 48px auto;
	transition: 0.3s ease-in-out;
	position: relative;
	/* We use important here as dragdrop is not removing its own inline opacity once dragdrop complete.*/
	/* See moodle-core-dragdrop this.originalstyle (not replaced correctly). */
	/* stylelint-disable-next-line declaration-no-important */
	opacity: 1 !important;
}

.format-tiles .subtile_inner,
.format-tiles .fullwidth {
	width: 100%;
}

.format-tiles .clickable-region {
	height: 110px;
	width: 230px;
	display: block;
}

.format-tiles #page-content li.activity.subtile.dimmed a.dropdown-toggle {
	color: #888;
}

.format-tiles li.activity.dimmed .inplaceeditable,
.format-tiles li.section .summary.dimmed,
.format-tiles li.activity.subtile.dimmed .activityinstance {
	opacity: 0.5;
}

/*For subtiles, use normal opacity to avoid deep edit menus going under the tile below*/
.format-tiles li.activity.subtile.dimmed {
	opacity: 1;
	/* stylelint-disable-next-line declaration-no-important */
	border-top-color: lightgray !important;
}

.format-tiles .dimmed .label_content {
	color: grey;
}

.format-tiles .subtiles {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: calc(100% - 2em);
}

.format-tiles .subtiles li.activity.label {
	padding: 10px;
	width: 100%;
}

.format-tiles.editing .subtiles li.activity.label {
	border: 1px solid rgb(231, 231, 231);
	position: relative;
}

/*YouTube iframes embedded in labels may be too wide */
.format-tiles li.activity.label iframe {
	width: 100%;
}

.format-tiles li.activity.subtile .activityname {
	position: absolute;
	bottom: 0;
	left: 0;
	min-height: 50px;
	width: 100%;
	text-align: center;
	background-color: #fff;
	padding: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	overflow-wrap: break-word;
	word-break: break-word;
}

.format-tiles li.activity.subtile .editable-title {
	background-color: #f9f9f9cc;
}

.format-tiles li.activity.subtile .activityname h5 {
	margin: 0;
	font-weight: normal;
	font-size: 16px;
}

.format-tiles li.activity:focus {
	outline: 1px dotted;
}

.format-tiles li.activity.subtile .activitytype {
	padding: 0 5px 10px 5px;
	display: block;
	text-transform: uppercase;
	color: grey;
	font-size: 0.9em;
}

.format-tiles li.activity.subtile a:not(.dropdown-item),
.format-tiles #page-content li.activity.subtile a:not(.dropdown-item) {
	color: #565656;
}

.format-tiles .subtiles .instancename {
	height: 98%;
	width: 100%;
	/*this is clickable so take up whole tile*/
}

.format-tiles .subtiles .hasphoto.instancename {
	padding-top: 2px;
}

.format-tiles li.activity.subtile a:hover,
.format-tiles #page-content li.activity.subtile a:hover {
	text-decoration: none;
}

.format-tiles.editing .subtiles .completioncheckbox {
	position: absolute;
	right: 1px;
	top: 8px;
}

.format-tiles .completion-spacer {
	height: 22px;
}

.format-tiles .tile .completion-spacer {
	width: 26px;
}

.format-tiles .subtile .completion-spacer {
	width: 33px;
}

.format-tiles u.subtiles li.activity button[data-action="toggle-manual-completion"]:hover {
	border: 3px solid orange;
	border-radius: 50%;
	transition: border 300ms ease-in-out;
}

.format-tiles .completioncheckbox {
	border: 3px solid #ababab;
	border-radius: 50%;
	transition: border 300ms ease-in-out;
	height: 30px;
	width: 30px;
	position: relative;
	text-align: center;
}

.format-tiles li.tile:not(.is-complete) .tileallcomplete,
.format-tiles .tile:not(.is-complete) .completion-spacer {
	display: none;
}

.format-tiles li.tile:not(.phototile) .tileallcomplete {
	margin-top: 5px;
}

.format-tiles li.tile.is-complete .tiles-hide-if-complete,
.format-tiles #tiles-overall-progress-outer.is-complete .tiles-hide-if-complete {
	display: none;
}

.format-tiles li.tile:not(.is-complete) .tiles-hide-if-incomplete,
.format-tiles #tiles-overall-progress-outer:not(.is-complete) .tiles-hide-if-incomplete {
	display: none;
}

.format-tiles li.tile .completioncheckbox {
	padding-left: 0;
	margin-right: 5px;
	margin-top: 5px;
	width: 30px;
	min-width: 30px;
	position: absolute;
	top: 0;
	right: 0;
}

.format-tiles .completioncheckbox img {
	padding-bottom: 5px;
	margin-right: 0;
}

.format-tiles li.tile .completioncheckbox img {
	margin-top: 4px;
}

.format-tiles button.completioncheckbox:not(.complete),
.format-tiles .completioncheckbox:not(.complete) {
	background-color: rgba(255, 255, 255, 0.7);
}

.format-tiles .subtile .completioncheckbox {
	position: absolute;
	top: 3px;
	right: 5px;
}

.format-tiles.editing .subtile .completioncheckbox {
	margin-right: 1px;
}

.format-tiles .modal-header .completioncheckbox i {
	font-size: 1.1em;
	margin-right: 0;
}

.format-tiles .completioncheckbox:focus {
	outline: none;
}

.format-tiles .embed-module-buttons button.completioncheckbox {
	height: 25px;
	width: 25px;
	padding-left: 0;
	margin-top: 2px;
	border: 2px solid #fffa;
}

.format-tiles .completioncheckbox.completion-auto {
	opacity: 0.6;
	height: 30px;
	min-width: 30px;
	width: 30px;
}

.format-tiles .embed_cm_modal .embed_file_button,
.format-tiles .modal-container .modal .modal-header button.btn-close {
	display: inline-block;
	width: 28px;
	height: 28px;
	font-size: 1.4em;
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	opacity: 0.9;
	text-align: center;
	box-shadow: none;
}

.format-tiles .modal-container .modal .modal-header button.btn-close {
	font-size: 1.8em;
	background-repeat: no-repeat;
	background-image: url(/theme/image.php/recit2/format_tiles/1759007012/close-white);
	background-size: 17px 17px;
}

.format-tiles .modal-container .modal .modal-header .embed-module-buttons .btn-close {
	/*Clean theme.*/
	position: relative;
	top: unset;
	right: unset;
}

.format-tiles .embed-module-buttons {
	min-width: 125px;
	text-align: right;
	display: flex;
	justify-content: flex-end;
}

.format-tiles .embed-module-buttons button.btn-close {
	width: 28px;
	height: 28px;
	float: none;
}

.format-tiles .embed-module-buttons a:focus,
.format-tiles .embed-module-buttons form:focus {
	outline: 1px dotted;
}

.format-tiles .embed-module-buttons .icon:hover,
.format-tiles .embed-module-buttons img.icon:hover {
	opacity: 0.7;
}

.format-tiles .embed-module-buttons .btn {
	box-shadow: none;
	margin-top: 2px;
}

.format-tiles .embed-module-buttons a .icon {
	color: #fff;
}

.format-tiles .embed_cm_modal .embed-module-buttons .completioncheckbox .icon {
	padding: 0;
}

.format-tiles .modal-header .completioncheckbox:not(.complete) .icon {
	width: 14px;
	height: 14px;
}

.format-tiles .embed_cm_modal .modal-title {
	max-width: calc(100% - 120px);
}

.format-tiles .sectionerror {
	margin-left: 30px;
}

.format-tiles .section.subtiles .activity .editing_move {
	position: relative;
}

.format-tiles .section.subtiles .activity .actions {
	position: absolute;
	top: 1px;
}

.format-tiles.editing .section.subtiles .activity .actions {
	left: 35px;
}

.format-tiles .section.subtiles .activity.label .actions {
	top: 0;
	right: 0;
	left: inherit;
	position: absolute;
}

.format-tiles .subtile .dropdown-menu .dropdown-item {
	padding-top: 3px;
	padding-bottom: 3px;
}

.format-tiles .above-tiles-buttons a.dropdown-item .custom-switch.checked .custom-control-label::before,
.format-tiles .navigation-arrows a.dropdown-item .custom-switch.checked .custom-control-label::before {
	color: #fff;
	border-color: #0f6cbf;
	background-color: #0f6cbf;
}

.format-tiles .above-tiles-buttons a.dropdown-item .custom-switch.checked .custom-control-label::after,
.format-tiles .navigation-arrows a.dropdown-item .custom-switch.checked .custom-control-label::after {
	background-color: #fff;
	left: -1.75rem;
}

.format-tiles .above-tiles-buttons a.dropdown-item:hover .custom-switch.checked .custom-control-label::before {
	border-color: #fff;
}

.format-tiles.editing .section .activity.subtile .cm-inner {
	margin-top: 25px;
}

.format-tiles .section .activity.subtile .cm-inner {
	width: 100%;
}

.format-tiles.editing .section .activity.subtile .activityinstance {
	padding: 0;
	display: block;
	color: #565656;
	font-size: 19px;
	overflow: hidden;
	height: calc(100% - 20px);
	margin-top: 25px;
	margin-left: 0;
}

.format-tiles .section .activity.subtile .activityinstance {
	padding-right: 0;
}

.format-tiles .subtile .activityinstance>a:focus {
	background-color: inherit;
	box-shadow: none;
}

.format-tiles.editing .section .activity .activityinstance {
	margin-left: 30px;
}

.format-tiles.editing .section .activity.subtile .action-menu {
	background-color: #f9f9f9;
}

.format-tiles li.activity .subtile-activityinstance {
	position: absolute;
	top: 5px;
	height: 95%;
	overflow: hidden;
	width: 100%;
}

.format-tiles.editing li.activity .subtile-activityinstance {
	top: 0;
	left: 0;
}

.format-tiles li.subtile img.activityicon {
	display: none;
	/* when a teacher uses in place editing of mod name, the item is refreshed complete with icon which we do not want so hide it*/
}

.format-tiles #section-0 .activity .activityinstance .inplaceeditable img.activityicon {
	display: inherit;
}

.format-tiles li.subtile .availabilityinfo {
	margin: 0;
	position: absolute;
	left: unset;
	bottom: 60px;
	background-color: inherit;
}

.format-tiles li.subtile.hasactivityname .availabilityinfo {
	left: 0;
	bottom: 10px;
}

.format-tiles li.tile .availabilityinfo {
	line-height: 15px;
}

.format-tiles .inplaceeditable input.form-control {
	width: 100%;
}

.format-tiles #single_section_tiles .inplaceeditable input.form-control {
	width: 100%;
}

.format-tiles .course-content ul.section {
	margin: 0;
	padding: 1.2em;
}

.format-tiles .course-content ul.section.moveablesection {
	padding: 0;
}

.format-tiles .course-content ul.section.nosubtiles,
.format-tiles .course-content ul.section.nosubtiles .activity {
	position: relative;
}

.format-tiles .course-content ul.section.nosubtiles li.activity {
	width: 100%;
}

.format-tiles .course-content li.activity.subtile {
	padding: 0;
	background-color: #fafafa;
}

.format-tiles .course-content ul.section.nosubtiles .actions {
	margin-top: 0.5em;
	min-width: 30px;
}

.format-tiles #selectedicon .icon,
#page-course-edit.format-site #selectedicon .icon {
	font-size: 1.9em;
	width: 25px;
	height: 25px;
	color: grey;
}

.format-tiles #selectedicon {
	margin-right: 10px;
}

.format-tiles .modal-header:focus,
.format-tiles .resourcecontent:focus,
.format-tiles li.activity.subtile {
	box-shadow: 2px 4px 5px 0 #bdbdbd;
	border-radius: 10px;
}

.format-tiles .modal-header:focus,
.format-tiles .resourcecontent:focus,
.format-tiles li.activity.subtile:not(:focus) {
	outline: unset;
}

.format-tiles a.cm-link:focus,
.format-tiles a.tile-link:focus {
	outline: unset;
	box-shadow: 2px 4px 5px 0 #bdbdbd;
}

.format-tiles li.activity a.cm-link {
	width: 100%;
}

.format-tiles li.activity.subtile a {
	text-align: center;
}

.format-tiles .resourceintro {
	margin: 60px;
}

.format-tiles .subtilecontrols {
	top: 0;
	left: 0;
	position: absolute;
}

.format-tiles .editingactivity {
	margin-left: 30px;
}

.format-tiles .margin-rt .section-cm-edit-actions {
	margin-right: 35px;
}

.format-tiles.editing .label_content {
	padding-left: 30px;
}

.format-tiles.editing ul.section {
	margin-left: 3em;
	padding-right: 3em;
}

.format-tiles .tooltip-inner {
	background-color: #fff;
	color: #181818;
	border: 2px solid #4a4a4a;
	opacity: 0.98;
}

.format-tiles.format-tiles-subtiles .tooltip-inner ul {
	margin-left: 0;
	padding-left: 10px;
	text-align: left;
}

.format-tiles.editing .section-summary-activities {
	width: 200px;
	text-align: right;
	max-height: 60px;
	margin-right: 3px;
}

.format-tiles .section-summary-activities .activity-count {
	display: block;
}

.format-tiles.editing .section-summary-activities .activity-count {
	display: inline;
}

.format-tiles .dimmed .completioncheckbox {
	opacity: 0.6;
}

.format-tiles fieldset#id_courseformathdr .colourpickercircle,
.format-site fieldset#id_courseformathdr .colourpickercircle {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px 0 5px;
	border: 3px solid;
}

.format-tiles fieldset#id_courseformathdr .colourpickercircle:hover,
.format-site fieldset#id_courseformathdr .colourpickercircle:hover {
	border-color: orange;
}

.format-tiles fieldset#id_courseformathdr .colourpickercircle.selected,
.format-site fieldset#id_courseformathdr .colourpickercircle.selected {
	background-image: url(/theme/image.php/recit2/format_tiles/1759007012/check-white);
	background-size: contain;
}

.format-tiles fieldset#id_courseformathdr #colourselectnotify,
.format-site fieldset#id_courseformathdr #colourselectnotify {
	color: #212529;
	background-color: #e9ecef;
	border-radius: 0.2rem;
	padding: 2px 8px;
	height: 26px;
	font-size: 0.9em;
	display: none;
	top: 0;
	position: relative;
}

.format-tiles li.dndupload-preview {
	width: 100%;
}

.format-tiles .loading-subtile {
	width: 200px;
	padding: 90px;
}

.format-tiles .course-content ul.tiles .tile.phototile {
	padding: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 175px;
}

.format-tiles .course-content ul.tiles .tile.phototile.tilestyle-1 .photo-tile-text,
.format-tiles .course-content ul.tiles .tile.phototile.tilestyle-2 .photo-tile-text {
	top: 10px;
	bottom: inherit;
	width: calc(100% - 10px);
	text-align: left;
	position: absolute;
}

.format-tiles .course-content ul.tiles .tile.phototile.tilestyle-1 .photo-tile-text h3,
.format-tiles .course-content ul.tiles .tile.phototile.tilestyle-2 .photo-tile-text h3 {
	display: inline;
	background-color: rgba(var(--format-tiles-colour-elems), var(--format-tiles-photo-tile-text-bg-opacity));
	line-height: var(--format-tiles-photo-tile-text-line-height);
	padding: var(--format-tiles-photo-tile-text-padding) 7px;
	text-align: center;
	color: #fff;
}

.format-tiles .course-content ul.tiles .tile.phototile.tilestyle-1 .photo-tile-text h3,
.format-tiles .course-content ul.tiles .tile.phototile.tilestyle-2 .photo-tile-text h3 {
	font-size: 20px;
	box-decoration-break: clone;
	/*Chrome needs this*/
	-webkit-box-decoration-break: clone;
}

.format-tiles ul.tiles .tile.phototile .tile-text {
	margin-top: 35px;
}

.format-tiles li.tile.phototile .availabilityinfo {
	position: absolute;
	bottom: 10px;
	right: 0;
}

.format_tiles .section.main:not(.course-section) .activity.subtile .availabilityinfo,
.format_tiles .section.main:not(.course-section) .activity.subtile .contentafterlink,
.path-course-view li.activity.subtile>div.contentafterlink {
	margin-left: 0;
	padding: 0;
}

/*Alternate styles for previous phototile items ("tilestyle-2" was "altstyle")*/
.format-tiles .course-content ul.tiles .tile.phototile.tilestyle-2 .photo-tile-text {
	bottom: 0;
	top: inherit;
	text-align: center;
	width: 100%;
}

.format-tiles li.activity.subtile .instancename.opaque-bg {
	background-color: rgba(249, 249, 249, 0.8);
	transition: background-color 200ms ease-in-out;
}

.format-tiles .course-content ul.tiles .tile.phototile.tilestyle-2 .photo-tile-text h3 {
	font-size: 1.3em;
	margin-top: 0;
	margin-bottom: 0;
	padding: 5px;
	position: relative;
	display: block;
	line-height: 25px;
}

.format-tiles li.tile.phototile.tilestyle-2 .availabilityinfo {
	position: absolute;
	bottom: inherit;
	top: 9px;
	left: 3px;
	right: unset;
}

.format-tiles .existingtilephoto {
	height: 160px;
	margin: 10px;
}

.format-tiles .tilebarphoto {
	width: 75px;
	height: 48px;
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
}

.format-tiles .iconpickerheader {
	height: 40px;
}

.format-tiles .iconpickerheader #phototilebtn {
	color: #fff;
}

.format-tiles .iconpickerheader #phototilebtn:hover {
	color: darkslategrey;
}

.format-tiles .tile.phototile a {
	padding: 0;
}

.format-tiles .iconpickerphotos {
	margin: 30px;
	text-align: center;
}

.format-tiles .iconpickerphotos .photo {
	height: 100px;
	width: 150px;
	background-color: lightgrey;
	margin: 0.5em;
	background-size: cover;
	padding: 0;
	vertical-align: top;
}

.format-tiles .iconpickerphotos .photo:hover {
	opacity: 0.7;
}

.format-tiles #page-loading-icon img {
	padding: 100px;
	height: 50px;
	width: 50px;
	opacity: 0.8;
}

.format-tiles a#page-loading-icon {
	color: #0c0c0c;
	text-decoration: none;
}

.format-tiles .course-content li.section .summary ul {
	list-style: disc;
}

.format-tiles .tiles-editor-image {
	margin-right: 5px;
}

.format-tiles .tiles-editor-image i.icon {
	font-size: 36px;
	width: 36px;
	height: 36px;
}

.format-tiles .secondary-navigation {
	max-width: unset;
}

.format-tiles .section .activity.subtile .activityinstance {
	display: block;
}

.format-tiles.format-tiles-tile-open .tile:not(.selected) {
	opacity: 0.5;
}

.format-tiles.format-tiles-tile-open .tile:not(.selected):hover {
	opacity: 1;
}

.format-tiles li.section:not(#section-0) .course-section-header.tile-bar-heading {
	margin-right: 5px;
	background-color: #3584c917;
	border-top: 3px solid rgba(53, 132, 201, 0.37);
	width: 100%;
	padding: 10px;
}

.format-tiles li.section:not(#section-0) .course-section-header.tile-bar-heading .course-section-header {
	width: 100%;
}

.format-tiles li.section:not(#section-0).hidden .course-section-header.tile-bar-heading,
.format-tiles li.section:not(#section-0).restricted .course-section-header.tile-bar-heading {
	background-color: #efefef;
	border-top-color: #cdcdcd;
}

.format-tiles li.section:not(#section-0).hidden .course-section-header.tile-bar-heading .tilebarphoto,
.format-tiles li.section:not(#section-0).restricted .course-section-header.tile-bar-heading .tilebarphoto {
	filter: grayscale(1);
}

.format-tiles .tiles-editor-image {
	width: 77px;
	height: 45px;
}

.format-tiles .tiles-editor-image i {
	margin-top: 5px;
}

.format-tiles .course-section-header .section-status i {
	height: 30px;
	width: 30px;
	font-size: 30px;
}

.format-tiles .course-section-header .restriction-lock i {
	font-size: 32px;
	height: 32px;
	width: 32px;
}

.format-tiles li.tile .availabilityinfo {
	position: absolute;
	bottom: 10px;
	right: 0;
}

.format-tiles li.tile.phototile .availabilityinfo {
	right: 5px;
}

.format-tiles .course-content ul.tiles .tile.tile-hidden,
.format-tiles .course-content ul.tiles .tile.tile-restricted {
	border-top-color: grey;
}

.format-tiles .course-content ul.tiles .tile.tilestyle-1.tile-hidden.phototile .photo-tile-text h3,
.format-tiles .course-content ul.tiles .tile.tilestyle-1.tile-restricted.phototile .photo-tile-text h3,
.format-tiles .course-content ul.tiles .tile.tilestyle-2.tile-hidden.phototile .photo-tile-text h3,
.format-tiles .course-content ul.tiles .tile.tilestyle-2.tile-restricted.phototile .photo-tile-text h3,
.format-tiles .tile.tile-hidden .badge-info,
.format-tiles .tile.tile-restricted .badge-info {
	background-color: #565656;
}

.format-tiles.format-tiles-high-contrast .tile.tile-restricted .badge-info,
.format-tiles.format-tiles-high-contrast .tile.tile-hidden .badge-info {
	background-color: var(--format-tiles-high-contrast-black);
}

.format-tiles .tile.tile-restricted,
.format-tiles .tile.tile-hidden {
	filter: grayscale(1);
}

.format-tiles .tile {
	z-index: 2;
}

.format-tiles .moveablesection {
	z-index: 3;
}

.format-tiles .drawer-toggles .drawer-toggler {
	z-index: 3;
}

.format-tiles .tile:not(.phototile) {
	background-color: #fff;
}

.format-tiles .tile-bg,
.format-tiles .tile-link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.format-tiles.format-tiles-high-contrast .tile-bg {
	background-color: #fff;
	border: 1px solid var(--format-tiles-colour);
}

.format-tiles.format-tiles-high-contrast li.tile.phototile .tile-link {
	border: 1px solid var(--format-tiles-colour);
}

.format-tiles .moveablesection .availabilityinfo i {
	font-size: 1.2em;
}

.format-tiles li.activity .completioncheckbox img {
	width: 19px;
	padding-left: 3px;
}

/*If the theme does not use font awesome for completion check marks, need to style the img file.*/
/*This applies to adaptable and classic and possibly other custom themes based on these*/
.format-tiles li.activity .completioncheckbox:not(.complete) img {
	filter: brightness(0.4) invert(1);
}

.format-tiles li.tile .completioncheckbox img {
	margin-top: -1px;
	width: 20px;
	margin-left: 2px;
}

.format-tiles .course-content ul li.section.moveablesection .side {
	display: block;
}

.format-tiles #section-zero-container.format-tiles-no-js #buttonhidesec0 {
	position: absolute;
	right: -45px;
	top: 0;
	width: 45px;
	height: 45px;
}

.format-tiles li.subtile .tileiconcontainer.administration {
	border: 1px dashed #da58ef30;
}

.format-tiles li.subtile .tileiconcontainer.assessment {
	border: 1px dashed #f9008630;
	background-color: #f9008606;
}

.format-tiles li.subtile .tileiconcontainer.content {
	border: 1px dashed #0099ad30;
	background-color: #0099ad06;
}

.format-tiles li.subtile .tileiconcontainer.collaboration {
	border: 1px dashed #6f46f730;
	background-color: #6f46f706;
}

.format-tiles li.subtile .tileiconcontainer.communication {
	border: 1px dashed #eb620030;
	background-color: #eb620006;
}

.format-tiles li.subtile .tileiconcontainer.interactivecontent {
	border: 1px dashed #8d3d1b30;
	background-color: #8d3d1b06;
}

.format-tiles li.subtile .tileiconcontainer.other {
	background-color: #767d8406;
}

/*Default*/
.format-tiles li.subtile .tileiconcontainer {
	border: 1px dashed #21252930;
	background-color: #21252906;
}

.format-tiles .format-tiles-colour-subtile-icon-bg li.subtile .tileiconcontainer.administration {
	background-color: #da58ef;
	border: none;
}

.format-tiles .format-tiles-colour-subtile-icon-bg li.subtile .tileiconcontainer.assessment {
	background-color: #f90086;
}

.format-tiles .format-tiles-colour-subtile-icon-bg li.subtile .tileiconcontainer.content {
	background-color: #0099ad;
	border: none;
}

.format-tiles .format-tiles-colour-subtile-icon-bg li.subtile .tileiconcontainer.collaboration {
	background-color: #6f46f7;
	border: none;
}

.format-tiles .format-tiles-colour-subtile-icon-bg li.subtile .tileiconcontainer.communication {
	background-color: #eb6200;
	border: none;
}

.format-tiles .format-tiles-colour-subtile-icon-bg li.subtile .tileiconcontainer.interactivecontent {
	background-color: #8d3d1b;
	border: none;
}

.format-tiles .format-tiles-colour-subtile-icon-bg li.subtile .tileiconcontainer.other {
	background-color: #767d84;
	border: none;
}

.format-tiles li.subtile.bigbluebuttonbn .tileiconcontainer.other {
	background-color: #0f4d9d;
}

.format-tiles .format-tiles-colour-subtile-icon-bg li.subtile .activityiconcontainer:not(.isbranded) .activityicon:not(.nofilter),
.format-tiles .format-tiles-colour-subtile-icon-bg li.subtile .activityiconcontainer:not(.isbranded) .icon:not(.nofilter) {
	filter: brightness(0) invert(1);
}

.format-tiles li.subtile .tile-icon {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*Moodle 4.4+ specific styles*/
.format-tiles li.activity.subtile .tileiconcontainer .tile-icon .icon {
	max-width: 70px;
	max-height: 70px;
	width: 70px;
	height: 70px;
	padding: 0;
}

@media (min-width: 768px) {

	body.format-tiles.limitedwidth:not(.path-mod):not(.format-tiles-single-sec) #page.drawers .main-inner,
	.format-tiles .header-maxwidth {
		max-width: unset;
	}

	.format-tiles.editing.dir-rtl #page-content {
		/*Not 100% as allow space on left for RTL edit menus to use*/
		max-width: calc(100% - 100px);
	}

	body.jsenabled.format-tiles .above-tiles-buttons {
		position: absolute;
		right: 0;
		min-width: 100px;
	}

	body.jsenabled.format-tiles .section-zero-empty .above-tiles-buttons {
		min-width: 50px;
	}

	.format-tiles #single_section_tiles .pagesechead {
		max-width: calc(100% - 175px);
	}
}

@media screen and (max-width: 680px) {
	.format-tiles .subtiles {
		/* stylelint-disable-next-line declaration-no-important */
		width: 100% !important;
		/* stylelint-disable-next-line declaration-no-important */
		justify-content: center !important;
	}

	.format-tiles li.activity.subtile {
		/* stylelint-disable-next-line declaration-no-important */
		flex-basis: 160px !important;
		min-height: 210px;
		position: relative;
		/* stylelint-disable-next-line declaration-no-important */
		margin: 0 5px 3px 0 !important;
		/* stylelint-disable-next-line declaration-no-important */
		max-width: 44% !important;
	}

	.format-tiles .clickable-region {
		/* stylelint-disable-next-line declaration-no-important */
		width: 100% !important;
	}

	.format-tiles li.subtile.spacer {
		/* stylelint-disable-next-line declaration-no-important */
		flex-basis: 130px !important;
		/* stylelint-disable-next-line declaration-no-important */
		min-width: 130px !important;
		display: none;
	}

	.format-tiles .section .activity.subtile .activityinstance {
		display: block;
	}
}

/* get rid of wide margins when viewing course on narrow (mobile) device and
allow tiles to be taller and thinner so can fit two side by side in portrait on iphone 6/7 */
@media screen and (max-width: 600px) {

	.format-tiles ul.tiles,
	.format-tiles #section-0 ul.section,
	.format-tiles .course-content .card-block {
		/* stylelint-disable-next-line declaration-no-important */
		padding-left: 0 !important;
	}

	.format-tiles .course-content ul.section {
		padding: 1em;
	}

	.format-tiles .course-content ul.section.subtiles {
		/* stylelint-disable-next-line declaration-no-important */
		margin: auto !important;
	}

	.format-tiles .course-content ul.section {
		/* stylelint-disable-next-line declaration-no-important */
		margin: 1px !important;
		/* stylelint-disable-next-line declaration-no-important */
		padding: 1px !important;
	}

	.format-tiles.path-course-view #region-main {
		padding: 0;
	}

	.format-tiles.path-course-view .card-block {
		padding-left: 0.3em;
		padding-right: 0.3em;
	}

	.format-tiles .course-content .section {
		/* stylelint-disable-next-line declaration-no-important */
		margin-left: 0 !important;
		background-color: #fff;
	}

	.format-tiles ul.tiles li.section .format-tiles_section_content {
		/* stylelint-disable-next-line declaration-no-important */
		margin: 0 !important;
	}

	.format-tiles .subtiles .course-content ul.section {
		padding: 0.5em 0.5em 0.5em 1em;
	}

	.format-tiles .pagesechead {
		max-width: unset;
		margin: 0 0 0 5px;
	}

	.format-tiles .sectiontitlecontainer {
		/* stylelint-disable-next-line declaration-no-important */
		margin: 0 !important;
	}

	.format-tiles .sectiontitle {
		width: 100%;
		margin-left: 5px;
		max-width: 98%;
	}

	.format-tiles .sectiontitle h2 {
		font-size: 1em;
	}

	.format-tiles #page.container-fluid,
	.format-tiles .path-course-view li.activity>div {
		/* stylelint-disable-next-line declaration-no-important */
		padding: 0 !important;
	}

	.format-tiles ul.tiles#multi_section_tiles {
		justify-content: center;
	}

	.format-tiles .course-content ul.tiles .tile {
		/* stylelint-disable-next-line declaration-no-important */
		flex-basis: 160px !important;
		position: relative;
		/* stylelint-disable-next-line declaration-no-important */
		max-width: calc(50% - 10px) !important;
		margin: 5px;
	}

	.format-tiles .course-content ul.tiles .tile-clickable:hover {
		transform: none;
	}

	.format-tiles li.tile:not(.phototile) .availabilityinfo {
		bottom: unset;
		left: 0;
		top: 4px;
	}

	.format-tiles .clickable-region {
		/* stylelint-disable-next-line declaration-no-important */
		width: 150px !important;
	}

	.format-tiles ul.tiles .tile .tile-text {
		height: 130px;
	}

	.format-tiles .collapsiblesec0.expanded .buttonhidesec0 {
		/* stylelint-disable-next-line declaration-no-important */
		background-color: rgba(255, 255, 255, 1) !important;
	}

	.format-tiles .progress-indic.percent {
		font-size: 0.7em;
	}

	.format-tiles .overall-prog-radial {
		display: none;
	}

	.format-tiles ul.tiles#multi_section_tiles li.section {
		margin: 0;
		padding: 5px;
	}

	.format-tiles ul.tiles#multi_section_tiles li.section.moveablesection {
		padding: 30px 0 30px 0;
	}

	.format-tiles li.activity.subtile .activityname {
		font-size: 1em;
		word-break: break-word;
		margin-top: 0;
	}

	.format-tiles .progress-indic {
		font-size: 0.8em;
	}

	.format-tiles ul.tiles .tile h3 {
		font-size: 16px;
		word-break: break-word;
	}

	.format-tiles .course-content ul.tiles .tile.phototile.tilestyle-1 .photo-tile-text h3,
	.format-tiles .course-content ul.tiles .tile.phototile.tilestyle-2 .photo-tile-text h3 {
		font-size: 16px;
	}

	.format-tiles .course-content ul.tiles .tile.phototile.tilestyle-1 .photo-tile-text h3,
	.format-tiles .course-content ul.tiles .tile.phototile.tilestyle-2 .photo-tile-text h3 {
		line-height: 27px;
	}

	.format-tiles .course-content ul.tiles .tile .photo-tile-text.longtitle h3 {
		font-size: 1em;
	}

	.format-tiles #abovetiles {
		width: 100%;
	}

	.format-tiles .above-tiles-buttons {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 330px) {
	.format-tiles li.activity.subtile .activityname {
		font-size: 0.9em;
	}
}

/* stylelint-disable declaration-no-important */
#page-admin-report-allbackups-index .initialbar {
	display: none !important;
}

#page-report-completion-index table#completion-progress {
	margin-top: 20px;
	margin-bottom: 30px;
}

#page-report-completion-index .export-actions {
	text-align: center;
	list-style: none;
}

#page-report-completion-index .criterianame,
#page-report-completion-index .criteriaicon,
#page-report-completion-index .completion-progresscell {
	text-align: center;
}

/* Custom CSS for rotated header.. */
#page-report-completion-index .rotated-text-container {
	display: inline-block;
	width: 16px;
}

/*rtl:begin:ignore*/
#page-report-completion-index .rotated-text {
	display: inline-block;
	white-space: nowrap;

	transform: translate(0, 100%) rotate(-90deg);
	transform-origin: 0 0;
	vertical-align: middle;
}

#page-report-completion-index .rotated-text:after {
	content: "";
	float: left;
	margin-top: 100%;
}

/*rtl:end:ignore*/
.admin_note {
	font-size: 0.8em;
	color: #c10031;
}

.reportcounts,
body.path-admin-report-customsql a.view-category {
	font-weight: normal;
	font-size: 0.65em;
}

.region-content .csql_category h3 {
	font-weight: bold;
}

.csql_category .categoryname {
	padding-left: 18px;
}

.csql_category.csql_categoryhidden .categoryname {
	background-image: url(/theme/image.php/recit2/core/1759007012/t/collapsed);
	background-repeat: no-repeat;
	background-position: center left;
}

.csql_category.csql_categoryshown .categoryname {
	background-image: url(/theme/image.php/recit2/core/1759007012/t/expanded);
	background-repeat: no-repeat;
	background-position: center left;
}

.csql_category .csql_category_reports {
	margin-left: 18px;
}

.csql_category.csql_categoryshown .csql_category_reports {
	display: block;
}

.csql_category.csql_categoryhidden .csql_category_reports {
	display: none;
}

#page-admin-report-customsql-edit #id_querysql {
	min-width: 100%;
	font-family: monospace;
	line-height: 1.4;
}

#page-report-embedquestion-activity .groupselector,
#page-report-embedquestion-index .groupselector {
	width: 100%;
}

#page-report-embedquestion-activity #selectgroup,
#page-report-embedquestion-index #selectgroup {
	display: block;
}

#page-report-embedquestion-activity .que.correctness .state-icon,
#page-report-embedquestion-index .que.correctness .state-icon {
	padding-left: 5px;
}

#page-report-embedquestion-activity .que.correctness,
#page-report-embedquestion-index .que.correctness {
	font-weight: bold;
}

#page-report-embedquestion-activity .que.correctness.correct,
#page-report-embedquestion-index .que.correctness.correct {
	color: #398439;
}

#page-report-embedquestion-activity .que.correctness.incorrect,
#page-report-embedquestion-index .que.correctness.incorrect {
	color: #d43f3a;
}

#page-report-embedquestion-activity .que.correctness.partiallycorrect,
#page-report-embedquestion-index .que.correctness.partiallycorrect {
	color: #f0ad4e;
}

#page-report-embedquestion-activity .generaltable,
#page-report-embedquestion-index .generaltable {
	min-height: auto;
}

#page-report-embedquestion-activity div.commands,
#page-report-embedquestion-index div.commands,
#page-report-embedquestion-activity .download-response .download-response-infomation,
#page-report-embedquestion-index .download-response .download-response-infomation,
#page-report-embedquestion-activity .download-response .download-response-buttons,
#page-report-embedquestion-index .download-response .download-response-buttons {
	padding-top: 10px;
}

#page-report-embedquestion-attemptdetail .closewindow {
	margin-top: 10px;
}

#page-report-embedquestion-activity .show-only-heading,
#page-report-embedquestion-index .show-only-heading {
	padding: 10px 0;
}

#page-report-embedquestion-activity .show-only-heading .student-info,
#page-report-embedquestion-index .show-only-heading .student-info {
	padding-right: 5px;
}

#page-report-embedquestion-activity #region-main form table span.view-all,
#page-report-embedquestion-index #region-main form table span.view-all {
	display: block;
	font-size: 0.85714em;
}

#page-report-embedquestion-responsedownload .cloudexport-info-text {
	margin-bottom: 15px;
}

#page-report-embedquestion-responsedownload .downloadexport {
	padding: 8px 0;
}

#page-report-embedquestion-responsedownload .downloadexport img {
	height: 20px;
	padding-right: 5px;
	vertical-align: baseline;
}

#page-report-embedquestion-responsedownload .downloadexport.sizer {
	padding-left: 5px;
	color: #676463;
}

.report-eventlist-name {
	color: #888;
	font-size: 0.75em;
}

.report-eventlist-datatable-table>div>table {
	width: 100%;
}

#page-admin-report-eventlist-index dt {
	float: left;
	text-align: right;
	width: 20em;
}

#page-admin-report-eventlist-index dd {
	display: block;
	text-align: left;
	margin-left: 21em;
}

#page-admin-report-eventlist-index dd+dd {
	clear: left;
}

@media (max-width: 767px) {
	#page-admin-report-eventlist-index dt {
		width: 100%;
		text-align: left;
	}

	#page-admin-report-eventlist-index dd {
		margin-left: 0;
	}

	#page-admin-report-eventlist-index dd+dd {
		margin-left: 0;
	}
}

#page-report-log-index .info {
	margin: 10px;
}

#page-report-log-index .logselectform {
	margin: 10px auto;
}

#page-report-log-user .info {
	margin: 10px;
	text-align: center;
}

#page-report-loglive-index .info {
	margin: 10px;
}

table.flexible>tbody>tr:nth-child(n).newrow>td {
	background: #d4d4d4;
}

#page-report-outline-user table tr td {
	padding: 10px 3px;
	min-width: 20px;
}

#page-report-outline-user .subsection .icon {
	padding-left: 10px;
}

.path-report-overviewstats .chartinfo,
.path-admin-report-overviewstats .chartinfo {
	margin-bottom: 1em;
}

.path-report-overviewstats .chart-image,
.path-admin-report-overviewstats .chart-image {
	width: 100% !important;
}

.path-report-overviewstats ul.chartslist,
.path-admin-report-overviewstats ul.chartslist {
	padding: 0;
	display: flex;
	gap: 0.5rem;
}

.path-report-overviewstats .chartslist li,
.path-admin-report-overviewstats .chartslist li {
	list-style: none;
	background: #0f6cbf;
	border-radius: 0.25rem;
	padding: 0.25rem 0.5rem;
}

.path-report-overviewstats .chartslist li a,
.path-admin-report-overviewstats .chartslist li a {
	color: #f9f8fb;
}

#page-report-participation-index .participationselectform {
	margin: 10px auto;
}

#page-report-participation-index .participationselectform label {
	margin-left: 15px;
	margin-right: 5px;
}

/* Die to css conflicts with form-inline, we have to create a specific class to fix submit button alignment on clean */
#page-report-participation-index .participationselectform input[type="submit"] {
	margin-bottom: 0;
}

#page-report-progress-index #completion-progress th,
#page-report-progress-index #completion-progress td {
	padding: 2px 2px;
	font-weight: normal;
	border-right: 1px solid #eee;
}

#page-report-progress-index .progress-actions {
	text-align: center;
	list-style: none;
}

#page-report-progress-index .completion_pagingbar {
	margin: 1em 0;
	text-align: center;
}

#page-report-progress-index .completion_prev {
	display: inline;
	margin-right: 2em;
}

#page-report-progress-index .completion_pagingbar p {
	display: inline;
}

#page-report-progress-index .completion_next {
	display: inline;
	margin-left: 2em;
}

#page-report-progress-index .completion-header,
#page-report-progress-index .completion-progresscell {
	text-align: center;
}

/* Custom CSS for rotated header.. */
#page-report-progress-index .rotated-text-container {
	display: inline-block;
	width: 16px;
}

#page-report-progress-index .rotated-text {
	display: inline-block;
	white-space: nowrap;
	/*rtl:remove*/
	transform: translate(0, 100%) rotate(-90deg);
	/*rtl:raw:
    transform: translate(0, 100%) rotate(90deg);
    */
	transform-origin: 0 0;
	vertical-align: middle;
}

#page-report-progress-index .rotated-text:after {
	content: "";
	float: left;
	margin-top: 100%;
}

#page-report-progress-index .modicon {
	padding-top: 5px;
}

#completion-progress .icon {
	margin-left: 0.5rem;
}

.orphandfilesh3 {
	padding: 10px;
}

.orphandfilesth {
	background-color: #ddd;
}

.report_sphorphandfiles-modName {
	width: 150px;
}

.report_sphorphandfiles-content {
	width: 500px;
}

.report_sphorphandfiles-filename {
	width: 400px;
}

.report_sphorphandfiles-tool {
	width: 100px;
}

#page-report-stats-index .graph {
	margin-bottom: 1em;
}

/**
 * Container.
 */
.path-grade-report-grader .gradeparent {
	position: relative;
}

/**
 * The table.
 */
.path-grade-report-grader .gradeparent table {
	border: 1px solid #ccc;
	border-collapse: separate;
	border-spacing: 0;
	border-bottom-width: 0;
	border-right-width: 0;
	margin-bottom: 2em;
	height: 100%;
}

/**
 * All the cells.
 */
.path-grade-report-grader .gradeparent .cell {
	border: 1px solid #ccc;
	border-top-width: 0;
	border-left-width: 0;
	padding: 0.5rem 1rem;
	vertical-align: top;
	height: 100%;
}

.path-grade-report-grader .overriddengrade {
	color: #495057;
	border: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.path-grade-report-grader .gradepass {
	color: #357a32;
}

.path-grade-report-grader .gradefail {
	color: #ca3120;
}

.path-grade-report-grader .grade_icons,
.path-grade-report-grader .category_grade_icons {
	white-space: nowrap;
	margin-top: 0.5rem;
}

.path-grade-report-grader .grade_type_value .grade_icons {
	margin-left: auto;
}

.path-grade-report-grader .grade_icons .icon {
	margin-right: 1rem;
	font-size: 14px;
	width: 24px;
}

.path-grade-report-grader .grade_icons .icon:last-child {
	margin-right: 0;
}

/**
 * All the floating divs.
 */
.path-grade-report-grader .gradeparent .floater {
	display: none;
}

.path-grade-report-grader .gradeparent .floating {
	display: block;
}

/**
 * All the headers + floating cells.
 */
.path-grade-report-grader .gradeparent .heading .cell,
.path-grade-report-grader .gradeparent .avg .cell,
.path-grade-report-grader .gradeparent .user.cell {
	font-size: 14px;
	font-weight: normal;
}

.path-grade-report-grader .gradeparent .heading .header,
.path-grade-report-grader .gradeparent .heading .userfield {
	white-space: nowrap;
}

.path-grade-report-grader .heading .gradeitemheader {
	text-indent: -2rem;
	padding-left: 2rem;
	padding-top: 6px;
}

.path-grade-report-grader .dropdown-item {
	text-align: left;
}

.path-grade-report-grader .heading .gradeitemheader .itemicon {
	text-align: right;
}

/**
 * The user cells.
 */
.path-grade-report-grader .gradeparent .user.cell {
	white-space: nowrap;
}

.path-grade-report-grader .gradeparent .highlightable.cell {
	min-width: 200px;
}

.path-grade-report-grader .gradeparent .highlightable.cell.collapsed {
	min-width: unset;
}

.path-grade-report-grader .gradeparent .user.cell .userpicture {
	border: none;
	vertical-align: middle;
}

.path-grade-report-grader .gradeitemheader {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 200px;
	vertical-align: middle;
}

/**
 * The footer's header.
 */
.path-grade-report-grader .gradeparent .range .header,
.path-grade-report-grader .gradeparent .avg .header,
.path-grade-report-grader .gradeparent .groupavg .header {
	font-weight: bold;
	text-align: right;
}

/**
 * The footer's floating cells.
 */
.path-grade-report-grader .gradeparent .avg.floating .cell {
	border-top-width: 1px;
}

/**
 * Content styling.
 */
.path-grade-report-grader .gradeparent .heading .cell .iconsmall {
	/* Fixes inconsistencies in cell height on IE. */
	padding-top: 0;
	padding-bottom: 0;
}

.path-grade-report-grader .gradeparent .sorticon {
	vertical-align: middle;
	margin: 0;
}

.path-grade-report-grader .gradeparent td.grade_type_value,
.path-grade-report-grader .gradeparent td.grade_type_value input,
.path-grade-report-grader .gradeparent td.grade_type_value div {
	text-align: right;
	margin-left: auto;
}

.path-grade-report-grader .gradeparent .gradevalue {
	display: inline-block;
}

.path-grade-report-grader .header,
.path-grade-report-grader td.userfield div {
	padding-top: 6px;
}

.path-grade-report-grader .gradeparent tr:nth-child(n) td.ajaxoverridden:nth-child(n) {
	/* Made very specific to override the default stripped style of the table. */
	background-color: #ffe3a0;
}

.path-grade-report-grader .gradeparent .excludedfloater {
	font-weight: bold;
	color: red;
	font-size: 9px;
	float: left;
}

.path-grade-report-grader .gradeparent .category {
	text-align: left;
}

/**
 * Editing fields.
 * MDL-74286 - width 100% pushes action menu out of cell.
 */
.path-grade-report-grader .gradeparent select {
	text-overflow: ellipsis;
	min-width: 8rem;
}

.path-grade-report-grader .gradeparent .text {
	border: 1px solid #666;
	width: auto;
	margin: 0;
	padding: 0;
	text-align: center;
}

.path-grade-report-grader .gradeparent table .action-menu {
	display: inline-block;
	margin-right: -0.5rem;
	padding-left: 0.5rem;
}

.path-grade-report-grader .gradeparent table .heading .action-menu {
	padding-left: 0;
}

.path-grade-report-grader .dropdown-menu {
	width: max-content;
}

.path-grade-report-grader .initialsdropdown {
	width: 460px;
}

.path-grade-report-grader .initialsdropdown::after {
	content: '';
}

.path-grade-report-grader .usersearchwidget::after {
	content: '';
}

.path-grade-report-grader .usersearchwidget {
	pointer-events: none;
}

.path-grade-report-grader .usersearchwidget input {
	pointer-events: initial;
	z-index: 1;
}

.path-grade-report-grader .usersearchwidget button,
.path-grade-report-grader .usersearchwidget a {
	pointer-events: initial;
}

.path-grade-report-grader .usersearchdropdown {
	/*Extra height to allow non result items.*/
	max-height: 400px;
	width: 300px;
	pointer-events: all;
	padding: 0;
}

.path-grade-report-grader .usersearchdropdown .unsearchablecontentcontainer {
	position: sticky;
	bottom: 0;
	background-color: white;
}

.path-grade-report-grader .usersearchdropdown .footer {
	border-top: 1px solid #dee2e6;
	font-size: 90%;
}

.collapsecolumndropdown.show {
	width: 300px;
	max-height: 300px;
}

@media only screen and (min-width: 768px) {
	.path-grade-report-grader .gradeparent table {
		padding-right: 6em;
	}
}

/* History */

.path-grade-report-history div.gradeparent {
	overflow-x: scroll;
}

.path-grade-report-history .singlebutton div,
.path-grade-report-history .singlebutton div input[type="button"] {
	margin: 0;
}

/* User Selector */
.yui3-gradereport_history_usp-hidden {
	display: none;
}

.gradereport_history_usp .usp-content {
	position: relative;
}

.gradereport_history_usp .usp-ajax-content {
	overflow: auto;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.gradereport_history_usp .usp-ajax-content,
.gradereport_history_usp .usp-loading-lightbox {
	height: 375px;
}

.gradereport_history_usp .usp-loading-lightbox {
	background-color: #fff;
	opacity: .5;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 0;
	left: 0;
}

.gradereport_history_usp .usp-loading-lightbox img {
	margin-top: 100px;
	opacity: 1;
}

.gradereport_history_usp .usp-search {
	text-align: center;
}

.gradereport_history_usp .usp-user {
	width: 100%;
	text-align: left;
	border-top: 1px solid #eee;
}

.gradereport_history_usp .usp-user:nth-child(odd) {
	background-color: #f9f9f9;
}

.gradereport_history_usp .usp-first-added {
	border-top: 1px solid #bbb;
}

.gradereport_history_usp .usp-checkbox {
	text-align: center;
	float: left;
	padding: 11px 6px 0 6px;
}

.gradereport_history_usp .usp-checkbox input[type=checkbox] {
	margin: 0;
}

.gradereport_history_usp .usp-picture {
	margin: 6px 3px 0 3px;
	float: left;
}

.gradereport_history_usp .usp-userpicture {
	cursor: pointer;
}

.gradereport_history_usp .usp-user .details {
	margin-left: 67px;
	padding: 3px 6px 0 6px;
	word-wrap: break-word;
}

.gradereport_history_usp .usp-user .details label {
	margin: 0;
}

.gradereport_history_usp .usp-more-results {
	padding: 5px;
	border-top: 1px solid #bbb;
}

.gradereport_history_usp .usp-finish {
	padding-top: 1em;
	text-align: center;
}

.gradereport_history_usp .usp-finish input {
	margin: 0;
}

.path-grade-report-singleview div.reporttable {
	margin: 20px 0 30px 0;
	padding: 10px 10px;
	background-color: #f8f9fa;
	text-align: center;
}

.path-grade-report-singleview div.groupselector,
.path-grade-report-singleview div.selectitems {
	display: block;
	text-align: right;
	clear: both;
}

.path-grade-report-singleview div.singleselect+div.singleselect select,
.path-grade-report-singleview div.groupselector select {
	margin-right: 0;
}

.path-grade-report-singleview div.reporttable div.singleselect form div {
	text-align: center;
}

.path-grade-report-singleview div.reporttable table.reporttable {
	margin: 0 auto 15px auto;
}

.path-grade-report-singleview div.reporttable form div {
	text-align: left;
}

.path-grade-report-singleview div.reporttable h2 {
	text-align: left;
}

.path-grade-report-singleview .overrideexcludecheck {
	width: 14.75px;
	height: 12px;
	color: #2ca14f;
}

.path-grade-report-singleview .report-navigation .container {
	max-width: 1060px;
	margin-left: 0;
}

.path-grade-report-singleview .zero-state img {
	width: 185px;
}

.path-grade-report-singleview .reporttable thead th,
.path-grade-report-singleview .reporttable thead td {
	white-space: nowrap;
	border: none;
}

.path-grade-report-singleview .reporttable tbody tr,
.path-grade-report-singleview .reporttable tbody tr:nth-of-type(odd),
.path-grade-report-singleview .reporttable tbody tr:hover {
	color: inherit;
	background-color: white;
	border-top: none;
	border-bottom: 1px solid #dee2e6;
}

.path-grade-report-singleview .reporttable tbody th,
.path-grade-report-singleview .reporttable tbody td.range {
	white-space: nowrap;
	font-weight: normal;
}

.path-grade-report-singleview .reporttable tbody th>* {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px;
}

.path-grade-report-singleview .itemnav {
	font-size: small;
	display: inline;
	padding-bottom: 0.5em;
}

.path-grade-report-singleview .itemnav.previtem {
	float: left;
}

.path-grade-report-singleview div.nextitem {
	float: right;
}

.path-grade-report-singleview .reporttable {
	width: 100%;
}

.path-grade-report-singleview .reporttable .generaltable th,
.path-grade-report-singleview .reporttable .generaltable td {
	text-align: left;
	vertical-align: middle;
	border: none;
}

.path-grade-report-singleview div.reporttable form div.singleview_bulk {
	display: inline-block;
	text-align: left;
	margin-bottom: 1em;
}

.path-grade-report-singleview .singleview_bulk div>*,
.path-grade-report-singleview .singleview_bulk fieldset>* {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.path-grade-report-singleview .singleselect select,
.path-grade-report-singleview div.reporttable form .singleview_bulk select,
.path-grade-report-singleview div.reporttable form .singleview_bulk input {
	margin-left: 10px;
	margin-right: 10px;
}

#bulkinsertmodal {
	width: 181px;
	height: 39px;
	top: 309px;
	border-radius: 4px;
}

.path-grade-report-singleview .singleview_bulk>fieldset {
	display: block;
}

.path-grade-report-singleview div.reporttable form .singleview_bulk>div.enable {
	margin-bottom: 0.5em;
	text-align: left;
}

.searchresultitemscontainer {
	max-height: 150px;
	height: 150px;
	overflow: auto;
}

.path-grade-report-singleview .search-widget[data-searchtype="user"] .userinitials {
	width: 40px;
	height: 40px;
}

.path-grade-report-singleview .reporttable .gradeitem span.small {
	font-size: 70%;
}

.path-grade-report-singleview .reporttable div.categoryitem .gradeitemheader,
.path-grade-report-singleview .reporttable div.courseitem .gradeitemheader {
	font-weight: bold;
}

.path-grade-report-user #graded_users_selector {
	float: right;
	margin-bottom: 5px;
}

.path-grade-report-user .view_users_selector {
	clear: both;
	float: right;
	margin-bottom: 5px;
}

.path-grade-report-user #graded_users_selector .singleselect label,
.path-grade-report-user .view_users_selector .singleselect label {
	display: inline-block;
}

.path-grade-report-user .user-grade,
.grade-report-user .user-grade {
	width: 100%;
}

.path-grade-report-user .user-grade thead th,
.grade-report-user .user-grade thead th {
	vertical-align: bottom;
	border: none;
	text-align: left;
	background-color: #f8f9fa;
}

.path-grade-report-user .user-grade td,
.grade-report-user .user-grade td {
	min-width: 4.5em;
	background-color: #f8f9fa;
	border: none;
	vertical-align: middle;
}

.path-grade-report-user .user-grade .b1l,
.grade-report-user .user-grade .b1l {
	padding: 0;
	width: 24px;
	min-width: 24px;
}

.path-grade-report-user .user-grade tbody .column-itemname,
.grade-report-user .user-grade tbody .column-itemname {
	padding-left: 24px;
	padding-right: 8px;
}

.path-grade-report-user .user-grade .column-itemname.baggt,
.path-grade-report-user .user-grade .column-itemname.baggb,
.grade-report-user .user-grade .column-itemname.baggt,
.grade-report-user .user-grade .column-itemname.baggb {
	padding-left: 0;
}

.path-grade-report-user .user-grade .baggt,
.path-grade-report-user .user-grade .baggb,
.grade-report-user .user-grade .baggt,
.grade-report-user .user-grade .baggb {
	font-weight: bold;
	background-color: #f8f9fa;
	border: none;
}

.path-grade-report-user .user-report-container,
.grade-report-user .user-report-container {
	margin: 20px 0 30px 0;
	padding: 10px 10px;
	background-color: #f8f9fa;
}

.path-grade-report-user .user-grade tbody tr,
.grade-report-user .user-grade tbody tr {
	background-color: #f8f9fa;
}

.path-grade-report-user .user-grade tbody tr:hover,
.grade-report-user .user-grade tbody tr:hover {
	color: inherit;
	background-color: #f8f9fa;
}

.path-grade-report-user .user-grade tbody tr.spacer,
.grade-report-user .user-grade tbody tr.spacer {
	height: 0.5rem;
}

.path-grade-report-user .user-grade td.item,
.grade-report-user .user-grade td.item {
	background-color: white;
	border-top: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
}

.path-grade-report-user .user-grade th.column-itemname:not(.header, .category, .baggt, .baggb),
.grade-report-user .user-grade th.column-itemname:not(.header, .category, .baggt, .baggb) {
	background-color: white;
	font-weight: normal;
	border-bottom: 1px solid #dee2e6;
}

.path-grade-report-user .user-grade th.category,
.grade-report-user .user-grade th.category {
	background-color: white;
	border: 1px solid #dee2e6;
	padding-left: 10px;
	font-weight: bold;
}

.path-grade-report-user .user-grade th.category a[aria-expanded="true"] .expanded,
.path-grade-report-user .user-grade th.category a[aria-expanded="false"] .collapsed,
.grade-report-user .user-grade th.category a[aria-expanded="true"] .expanded,
.grade-report-user .user-grade th.category a[aria-expanded="false"] .collapsed {
	display: none;
}

.path-grade-report-user .user-grade th.category a.toggle-category,
.grade-report-user .user-grade th.category a.toggle-category {
	height: 24px;
	width: 24px;
	font-size: 12px;
	line-height: 24px;
	margin-right: 3px;
}

.path-grade-report-user .user-grade th.category a.toggle-category i,
.grade-report-user .user-grade th.category a.toggle-category i {
	font-size: 12px;
	width: 12px;
	height: 12px;
	color: #1d2125;
	margin: 0;
}

.path-grade-report-user .user-grade .column-itemname .small,
.grade-report-user .user-grade .column-itemname .small {
	font-size: 70%;
}

.path-grade-report-user .user-grade tr[data-hidden="true"],
.grade-report-user .user-grade tr[data-hidden="true"] {
	display: none;
}

.path-grade-report-user .user-grade .category div,
.grade-report-user .user-grade .category div {
	min-height: 30px;
	align-items: center;
}

.path-grade-report-user .search-widget[data-searchtype="user"] .userinitials {
	width: 40px;
	height: 40px;
}

.path-grade-report-user .user-navigation .container {
	max-width: 767px;
}

.path-grade-report-user .view-user-selector label {
	display: block;
	font-size: 80%;
	margin: 0;
}

.path-grade-report-user .view-user-selector .dropdown-toggle {
	padding: 0;
	font-weight: bold;
}

.path-grade-report-user .zero-state img {
	width: 185px;
}

@media print {

	.path-grade-report-user .user-grade th.category,
	.grade-report-user .user-grade th.category {
		border-left: none;
		border-right: none;
	}

	.path-grade-report-user .user-grade th.category a.toggle-category,
	.grade-report-user .user-grade th.category a.toggle-category .path-grade-report-user #page-footer,
	.path-grade-report-user .user-grade td.column-grade .action-menu {
		display: none;
	}
}

.gradingform_guide-regrade {
	padding: 10px;
	background: #fdd;
	border: 1px solid #f00;
	margin-bottom: 10px;
}

.gradingform_guide-restored {
	padding: 10px;
	background: #ffd;
	border: 1px solid #ff0;
	margin-bottom: 10px;
}

.gradingform_guide-error {
	color: red;
	font-weight: bold;
}

.gradingform_guide_editform .status {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 60%;
	padding: 0.25em;
	border: 1px solid #eee;
}

.gradingform_guide_editform .status.ready {
	background-color: #e7f1c3;
	border-color: #aea;
}

.gradingform_guide_editform .status.draft {
	background-color: #f3f2aa;
	border-color: #ee2;
}

.gradingform_guide.editor .criterion .controls,
.gradingform_guide .criterion .description,
.gradingform_guide .criterion .remark {
	vertical-align: top;
}

.gradingform_guide.editor .criterion .controls,
.gradingform_guide.editor .criterion .description,
.gradingform_guide.editor .criterion .remark {
	padding: 3px;
}

.gradingform_guide .criteria {
	height: 100%;
}

.gradingform_guide .criterion {
	border: 1px solid #ddd;
	overflow: hidden;
}

.gradingform_guide .criterion.even {
	background: #f0f0f0;
}

.gradingform_guide .criterion .description {
	width: 100%;
}

.gradingform_guide .criterion .description .criterionmaxscore input {
	width: 20px;
}

.gradingform_guide .criterion .description .criterionname {
	font-weight: bold;
}

.gradingform_guide .criterion label {
	font-weight: bold;
	padding-right: 5px;
}

.gradingform_guide .plainvalue.empty {
	font-style: italic;
	color: #aaa;
}

.gradingform_guide .plainvalue.editname {
	font-weight: bold;
}

/* Make invisible the buttons 'Move up' for the first criterion and 'Move down' for
   the last, because those buttons will make no change */
.gradingform_guide.editor .criterion.first.last .controls .delete input,
.gradingform_guide.editor .criterion.first .controls .moveup input,
.gradingform_guide.editor .criterion.last .controls .movedown input {
	display: none;
}

/* replace buttons with images */
.gradingform_guide.editor .delete input,
.gradingform_guide.editor .moveup input,
.gradingform_guide.editor .movedown input {
	text-indent: -1000em;
	cursor: pointer;
	border: none;
}

.gradingform_guide.editor .criterion .controls .delete input {
	width: 20px;
	height: 16px;
	background: transparent url(/theme/image.php/recit2/core/1759007012/t/delete) no-repeat center top;
	margin-top: 4px;
}

.gradingform_guide.editor .moveup input {
	width: 20px;
	height: 15px;
	background: transparent url(/theme/image.php/recit2/core/1759007012/t/up) no-repeat center top;
	margin-top: 4px;
}

.gradingform_guide.editor .movedown input {
	width: 20px;
	height: 15px;
	background: transparent url(/theme/image.php/recit2/core/1759007012/t/down) no-repeat center top;
	margin-top: 4px;
}

.gradingform_guide.editor .addcriterion input,
.gradingform_guide.editor .addcomment input {
	background: transparent url(/theme/image.php/recit2/core/1759007012/t/add) no-repeat;
	background-size: 0.75rem;
	display: block;
	color: #555;
	font-weight: bold;
	text-decoration: none;
}

.gradingform_guide.editor .addcriterion input,
.gradingform_guide.editor .addcomment input {
	background-position: left 5px top 8px;
	height: 30px;
	line-height: 29px;
	margin-bottom: 14px;
	padding-left: 20px;
	padding-right: 10px;
}

.gradingform_guide .options .optionsheading {
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: 5px;
}

.gradingform_guide .options .option {
	padding-bottom: 2px;
}

.gradingform_guide .options .option label {
	margin-left: 5px;
}

.gradingform_guide .options .option .value {
	margin-left: 5px;
	font-weight: bold;
}

.gradingform_guide .criterion .description.error {
	background: #fdd;
}

/* special classes for elements created by guideeditor.js */
.gradingform_guide.editor .hiddenelement {
	display: none;
}

.gradingform_guide.editor .pseudotablink {
	background-color: transparent;
	border: 0 solid;
	height: 1px;
	width: 1px;
	color: transparent;
	padding: 0;
	margin: 0;
	position: relative;
	float: right;
}

.jsenabled .gradingform_guide .markingguidecomment {
	cursor: pointer;
}

.jsenabled .gradingform_guide .markingguidecomment:before {
	content: url(/theme/image.php/recit2/core/1759007012/t/add);
	padding-right: 2px;
}

.gradingform_guide .commentheader {
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: 5px;
}

.jsenabled .gradingform_guide .criterionnamelabel {
	display: none;
}

.jsenabled .gradingform_guide .criterionshortname {
	font-weight: bold;
}

.gradingform_guide table {
	width: 100%;
}

.gradingform_guide .descriptionreadonly {
	vertical-align: top;
}

.gradingform_guide .criteriondescriptionmarkers {
	width: 300px;
}

.gradingform_guide .markingguideremark {
	margin: 0;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.gradingform_guide .criteriondescriptionscore {
	display: inline;
}

.gradingform_guide .score label {
	display: block;
}

.gradingform_guide .score input {
	margin: 0;
	width: auto;
}

.gradingform_guide_comment_chooser {
	max-height: 80vh;
	overflow-y: auto;
}

.gradingform_guide-frequent-comments {
	position: absolute;
	top: 7px;
	right: 0;
}

/*
.gradingform_rubric.editor[.frozen|.editable]
  .criteria
    .criterion[.first][.last][.odd|.even]
        .controls
            .moveup
                [input type=submit]
            .delete
                [input type=submit]
            .movedown
                [input type=submit]
        .description
        .levels
            td.level[.first][.last][.odd|.even]
                div.level-wrapper
                    .definition
                        [textarea]
                    .score
                        span
                            [input type=text]
                    .delete
                        [input type=submit]
        .addlevel
            [input type=submit]
        .remark
            textarea
    .addcriterion
        [input type=submit]
  .options
    .optionsheading
    .option.OPTIONNAME

.gradingform_rubric[.review][.evaluate[.editable|.frozen]]
  .criteria
    .criterion[.first][.last][.odd|.even]
        .description
        .levels
            td.level[.first][.last][.odd|.even]
                div.level-wrapper
                    div.radio
                        input
                    .definition
                    .score
                        span

*/

.gradingform_rubric_editform .status {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 60%;
	padding: 0.25em;
	border: 1px solid #eee;
}

.gradingform_rubric_editform .status.ready {
	background-color: #e7f1c3;
	border-color: #aea;
}

.gradingform_rubric_editform .status.draft {
	background-color: #f3f2aa;
	border-color: #ee2;
}

.gradingform_rubric {
	padding-bottom: 1.5em;
}

.gradingform_rubric.editor .criterion .controls,
.gradingform_rubric .criterion .description,
.gradingform_rubric .criterion .levels,
.gradingform_rubric.editor .criterion .addlevel,
.gradingform_rubric .criterion .remark,
.gradingform_rubric .criterion .levels .level {
	vertical-align: top;
}

.gradingform_rubric.editor .criterion .controls,
.gradingform_rubric .criterion .description,
.gradingform_rubric.editor .criterion .addlevel,
.gradingform_rubric .criterion .remark,
.gradingform_rubric .criterion .levels .level {
	padding: 3px;
}

.gradingform_rubric .criteria {
	height: 100%;
	display: flex;
	width: 100%;
	overflow: auto;
}

.gradingform_rubric .criterion {
	border: 1px solid #ddd;
	overflow: hidden;
}

.gradingform_rubric .criterion.even td {
	background: #f0f0f0;
}

.gradingform_rubric .criterion.odd td {
	background: white;
}

.gradingform_rubric .criterion .description {
	min-width: 150px;
	font-weight: bold;
}

.gradingform_rubric .criterion .levels table {
	width: 100%;
	height: 100%;
}

.gradingform_rubric .criterion .levels,
.gradingform_rubric .criterion .levels table,
.gradingform_rubric .criterion .levels table tbody {
	padding: 0;
	margin: 0;
}

.gradingform_rubric .criterion .levels .level {
	border-left: 1px solid #ddd;
	max-width: 150px;
}

.gradingform_rubric .criterion .levels .level .level-wrapper {
	position: relative;
}

.gradingform_rubric .criterion .levels .level.last {
	border-right: 1px solid #ddd;
}

.gradingform_rubric .plainvalue.empty {
	font-style: italic;
	color: #aaa;
}

/* Make invisible the buttons 'Move up' for the first criterion and
   'Move down' for the last, because those buttons will make no change */
.gradingform_rubric.editor .criterion.first .controls .moveup input,
.gradingform_rubric.editor .criterion.last .controls .movedown input {
	display: none;
}

/* replace buttons with images */
.gradingform_rubric.editor .delete input,
.gradingform_rubric.editor .duplicate input,
.gradingform_rubric.editor .moveup input,
.gradingform_rubric.editor .movedown input {
	background: none 2px 4px / 16px 16px no-repeat;
	text-indent: -1000em;
	cursor: pointer;
	border: none;
}

.gradingform_rubric.editor .criterion .controls .delete input {
	width: 24px;
	height: 24px;
	background-image: url(/theme/image.php/recit2/core/1759007012/t/delete);
	margin: .3em .3em 0 .3em;
}

.gradingform_rubric.editor .criterion .controls .duplicate input {
	width: 24px;
	height: 24px;
	background-image: url(/theme/image.php/recit2/core/1759007012/t/copy);
	margin: .3em .3em 0 .3em;
}

.gradingform_rubric.editor .levels .level .delete input {
	width: 24px;
	height: 24px;
	background-image: url(/theme/image.php/recit2/core/1759007012/t/delete);
}

.gradingform_rubric.editor .moveup input {
	width: 24px;
	height: 24px;
	background-image: url(/theme/image.php/recit2/core/1759007012/t/up);
	margin: .3em .3em 0 .3em;
}

.gradingform_rubric.editor .movedown input {
	width: 24px;
	height: 24px;
	background-image: url(/theme/image.php/recit2/core/1759007012/t/down);
	margin: .3em .3em 0 .3em;
}

.gradingform_rubric.editor .addcriterion input,
.gradingform_rubric.editor .addlevel input {
	background: #fff url(/theme/image.php/recit2/core/1759007012/t/add) 4px 6px / 16px 16px no-repeat;
	display: block;
	color: #555;
	font-weight: bold;
	text-decoration: none;
}

.gradingform_rubric.editor .addcriterion input {
	height: 30px;
	line-height: 29px;
	margin-bottom: 14px;
	padding-left: 20px;
	padding-right: 10px;
}

.gradingform_rubric.editor .addlevel input {
	padding-left: 24px;
	padding-right: 8px;
}

.gradingform_rubric .options .optionsheading {
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: 5px;
}

.gradingform_rubric .options .option {
	padding-bottom: 2px;
}

.gradingform_rubric .options .option label {
	margin-left: 5px;
}

.gradingform_rubric .options .option .value {
	margin-left: 5px;
	font-weight: bold;
}

.gradingform_rubric .criterion .levels.error {
	border: 1px solid red;
}

.gradingform_rubric .criterion .description.error,
.gradingform_rubric .criterion .levels .level .definition.error,
.gradingform_rubric .criterion .levels .level .score.error {
	background: #fdd;
}

.gradingform_rubric-regrade {
	padding: 10px;
	background: #fdd;
	border: 1px solid #f00;
	margin-bottom: 10px;
}

.gradingform_rubric-restored {
	padding: 10px;
	background: #ffd;
	border: 1px solid #ff0;
	margin-bottom: 10px;
}

.gradingform_rubric-error {
	color: red;
	font-weight: bold;
}

/* special classes for elements created by rubriceditor.js */
.gradingform_rubric.editor .hiddenelement {
	display: none;
}

.gradingform_rubric.editor .pseudotablink {
	background-color: transparent;
	border: 0 solid;
	height: 1px;
	width: 1px;
	color: transparent;
	padding: 0;
	margin: 0;
	position: relative;
	float: right;
}

.gradingpanel-gradingform_rubric [aria-checked="true"] {
	border: 1px solid black;
}

.path-admin-mnet-service-enrol .singlebutton {
	text-align: center;
}

.path-admin-mnet-service-enrol table.remotehosts,
.path-admin-mnet-service-enrol table.otherenrolledusers,
.path-admin-mnet-service-enrol table.remotecourses {
	margin: 0 auto 1em auto;
}

.path-admin-mnet-service-enrol table.remotecourses th.categoryname {
	text-align: left;
	background-color: #f6f6f6;
}

.path-admin-mnet-service-enrol table.remotecourses td.c1 {
	font-weight: bold;
}

.path-admin-mnet-service-enrol table.remotecourses th.categoryname img {
	margin-right: 1em;
}

.path-admin-mnet-service-enrol .collapsibleregioncaption {
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}

.path-admin-mnet-service-enrol .collapsibleregioninner {
	border: 1px solid #ddd;
	padding: 1em;
}

.path-admin-mnet-service-enrol .collapsibleregion.remotecourse.summary {
	margin: 0 10em;
}

.path-admin-mnet-service-enrol .roleassigntable {
	margin: 1em auto;
}

#page-admin-question-bank-columnsortorder-sortcolumns .addcolumn {
	display: inline-block;
}

.qbank-sortable-column {
	background-color: white;
	position: relative;
}

.jsenabled .qbank-column-list button.savewidths {
	display: none;
}

.qbank-sortable-column .qbank_columnsortorder-action-handle {
	display: none;
}

.qbank-sortable-column.show-handles .qbank_columnsortorder-action-handle {
	display: block;
}

.qbank-sortable-column .handle-container {
	pointer-events: none;
	/* Prevent the handle container blocking clicks to elements in the header */
	width: 100%;
	position: absolute;
	top: 40%;
	z-index: 1;
}

.qbank_columnsortorder-action-handle {
	pointer-events: auto;
	/* Ensure the handles themselves receive clicks */
}

.qbank_columnsortorder-action-handle.move {
	margin-left: -21px;
	width: 16px;
}

.qbank_columnsortorder-action-handle.resize {
	cursor: col-resize;
	position: absolute;
	top: 0;
	right: 5px;
}

.qbank_columnsortorder-action-handle.resize img {
	/* Prevent the resize handle icon being dragged across the page */
	pointer-events: none;
}

.qbank_columnsortorder-action-handle .icon {
	margin-right: 0;
}

/* Comment text area size to maximum */
.question-comment-view .comment-ctrl .comment-area {
	max-width: none;
	width: 100%;
}

/* Card-style border on category lists */
.qbank_managecategories-categorylist {
	padding: 1rem;
	border: 1px solid #dee2e6;
	border-radius: 1rem;
}

/* Category item layout */
.qbank_managecategories-handlecontainer {
	width: 32px;
	height: 32px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.qbank_managecategories-item .container {
	padding: 0.75rem;
}

/* Separators between each item become drop indicators */
.qbank_managecategories-item {
	width: 100%;
	list-style: none;
	border-top: 1px solid #dee2e6;
}

.qbank_managecategories-item:first-child {
	border-top-color: transparent;
}

.qbank_managecategories-item:last-child {
	border-bottom: 1px solid transparent;
}

.qbank_managecategories-item .qbank_managecategories-item:first-child {
	border-top-color: #dee2e6;
}

.qbank_managecategories-details p:last-child {
	margin-bottom: 0;
}

.qbank_managecategories-childlistcontainer:empty {
	display: none;
}

/* Fade effect on drag handle */
.qbank_managecategories-draghandle {
	display: none;
	opacity: 0.45;
}

.qbank_managecategories-item.draghandle .qbank_managecategories-draghandle {
	display: inline;
}

/* Drag indicator */
.qbank_managecategories-item.draghandle>.container {
	border: 2px solid transparent;
	border-radius: 1rem;
}

.qbank_managecategories-item.draghandle>.container:hover {
	cursor: move;
	border-color: #0f6cbf;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

/* No move/delete buttons on non-draggable items */
.dropdown-item.show-when-movable {
	display: none;
}

.qbank_managecategories-item.draghandle .dropdown-item.show-when-movable {
	display: block;
}

/* Don't show card border on nested lists. */
.qbank_managecategories-categorylist .qbank_managecategories-categorylist {
	padding: 0 0 .5rem 0;
	border: 0;
	border-radius: 0;
}

/* Don't show hover indication on parent when a child is hovered */
.editing .qbank_managecategories-item .container:hover:has(.container:hover) {
	border-color: transparent;
}

/* New child drop target */
.qbank_managecategories-newchild {
	display: none;
	border: 1px solid #dee2e6;
	background-color: #fff;
	padding: 0.25rem 1rem;
	color: #dee2e6;
	font-weight: bold;
}

/* stylelint-disable max-line-length */
.qbank_managecategories-newchild.qbank_managecategories-droptarget,
/* Show the drop target if it's directly inside a highlighted category, but not if its inside a child of that category */
.qbank_managecategories-droptarget-before>.container>.row>.qbank_managecategories-contentcontainer> :not(.qbank_managecategories-childlistcontainer) .qbank_managecategories-newchild {
	display: unset;
}

/* stylelint-enable max-line-length */

/* Hidden descriptions */
.qbank_managecategories-description {
	display: none;
}

.showdescriptions .qbank_managecategories-description {
	display: unset;
}

.question-bank-table td.questionlastused span.date {
	font-weight: 400;
	font-size: .8em;
}

.jsenabled .question-text-format .input-group-append {
	display: none;
}

.qbehaviour_deferredcbm_slightlyunderconfident,
.qbehaviour_deferredcbm_slightlyoverconfident {
	font-weight: bold;
	color: #600;
}

.qbehaviour_deferredcbm_underconfident,
.qbehaviour_deferredcbm_overconfident {
	font-weight: bold;
	color: #c00;
}

.qbehaviour_deferredcbm_judgementok {
	font-weight: bold;
	color: #080;
}

.qbehaviour_deferredcbm_actual_percentage {
	font-weight: bold;
}

.qbehaviour_deferredcbm_summary_heading {
	margin: 0;
}

.que.deferredcbm .certaintychoices input[type="radio"] {
	margin-left: 0.5em;
}

.que.deferredcbm .certaintychoices label {
	white-space: nowrap;
}

.admin_presets_error {
	color: red;
	text-align: center;
}

.admin_presets_success {
	color: green;
	text-align: center;
}

.adminpreset_appdescription {
	font-size: small;
	margin-top: 40px;
	margin-bottom: 20px;
}

#page-admin-tool-behat-index .steps-definitions {
	margin: 1rem auto;
}

#page-admin-tool-behat-index .steps-definitions .step {
	margin: 1rem 0 0 0;
	border: 1px solid #eee;
	padding: 1rem;
}

#page-admin-tool-behat-index .steps-definitions .stepdescription {
	font-style: italic;
}

#page-admin-tool-behat-index .steps-definitions .stepcontent {
	margin: 1rem 0;
}

#page-admin-tool-behat-index .steps-definitions .steptype {
	color: #1467a6;
	margin-right: 1ex;
}

#page-admin-tool-behat-index .steps-definitions .stepapipath {
	font-family: monospace;
	font-size: smaller;
}

#page-admin-tool-behat-index .steps-definitions .stepregex {
	color: #060;
}

#page-admin-tool-behat-index .steprequiredfields {
	font-weight: bold;
	font-size: 1em;
	margin-top: 1em;
}

.tool_brickfield_floatprinticon {
	margin-top: -30px;
	float: right;
}

.tool_brickfield_analysisbutton {
	width: 100%;
	text-align: center;
}

/* Advanced Page CSS */

#tool_brickifeld_advanced_page {
	margin: 20px 20px 20px 10px;
}

.tool_brickfield_banner_heading {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.tool_brickfield_banner_heading>img {
	height: 50px;
}

.tool_brickfield_banner>p {
	text-align: center;
}

.tool_brickfield_grid_heading {
	font-family: 'Varela Round', Sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #040d29;
	padding-bottom: 4px;
}

.tool_brickfield_grid_content {
	color: #040d29;
	font-size: 16px;
	line-height: 1.4em;
}

.tool_brickfield_grid_heading>img {
	height: 30px;
	padding-right: 16px;
}

.tool_brickfield_grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 20px 20px 30px;
}

.tool_brickfield_grid>div {
	margin: 10px;
	padding: 20px;
	flex-basis: 30%;
	border: 1px solid grey;
	max-width: 500px;
	min-width: 250px;
	flex-grow: 4;
	border-radius: 15px 15px 15px 50px;
}

.tool_brickfield_grid_heading {
	display: flex;
}

.tool_brickfield_footer>a {
	font-size: 18px;
	letter-spacing: 1px;
	color: #fff;
	background-color: #4054b2;
	border-radius: 5px;
	padding: 15px 50px;
	transition: 0.3s;
	margin-bottom: 20px;
}

.tool_brickfield_footer {
	text-align: center;
}

.tool_brickfield_footer>a:hover {
	color: #fff;
	background-color: #253687;
	text-decoration: none;
}

.tool_brickfield_footer>p {
	margin-bottom: 25px;
}

.path-admin-tool-capability [data-search="capability"] {
	min-width: 675px;
}

.path-admin-tool-capability .comparisontable {
	margin-top: 150px;
}

.path-admin-tool-capability .comparisontable th,
.path-admin-tool-capability .comparisontable td {
	vertical-align: middle;
	padding: 0.4em 0.5em 0.3em;
}

.path-admin-tool-capability .comparisontable thead th {
	vertical-align: bottom;
	background: none;
}

.path-admin-tool-capability .comparisontable thead th div {
	position: relative;
}

.path-admin-tool-capability .comparisontable thead th div>a {
	position: absolute;
	top: -1.75em;
	left: 1em;
	width: 150px;
	text-align: left;
	margin-bottom: 1em;
	text-indent: -1.45em;
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
	-o-transform-origin: top left;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-o-transform: rotate(315deg);
}

.path-admin-tool-capability .comparisontable tbody th {
	background-color: #eee;
	text-align: right;
	border: 1px solid #dfdfdf;
}

.path-admin-tool-capability .comparisontable tbody th span {
	display: block;
	color: #666;
	font-size: 80%;
}

.path-admin-tool-capability .comparisontable tbody td {
	border: 1px solid #dfdfdf;
}

.path-admin-tool-capability .comparisontable .inherit {
	color: #666;
}

.path-admin-tool-capability .comparisontable .allow {
	background-color: #060;
	font-weight: bold;
	color: white;
}

.path-admin-tool-capability .comparisontable .prevent {
	background-color: #ad6704;
	font-weight: bold;
	color: white;
}

.path-admin-tool-capability .comparisontable .prohibit {
	background-color: #800;
	font-weight: bold;
	color: white;
}

.nav-pills .nav-pills {
	margin-left: 1rem;
}

.data-registry>.top-nav>* {
	margin-right: 0.5rem;
}

/*Extra attribute selection to have preference over bs2's .moodle-actionmenu[data-enhance] */
.data-registry>.top-nav>.singlebutton,
.data-registry>.top-nav>.moodle-actionmenu[data-owner='dataregistry-actions'] {
	display: inline-block;
}

.data-registry .context-tree {
	height: 70vh;
	overflow-y: scroll;
}

[data-region="data-requests-table"] .moodle-actionmenu {
	min-width: 150px;
}

.context-level-view {
	margin: 1em;
}

/**
 * Styles for admin tool page.
 */

/* Fix bad default table wrap (caused by the long mimetype field). */
.path-admin-tool-filetypes .generaltable .c0,
.path-admin-tool-filetypes .generaltable .c1,
.path-admin-tool-filetypes .generaltable .c2,
.path-admin-tool-filetypes .generaltable th {
	white-space: nowrap;
}

/* Formatting for deleted lines. */
.path-admin-tool-filetypes .generaltable .deleted .c0 img {
	opacity: 0.2;
}

.path-admin-tool-filetypes .generaltable .deleted .c0 span {
	text-decoration: line-through;
}

/* Custom types show bold */
.path-admin-tool-filetypes .generaltable .nonstandard {
	font-weight: bold;
}

/* Start RÉCIT Éditor */
.htmlbootstrapeditor_row-fluid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

/* Popup */
.htmlbootstrapeditor_popup,
.htmlbootstrapeditor_popup .modal-dialog {
	max-width: 100vw;
	max-height: 100vh;
	width: fit-content;
	width: -moz-fit-content;
	margin: auto;
}

.htmlbootstrapeditor_popup .modal-body {
	padding: 0;
	overflow: hidden;
}

.htmlbootstrapeditor_popup iframe {
	width: 90vw;
	height: 85vh;
	border: 0;
}

.htmlbootstrapeditor_popup img {
	max-height: 85vh;
	max-width: 90vw;
}

.htmlbootstrapeditor_img-popup {
	cursor: pointer;
}

/* Image cliquable */
.htmlbootstrapeditor_imgclick {
	text-align: center;
	position: relative;
	overflow: hidden;
	width: fit-content;
	width: -moz-fit-content;
}

.htmlbootstrapeditor_imgclick img {
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.htmlbootstrapeditor_imgclick a,
.htmlbootstrapeditor_imgclick a:hover {
	display: block;
	color: #fff;
}

.htmlbootstrapeditor_imgclick .imgclickcontent {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.htmlbootstrapeditor_imgclick:hover img {
	transform: scale(1.1);
	filter: brightness(50%);
}

.htmlbootstrapeditor_imgclick:hover .imgclickcontent {
	display: block;
}

/* Flipcard */
.htmlbootstrapeditor_flipcard2 {
	cursor: pointer;
	perspective: 1000px;
}

.htmlbootstrapeditor_flipcard2 .flipcard-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.htmlbootstrapeditor_flipcard2.hover2 .flipcard-inner {
	transform: rotateY(180deg);
}

.htmlbootstrapeditor_flipcard2 .back,
.htmlbootstrapeditor_flipcard2 .front {
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	/* Safari */
	backface-visibility: hidden;
	transform: rotateX(0);
}

.htmlbootstrapeditor_flipcard2 .back {
	position: absolute;
	top: 0px;
	transform: rotateY(180deg);
}

/* End RÉCIT Éditor */

#page-admin-tool-installaddon-index #installfromrepobox {
	text-align: center;
	padding-top: 2em;
	padding-bottom: 2em;
}

#page-admin-tool-installaddon-index #installfromrepobox .singlebutton {
	display: inline-block;
}

#page-admin-tool-installaddon-index #installfromrepobox .singlebutton input[type=submit] {
	padding: 1em;
}

#page-admin-tool-langimport-index .langimport {
	margin: auto;
	float: none;
	width: 100%;
}

#page-admin-tool-langimport-index #menuuninstalllang,
#page-admin-tool-langimport-index #menupack {
	height: 300px;
}

.path-admin-tool-lp [data-region="managecompetencies"] ul li,
.path-admin-tool-lp [data-region="plans"] ul li,
.path-admin-tool-lp [data-region="competencymovetree"] ul li,
.path-admin-tool-lp [data-region="competencylinktree"] ul li,
.path-badges [data-region="competencylinktree"] ul li {
	list-style-type: none;
}

.path-admin-tool-lp .progresstext {
	display: inline-block;
	vertical-align: top;
}

.path-admin-tool-lp .progress {
	width: 100%;
	display: inline-block;
}

.path-admin-tool-lp .progress .bar {
	min-width: 3em;
}

.path-admin-tool-lp [data-region="managecompetencies"] ul[data-enhance="tree"],
.path-admin-tool-lp [data-region="plans"] ul[data-enhance="tree"],
.path-admin-tool-lp [data-region="competencylinktree"] ul[data-enhance="linktree"],
.path-badges [data-region="competencylinktree"] ul[data-enhance="linktree"],
.path-admin-tool-lp [data-region="competencymovetree"] ul[data-enhance="movetree"] {
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border linear .2s, box-shadow linear .2s;
	border-radius: 4px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

.path-admin-tool-lp [data-region="managecompetencies"] ul,
.path-admin-tool-lp [data-region="plans"] ul,
.path-admin-tool-lp [data-region="competencylinktree"] ul,
.path-badges [data-region="competencylinktree"] ul,
.path-admin-tool-lp [data-region="competencymovetree"] ul {
	cursor: pointer;
}

.path-admin-tool-lp [data-region="competencylinktree"] ul li>span,
.path-badges [data-region="competencylinktree"] ul li>span,
.path-admin-tool-lp [data-region="competencymovetree"] ul li>span,
.path-admin-tool-lp [data-region="plans"] ul li>span,
.path-admin-tool-lp [data-region="managecompetencies"] ul li>span {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	border-radius: 4px;
}

.path-admin-tool-lp [data-region="competencylinktree"] ul [aria-selected="true"]>span,
.path-badges [data-region="competencylinktree"] ul [aria-selected="true"]>span,
.path-admin-tool-lp [data-region="competencymovetree"] ul [aria-selected="true"]>span,
.path-admin-tool-lp [data-region="plans"] ul [aria-selected="true"]>span,
.path-admin-tool-lp [data-region="managecompetencies"] ul [aria-selected="true"]>span {
	background-color: #dfdfdf;
}

.path-admin-tool-lp [data-region="competencylinktree"] ul [tabindex="0"]>span,
.path-badges [data-region="competencylinktree"] ul [tabindex="0"]>span,
.path-admin-tool-lp [data-region="competencymovetree"] ul [tabindex="0"]>span,
.path-admin-tool-lp [data-region="plans"] ul [tabindex="0"]>span,
.path-admin-tool-lp [data-region="managecompetencies"] ul [tabindex="0"]>span {
	border: 2px solid #0070a8;
}

.path-admin-tool-lp [data-region="filtercompetencies"] input {
	margin-left: 10px;
}

.path-admin-tool-lp [data-region="link-buttons"],
.path-admin-tool-lp [data-region="move-buttons"] {
	text-align: center;
}

.path-admin-tool-lp [data-region="competencylinktree"]>ul,
.path-badges [data-region="competencylinktree"]>ul {
	overflow-y: auto;
	height: 400px;
}

.path-admin-tool-lp span.currentdragtarget {
	border: 1px dashed;
}

.path-admin-tool-lp .competencyactionsmenu {
	display: inline-block;
	vertical-align: text-top;
}

.path-admin-tool-lp [data-region="competencyruleconfig"] [data-region="rule-base"] {
	display: table;
	width: 100%;
}

.path-admin-tool-lp [data-region="competencyruleconfig"] [data-region="rule-outcome"],
.path-admin-tool-lp [data-region="competencyruleconfig"] [data-region="rule-type"] {
	display: table-row;
}

.path-admin-tool-lp [data-region="competencyruleconfig"] [data-region="rule-outcome"] label,
.path-admin-tool-lp [data-region="competencyruleconfig"] [data-region="rule-type"] label {
	padding-right: 10px;
}

.path-admin-tool-lp [data-region="competencyruleconfig"] [data-region="rule-outcome"] label,
.path-admin-tool-lp [data-region="competencyruleconfig"] [data-region="rule-outcome"] select,
.path-admin-tool-lp [data-region="competencyruleconfig"] [data-region="rule-type"] label,
.path-admin-tool-lp [data-region="competencyruleconfig"] [data-region="rule-type"] select {
	display: table-cell;
}

.path-admin-tool-lp [data-region="competencyruleconfig"] [data-region="rule-outcome"] select,
.path-admin-tool-lp [data-region="competencyruleconfig"] [data-region="rule-type"] select,
.path-admin-tool-lp [data-region="competencylinktree"] select,
.path-badges [data-region="competencylinktree"] select {
	width: 100%;
}

.path-admin-tool-lp [data-region] .generaltable.fullwidth {
	clear: both;
}

.path-admin-tool-lp .competency-rule-points {
	margin-top: 10px;
	max-height: 300px;
	overflow-y: auto;
}

.path-admin-tool-lp .competency-rule-points table input {
	margin-bottom: 0;
}

.path-admin-tool-lp .competency-rule-points tr[data-competency] th {
	font-weight: normal;
}

.path-admin-tool-lp .competency-rule-points input[type="number"] {
	width: 50px;
}

.competency-heading {
	margin-bottom: 15px;
}

.competency-heading h4 {
	margin: 0;
}

/** Styles required for menubar js */

.tool-lp-menu {
	margin: 0;
}

.tool-lp-menu li {
	float: left;
	position: relative;
	list-style-type: none;
	white-space: nowrap;
}

.tool-lp-sub-menu {
	position: absolute;
	list-style: none;
	margin: 0;
	top: -10px;
}

.tool-lp-sub-menu li {
	float: none;
}

.tool-lp-menu .tool-lp-sub-menu[aria-hidden=false] {
	display: block;
}

.tool-lp-menu ul[aria-hidden=true] {
	display: none;
}

.tool-lp-menu .caret {
	margin: 8px;
}

.tool-lp-menu.tool-lp-menu-open-left .tool-lp-sub-menu {
	left: auto;
	right: 0;
}

/** This highlighting is copied from bootstrap - but can be overridden by a theme */
.tool-lp-menu .tool-lp-sub-menu .menu-focus a {
	color: #fff;
	text-decoration: none;
	background-color: #00699e;
	background-image: linear-gradient(to bottom, #0070a8, #005f8f);
	background-repeat: repeat-x;
}

/** check box and radio button on configure scale dialogue */
input[type="radio"].tool_lp_scale_default,
input[type="checkbox"].tool_lp_scale_proficient {
	margin-top: 0;
}

/** User evidence */
.user-evidence-documents {
	margin: 10px 20px;
	list-style: none;
}

.user-evidence-competencies,
.user-evidence-documents li {
	margin-bottom: 5px;
	word-break: break-all;
}

[data-region="user-evidence-list"] .user-evidence-competencies,
[data-region="user-evidence-list"] .user-evidence-documents {
	margin: 0;
	list-style: none;
}

.user-competency-course-navigation select {
	display: none;
}

.user-competency-course-navigation span {
	max-width: 100%;
	overflow: hidden;
}

/** Competency grader */
.competency-grader textarea {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.path-admin-tool-lp #region-main {
	overflow-x: visible;
}

ul.competency-tree img {
	width: 16px;
	height: 16px;
}

[data-region="managecompetencies"] a .icon,
[data-region="plan-page"] a .icon {
	color: initial;
}

[data-region="managecompetencies"] h2 a .icon,
[data-region="plan-page"] h2 a .icon {
	font-size: smaller;
}

#page-admin-tool-messageinbound-index .handler-function {
	display: block;
	padding: 0 0.5em;
	color: #888;
	font-size: 0.75em;
}

#page-admin-tool-messageinbound-index .state,
#page-admin-tool-messageinbound-index .edit {
	text-align: center;
}

input.tool-mfa-verification-code,
.tool-mfa-verification-code input {
	/* Some elements must be important to override form element*/
	font-size: 1.5em !important;
	/* stylelint-disable-line declaration-no-important */
	font-family: monospace;
	text-align: center;
	letter-spacing: 1.0em;
	font-weight: bold;
}

.tool-mfa-factor-choose,
.tool-mfa-factor-choose:hover {
	background-color: #fff;
	border-color: #3584c9;
	border-width: 1px;
	width: 100%;
	border-radius: 0.5rem;
}

.tool-mfa-factor-choose:hover,
.tool-mfa-factor-choose:hover .tool-mfa-factor-choose-text {
	text-decoration: underline;
	color: #094478;
	background-color: #cfe2f2;
}

.mfa-verify-form input[type="submit"] {
	height: 50px;
	font-size: 1.05rem;
}

.mfa-verify-form .invalid-feedback {
	font-weight: 700;
}

.mfa-verify-form .form-group.fitem,
.mfa-verify-form .form-group.fitem>span,
.mfa-verify-form .form-group.fitem>span>input {
	width: 100%;
}

/**
 * Styles for admin tool mobile.
 */

#page-admin-tool-mobile-subscription dl dt {
	clear: both;
	display: inline-block;
	width: 40%;
	min-width: 100px;
	vertical-align: top;
	padding-top: 1px;
}

#page-admin-tool-mobile-subscription dl dd {
	display: inline-block;
	width: 59%;
	margin-left: 1%;
	vertical-align: top;
	padding-top: 1px;
}

#page-admin-tool-mobile-subscription dl.list-narrow dt {
	width: 30%;
}

#page-admin-tool-mobile-subscription dl.list-narrow dd {
	width: 69%;
}

#page-admin-tool-mobile-subscription progress {
	width: 100%;
}

/* jquery-eu-cookie-law-popup styles */
.eupopup-container {
	background-color: rgba(25, 25, 25, 0.9);
	color: #efefef;
	padding: 5px 20px;
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
	display: none;
	z-index: 9999999;
}

.eupopup-container .eupopup-body a {
	color: #fff;
	text-decoration: underline;
}

.behat-site .eupopup-container-bottom {
	position: absolute;
}

.eupopup-container-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

.eupopup-closebutton {
	font-size: 16px;
	font-weight: 100;
	line-height: 1;
	color: #a2a2a2;
	opacity: 0.2;
	position: absolute;
	font-family: helvetica, arial, verdana, sans-serif;
	top: 0;
	right: 0;
	padding: 5px 10px;
}

.eupopup-buttons {
	padding: 7px 0 5px 0;
}

.eupopup-button {
	margin: 0 10px;
}

.eupopup-button:hover,
.eupopup-button:focus {
	text-decoration: underline;
	color: #f6a21d;
}

/* tool_policy styles */
.eupopup-body li {
	display: inline;
}

.eupopup-body li:before {
	content: ",";
}

.eupopup-body li:first-child:before {
	content: "";
}

.eupopup-body ul {
	padding: 0;
	margin: 0 0 3px;
}

.eupopup-closebutton:hover,
.eupopup-closebutton:active {
	text-decoration: none;
}

.eupopup-head {
	font-size: 1.2em;
	font-weight: bold;
	padding: 7px;
}

.eupopup-button_1 {
	font-weight: bold;
	font-size: 14px;
}

.eupopup-button_2 {
	display: none;
}

.eupopup-button {
	color: #f6a21d;
}

.policy-heading .policy-viewdoc-buttons {
	text-align: center;
	margin: 15px;
}

#page-admin-tool-policy-acceptances .colselect {
	width: 35px;
}

/* tool_profiling styles */

.path-admin-tool-profiling .profilingruntable .label {
	font-weight: bold;
}

.path-admin-tool-profiling .profiling_worse {
	color: red;
}

.path-admin-tool-profiling .profiling_better {
	color: green;
}

.path-admin-tool-profiling .profiling_same {
	color: dimgrey;
}

.path-admin-tool-profiling .profiling_important,
.path-admin-tool-profiling .flexible .referencerun {
	font-weight: bold;
}

.path-admin-tool-profiling .flexible {
	margin-left: auto;
	margin-right: auto;
}

#page-admin-tool-task-scheduledtasks .task-class,
#page-admin-tool-task-runningtasks .task-class {
	display: block;
	padding: 0 0.5em;
	color: #888;
	font-size: 0.75em;
}

#page-admin-tool-task-scheduledtasks input[type=text] {
	/*rtl:ignore*/
	direction: ltr;
}

#page-admin-tool-task-scheduledtasks .task-runnow,
#page-admin-tool-task-scheduledtasks .task-clearfaildelay {
	font-size: 0.75em;
}

.path-admin .task-output {
	color: #fff;
	background: #333;
	padding: 1em;

	a {
		color: #fff;
		text-decoration: underline;
	}
}

[data-region="displaytemplateexample"] {
	border-radius: 4px;
	border: 1px inset #e3e3e3;
	padding: 1em;
}

div[data-flexitour="backdrop"] {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

span[data-flexitour="container"] .modal-dialog {
	max-width: 400px;
}

span[data-flexitour="container"] .modal-dialog .modal-content .modal-header {
	border-bottom: 0;
}

span[data-flexitour="container"] .modal-dialog .modal-content .modal-header.minimal,
span[data-flexitour="container"] .modal-dialog .modal-content .modal-footer.minimal {
	padding-top: 0;
	padding-bottom: 0;
}

span[data-flexitour="container"] .modal-dialog .modal-content .modal-footer {
	justify-content: flex-start;
	border-top: 0;
}

span[data-flexitour="container"].orphan {
	position: absolute;
}

span[data-flexitour="container"].orphan div[data-role="arrow"] {
	display: none;
}

span[data-flexitour="container"].orphan div[data-role="arrow"] {
	display: none;
}

.path-admin-local-usertours .stepcreator .input-append {
	font-size: inherit;
}

.tour-actions>ul {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.tour-actions>ul>li {
	background-color: #f5f5f5;
}

.tour-actions>ul {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.tour-actions>ul>li {
	background-color: #f5f5f5;
	border-radius: 6px;
	border: 1px solid #ccc;
	display: inline-block;
	margin: .5em;
	text-align: center;
	width: 13em;
}

.tour-actions>ul>li>a {
	height: 100%;
	display: block;
	padding: 1em;
}

@media (max-width: 575.98px) {
	span[data-flexitour="container"] {
		margin-left: 10px;
	}

	span[data-flexitour="container"] .modal-content {
		overflow-y: initial;
	}

	span[data-flexitour="container"].orphan {
		margin-left: 5px;
		margin-right: 5px;
	}
}

html>body #menu li a[href*="&select="] {
	float: left;
	width: 0;
	height: 18px;
	margin-left: -2px;
	margin-right: 2px;
	overflow: hidden;
	padding-left: 18px;
	text-decoration: none;
}

html>body .links a[href*="&select="],
html>body #menu li a[href*="&select="],
html>body #content form table thead>tr>td a[href*="&select="],
html>body #content table a[id|="Rows"] {
	background: url(/theme/image.php/recit2/core/1759007012/e/table) no-repeat 0 0;
	background-size: contain;
	padding-left: 25px;
}

html>body #menu p.links a[href$="&sql="] {
	background: url(/theme/image.php/recit2/core/1759007012/e/source_code) no-repeat 0 0;
	background-size: contain;
	padding-left: 25px;
}

html>body #menu p.links a[href$="&import="] {
	background: url(/theme/image.php/recit2/core/1759007012/t/restore) no-repeat 0 0;
	background-size: contain;
	padding-left: 25px;
}

html>body #menu p.links a[href*="&dump="] {
	background: url(/theme/image.php/recit2/core/1759007012/t/backup) no-repeat 0 0;
	background-size: contain;
	padding-left: 25px;
}

html>body #menu p.links a[href*="&create="] {
	background: url(/theme/image.php/recit2/core/1759007012/t/add) no-repeat 0 0;
	background-size: contain;
	padding-left: 25px;
}

html>body #content table a[id|="Data_length"],
html>body #content table a[id|="Index_length"],
html>body #content table a[id|="Data_free"],
html>body #content table a[id|="Auto_increment"],
html>body #content table a[id|="Rows"] {
	float: left;
	width: 100%;
	height: 100%;
	padding: 2px 0 1px 22px;
	margin-right: 5px;
}

html>body #content table a[id|="Index_length"],
html>body #content p.links a[href*="&indexes="] {
	background: url(/theme/image.php/recit2/core/1759007012/t/edit) no-repeat 0 0;
	background-size: contain;
	padding-left: 25px;
}

html>body #content p a[href*="&edit="],
html>body #content table a[id|="Data_free"] {
	background: url(/theme/image.php/recit2/core/1759007012/t/add) no-repeat 0 0;
	background-size: contain;
	padding-left: 25px;
}

html>body table a[href*="&create="],
html>body #content p.links a[href*="&create="] {
	background: url(/theme/image.php/recit2/core/1759007012/t/edit) no-repeat 0 0;
	background-size: contain;
	padding-left: 25px;
}

html>body table a[href*="&create="] {
	background: url(/theme/image.php/recit2/core/1759007012/t/edit) no-repeat 0 0;
	background-size: contain;
	padding-left: 25px;
}

html>body #content p.links a[href*="&create="] {
	background: url(/theme/image.php/recit2/core/1759007012/t/add) no-repeat 0 0;
	background-size: contain;
	padding-left: 25px;
}

html>body #content fieldset>legend {
	font-size: 1rem;
}

/* Hide the "logout" button. */
html>body form p.logout {
	display: none;
}

/* Add an enmpty space after a separator to allow a line break. */
html>body form p.links span.separator::after {
	content: " ";
}

html>body #menu {
	background-image: none;
}

#local-adminer-modal>.modal-dialog {
	max-width: 100%;
	height: 100%;
}

#local-adminer-modal>.modal-dialog>.modal-content {
	height: 99vh;
}

.bs-stepper .step-trigger.disabled,
.bs-stepper .step-trigger:disabled {
	opacity: 1;
}

.disabler-toaster.toaster-container {
	position: fixed;
	width: 100%;
	top: 1vw;
	z-index: 140002;
	left: 0;
	opacity: 0;
	text-align: center;
	transition: top 0.3s linear, opacity 0.3s linear;
	display: none;
}

.disabler-toaster.toaster-container.fade {
	top: 6vw;
	opacity: 1;
}

.disabler-toaster.toaster-container.show {
	display: block;
}

.disabler-toaster.toaster-container .toaster-message {
	padding: 1rem 2rem;
	color: #000;
	border-radius: 2px;
	background-color: #ffc107;
}

.disablerightclick-support .message {
	margin-bottom: 2rem;
}

.disablerightclick-support .icon {
	width: 50px;
	height: 50px;
}

.disablerightclick-support .buttons-list {
	margin-top: 2rem;
	margin-left: 1rem;
	margin-right: 1rem;
	margin-left: auto;
}

.disablerightclick-support .center {
	text-align: center;
}

.local_listcoursefiles_menu {
	width: 100%;
}

.local_listcoursefiles_menu .local_listcoursefiles_selection {
	display: inline-table;
	margin: 0 5px;
}

.local_listcoursefiles_description {
	margin: 8px 0;
}

.local_listcoursefiles_check_uncheck_all {
	margin-left: 4px;
}

.local_listcoursefiles_files_actions {
	margin-top: 25px;
}

.local_listcoursefiles_files_action {
	margin-top: 10px;
}

.local_listcoursefiles_table .c0 {
	width: 30px;
	padding-left: 2px;
	padding-right: 0;
}

.local_listcoursefiles_table .local_listcoursefiles_filecheckbox {
	margin: 0;
}

/* Hide Atto editor extra buttons */

.local_nolej-hide_special_buttons .atto_group.files_group,
.local_nolej-hide_special_buttons .atto_group.collapse_group {
	display: none;
}

/* Questions form */

.local_nolej-question {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 6px 24px 0 #0000000d, 0 0 0 1px #00000014;
	margin: 1rem;
	padding: 0.5rem;
	width: 100%;
}

.local_nolej-question .badge {
	color: #545659;
	font-size: 1rem;
	font-weight: 400;
	margin: 0 0 0.5rem -0.5rem;
	padding: 4px 12px;
	border-radius: 0 6px 6px 0;
	width: fit-content;
}

.local_nolej-question .badge.open {
	background-color: #9cd6f552;
	border-left: 2px solid #9cd6f5;
}

.local_nolej-question .badge.ftb {
	background-color: #fff9e7;
	border-left: 2px solid #ffd966;
}

.local_nolej-question .badge.tf {
	background-color: #e6b8e752;
	border-left: 2px solid #e6b8e7;
}

.local_nolej-question .badge.mcq {
	background-color: #c7d2ff52;
	border-left: 2px solid #c7d2ff;
}

.local_nolej-question .badge.hoq {
	background-color: #c7f0f3;
	border-left: 2px solid #7db5b9;
}

.wunderbyte_table_filter_on .wunderbyte_table_container {
	display: grid;
	grid-template-columns: 0.5fr 3fr;
	grid-template-areas: "aside content";
	gap: 15px;
}

.wunderbyte_table_container {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-areas: "content";
	gap: 0;
}

.wunderbyte_table_container aside {
	grid-area: aside;
	max-width: 310px;
	padding: 20px;
}

.wb-records-count-label {
	width: 100%;
}

.wunderbyte_table_container .wunderbyteTableClass {
	grid-area: content;
}

.wunderbyte_table_container .wunderbyteTableClass .wbt-pagination-navs {
	margin-top: 1rem;
}

.wunderbyte_table_container .wunderbyteTableClass .wbt-pagination-navs>div {
	display: inline-block;
}

.wunderbyte_table_container .wunderbyteTableClass .wbt-pagination-navs .wbt-gotopage {
	margin: 0 1rem;
	color: grey;
}

.wunderbyte_table_container .icons-collapse-expand {
	margin-left: 3px;
}

.wunderbyte_table_container .dropdown-menu {
	width: max-content;
}

@media screen and (max-width: 768px) {
	.wunderbyte_table_container {
		display: block;
	}

	.wunderbyte-table-table table {
		border: 0;
	}

	.wunderbyte-table-table table caption {
		font-size: 1.3em;
	}

	.wunderbyte-table-table table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	.wunderbyte-table-table table tr {
		border: 1px solid #ddd;
		display: block;
		margin-bottom: 0.625em;
	}

	.wunderbyte-table-table table td {
		border-top: none;
		border-bottom: 1px solid #ddd;
		display: block;
		font-size: 0.8em;
		text-align: right;
	}

	.wunderbyte-table-table table td:last-child {
		border-bottom: 0;
	}

	.wunderbyte-table-table table td:not(.wbcheckbox)::before {
		/*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
		content: attr(data-localized) ":";
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	}

	.wunderbyte-table-table table td.wbcheckbox::before {
		/*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
		content: "✓";
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	}

	.wunderbyte-table-grid table td:last-child {
		border-bottom: 0;
	}

	.wunderbyte-table-grid table .novalue {
		display: none;
	}

	.wunderbyte-table-grid table tr {
		border: 1px solid;
	}

	.wunderbyteTableSearch {
		text-align: right;
		max-width: unset;
		margin-left: auto;
		min-width: calc(100vw - 100px);
	}
}

.wunderbyte-table-grid .list-group-item+.list-group-item {
	border-top: 1px solid rgba(0, 0, 0, 0.125);
	border-top-width: 1px;
}

.wunderbyteTableJavascript.search-data-element h3 {
	word-break: break-word;
}

.wunderbyte-table-table table th[data-sortable] {
	position: relative;
	margin-right: 3px;
	padding-left: 18px;
}

.wunderbyte-table-table table th[data-sortable]::before,
.wunderbyte-table-table table th[data-sortable]::after {
	position: absolute;
	display: block;
	opacity: 0.125;
	left: 5px;
	line-height: 9px;
	font-size: 0.9em;
}

.wunderbyte-table-table th[data-sortable].desc::after {
	opacity: 1;
}

.wunderbyte-table-table th[data-sortable].asc::before {
	opacity: 1;
}

.wunderbyte-table-table th[data-sortable]::before {
	content: "\f0de";
	font-size: 14px;
	font-family: 'FontAwesome', 'Font Awesome 6 Free';
	top: 35%;
	right: 0;
}

.wunderbyte-table-table th[data-sortable]::after {
	content: "\f0d7";
	font-size: 14px;
	font-family: 'FontAwesome', 'Font Awesome 6 Free';
	top: 40%;
}

.wunderbyte-table-table.moodleversionminfourtwo th[data-sortable]::before {
	content: "\f0de";
	font: var(--fa-font-solid);
	font-family: 'FontAwesome', 'Font Awesome 6 Free';
	top: 35%;
	right: 0;
}

.wunderbyte-table-table.moodleversionminfourtwo th[data-sortable]::after {
	content: "\f0dd";
	font: var(--fa-font-solid);
	font-family: 'FontAwesome', 'Font Awesome 6 Free';
	top: 40%;
}

.wunderbyte-table-table .scroll-y {
	height: 600px;
	border: 1px solid #dee2e6;
	overflow: auto;
}

/* Set header to stick to the top of the container. */
.wunderbyte-table-table .scroll-y thead tr th {
	position: sticky;
	top: 0;
	background-color: #fff;
}

.wunderbyteTableSearch {
	text-align: right;
	max-width: 250px;
	margin-left: auto;
}

.wunderbyte_table_container aside.inactive {
	margin-left: -500px;
	height: 0;
	display: none;
}

.wunderbyte-table-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	padding: 10px;
	gap: 20px;
}

.wunderbyte_table_filter_on .wunderbyte-table-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	padding: 10px;
	gap: 20px;
}

/* FILTER */
.wunderbyteTableFilter .form-group .collapse {
	padding-left: 16px;
}

.wunderbyteTableFilter ul {
	overflow-y: auto;
	/* Show all filters without scrollbar. */
	/* max-height: 20.5rem; */
}

.wunderbyteTableFilter .collapse-accordion-toggle[aria-expanded=true] span svg:not(:first-child) {
	display: none;
}

.wunderbyteTableFilter .collapse-accordion-toggle[aria-expanded=false] span svg:not(:last-child) {
	display: none;
}

.wunderbyteTableFilter li {
	position: relative;
	display: block;
	min-height: 1.6rem;
	padding-left: 2rem;
}

.wunderbyteTableFilter .form-check-label {
	color: #77838f;
	font-size: 1rem;
	padding-left: 6px;
	position: relative;
	margin-bottom: 0;
	vertical-align: top;
}

.wunderbyteTableFilter .form-check-input {
	position: absolute;
	left: 0;
	z-index: 30000001;
	width: 20px;
	height: 1.3rem;
	opacity: 0;
	margin-left: 0;
}

.wunderbyteTableFilter :checked~.form-check-label::before {
	border-color: #090761;
}

.wunderbyteTableFilter :checked~.form-check-label::after {
	background-color: #090761;
	border-radius: 3px;
}

.wunderbyteTableFilter .form-check-label::after {
	top: 0.55rem;
	background: 0 0;
	border-radius: 3px;
	left: -1.5rem;
	width: 0.5rem;
	height: 0.5rem;
	content: "";
	position: absolute;
	z-index: 200000;
}

.wunderbyteTableFilter .form-check-label::before {
	position: absolute;
	top: 0.3rem;
	left: -1.75rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: transparent;
	border: #e7e7ec solid 1px;
	border-radius: 3px;
	z-index: 200000;
}

.wunderbyte-table-grid .list-group-item {
	box-shadow: 0 .5rem .937rem rgba(140, 152, 164, .1);
}

.wunderbyte-table-grid .grid-entry {
	display: grid;
	grid-template-rows: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	border: 1px solid;
	padding: 20px;
	border-radius: 5px;
	margin: 20px;
}

/* FILTER */
.wunderbyteTableFilter .form-group .collapse {
	padding-left: 16px;
}

.wunderbyteTableFilter .filtertitle {
	font-size: large;
}

.wunderbyteTableFilter ul {
	overflow-y: auto;
	/* Show all filters without scrollbar. */
	/* max-height: 20.5rem; */
}

.wunderbyteTableFilter .collapse-accordion-toggle[aria-expanded=true] span svg:not(:first-child) {
	display: none;
}

.wunderbyteTableFilter .collapse-accordion-toggle[aria-expanded=false] span svg:not(:last-child) {
	display: none;
}

.wunderbyteTableFilter button {
	border-width: 0;
	background-color: transparent;
	width: 100%;
	outline: 0;
	box-shadow: none;
}

.wunderbyteTableFilter li {
	position: relative;
	display: block;
	min-height: 1.6rem;
	padding-left: 2rem;
}

.wunderbyteTableFilter :checked~.form-check-label::before {
	border-color: #090761;
}

.wunderbyteTableFilter :checked~.form-check-label::after {
	background-color: #090761;
	border-radius: 3px;
}

.wunderbyteTableFilter .form-check-label::after {
	top: 0.55rem;
	background: 0 0;
	border-radius: 3px;
	left: -1.5rem;
	width: 0.5rem;
	height: 0.5rem;
	content: "";
	position: absolute;
	z-index: 200000;
}

.wunderbyteTableFilter .form-check-label::before {
	position: absolute;
	top: 0.3rem;
	left: -1.75rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: transparent;
	border: #e7e7ec solid 1px;
	border-radius: 3px;
	z-index: 200000;
}

.inactivefilter .wunderbyte_table_container {
	grid-template-columns: 0fr 2fr;
	gap: 0;
}

.wunderbyteTableSelect .sortcolumn {
	width: max-content;
	height: 36px;
	border-radius: 10px;
	border-color: darkgray;
	padding-left: 5px;
}

.wunderbyteTableSelect a.changesortorder:hover {
	text-decoration: none;
}

.wunderbyte-table-table .wb-table-column {
	z-index: 2;
}

.wunderbyteTableFilter .datepickerform {
	margin: 20px;
	padding: 10px;
	position: relative;
	display: block;
	min-height: 1.6rem;
	padding-left: 2rem;
}

.wunderbyteTableFilter .datepicker-label {

	color: #77838f;
	font-size: 1rem;
	padding-top: 6px;
	padding-left: 6px;
	position: relative;
	margin-bottom: 6px;
	vertical-align: top;
}

.wunderbyteTableFilter .datepicker-input {

	color: #77838f;
	padding-left: 6px;
	border: #77838f;
}

.wunderbyteTableFilter .datepicker-input:hover {
	box-shadow: 0 0 1px 1px #77838f;
}

.wunderbyteTableFilter .intrangeform {
	margin: 20px;
	padding: 10px;
	position: relative;
	display: block;
	min-height: 1.6rem;
	padding-left: 2rem;
}

.wunderbyteTableFilter .intrange-label {

	color: #77838f;
	font-size: 1rem;
	padding-top: 6px;
	padding-left: 6px;
	position: relative;
	margin-bottom: 6px;
	vertical-align: top;
}

.wunderbyteTableFilter .intrange-input {
	padding-left: 6px;
	border: #77838f;
	box-shadow: 0 0 1px 1px #98a3ad;
}

.wunderbyteTableFilter .intrange-input:hover {
	box-shadow: 0 0 1px 1px #77838f;
}

.wunderbyteTableFilter .alert-warning {
	margin-top: 20px;
}

.wunderbyteTableSearchIcon,
.wunderbyteTableSwitchTemplatesIcon {
	padding-top: 7px;
	padding-right: 5px;
	font-size: 1.3em;
}

.wunderbyteTableSortIcon {
	font-size: 1.2em;
}

.wb-table-sortable-active {
	background-color: grey;
}

.wb-table-sortable-drag {
	background-color: lightgrey;
}

/* Move filters on top of table */

.wunderbyte_table_filter_on .wunderbyte_table_container.showontop {
	display: block;
}

.wunderbyte_table_filter_on .wunderbyte_table_container.showontop aside {
	max-width: 100%;
}

.wunderbyteTableFilter.row {
	margin: 0;
	flex-direction: column;
}

.showontop .wunderbyteTableFilter.row {
	margin: 0;
	flex-direction: row;
	justify-content: space-around;
}

.showontop aside {
	padding: 0;
}

.wunderbyteTableFilter .dd {
	padding: 10px;
	background: transparent;
	max-width: fit-content;
}

.wunderbyte_table_container .wunderbyteTableFilter .dropdownMenuButton {
	background: #fff;
	min-width: fit-content;
	width: 250px;
	text-align: start;
	height: auto;
	white-space: normal;
	border: 1px solid #d3d3d3bd;
}

.wunderbyte_table_container .wunderbyteTableFilter .dropdownMenuButton::after {
	position: absolute;
	right: 10px;
	height: 100%;
	align-items: center;
	justify-content: center;
	display: flex;
	top: 0;
	width: 20px;
	font-size: 17px;
}

.dropdowncontainer .dropdown-menu.show {
	width: 100%;
}

.dropdowncontainer .wunderbyterFilterList {
	margin: 0;
	padding: 0;
}

/* Berta related CSS ? */

.wunderbyte_table_components {
	background: #e9f0f3;
}

.wunderbyte_table_container.showontop .filterheader {
	background: #e9f0f3;
	padding: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.inactivefilter .wunderbyte_table_container.showontop .filterheader {
	display: none;
}

.wunderbyte_table_container.showontop .filterheader .wunderbyte_table_components {
	width: 100%;
}

.wunderbyteTableFilter .form-check-label {
	color: black;
}

.hierarchybutton {
	margin-bottom: 4px;
	position: relative;
}

.hierarchy .hierarchybutton::after {
	position: absolute;
	right: 10px;
	height: 100%;
	align-items: center;
	justify-content: center;
	display: flex;
	top: 0;
}

.dropdown-menu .filtersearch {
	position: absolute;
	height: 46px;
	top: -49px;
	left: -1px;
	width: calc(100% + 2px);
}

.dropdown-menu .labelsearch {
	display: none;
	position: absolute;
	height: 46px;
	top: -60px;
	z-index: 9999;
}

.dropdown-menu .labelsearch span {
	position: relative;
	color: rgba(15, 108, 191, .75);
	font-weight: bold;
	white-space: nowrap;
}

.dropdown-menu .labelsearch span::after {
	position: absolute;
	width: 110%;
	height: 10px;
	background: #fff;
	content: '';
	left: -5%;
	bottom: 2%;
	z-index: -10;
	border-radius: 2px;
}

.wunderbyteTableFilter .dropdownMenuButton.hideFocus.btn:focus,
.btn.focus {
	/* box-shadow: none; */
}

.wunderbyteTableFilter .dropdown-item .form-check-label {
	white-space: normal;
	word-break: break-all;
}

@media screen and (max-width: 991px) {
	.wunderbyte_table_filter_on .wunderbyte_table_container {
		display: block;
	}

	.wunderbyte_table_filter_on .wunderbyte_table_container aside {
		max-width: 100%;
	}

	.wunderbyte_table_container .filterheader {
		padding: 0;
	}

	.wunderbyte_table_container aside {
		padding: 15px;
	}

	.wunderbyte_table_container .wunderbyteTableFilter .dd,
	.wunderbyte_table_container .wunderbyteTableFilter .dropdownMenuButton {
		max-width: 100%;
		width: 100%;
	}

	.showontop .wunderbyteTableFilter.row {
		flex-direction: column;
	}

}

.wunderbyte_table_calendar .calendar {
	height: 22rem;
	width: fit-content;
	background-color: white;
	border-radius: 0;
	border: 1px solid black;
	overflow: hidden;
	padding: 5px 5px 0 5px;
	margin-bottom: 2rem;
}

.wunderbyte_table_calendar .calendar-days .highlight-date {
	font-weight: bold;
	text-decoration: underline;
	/* Example text color */
}

.wunderbyte_table_calendar .calendar {
	box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}

.wunderbyte_table_calendar .calendar-header {
	background: white;
	display: flex;
	justify-content: space-between;
	border-radius: 0;
	align-items: center;
	font-weight: 700;
	color: black;
	padding: 10px;
	border-bottom: 1px solid black;

}

.wunderbyte_table_calendar .calendar-body {
	padding: 10px;
}

.wunderbyte_table_calendar .calendar-week-days {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	font-weight: 600;
	cursor: pointer;
	color: white;
}

.wunderbyte_table_calendar .calendar-week-days div:hover {
	color: black;
	transform: scale(1.2);
	transition: all .2s ease-in-out;
}

.wunderbyte_table_calendar .calendar-week-days div {
	display: grid;
	place-items: center;
	color: black;
	height: 50px;
}

.wunderbyte_table_calendar .calendar-days {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 4px;
	color: #0a0921;
}

.wunderbyte_table_calendar .calendar-days div {
	width: 37px;
	height: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	position: relative;
	cursor: pointer;
	animation: to-top 1s forwards;
	color: white;
	background: var(--primary);
	font-weight: 300;
}

.wunderbyte_table_calendar .month-picker {
	padding: 5px 10px;
	border-radius: 10px;
	cursor: pointer;
}

.wunderbyte_table_calendar .year-picker {
	display: flex;
	align-items: center;
}

.wunderbyte_table_calendar .year-change {
	height: 30px;
	width: 30px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	margin: 0 10px;
	cursor: pointer;
}

.wunderbyte_table_calendar .year-change:hover {
	background-color: #9796f0;
	transition: all .2s ease-in-out;
	transform: scale(1.12);
}

.wunderbyte_table_calendar .calendar-footer {
	padding: 10px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#year:hover {
	cursor: pointer;
	transform: scale(1.2);
	transition: all 0.2s ease-in-out;
}

.wunderbyte_table_calendar .calendar-days div span {
	position: absolute;
}

.wunderbyte_table_calendar .calendar-days div:hover {
	transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
	background-color: #0063a678;
	/* border-radius: 20%; */
	color: #f8fbff;
}

.wunderbyte_table_calendar .month-list {
	position: relative;
	left: 0;
	bottom: 180px;
	background-color: #ebebeb;
	color: #151426;
	display: grid;
	grid-template-columns: repeat(3, auto);
	gap: 5px;
	border-radius: 20px;
}

.wunderbyte_table_calendar .month-list>div {
	display: grid;
	place-content: center;
	/* margin: 5px 10px; */
	transition: all 0.2s ease-in-out;
}

.wunderbyte_table_calendar .month-list>div>div {
	border-radius: 15px;
	padding: 10px;
	cursor: pointer;
}

.wunderbyte_table_calendar .month-list>div>div:hover {
	color: #f8fbff;
	transform: scale(0.9);
	transition: all 0.2s ease-in-out;
}

.wunderbyte_table_calendar .month-list.show {
	visibility: visible;
	pointer-events: visible;
	transition: 0.6s ease-in-out;
	animation: to-left .71s forwards;
}

.wunderbyte_table_calendar .month-list.hideonce {
	visibility: hidden;
}

.month-list.hide {
	animation: to-right 1s forwards;
	visibility: hidden;
	pointer-events: none;
}

.wunderbyte_table_calendar .date-time-formate {
	height: 4rem;
	width: 100%;
	font-family: Dubai Light, Century Gothic;
	position: relative;
	display: flex;
	top: 50px;
	justify-content: center;
	align-items: center;
}

.wunderbyte_table_calendar .day-text-formate {
	font-family: Microsoft JhengHei UI;
	font-size: 1.4rem;
	padding-right: 5%;
	border-right: 3px solid #9796f0;
}

.wunderbyte_table_calendar .date-time-value {
	display: block;
	position: relative;
	text-align: center;
	padding-left: 5%;
}

.wunderbyte_table_calendar .time-formate {
	font-size: 1.5rem;
}

.wunderbyte_table_calendar .time-formate.hideTime {
	animation: hidetime 1.5s forwards;
}

.wunderbyte_table_calendar .day-text-formate.hidetime {
	animation: hidetime 1.5s forwards;
}

.wunderbyte_table_calendar .date-formate.hideTime {
	animation: hidetime 1.5s forwards;
}

.wunderbyte_table_calendar .day-text-formate.showtime {
	animation: showtime 1s forwards;
}

.wunderbyte_table_calendar .time-formate.showtime {
	animation: showtime 1s forwards;
}

.wunderbyte_table_calendar .date-formate.showtime {
	animation: showtime 1s forwards;
}

.wunderbyte_table_calendar .year-change pre {
	margin: 0;
}


.wbtablefilterview .category-item.collapsed .fa-chevron-down {
	display: inline-block;
}

.wbtablefilterview .category-item:not(.collapsed) .fa-chevron-up {
	display: inline-block;
}

.wbtablefilterview .category-item.collapsed .fa-chevron-up {
	display: none;
}

.wbtablefilterview .category-item:not(.collapsed) .fa-chevron-down {
	display: none;
}

@keyframes to-top {
	0% {
		transform: translateY(100%);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes to-left {
	0% {
		transform: translateX(230%);
		opacity: 1;
	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes to-right {
	10% {
		transform: translateX(0);
		opacity: 1;
	}

	100% {
		transform: translateX(-150%);
		opacity: 1;
	}
}

@keyframes showtime {
	0% {
		transform: translateX(250%);
		opacity: 1;
	}

	100% {
		transform: translateX(0%);
		opacity: 1;
	}
}

@keyframes hidetime {
	0% {
		transform: translateX(0%);
		opacity: 1;
	}

	100% {
		transform: translateX(-370%);
		opacity: 1;
	}
}

.core_payment_gateways_modal .paypal .icon {
	height: 40px;
	width: auto;
}

.assignfeedback_editpdf_widget .toolbar ul {
	display: none;
}

.assignfeedback_editpdf_widget .toolbar li {
	list-style-type: none;
}

.assignfeedback_editpdf_widget .drawingcanvas {
	position: relative;
	min-width: 817px;
	min-height: 400px;
	background-repeat: no-repeat;
	background-color: #ccc;
	margin-left: auto;
	margin-right: auto;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 20px rgba(0, 0, 0, .2);
}

.assignfeedback_editpdf_widget .moodle-dialogue-bd .drawingregion {
	position: inherit;
}

.assignfeedback_editpdf_widget .drawingregion[data-currenttool=select] .commentdrawable textarea,
.assignfeedback_editpdf_widget .drawingregion[data-currenttool=select] .commentdrawable svg {
	cursor: move;
}

.assignfeedback_editpdf_widget .infoicon {
	display: none;
}

.assignfeedback_editpdf_widget .warningmessages {
	position: absolute;
	margin-left: 20px;
	margin-right: 20px;
	bottom: 20px;
}

.assignfeedback_editpdf_widget .drawingregion {
	border: 1px solid #ccc;
	left: 1em;
	right: 1em;
	top: 52px;
	bottom: 0;
	position: absolute;
	overflow: auto;
	background-color: #ccc;
	touch-action: none;
}

.assignfeedback_editpdf_widget {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.assignfeedback_editpdf_widget .pageheader {
	background-color: #ebebeb;
	border-bottom: 1px solid #ccc;
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 50px;
	height: 52px;
	overflow: auto;
}

.moodle-dialogue-base .moodle-dialogue.assignfeedback_editpdf_widget .moodle-dialogue-bd {
	padding: 0;
}

.yui3-colourpicker-hidden,
.yui3-commentsearch-hidden,
.yui3-commentmenu-hidden {
	display: none;
}

.assignfeedback_editpdf_widget .pageheader button img {
	padding-top: 3px;
	vertical-align: top;
}

.assignfeedback_editpdf_widget .pageheader button:active {
	background-color: #ccc;
}

.assignfeedback_editpdf_widget .pageheader select,
.assignfeedback_editpdf_widget .pageheader button {
	background: none;
	padding: 4px 7px;
	border: 0;
	border-radius: 0;
	margin: 0;
	height: 30px;
	line-height: 30px;
	vertical-align: top;
	cursor: pointer;
}

.assignfeedback_editpdf_widget .pageheader select {
	vertical-align: top;
	-webkit-appearance: none;
	-moz-appearance: menulist-text;
	background-color: #fff;
	padding: 0 10px;
}

.assignfeedback_editpdf_widget .pageheader select::-ms-expand {
	display: none;
}

.assignfeedback_editpdf_widget .pageheader .navigation button+button,
.assignfeedback_editpdf_widget .pageheader .toolbar button+button,
.assignfeedback_editpdf_widget .pageheader .navigation select+button,
.assignfeedback_editpdf_widget .pageheader .toolbar select+button {
	border-left: 1px solid #ccc;
	border-right: 0;
}

.assignfeedback_editpdf_widget .pageheader .navigation button {
	border-right: 1px solid #ccc;
}

.assignfeedback_editpdf_widget .pageheader .toolbar,
.assignfeedback_editpdf_widget .pageheader .navigation-search,
.assignfeedback_editpdf_widget .pageheader .navigation-expcol,
.assignfeedback_editpdf_widget .pageheader .navigation {
	border: 1px solid #ccc;
	border-bottom-color: #b3b3b3;
	border-radius: 4px;
	margin: 10px 4px;
	background-color: white;
	height: 30px;
	line-height: 30px;
	padding: 0;
}

.assignfeedback_editpdf_commentsearch ul {
	max-height: 400px;
	overflow-y: auto;
	padding: 1em;
}

.assignfeedback_editpdf_commentsearch ul li pre {
	background-color: #efefef;
	white-space: pre-wrap;
	word-break: break-word;
}

.assignfeedback_editpdf_commentsearch ul li pre:hover {
	background-color: #ddd;
}

.assignfeedback_editpdf_commentsearch ul li {
	margin: 2px;
}

.assignfeedback_editpdf_commentsearch a pre {
	font-family: helvetica;
	margin: 0;
	padding: 4px;
}

.assignfeedback_editpdf_widget .navigation-search,
.assignfeedback_editpdf_widget .navigation-expcol,
.assignfeedback_editpdf_widget .navigation {
	float: left;
}

.assignfeedback_editpdf_widget .toolbar_group {
	float: right;
}

.assignfeedback_editpdf_widget .toolbar button {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.assignfeedback_editpdf_widget .toolbar>button.rotateleftbutton {
	/*rtl:raw:
    border-right: 1px solid #ccc;
    border-left: 0;
    */
	/*rtl:ignore*/
	float: left;
}

.assignfeedback_editpdf_widget .toolbar>button.rotaterightbutton {
	/*rtl:ignore*/
	float: right;
}

.assignfeedback_editpdf_widget .toolbar {
	float: left;
}

.assignfeedback_editpdf_widget .navigation,
.assignfeedback_editpdf_widget .navigation-search,
.assignfeedback_editpdf_widget .navigation-expcol,
.assignfeedback_editpdf_widget .toolbar {
	display: inline-block;
}

.assignfeedback_editpdf_colourpicker ul {
	margin: 0;
}

.assignfeedback_editpdf_dropdown li.quicklist_comment {
	width: 200px;
}

.assignfeedback_editpdf_dropdown li.quicklist_comment a {
	white-space: nowrap;
	display: inline-block;
	max-width: 140px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.assignfeedback_editpdf_dropdown a.delete_quicklist_comment {
	float: right;
	width: 20px;
}

.assignfeedback_editpdf_dropdown button {
	border: 0;
	background: none;
	padding: 6px 7px;
	border-radius: 0;
	border-top: 1px solid #ccc;
}

.assignfeedback_editpdf_dropdown li:first-child button {
	border-top: 0;
}

.moodle-dialogue-base .moodle-dialogue.assignfeedback_editpdf_dropdown .moodle-dialogue-wrap {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	border-radius: 4px;
}

.moodle-dialogue-base .moodle-dialogue.assignfeedback_editpdf_dropdown .moodle-dialogue-bd {
	padding: 0;
}

.moodle-dialogue-base .assignfeedback_editpdf_dropdown .moodle-dialogue-wrap .moodle-dialogue-hd,
.moodle-dialogue-base .assignfeedback_editpdf_dropdown .moodle-dialogue-wrap .moodle-dialogue-ft {
	display: none;
}

.assignfeedback_editpdf_menu li hr {
	margin: 0;
}

.assignfeedback_editpdf_menu li a {
	text-decoration: none;
	color: #555;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
}

ul.assignfeedback_editpdf_search {
	margin: 0;
}

.assignfeedback_editpdf_search li {
	list-style-type: none;
}

.assignfeedback_editpdf_search li a {
	text-decoration: none;
	color: #555;
}

.assignfeedback_editpdf_menu li:hover {
	background-color: #ebebeb;
}

ul.assignfeedback_editpdf_menu {
	margin: 0;
	max-height: 40vh;
	overflow-y: auto;
	overflow-x: hidden;
}

.assignfeedback_editpdf_menu li {
	list-style-type: none;
	margin: 0;
	border-radius: 4px;
}

.assignfeedback_editpdf_menu li button {
	margin: 0;
	background: none;
}

.assignfeedback_editpdf_widget .pageheader button:hover {
	background-color: #ebebeb;
	background-image: radial-gradient(ellipse at center, #fff 60%, #dfdfdf 100%);
}

.assignfeedback_editpdf_widget .pageheader button.assignfeedback_editpdf_selectedbutton:hover,
.assignfeedback_editpdf_widget .pageheader button.assignfeedback_editpdf_selectedbutton {
	background-color: #dfdfdf;
	background-image: radial-gradient(ellipse at center, #fff 40%, #dfdfdf 100%);
}

.assignfeedback_editpdf_widget .commentdrawable img {
	margin: 0 5px;
}

.assignfeedback_editpdf_widget .commentdrawable a {
	float: right;
	position: relative;
	left: -17px;
	top: 2px;
	height: 16px;
	width: 16px;
}

.assignfeedback_editpdf_widget .commentdrawable textarea {
	padding: 4px;
	padding-right: 20px;
	resize: none;
	overflow: hidden;
	color: black;
	border: 2px solid #ccc;
	border-radius: 4px;
	font-size: 16px;
	font-family: helvetica;
	min-height: 1.2em;
}

.assignfeedback_editpdf_widget .commentdrawable textarea:focus {
	outline: thin dotted #333;
	outline-color: -webkit-focus-ring-color;
	outline-width: 5px;
	outline-style: auto;
	outline-offset: -2px;
}

.assignfeedback_editpdf_widget .commentdrawable {
	display: flex;
	z-index: 52;
	height: 0;
}

.assignfeedback_editpdf_widget .annotation {
	z-index: 51;
}

.assignfeedback_editpdf_widget .deleteannotationbutton {
	z-index: 51;
}

.assignfeedback_editpdf_widget .commentdrawable label {
	display: inline-block;
}

.assignfeedback_editpdf_widget .commentdrawable svg {
	display: none;
}

.assignfeedback_editpdf_widget .commentdrawable.commentcollapsed {
	z-index: auto;
	width: 24px;
}

.assignfeedback_editpdf_widget .commentdrawable.commentcollapsed textarea,
.assignfeedback_editpdf_widget .commentdrawable.commentcollapsed a {
	display: none;
}

.assignfeedback_editpdf_widget .commentdrawable.commentcollapsed svg {
	display: inline-block;
	width: 24px;
	height: 24px;
}

.assignfeedback_editpdf_widget .drawingcanvas .loading .progressbarlabel {
	text-align: center;
}

.hideoverflow {
	overflow: hidden;
	position: relative;
}

@media (max-width: 960px) {
	.assignfeedback_editpdf_widget .pageheader {
		height: 104px;
	}

	.assignfeedback_editpdf_widget .drawingregion {
		top: 104px;
	}
}

@media (max-width: 767px) {
	.assignfeedback_editpdf_widget .drawingregion {
		position: relative;
		margin-bottom: 1em;
		top: 0;
		max-height: 312px;
	}

	.assignfeedback_editpdf_widget .pageheader {
		height: auto;
	}
}

@media (max-width: 480px) {
	.assignfeedback_editpdf_widget .pageheader {
		padding-left: 5px;
		padding-right: 5px;
	}
}

#page-mod-quiz-report #manualgradingform {
	width: 100%;
}

#page-mod-quiz-report #manualgradingform.mform br {
	clear: none;
}

#page-mod-quiz-report #manualgradingform.mform .clearfix:after {
	clear: none;
}

#page-mod-quiz-report #manualgradingform .que {
	margin-bottom: 0.7em;
}

/* Rubric - grid layout */

.path-mod-workshop .mform.frozen #id_rubric-grid-wrapper,
.path-mod-workshop .assessmentform.rubric #id_rubric-grid-wrapper {
	border: none;
}

.path-mod-workshop .mform.frozen #id_rubric-grid-wrapper legend,
.path-mod-workshop .assessmentform.rubric #id_rubric-grid-wrapper legend {
	display: none;
}

.path-mod-workshop .mform.frozen #id_rubric-grid-wrapper th,
.path-mod-workshop .mform.frozen #id_rubric-grid-wrapper td,
.path-mod-workshop .assessmentform.rubric.grid #id_rubric-grid-wrapper th,
.path-mod-workshop .assessmentform.rubric.grid #id_rubric-grid-wrapper td {
	border: 1px solid #ddd;
	padding: 5px;
	vertical-align: top;
}

.path-mod-workshop .mform.frozen #id_rubric-grid-wrapper,
.path-mod-workshop .assessmentform.rubric.grid #id_rubric-grid-wrapper .criterion {
	text-align: center;
}

.path-mod-workshop .assessmentform.rubric.grid #id_rubric-grid-wrapper .fitem {
	text-align: center;
}

.path-mod-workshop .mform.frozen #id_rubric-grid-wrapper .fitem .fitemtitle,
.path-mod-workshop .assessmentform.rubric.grid #id_rubric-grid-wrapper .fitem .fitemtitle {
	display: none;
}

.path-mod-workshop .mform.frozen #id_rubric-grid-wrapper,
.path-mod-workshop #id_rubric-grid-wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.path-mod-workshop .mform.frozen #id_rubric-grid-wrapper .checkbox,
.path-mod-workshop .assessmentform.rubric.grid #id_rubric-grid-wrapper .checkbox {
	max-width: 100%;
	flex: 0 0 100%;
	text-align: left;
}

.path-mod-workshop .mform.frozen #id_rubric-grid-wrapper .fitem .felement,
.path-mod-workshop .assessmentform.rubric.grid #id_rubric-grid-wrapper .fitem .felement {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.path-mod-workshop .mform.frozen #id_rubric-grid-wrapper .fitem .felement {
	border: none;
}

.path-mod-workshop .assessmentform.rubric.grid #id_rubric-grid-wrapper .fitem .felement span {
	display: block;
	text-align: center;
}

.path-mod-workshop .assessmentform.rubric.grid #id_rubric-grid-wrapper .fitem .felement span label {
	display: block;
	text-align: center;
}

/* Rubric - list layout */

.path-mod-workshop .mform.frozen .fitem.description.rubric+.fitem .fitemtitle,
.path-mod-workshop .assessmentform.rubric.list #id_rubric-grid-wrapper .fitem .fitemtitle {
	display: none;
}

.path-mod-workshop .mform.frozen .fitem.description.rubric+.fitem .fitemtitle+.felement,
.path-mod-workshop .assessmentform.rubric.list .fitem .felement {
	width: auto;
	border: none;
}

.path-mod-workshop .assessmentform.rubric.list .fitem .felement span input {
	display: block;
	float: left;
}

.path-mod-workshop .assessmentform.rubric.list .fitem .felement.fgroup span label {
	display: block;
	margin-left: 30px;
}

/**
 * Manual allocator
 */

.path-mod-workshop .manual-allocator .allocations {
	margin: 0 auto;
	width: 100%;
}

.path-mod-workshop .manual-allocator .allocations tbody tr:nth-of-type(odd) {
	background-color: #eee;
}

.path-mod-workshop .manual-allocator .allocations tbody tr:nth-of-type(odd).highlightreviewerof,
.path-mod-workshop .manual-allocator .allocations tbody tr:nth-of-type(odd).highlightreviewedby {
	background-color: inherit;
}

.path-mod-workshop .manual-allocator .allocations .peer .image {
	margin-right: 5px;
	vertical-align: middle;
}

.path-mod-workshop .manual-allocator .allocations .reviewedby .image,
.path-mod-workshop .manual-allocator .allocations .reviewerof .image {
	margin-right: 3px;
	vertical-align: middle;
}

.path-mod-workshop .manual-allocator .allocations .highlightreviewedby .reviewedby,
.path-mod-workshop .manual-allocator .allocations .highlightreviewerof .reviewerof {
	background-color: #fff3d2;
}

.path-mod-workshop .manual-allocator .allocations tr td {
	vertical-align: top;
	padding: 5px;
}

.path-mod-workshop .manual-allocator .allocations tr td ul {
	margin: 0;
}

.path-mod-workshop .manual-allocator .allocations tr td ul li {
	list-style: none;
}

.path-mod-workshop .manual-allocator .allocations tr td.peer {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.path-mod-workshop .manual-allocator .allocations .reviewedby .info,
.path-mod-workshop .manual-allocator .allocations .peer .info,
.path-mod-workshop .manual-allocator .allocations .reviewerof .info {
	font-size: 80%;
	color: #888;
	font-style: italic;
}

.path-mod-workshop .manual-allocator .allocations .peer .submission {
	font-size: 90%;
	margin-top: 1em;
}

.path-mod-workshop .random-allocator .warning {
	width: 100%;
	margin: 0 auto 15px auto;
}

.accessibilitywarnings img {
	max-width: 32px;
	max-height: 32px;
}

.atto_backcolor_button .dropdown-menu {
	min-width: inherit;
}

.atto_backcolor_button .dropdown-menu .atto_menuentry {
	padding-top: 5px;
	padding-bottom: 5px;
}

.atto_backcolor_button .dropdown-menu .atto_menuentry a[role=menuitem] {
	display: flex;
}

.atto_backcolor_button .dropdown-menu .atto_menuentry a[role=menuitem]:hover,
.atto_backcolor_button .dropdown-menu .atto_menuentry a[role=menuitem]:focus {
	box-shadow: #0f6fc5 0 0 3px 1px;
}

.atto_backcolor_button .dropdown-menu .coloroption {
	display: flex;
	align-items: center;
	float: left;
	height: 20px;
	width: 20px;
	border: 1px solid #ccc;
}

.atto_charmap_selector button {
	width: 2.18rem;
	margin: 0.1rem;
}

.atto_cloze img {
	cursor: pointer;
	width: 20px;
}

.atto_cloze_button img {
	/* stylelint-disable-next-line declaration-no-important */
	margin-top: -.125rem !important;
}

.atto_cloze .form-control {
	width: unset;
}

.atto_cloze_answers {
	height: 375px;
	overflow-x: hidden;
}

.atto_cloze_qtype {
	overflow: auto;
	position: relative;
}

.atto_cloze_qtype .atto_cloze_summary {
	display: none;
	left: 175px;
	position: absolute;
	top: 0;
}

.atto_cloze_qtype input[type="radio"]:focus {
	box-shadow: none;
}

.atto_cloze_qtype input[type="radio"]:checked+label .atto_cloze_summary {
	display: inline;
}

input.atto_cloze_marks {
	/* stylelint-disable-next-line declaration-no-important */
	width: 4em !important;
}

.atto_cloze_answers .form-group img {
	margin-top: .5rem;
}

.atto_cloze_answers li:first-child .atto_cloze_up {
	display: none;
}

.atto_cloze_answers li:last-child .atto_cloze_down {
	display: none;
}

@media (max-width: 768px) {
	.toolbarbreak {
		display: none;
	}
}

/* Improve the form layout. */
.moodle-dialogue-base #embedqform #fitem_id_submitbutton {
	padding: 0;
	margin: 0;
}

.moodle-dialogue-base #embedqform .fdescription.required {
	display: none;
}

/*
 * There is a nasty conflict between the core style rule
 * '.moodle-dialogue-base .hidden' for hidden dialogues,
 * and formslib's concept of invisible fieldsets that are
 * done with <fieldset class="hidden">. We want this visible!
 */
.moodle-dialogue-base #embedqform fieldset.hidden {
	display: inherit;
}

.emoji-picker-dialogue.moodle-dialogue-base .moodle-dialogue .moodle-dialogue-bd {
	padding: 0;
}

.emoji-picker-dialogue .emoji-picker {
	box-shadow: none !important;
	/* stylelint-disable-line declaration-no-important */
	border: 0;
}

.atto_emoticon_map ul {
	padding: 0;
	margin: 0;
	display: table;
	width: 100%;
}

.atto_emoticon_map li {
	display: table-row;
	white-space: nowrap;
}

.atto_emoticon_map li div {
	display: table-cell;
	padding: 0 1em;
}

.atto_emoticon_emote img {
	width: 16px;
}

.atto_equation_library button {
	margin: 0.25%;
	min-width: 12%;
}

#page-admin-setting-atto_equation_settings .form-defaultinfo {
	max-height: 10em;
	overflow: auto;
	padding: 5px;
	min-width: 206px;
}

.atto_fontcolor_button .dropdown-menu {
	min-width: inherit;
}

.atto_fontcolor_button .dropdown-menu .atto_menuentry {
	padding-top: 5px;
	padding-bottom: 5px;
}

.atto_fontcolor_button .dropdown-menu .atto_menuentry a[role=menuitem] {
	display: flex;
}

.atto_fontcolor_button .dropdown-menu .atto_menuentry a[role=menuitem]:hover,
.atto_fontcolor_button .dropdown-menu .atto_menuentry a[role=menuitem]:focus {
	box-shadow: #0f6fc5 0 0 3px 1px;
}

.atto_fontcolor_button .dropdown-menu .coloroption {
	display: flex;
	align-items: center;
	float: left;
	height: 20px;
	width: 20px;
	border: 1px solid #ccc;
}

.atto-fullscreen .drawer-toggles,
.atto-fullscreen .drawer,
.atto-fullscreen footer,
.atto-fullscreen header {
	display: none;
	visibility: hidden;
}

.atto-fullscreen #dock {
	display: none;
	visibility: hidden;
}

.atto-fullscreen .back-to-top {
	display: none;
	visibility: hidden;
}

.atto-fullscreen #nav-drawer {
	display: none;
	visibility: hidden;
}

.atto-fullscreen nav {
	display: none;
	visibility: hidden;
}

.atto-fullscreen header {
	display: none;
	visibility: hidden;
}

.atto-fullscreen #dock {
	display: none;
	visibility: hidden;
}

.atto-fullscreen .back-to-top {
	display: none;
	visibility: hidden;
}

.atto-fullscreen #nav-drawer {
	display: none;
	visibility: hidden;
}

.atto-fullscreen nav {
	display: none;
	visibility: hidden;
}

.attoh5poverlay {
	display: none;
}

.attoh5pinstructions {
	max-width: 500px;
}

.editor_atto_content_wrap .h5p-placeholder+br {
	display: none;
}

.editor_atto_content_wrap .h5p-placeholder {
	color: #6c757d;
	width: 100%;
	word-break: break-all;
	height: 260px;
	cursor: pointer;
	background: url(/theme/image.php/recit2/atto_h5p/1759007012/icon-white) center center / 100px auto no-repeat #6c757d;
}

.atto_h5p_button .icon {
	width: 24px;
}

.dir-rtl .CodeMirror {
	text-align: left;
	direction: ltr;
}

/* Start RÉCIT Éditor */
.attoreciteditor_row-fluid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

/* Popup */
.attoreciteditor_popup,
.attoreciteditor_popup .modal-dialog {
	max-width: 100vw;
	max-height: 100vh;
	width: fit-content;
	width: -moz-fit-content;
	margin: auto;
}

.attoreciteditor_popup .modal-body {
	padding: 0;
	overflow: hidden;
}

.attoreciteditor_popup iframe {
	width: 90vw;
	height: 85vh;
	border: 0;
}

.attoreciteditor_popup img {
	max-height: 85vh;
	max-width: 90vw;
}

.attoreciteditor_img-popup {
	cursor: pointer;
}

/* Image cliquable */
.attoreciteditor_imgclick {
	text-align: center;
	position: relative;
	overflow: hidden;
	width: fit-content;
	width: -moz-fit-content;
}

.attoreciteditor_imgclick img {
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.attoreciteditor_imgclick a,
.attoreciteditor_imgclick a:hover {
	display: block;
	color: #fff;
}

.attoreciteditor_imgclick .imgclickcontent {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.attoreciteditor_imgclick:hover img {
	transform: scale(1.1);
	filter: brightness(50%);
}

.attoreciteditor_imgclick:hover .imgclickcontent {
	display: block;
}

/* Flipcard */
.attoreciteditor_flipcard2 {
	cursor: pointer;
	perspective: 1000px;
}

.attoreciteditor_flipcard2 .flipcard-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.attoreciteditor_flipcard2.hover2 .flipcard-inner {
	transform: rotateY(180deg);
}

.attoreciteditor_flipcard2 .back,
.attoreciteditor_flipcard2 .front {
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	/* Safari */
	backface-visibility: hidden;
}

.attoreciteditor_flipcard2 .back {
	position: absolute;
	top: 0px;
	transform: rotateY(180deg);
}

/* End RÉCIT Éditor */

.atto_image_preview {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.atto_image_preview_box {
	max-height: 150px;
	margin-bottom: 1em;
	overflow: auto;
}

.editor_atto_content img {
	cursor: pointer;
}

.atto_image_button_text-top {
	vertical-align: text-top;
	margin: 0 0.5em;
}

.atto_image_button_middle {
	vertical-align: middle;
	margin: 0 0.5em;
}

.atto_image_button_text-bottom {
	vertical-align: text-bottom;
	margin: 0 0.5em;
}

.atto_image_button_text-top.img-fluid,
.atto_image_button_middle.img-fluid,
.atto_image_button_text-bottom.img-fluid {
	/* If the image is display: block then linking the image to URLs won't work. */
	display: inline-block;
	max-width: calc(100% - 1em);
}

/*rtl:begin:ignore*/
.atto_image_button_left {
	float: left;
	margin: 0 0.5em 0 0;
	max-width: calc(100% - 1em);
}

.atto_image_button_right {
	float: right;
	margin: 0 0 0 0.5em;
	max-width: calc(100% - 1em);
}

/*rtl:end:ignore*/
#atto_managefiles_manageform {
	padding: 1rem;
}

#atto_managefiles_manageform #id_deletefileshdr {
	display: none;
}

#atto_managefiles_manageform.has-unused-files #id_deletefileshdr {
	display: block;
}

#atto_managefiles_manageform #id_missingfileshdr {
	display: none;
}

#atto_managefiles_manageform.has-missing-files #id_missingfileshdr {
	display: block;
}

.atto_form.atto_media>.tab-content {
	max-height: 45vh;
	overflow-x: hidden;
}

.atto_recitbetterlink_col0 {
	padding-right: 1em;
	float: right;
}

.atto_recitbetterlink_answers {
	height: 300px;
	overflow: auto;
}

.atto_recitbetterlink_qtype {
	overflow: auto;
	position: relative;
}

.atto_recitbetterlink_qtype .atto_recitbetterlink_summary {
	display: none;
	left: 175px;
	position: absolute;
	top: 0;
}

.atto_recitbetterlink_qtype input[type="radio"]:checked+label .atto_recitbetterlink_summary {
	display: inline;
}

input.atto_recitbetterlink_marks {
	width: 4em;
}

.atto_recitbetterlink_answers li:first-child .atto_recitbetterlink_up {
	display: none;
}

.atto_recitbetterlink_answers li:last-child .atto_recitbetterlink_down {
	display: none;
}

.ML__keyboard {
	z-index: 9999 !important;
}

.editor_atto_content_wrap .atto_recitmathlive .ML__base {
	cursor: pointer !important;
	color: #5898db;
}

.recittakepicture .video-controls {
	margin: auto;
	text-align: center;
	padding: 10px;
}

.recittakepicture .livevideo-controls {
	position: fixed;
	left: 50%;
	bottom: 90px;
	display: flex;
}

.recittakepicture .video-controls>* {
	margin-left: 10px;
}

.recittakepicture .livevideo-controls button {
	margin-left: 80px;
}

.recittakepicture .camera video,
.recittakepicture .camera canvas {
	max-width: 100%;
	width: auto;
	height: auto;
	margin: auto;
}

.recittakepicture .camera {
	text-align: center;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: auto;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	align-items: center;
	max-height: 100%;
}

.camoutput img {
	max-height: 70vh;
	max-width: 70vw;
	object-fit: contain;
	display: none;
}

.camoutput {
	text-align: center;
	min-width: 50vw;
	min-height: 40vh;
	max-height: 70vh;
}

@supports (-webkit-touch-callout: none) {

	/* CSS specific to iOS devices */
	.camoutput img {
		max-height: 66vh;
	}

	.camoutput {
		max-height: 66vh;
	}
}


.recittakepicture .outer-circle {
	position: absolute;
	left: -37px;
	height: 75px;
	width: 75px;
	top: -15px;
	background-color: rgba(90, 98, 105, 0.5);
	border-radius: 50%;
	cursor: pointer;
}

.recittakepicture .inner-circle {
	position: absolute;
	left: 50%;
	top: 38px;
	height: 44px;
	width: 44px;
	background: white;
	border-radius: 50%;
	margin: -22px 0px 0px -22px;
}

.recittakepicture .closebtn {
	position: absolute;
	top: 20px;
	right: 20px;
	background: transparent;
	border: 0;
	color: red;
	z-index: 111;
	font-size: 30px;
}

/**********************************************************
/ Smartphone layout
/*********************************************************/
@media screen and (max-width: 767px) {
	.recittakepicture .preview {
		max-height: 67%;
	}
}


/*!
 * Cropper.js v1.5.11
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2021-02-17T11:53:21.992Z
 */

.cropper-container {
	direction: ltr;
	font-size: 0;
	line-height: 0;
	position: relative;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.cropper-container img {
	display: block;
	height: 100%;
	image-orientation: 0deg;
	max-height: none !important;
	max-width: none !important;
	min-height: 0 !important;
	min-width: 0 !important;
	width: 100%;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
	overflow: hidden;
}

.cropper-drag-box {
	background-color: #fff;
	opacity: 0;
}

.cropper-modal {
	background-color: #000;
	opacity: 0.5;
}

.cropper-view-box {
	display: block;
	height: 100%;
	outline: 1px solid #39f;
	outline-color: rgba(51, 153, 255, 0.75);
	overflow: hidden;
	width: 100%;
}

.cropper-dashed {
	border: 0 dashed #eee;
	display: block;
	opacity: 0.5;
	position: absolute;
}

.cropper-dashed.dashed-h {
	border-bottom-width: 1px;
	border-top-width: 1px;
	height: calc(100% / 3);
	left: 0;
	top: calc(100% / 3);
	width: 100%;
}

.cropper-dashed.dashed-v {
	border-left-width: 1px;
	border-right-width: 1px;
	height: 100%;
	left: calc(100% / 3);
	top: 0;
	width: calc(100% / 3);
}

.cropper-center {
	display: block;
	height: 0;
	left: 50%;
	opacity: 0.75;
	position: absolute;
	top: 50%;
	width: 0;
}

.cropper-center::before,
.cropper-center::after {
	background-color: #eee;
	content: ' ';
	display: block;
	position: absolute;
}

.cropper-center::before {
	height: 1px;
	left: -3px;
	top: 0;
	width: 7px;
}

.cropper-center::after {
	height: 7px;
	left: 0;
	top: -3px;
	width: 1px;
}

.cropper-face,
.cropper-line,
.cropper-point {
	display: block;
	height: 100%;
	opacity: 0.1;
	position: absolute;
	width: 100%;
}

.cropper-face {
	background-color: #fff;
	left: 0;
	top: 0;
}

.cropper-line {
	background-color: #39f;
}

.cropper-line.line-e {
	cursor: ew-resize;
	right: -3px;
	top: 0;
	width: 5px;
}

.cropper-line.line-n {
	cursor: ns-resize;
	height: 5px;
	left: 0;
	top: -3px;
}

.cropper-line.line-w {
	cursor: ew-resize;
	left: -3px;
	top: 0;
	width: 5px;
}

.cropper-line.line-s {
	bottom: -3px;
	cursor: ns-resize;
	height: 5px;
	left: 0;
}

.cropper-point {
	background-color: #39f;
	height: 5px;
	opacity: 0.75;
	width: 5px;
}

.cropper-point.point-e {
	cursor: ew-resize;
	margin-top: -3px;
	right: -3px;
	top: 50%;
}

.cropper-point.point-n {
	cursor: ns-resize;
	left: 50%;
	margin-left: -3px;
	top: -3px;
}

.cropper-point.point-w {
	cursor: ew-resize;
	left: -3px;
	margin-top: -3px;
	top: 50%;
}

.cropper-point.point-s {
	bottom: -3px;
	cursor: s-resize;
	left: 50%;
	margin-left: -3px;
}

.cropper-point.point-ne {
	cursor: nesw-resize;
	right: -3px;
	top: -3px;
}

.cropper-point.point-nw {
	cursor: nwse-resize;
	left: -3px;
	top: -3px;
}

.cropper-point.point-sw {
	bottom: -3px;
	cursor: nesw-resize;
	left: -3px;
}

.cropper-point.point-se {
	bottom: -3px;
	cursor: nwse-resize;
	height: 20px;
	opacity: 1;
	right: -3px;
	width: 20px;
}

@media (min-width: 768px) {
	.cropper-point.point-se {
		height: 15px;
		width: 15px;
	}
}

@media (min-width: 992px) {
	.cropper-point.point-se {
		height: 10px;
		width: 10px;
	}
}

@media (min-width: 1200px) {
	.cropper-point.point-se {
		height: 5px;
		opacity: 0.75;
		width: 5px;
	}
}

.cropper-point.point-se::before {
	background-color: #39f;
	bottom: -50%;
	content: ' ';
	display: block;
	height: 200%;
	opacity: 0;
	position: absolute;
	right: -50%;
	width: 200%;
}

.cropper-invisible {
	opacity: 0;
}

.cropper-bg {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC);
}

.cropper-hide {
	display: block;
	height: 0;
	position: absolute;
	width: 0;
}

.cropper-hidden {
	display: none !important;
}

.cropper-move {
	cursor: move;
}

.cropper-crop {
	cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
	cursor: not-allowed;
}


.atto_recordrtc,
.atto_recordrtc div {
	font-weight: normal;
	line-height: 40px;
	padding: 3px 0 3px 0;
}

.atto_recordrtc .alert {
	line-height: 40px;
	text-align: center;
}

.atto_recordrtc audio {
	display: block;
	width: 100%;
}

@media screen and (max-width: 670px) {
	.atto_recordrtc video {
		display: block;
		height: auto;
		margin: 0 auto;
		width: 100%;
	}
}

@media screen and (min-width: 671px) {
	.atto_recordrtc video {
		display: block;
		height: 480px;
		margin: 0 auto;
		width: 640px;
	}
}

.atto_recordrtc #start-stop,
.atto_recordrtc #upload {
	white-space: normal;
}

/* Prevent the menu from protruding from the editor if really many styles are added to the menu. */
.editor_atto_menu .atto_styles_button .dropdown-menu {
	max-height: 200px;
	overflow-y: scroll;
}

/* Prevent the menu from wrapping the menu items */
.editor_atto_menu .atto_styles_button .dropdown-menu>li {
	white-space: nowrap;
}

/* Separate the style list menu items more clearly. */
.editor_atto_menu .atto_styles_button .dropdown-menu>li {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	padding-top: 10px;
}

/* Do not add a bottom border to the last list element. */
.editor_atto_menu .atto_styles_button .dropdown-menu>li:last-child {
	border-bottom: none;
}

/* Position menu item icons */
.editor_atto_menu .atto_styles_button .dropdown-menu>li>a i {
	display: inline-block;
	height: 15px;
	margin-right: 10px;
	width: 15px;
}

/* Override Atto core paddings for menu items to prevent the disabled inline menu items from showing a hand cursor */
/* Additionally remove text underline from menu items in this widget because Boost adds underlines to menu items by default
   but for disabled menu items this is counterproductive */
.editor_atto_menu .atto_styles_button .dropdown-menu>li>a {
	padding: 0;
	text-decoration: none;
}

.editor_atto_menu .atto_styles_button .dropdown-menu>li>a span.preview,
.editor_atto_menu .atto_styles_button .dropdown-menu>li>a span.title {
	display: inline-block;
	/* stylelint-disable-next-line declaration-no-important */
	max-width: calc(100% - 55px) !important;
	/* stylelint-disable-next-line declaration-no-important */
	margin: 0 !important;
}

/* Override Moodle core's styling, because the underline should not appear within the dropdown list. */
.editor_atto_menu .atto_styles_button .dropdown-menu>li:focus,
.editor_atto_menu .atto_styles_button .dropdown-menu>li:hover {
	background-color: #f8f9fa;
}

.editor_atto_menu .atto_styles_button .dropdown-menu>li>a:focus {
	box-shadow: none;
}

/* Disabled inline style menu item visually */
.editor_atto_menu .disableinline .atto_styles_button .inlinestyle {
	cursor: default;
}

.editor_atto_menu .atto_styles_button .inlinehint {
	display: none;
}

.editor_atto_menu .disableinline .atto_styles_button .inlinehint {
	display: inline-block;
	margin-left: 39px;
}

div.editor_atto_content td,
div.editor_atto_content th,
div.editor_atto_content caption {
	border: 1px dashed #bbb;
	position: relative;
	min-width: 2rem;
	height: 2rem;
}

div.editor_atto_content caption {
	height: auto;
}

div.availablecolors {
	background-color: #eee;
	padding: 0.5rem;
}

div.availablecolors .tablebordercolor,
div.availablecolors .tablebackgroundcolor {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 2rem;
	height: 2rem;
	text-align: center;
	vertical-align: sub;
	border-radius: 25%;
	margin-right: 0.2rem;
}

.warning-desc {
	word-wrap: break-word;
}

.warning-desc li {
	margin-bottom: 10px;
}

.tiny-aiplacement-overlay {
	position: absolute;
	background: rgba(255, 255, 255, 1);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 2;
}

.tiny-aiplacement-blur {
	filter: blur(4px);
}

.tiny-aiplacement-loading-spinner-container {
	min-height: 300px;
}

.tiny-aiplacement-loading-spinner {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tiny-aiplacement-spinner-style {
	width: 3rem !important;
	/* stylelint-disable-line declaration-no-important */
	height: 3rem !important;
	/* stylelint-disable-line declaration-no-important */
	color: #0f6cbf;
	z-index: 1000;
}

.tiny-aiplacement-spinner-text-style {
	font-size: 1.5rem;
	font-weight: bold;
	z-index: 1000;
}

.tiny-aiplacement-generate-image,
.tiny-aiplacement-generate-text {
	border-radius: 15px;
	border: 2px dashed #bbb;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	min-height: 150px;
	margin-left: 0;
	margin-top: 0;
}

.tiny-aiplacement-generate-text textarea:disabled {
	background-color: unset;
}

.tiny_aiplacement_modal {
	min-height: 30em;
}

.tiny-aiplacement-fa-image {
	height: 100%;
	width: 100%;
	background-image: url(/theme/image.php/recit2/tiny_aiplacement/1759007012/sparkles-image);
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(255, 255, 255, 0.5);
	background-blend-mode: lighten;
	background-size: 100px 100px;
}

.tiny-aiplacement-toggle-container {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tiny-aiplacement-toggle-switch {
	display: none;
}

.tiny-aiplacement-toggle-slider {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	border-radius: 34px;
	padding: 2px;
	border: 1px solid #aaa;
}

.tiny-aiplacement-toggle-slider span {
	width: 50%;
	text-align: center;
	padding: 5px 0;
	border-radius: 34px;
	cursor: pointer;
	transition: background-color 0.3s, color 0.3s;
}

.tiny-aiplacement-toggle-switch:checked+.tiny-aiplacement-toggle-slider .tiny-aiplacement-slider-right {
	background-color: #007bff;
	color: white;
}

.tiny-aiplacement-toggle-switch:not(:checked)+.tiny-aiplacement-toggle-slider .tiny-aiplacement-slider-left {
	background-color: #007bff;
	color: white;
}

.tiny-aiplacement-aspect-ratio-container {
	display: flex;
}

.tiny-aiplacement-aspect-ratio-btn {
	position: relative;
	width: 100px;
	height: 75px;
	background-color: #f8f9fa;
	border-radius: 15px;
	text-align: center;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: background-color 0.3s, border-color 0.3s;
}

.tiny-aiplacement-aspect-ratio-btn i {
	font-size: 30px;
	margin-bottom: 5px;
}

.tiny-aiplacement-aspect-ratio-btn span {
	font-size: 14px;
}

.tiny-aiplacement-aspect-ratio-btn input[type="radio"] {
	display: none;
}

.tiny-aiplacement-aspect-ratio-btn input[type="radio"]:checked+.tiny-aiplacement-aspect-ratio-label {
	background-color: #007bff;
	color: white;
	border-color: #007bff;
}

.tiny-aiplacement-aspect-ratio-label {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
	transition: background-color 0.3s, border-color 0.3s;
	border: 1px solid #aaa;
}

.tiny-aiplacement-fa-text {
	height: 100%;
	width: 100%;
	background-image: url(/theme/image.php/recit2/tiny_aiplacement/1759007012/sparkles-text);
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(255, 255, 255, 0.5);
	background-blend-mode: lighten;
	background-size: 100px 100px;
}

.tiny-aiplacement-generate-footer button img {
	width: 1.5em;
	margin-right: 0.2em;
}

.tiny-aiplacement-error-display {
	margin: 0 auto;
}

.ai-policy-heading {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 10px;
	color: #0f6cbf;
}

.ai-policy-display {
	font-size: 1.1rem;
	margin-left: 20px;
	margin-right: 20px;
}

.ai-policy-display br {
	line-height: 2.5rem;
}

@media (max-width: 767px) {
	.tiny_aiplacement_textresponse_placeholder {
		min-height: 12em;
		margin-top: 20px;
	}
}

.tiny_cloze .tiny_cloze_fraction {
	max-width: fit-content;
}

.tiny_cloze img {
	cursor: pointer;
	width: 0.8rem;
}

.tiny_cloze .col-2 label {
	margin-top: 0.5rem;
}

.tiny_cloze .error {
	border-color: red;
}

.tiny_cloze .msg-error {
	color: red;
}

.tiny_cloze_answers {
	overflow-x: hidden;
}

.tiny_cloze_qtype {
	overflow: auto;
	position: relative;
}

.tiny_cloze_qtype .tiny_cloze_summary {
	display: none;
	left: 175px;
	position: absolute;
	top: 0;
}

.tiny_cloze_qtype input[type="radio"]:focus {
	box-shadow: none;
}

.tiny_cloze_qtype input[type="radio"]:checked+label .tiny_cloze_summary {
	display: inline;
}

input.tiny_cloze_marks.form-control {
	width: 4em;
}

.tiny_cloze_answers .form-group img {
	margin-top: .5rem;
}

.tiny_cloze_answers .form-group .icon_smallicon {
	margin-right: 0.25rem;
}

.tiny_cloze_answers li:first-child .tiny_cloze_up {
	display: none;
}

.tiny_cloze_answers li:last-child .tiny_cloze_down {
	display: none;
}

/* stylelint-disable declaration-no-important */
.tiny_codepro-editorview {
	flex: 1 1 auto;
	overflow: hidden;
	min-width: 0;
	height: 100%;
	width: 100%;
}

.tiny_codepro-themeselector {
	max-width: 150px !important;
	margin-right: auto !important;
}

.tiny_codepro-editorview .cm-gutter,
.tiny_codepro-editorview .cm-content {
	height: 100%;
}

.tiny_codepro-editorview .cm-scroller {
	overflow: auto;
	overscroll-behavior: contain;
	width: 100%;
}

.tiny_codepro-editorview .cm-editor.cm-focused {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	border-radius: 4px;
}

.tiny_codepro-fullscreen .modal-content {
	height: 100%;
}

.tiny_codepro-fullscreen #codepro_editorroot {
	height: 100% !important;
}

.tiny_codepro-fullscreen .tiny_codepro-editorview {
	max-height: unset !important;
}

.tiny_codepro-dark {
	background: #2e2e2e !important;
}

.tiny_codepro-dark .modal-header h5,
.tiny_codepro-dark .modal-header span {
	color: whitesmoke;
}

.tiny_codepro-dark .modal-header {
	border-bottom: 1px solid #3e3e3e;
}

.tiny_codepro-dark .modal-footer {
	border-top: 1px solid #3e3e3e;
}

.tiny_codepro-left {
	margin-right: auto !important;
}

@media screen and (min-width: 576px) {
	.tiny_codepro-dlg {
		max-width: 85% !important;
	}
}

.tiny_codepro-fullscreen {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	max-width: 100% !important;
}

.tiny_codepro-view__pane {
	height: 350px;
	overflow: hidden;
}

/** Ensure a minimum height in pane view **/
.tox.tox-tinymce:has(.tox-view-wrap:not([aria-hidden])):has(.tiny_codepro-view__pane) {
	min-height: 350px;
}

/** Fix panel not scrolling in fullscreen for Moodle <4.5 **/
.tox-fullscreen .tox-view-wrap,
.tox-fullscreen .tox-view-wrap>div {
	height: 100%;
}

.tiny_codepro-loader {
	position: absolute;
	z-index: 100;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #999;
	box-shadow: 32px 0 #999, -32px 0 #999;
	animation: tiny_codepro-flash 0.5s ease-out infinite alternate;
}

@keyframes tiny_codepro-flash {
	0% {
		background-color: #FFF2;
		box-shadow: 32px 0 #FFF2, -32px 0 #999;
	}

	50% {
		background-color: #999;
		box-shadow: 32px 0 #FFF2, -32px 0 #FFF2;
	}

	100% {
		background-color: #FFF2;
		box-shadow: 32px 0 #999, -32px 0 #FFF2;
	}
}

@media only screen and (max-width: 767px) {
	.cm-gutters.cm-minimap-gutter {
		display: none !important;
	}
}

.tiny_equation_library button {
	margin: 0.25%;
	min-width: 10%;
}

#tiny_media_form {
	padding: 1rem;
}

#tiny_media_form #id_deletefileshdr {
	display: none;
}

#tiny_media_form.has-unused-files #id_deletefileshdr {
	display: block;
}

#tiny_media_form #id_missingfileshdr {
	display: none;
}

#tiny_media_form.has-missing-files #id_missingfileshdr {
	display: block;
}

iframe.mm_iframe {
	height: 650px;
	border: none;
	width: 100%;
}

.missing-files ol {
	padding-left: 15px;
}

.missing-files ol li {
	font-style: italic;
	font-weight: 600;
	color: red;
}

.tiny_image_form .tiny_image_dropzone_container {
	height: 200px;
}

.tiny_image_form .tiny_image_dropzone_container .dropzone-label {
	font-size: 1.25rem;
}

.tiny_image_form .tiny_image_loader_container {
	height: 200px;
}

.tiny_image_form .tiny_image_preview_box {
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.tiny_image_form .tiny_image_deleteicon {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	z-index: 1;
	width: 30px;
	height: 30px;
	background: rgba(255, 255, 255, 1);
	border-radius: 50%;
	padding: 4px 5px 5px 9px;
}

.tiny_image_form .tiny_image_deleteicon .fa-trash {
	color: #1d2125;
}


@media (max-width: 767px) {
	.tiny_image_form .tiny_image_properties_col {
		padding: 0;
	}
}

.tiny-orphaned .tiny_orphanedfiles-areaheading {
	font-size: 20px;
}

@media only screen and (max-width: 750px) {
	.tiny-orphaned .table-responsive {
		width: calc(100vw - 40px);
		overflow-x: auto;
	}
}

.tiny-orphaned .delete {
	color: #f00;
}

.tiny-orphaned .delete:hover {
	color: #771b1b;
}

.tiny-orphaned .thumbnail {
	width: 50px;
	height: 50px;
}

.tiny-orphaned .areaheadingorphanedfilescounteronly {
	color: #f00;
}

/* CSS-Stile für den Pfeil */
.tiny-orphaned th[data-sort-order]::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 5px;
	/* Abstand zum Text */
	vertical-align: middle;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

/* Pfeil nach oben für aktuellen Status anzeigen */
.tiny-orphaned th[data-sort-order="asc"]::after {
	border-bottom: 5px solid black;
}

/* Pfeil nach unten für aktuellen Status anzeigen*/
.tiny-orphaned th[data-sort-order="desc"]::after {
	border-top: 5px solid black;
}

.recittakepicture_popup .modal-dialog {
	max-width: 90vw;
	max-height: 90vh;
}

.recittakepicture .video-controls {
	margin: auto;
	text-align: center;
	padding: 10px;
}

.recittakepicture .livevideo-controls {
	position: fixed;
	left: 50%;
	bottom: 90px;
	display: flex;
}

.recittakepicture .video-controls>* {
	margin-left: 10px;
}

.recittakepicture .livevideo-controls button {
	margin-left: 80px;
}

.recittakepicture .camera video,
.recittakepicture .camera canvas {
	max-width: 100%;
	width: auto;
	height: auto;
	margin: auto;
}

.recittakepicture .camera {
	text-align: center;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: auto;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	align-items: center;
	max-height: 100%;
}

.camoutput img {
	max-height: 70vh;
	max-width: 70vw;
	object-fit: contain;
	display: none;
}

.camoutput {
	text-align: center;
	min-width: 50vw;
	min-height: 40vh;
	max-height: 70vh;
}

@supports (-webkit-touch-callout: none) {

	/* CSS specific to iOS devices */
	.camoutput img {
		max-height: 66vh;
	}

	.camoutput {
		max-height: 66vh;
	}
}


.recittakepicture .outer-circle {
	position: absolute;
	left: -37px;
	height: 75px;
	width: 75px;
	top: -15px;
	background-color: rgba(90, 98, 105, 0.5);
	border-radius: 50%;
	cursor: pointer;
}

.recittakepicture .inner-circle {
	position: absolute;
	left: 50%;
	top: 38px;
	height: 44px;
	width: 44px;
	background: white;
	border-radius: 50%;
	margin: -22px 0px 0px -22px;
}

.recittakepicture .closebtn {
	position: absolute;
	top: 20px;
	right: 20px;
	background: transparent;
	border: 0;
	color: red;
	z-index: 111;
	font-size: 30px;
}

/**********************************************************
/ Smartphone layout
/*********************************************************/
@media screen and (max-width: 767px) {
	.recittakepicture .preview {
		max-height: 67%;
	}
}


/*!
 * Cropper.js v1.5.11
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2021-02-17T11:53:21.992Z
 */

.cropper-container {
	direction: ltr;
	font-size: 0;
	line-height: 0;
	position: relative;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.cropper-container img {
	display: block;
	height: 100%;
	image-orientation: 0deg;
	max-height: none !important;
	max-width: none !important;
	min-height: 0 !important;
	min-width: 0 !important;
	width: 100%;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
	overflow: hidden;
}

.cropper-drag-box {
	background-color: #fff;
	opacity: 0;
}

.cropper-modal {
	background-color: #000;
	opacity: 0.5;
}

.cropper-view-box {
	display: block;
	height: 100%;
	outline: 1px solid #39f;
	outline-color: rgba(51, 153, 255, 0.75);
	overflow: hidden;
	width: 100%;
}

.cropper-dashed {
	border: 0 dashed #eee;
	display: block;
	opacity: 0.5;
	position: absolute;
}

.cropper-dashed.dashed-h {
	border-bottom-width: 1px;
	border-top-width: 1px;
	height: calc(100% / 3);
	left: 0;
	top: calc(100% / 3);
	width: 100%;
}

.cropper-dashed.dashed-v {
	border-left-width: 1px;
	border-right-width: 1px;
	height: 100%;
	left: calc(100% / 3);
	top: 0;
	width: calc(100% / 3);
}

.cropper-center {
	display: block;
	height: 0;
	left: 50%;
	opacity: 0.75;
	position: absolute;
	top: 50%;
	width: 0;
}

.cropper-center::before,
.cropper-center::after {
	background-color: #eee;
	content: ' ';
	display: block;
	position: absolute;
}

.cropper-center::before {
	height: 1px;
	left: -3px;
	top: 0;
	width: 7px;
}

.cropper-center::after {
	height: 7px;
	left: 0;
	top: -3px;
	width: 1px;
}

.cropper-face,
.cropper-line,
.cropper-point {
	display: block;
	height: 100%;
	opacity: 0.1;
	position: absolute;
	width: 100%;
}

.cropper-face {
	background-color: #fff;
	left: 0;
	top: 0;
}

.cropper-line {
	background-color: #39f;
}

.cropper-line.line-e {
	cursor: ew-resize;
	right: -3px;
	top: 0;
	width: 5px;
}

.cropper-line.line-n {
	cursor: ns-resize;
	height: 5px;
	left: 0;
	top: -3px;
}

.cropper-line.line-w {
	cursor: ew-resize;
	left: -3px;
	top: 0;
	width: 5px;
}

.cropper-line.line-s {
	bottom: -3px;
	cursor: ns-resize;
	height: 5px;
	left: 0;
}

.cropper-point {
	background-color: #39f;
	height: 5px;
	opacity: 0.75;
	width: 5px;
}

.cropper-point.point-e {
	cursor: ew-resize;
	margin-top: -3px;
	right: -3px;
	top: 50%;
}

.cropper-point.point-n {
	cursor: ns-resize;
	left: 50%;
	margin-left: -3px;
	top: -3px;
}

.cropper-point.point-w {
	cursor: ew-resize;
	left: -3px;
	margin-top: -3px;
	top: 50%;
}

.cropper-point.point-s {
	bottom: -3px;
	cursor: s-resize;
	left: 50%;
	margin-left: -3px;
}

.cropper-point.point-ne {
	cursor: nesw-resize;
	right: -3px;
	top: -3px;
}

.cropper-point.point-nw {
	cursor: nwse-resize;
	left: -3px;
	top: -3px;
}

.cropper-point.point-sw {
	bottom: -3px;
	cursor: nesw-resize;
	left: -3px;
}

.cropper-point.point-se {
	bottom: -3px;
	cursor: nwse-resize;
	height: 20px;
	opacity: 1;
	right: -3px;
	width: 20px;
}

@media (min-width: 768px) {
	.cropper-point.point-se {
		height: 15px;
		width: 15px;
	}
}

@media (min-width: 992px) {
	.cropper-point.point-se {
		height: 10px;
		width: 10px;
	}
}

@media (min-width: 1200px) {
	.cropper-point.point-se {
		height: 5px;
		opacity: 0.75;
		width: 5px;
	}
}

.cropper-point.point-se::before {
	background-color: #39f;
	bottom: -50%;
	content: ' ';
	display: block;
	height: 200%;
	opacity: 0;
	position: absolute;
	right: -50%;
	width: 200%;
}

.cropper-invisible {
	opacity: 0;
}

.cropper-bg {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC);
}

.cropper-hide {
	display: block;
	height: 0;
	position: absolute;
	width: 0;
}

.cropper-hidden {
	display: none !important;
}

.cropper-move {
	cursor: move;
}

.cropper-crop {
	cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
	cursor: not-allowed;
}


.tiny_recordrtc,
.tiny_recordrtc div {
	font-weight: normal;
	line-height: 40px;
	padding: 3px 0 3px 0;
}

.tiny_recordrtc .alert {
	line-height: 40px;
	text-align: center;
}

.tiny_recordrtc audio {
	display: block;
	width: 100%;
}

@media screen and (max-width: 670px) {
	.tiny_recordrtc video {
		display: block;
		height: auto;
		margin: 0 auto;
		width: 100%;
	}
}

@media screen and (min-width: 671px) {
	.tiny_recordrtc video {
		display: block;
		height: 480px;
		margin: 0 auto;
		width: 640px;
	}
}

.tiny_recordrtc #start-stop,
.tiny_recordrtc #upload {
	white-space: normal;
}

.tiny_recordrtc video {
	border-radius: 8px;
}

@charset "UTF-8";

/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root,
:host {
	--fa-style-family-brands: "Font Awesome 6 Brands";
	--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"
}

@font-face {
	font-family: "Font Awesome 6 Brands";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url(/theme/font.php/recit2/core/1759007012/fa-brands-400.woff2) format("woff2"), url(/theme/font.php/recit2/core/1759007012/fa-brands-400.ttf) format("truetype");
}

.fab,
.fa-brands {
	font-weight: 400;
}

.fa-monero:before {
	content: "";
}

.fa-hooli:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-shopware:before {
	content: "";
}

.fa-creative-commons-nc:before {
	content: "";
}

.fa-aws:before {
	content: "";
}

.fa-redhat:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-cloudflare:before {
	content: "";
}

.fa-ups:before {
	content: "";
}

.fa-pixiv:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-dyalog:before {
	content: "";
}

.fa-bity:before {
	content: "";
}

.fa-stackpath:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-guilded:before {
	content: "";
}

.fa-vnv:before {
	content: "";
}

.fa-square-js:before {
	content: "";
}

.fa-js-square:before {
	content: "";
}

.fa-microsoft:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-orcid:before {
	content: "";
}

.fa-java:before {
	content: "";
}

.fa-invision:before {
	content: "";
}

.fa-creative-commons-pd-alt:before {
	content: "";
}

.fa-centercode:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-jxl:before {
	content: "";
}

.fa-hire-a-helper:before {
	content: "";
}

.fa-creative-commons-by:before {
	content: "";
}

.fa-unity:before {
	content: "";
}

.fa-whmcs:before {
	content: "";
}

.fa-rocketchat:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-untappd:before {
	content: "";
}

.fa-mailchimp:before {
	content: "";
}

.fa-css3-alt:before {
	content: "";
}

.fa-square-reddit:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-vimeo-v:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-square-font-awesome:before {
	content: "";
}

.fa-deskpro:before {
	content: "";
}

.fa-brave:before {
	content: "";
}

.fa-sistrix:before {
	content: "";
}

.fa-square-instagram:before {
	content: "";
}

.fa-instagram-square:before {
	content: "";
}

.fa-battle-net:before {
	content: "";
}

.fa-the-red-yeti:before {
	content: "";
}

.fa-square-hacker-news:before {
	content: "";
}

.fa-hacker-news-square:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-threads:before {
	content: "";
}

.fa-napster:before {
	content: "";
}

.fa-square-snapchat:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-google-plus-g:before {
	content: "";
}

.fa-artstation:before {
	content: "";
}

.fa-markdown:before {
	content: "";
}

.fa-sourcetree:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-diaspora:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-phoenix-squadron:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-algolia:before {
	content: "";
}

.fa-red-river:before {
	content: "";
}

.fa-creative-commons-sa:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-square-font-awesome-stroke:before {
	content: "";
}

.fa-font-awesome-alt:before {
	content: "";
}

.fa-atlassian:before {
	content: "";
}

.fa-linkedin-in:before {
	content: "";
}

.fa-digital-ocean:before {
	content: "";
}

.fa-nimblr:before {
	content: "";
}

.fa-chromecast:before {
	content: "";
}

.fa-evernote:before {
	content: "";
}

.fa-hacker-news:before {
	content: "";
}

.fa-creative-commons-sampling:before {
	content: "";
}

.fa-adversal:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-watchman-monitoring:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-weixin:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-git-alt:before {
	content: "";
}

.fa-lyft:before {
	content: "";
}

.fa-rev:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-wizards-of-the-coast:before {
	content: "";
}

.fa-square-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.fa-centos:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-cloudsmith:before {
	content: "";
}

.fa-opensuse:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-square-dribbble:before {
	content: "";
}

.fa-dribbble-square:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-node:before {
	content: "";
}

.fa-mix:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-cc-apple-pay:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-debian:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-instalod:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-sellcast:before {
	content: "";
}

.fa-square-twitter:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-r-project:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-freebsd:before {
	content: "";
}

.fa-vuejs:before {
	content: "";
}

.fa-accusoft:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-fonticons-fi:before {
	content: "";
}

.fa-app-store:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-itunes-note:before {
	content: "";
}

.fa-golang:before {
	content: "";
}

.fa-kickstarter:before {
	content: "";
}

.fa-square-kickstarter:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-uncharted:before {
	content: "";
}

.fa-firstdraft:before {
	content: "";
}

.fa-square-youtube:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-wpressr:before {
	content: "";
}

.fa-rendact:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-galactic-republic:before {
	content: "";
}

.fa-nfc-directional:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-joget:before {
	content: "";
}

.fa-fedora:before {
	content: "";
}

.fa-stripe-s:before {
	content: "";
}

.fa-meta:before {
	content: "";
}

.fa-laravel:before {
	content: "";
}

.fa-hotjar:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-square-letterboxd:before {
	content: "";
}

.fa-sticker-mule:before {
	content: "";
}

.fa-creative-commons-zero:before {
	content: "";
}

.fa-hips:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-discord:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-app-store-ios:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-confluence:before {
	content: "";
}

.fa-shoelace:before {
	content: "";
}

.fa-mdb:before {
	content: "";
}

.fa-dochub:before {
	content: "";
}

.fa-accessible-icon:before {
	content: "";
}

.fa-ebay:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-unsplash:before {
	content: "";
}

.fa-yarn:before {
	content: "";
}

.fa-square-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-500px:before {
	content: "";
}

.fa-square-vimeo:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-asymmetrik:before {
	content: "";
}

.fa-font-awesome:before {
	content: "";
}

.fa-font-awesome-flag:before {
	content: "";
}

.fa-font-awesome-logo-full:before {
	content: "";
}

.fa-gratipay:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-hive:before {
	content: "";
}

.fa-gitkraken:before {
	content: "";
}

.fa-keybase:before {
	content: "";
}

.fa-apple-pay:before {
	content: "";
}

.fa-padlet:before {
	content: "";
}

.fa-amazon-pay:before {
	content: "";
}

.fa-square-github:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-fedex:before {
	content: "";
}

.fa-phoenix-framework:before {
	content: "";
}

.fa-shopify:before {
	content: "";
}

.fa-neos:before {
	content: "";
}

.fa-square-threads:before {
	content: "";
}

.fa-hackerrank:before {
	content: "";
}

.fa-researchgate:before {
	content: "";
}

.fa-swift:before {
	content: "";
}

.fa-angular:before {
	content: "";
}

.fa-speakap:before {
	content: "";
}

.fa-angrycreative:before {
	content: "";
}

.fa-y-combinator:before {
	content: "";
}

.fa-empire:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-google-scholar:before {
	content: "";
}

.fa-square-gitlab:before {
	content: "";
}

.fa-gitlab-square:before {
	content: "";
}

.fa-studiovinari:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-goodreads:before {
	content: "";
}

.fa-square-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-sith:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-page4:before {
	content: "";
}

.fa-hashnode:before {
	content: "";
}

.fa-react:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-squarespace:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-creative-commons-share:before {
	content: "";
}

.fa-bitcoin:before {
	content: "";
}

.fa-keycdn:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-itch-io:before {
	content: "";
}

.fa-umbraco:before {
	content: "";
}

.fa-galactic-senate:before {
	content: "";
}

.fa-ubuntu:before {
	content: "";
}

.fa-draft2digital:before {
	content: "";
}

.fa-stripe:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-dhl:before {
	content: "";
}

.fa-square-pinterest:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-blackberry:before {
	content: "";
}

.fa-creative-commons-pd:before {
	content: "";
}

.fa-playstation:before {
	content: "";
}

.fa-quinscape:before {
	content: "";
}

.fa-less:before {
	content: "";
}

.fa-blogger-b:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-signal-messenger:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-typo3:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-dailymotion:before {
	content: "";
}

.fa-affiliatetheme:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-bootstrap:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-nfc-symbol:before {
	content: "";
}

.fa-mintbit:before {
	content: "";
}

.fa-ethereum:before {
	content: "";
}

.fa-speaker-deck:before {
	content: "";
}

.fa-creative-commons-nc-eu:before {
	content: "";
}

.fa-patreon:before {
	content: "";
}

.fa-avianex:before {
	content: "";
}

.fa-ello:before {
	content: "";
}

.fa-gofore:before {
	content: "";
}

.fa-bimobject:before {
	content: "";
}

.fa-brave-reverse:before {
	content: "";
}

.fa-facebook-f:before {
	content: "";
}

.fa-square-google-plus:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-web-awesome:before {
	content: "";
}

.fa-mandalorian:before {
	content: "";
}

.fa-first-order-alt:before {
	content: "";
}

.fa-osi:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-d-and-d-beyond:before {
	content: "";
}

.fa-periscope:before {
	content: "";
}

.fa-fulcrum:before {
	content: "";
}

.fa-cloudscale:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-mizuni:before {
	content: "";
}

.fa-schlix:before {
	content: "";
}

.fa-square-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-cloudversify:before {
	content: "";
}

.fa-usps:before {
	content: "";
}

.fa-megaport:before {
	content: "";
}

.fa-magento:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-fly:before {
	content: "";
}

.fa-aviato:before {
	content: "";
}

.fa-itunes:before {
	content: "";
}

.fa-cuttlefish:before {
	content: "";
}

.fa-blogger:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-viber:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-letterboxd:before {
	content: "";
}

.fa-symfony:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-facebook-messenger:before {
	content: "";
}

.fa-audible:before {
	content: "";
}

.fa-think-peaks:before {
	content: "";
}

.fa-bilibili:before {
	content: "";
}

.fa-erlang:before {
	content: "";
}

.fa-x-twitter:before {
	content: "";
}

.fa-cotton-bureau:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-42-group:before {
	content: "";
}

.fa-innosoft:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-elementor:before {
	content: "";
}

.fa-square-pied-piper:before {
	content: "";
}

.fa-pied-piper-square:before {
	content: "";
}

.fa-creative-commons-nd:before {
	content: "";
}

.fa-palfed:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-resolving:before {
	content: "";
}

.fa-xbox:before {
	content: "";
}

.fa-square-web-awesome-stroke:before {
	content: "";
}

.fa-searchengin:before {
	content: "";
}

.fa-tiktok:before {
	content: "";
}

.fa-square-facebook:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-hubspot:before {
	content: "";
}

.fa-deploydog:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-mixer:before {
	content: "";
}

.fa-square-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-mendeley:before {
	content: "";
}

.fa-uniregistry:before {
	content: "";
}

.fa-figma:before {
	content: "";
}

.fa-creative-commons-remix:before {
	content: "";
}

.fa-cc-amazon-pay:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-cmplid:before {
	content: "";
}

.fa-upwork:before {
	content: "";
}

.fa-facebook:before {
	content: "";
}

.fa-gripfire:before {
	content: "";
}

.fa-jedi-order:before {
	content: "";
}

.fa-uikit:before {
	content: "";
}

.fa-fort-awesome-alt:before {
	content: "";
}

.fa-phabricator:before {
	content: "";
}

.fa-ussunnah:before {
	content: "";
}

.fa-earlybirds:before {
	content: "";
}

.fa-trade-federation:before {
	content: "";
}

.fa-autoprefixer:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-square-upwork:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-google-play:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-line:before {
	content: "";
}

.fa-google-drive:before {
	content: "";
}

.fa-servicestack:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-deezer:before {
	content: "";
}

.fa-raspberry-pi:before {
	content: "";
}

.fa-jira:before {
	content: "";
}

.fa-docker:before {
	content: "";
}

.fa-screenpal:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-gitter:before {
	content: "";
}

.fa-d-and-d:before {
	content: "";
}

.fa-microblog:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-pied-piper-hat:before {
	content: "";
}

.fa-kickstarter-k:before {
	content: "";
}

.fa-yandex:before {
	content: "";
}

.fa-readme:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-square-web-awesome:before {
	content: "";
}

.fa-sass:before {
	content: "";
}

.fa-wirsindhandwerk:before {
	content: "";
}

.fa-wsh:before {
	content: "";
}

.fa-buromobelexperte:before {
	content: "";
}

.fa-salesforce:before {
	content: "";
}

.fa-octopus-deploy:before {
	content: "";
}

.fa-medapps:before {
	content: "";
}

.fa-ns8:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-apper:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-waze:before {
	content: "";
}

.fa-bluesky:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-fantasy-flight-games:before {
	content: "";
}

.fa-rust:before {
	content: "";
}

.fa-wix:before {
	content: "";
}

.fa-square-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-supple:before {
	content: "";
}

.fa-webflow:before {
	content: "";
}

.fa-rebel:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-staylinked:before {
	content: "";
}

.fa-kaggle:before {
	content: "";
}

.fa-space-awesome:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-cpanel:before {
	content: "";
}

.fa-goodreads-g:before {
	content: "";
}

.fa-square-git:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-square-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-creative-commons-nc-jp:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-perbyte:before {
	content: "";
}

.fa-grunt:before {
	content: "";
}

.fa-weebly:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-themeco:before {
	content: "";
}

.fa-python:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-bots:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-hornbill:before {
	content: "";
}

.fa-js:before {
	content: "";
}

.fa-ideal:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-dev:before {
	content: "";
}

.fa-sketch:before {
	content: "";
}

.fa-yandex-international:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-uber:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-php:before {
	content: "";
}

.fa-alipay:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-firefox-browser:before {
	content: "";
}

.fa-replyd:before {
	content: "";
}

.fa-suse:before {
	content: "";
}

.fa-jenkins:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-rockrms:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-buffer:before {
	content: "";
}

.fa-npm:before {
	content: "";
}

.fa-yammer:before {
	content: "";
}

.fa-btc:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-stubber:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-telegram-plane:before {
	content: "";
}

.fa-old-republic:before {
	content: "";
}

.fa-odysee:before {
	content: "";
}

.fa-square-whatsapp:before {
	content: "";
}

.fa-whatsapp-square:before {
	content: "";
}

.fa-node-js:before {
	content: "";
}

.fa-edge-legacy:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-slack-hash:before {
	content: "";
}

.fa-medrt:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-vaadin:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-square-x-twitter:before {
	content: "";
}

.fa-reacteurope:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-medium-m:before {
	content: "";
}

.fa-amilia:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-flipboard:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-critical-role:before {
	content: "";
}

.fa-sitrox:before {
	content: "";
}

.fa-discourse:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-mastodon:before {
	content: "";
}

.fa-airbnb:before {
	content: "";
}

.fa-wolf-pack-battalion:before {
	content: "";
}

.fa-buy-n-large:before {
	content: "";
}

.fa-gulp:before {
	content: "";
}

.fa-creative-commons-sampling-plus:before {
	content: "";
}

.fa-strava:before {
	content: "";
}

.fa-ember:before {
	content: "";
}

.fa-canadian-maple-leaf:before {
	content: "";
}

.fa-teamspeak:before {
	content: "";
}

.fa-pushed:before {
	content: "";
}

.fa-wordpress-simple:before {
	content: "";
}

.fa-nutritionix:before {
	content: "";
}

.fa-wodu:before {
	content: "";
}

.fa-google-pay:before {
	content: "";
}

.fa-intercom:before {
	content: "";
}

.fa-zhihu:before {
	content: "";
}

.fa-korvue:before {
	content: "";
}

.fa-pix:before {
	content: "";
}

.fa-steam-symbol:before {
	content: "";
}

/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root,
:host {
	--fa-style-family-classic: "Font Awesome 6 Free";
	--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"
}

@font-face {
	font-family: "Font Awesome 6 Free";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url(/theme/font.php/recit2/core/1759007012/fa-regular-400.woff2) format("woff2"), url(/theme/font.php/recit2/core/1759007012/fa-regular-400.ttf) format("truetype");
}

.far,
.fa-regular,
.content-bank-container.view-grid .cb-unlisted::after {
	font-weight: 400;
}

/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root,
:host {
	--fa-style-family-classic: "Font Awesome 6 Free";
	--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"
}



.fas,
.fa-solid,
.dropdown-toggle::after,
.dropleft .dropdown-toggle::before,
.dropright .dropdown-toggle::after,
.dropup .dropdown-toggle::after,
.action-menu .dropdown-subpanel .dropdown-item::after,
.dir-rtl .action-menu .dropdown-subpanel .dropdown-item::after,
.dropdown-item[aria-current="true"]:before,
.dropdown-item[aria-selected="true"]:before,
.block_settings .block_tree [aria-expanded="true"]>p:before,
.block_navigation .block_tree [aria-expanded="true"]>p:before,
.block_settings .block_tree [aria-expanded="false"]>p:before,
.block_navigation .block_tree [aria-expanded="false"]>p:before,
.dir-rtl .block_settings .block_tree [aria-expanded="false"]>p:before,
.dir-rtl .block_navigation .block_tree [aria-expanded="false"]>p:before,
.editing .editinprogress:after,
.toast.toast-success .toast-body:before,
.toast.toast-danger .toast-body:before,
.toast.toast-info .toast-body:before,
.toast.toast-warning .toast-body:before,
.navbar.fixed-top .usermenu .dropdown-menu .dropdown-item.carousel-navigation-link::after,
.navbar.fixed-top .usermenu .dropdown-menu .submenu .items .dropdown-item[aria-current="true"]::before,
.dir-rtl .navbar.fixed-top .usermenu .dropdown-menu .dropdown-item.carousel-navigation-link::after,
.moremenu .dropdown-item[aria-current="true"]:before,
.moremenu .dropdown-item.active:before {
	font-weight: 900;
}

/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa.fa-glass:before {
	content: "";
}

.fa.fa-envelope-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-envelope-o:before {
	content: "";
}

.fa.fa-star-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-star-o:before {
	content: "";
}

.fa.fa-remove:before {
	content: "";
}

.fa.fa-close:before {
	content: "";
}

.fa.fa-gear:before {
	content: "";
}

.fa.fa-trash-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-trash-o:before {
	content: "";
}

.fa.fa-home:before {
	content: "";
}

.fa.fa-file-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-o:before {
	content: "";
}

.fa.fa-clock-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-clock-o:before {
	content: "";
}

.fa.fa-arrow-circle-o-down {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-down:before {
	content: "";
}

.fa.fa-arrow-circle-o-up {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-up:before {
	content: "";
}

.fa.fa-play-circle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-play-circle-o:before {
	content: "";
}

.fa.fa-repeat:before {
	content: "";
}

.fa.fa-rotate-right:before {
	content: "";
}

.fa.fa-refresh:before {
	content: "";
}

.fa.fa-list-alt {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-list-alt:before {
	content: "";
}

.fa.fa-dedent:before {
	content: "";
}

.fa.fa-video-camera:before {
	content: "";
}

.fa.fa-picture-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-picture-o:before {
	content: "";
}

.fa.fa-photo {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-photo:before {
	content: "";
}

.fa.fa-image {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-image:before {
	content: "";
}

.fa.fa-map-marker:before {
	content: "";
}

.fa.fa-pencil-square-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-pencil-square-o:before {
	content: "";
}

.fa.fa-edit {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-edit:before {
	content: "";
}

.fa.fa-share-square-o:before {
	content: "";
}

.fa.fa-check-square-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-check-square-o:before {
	content: "";
}

.fa.fa-arrows:before {
	content: "";
}

.fa.fa-times-circle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-times-circle-o:before {
	content: "";
}

.fa.fa-check-circle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-check-circle-o:before {
	content: "";
}

.fa.fa-mail-forward:before {
	content: "";
}

.fa.fa-expand:before {
	content: "";
}

.fa.fa-compress:before {
	content: "";
}

.fa.fa-eye {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-eye-slash {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-warning:before {
	content: "";
}

.fa.fa-calendar:before {
	content: "";
}

.fa.fa-arrows-v:before {
	content: "";
}

.fa.fa-arrows-h:before {
	content: "";
}

.fa.fa-bar-chart:before {
	content: "";
}

.fa.fa-bar-chart-o:before {
	content: "";
}

.fa.fa-twitter-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-twitter-square:before {
	content: "";
}

.fa.fa-facebook-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-facebook-square:before {
	content: "";
}

.fa.fa-gears:before {
	content: "";
}

.fa.fa-thumbs-o-up {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-thumbs-o-up:before {
	content: "";
}

.fa.fa-thumbs-o-down {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-thumbs-o-down:before {
	content: "";
}

.fa.fa-heart-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-heart-o:before {
	content: "";
}

.fa.fa-sign-out:before {
	content: "";
}

.fa.fa-linkedin-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-linkedin-square:before {
	content: "";
}

.fa.fa-thumb-tack:before {
	content: "";
}

.fa.fa-external-link:before {
	content: "";
}

.fa.fa-sign-in:before {
	content: "";
}

.fa.fa-github-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-github-square:before {
	content: "";
}

.fa.fa-lemon-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-lemon-o:before {
	content: "";
}

.fa.fa-square-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-square-o:before {
	content: "";
}

.fa.fa-bookmark-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-bookmark-o:before {
	content: "";
}

.fa.fa-twitter {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-facebook {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-facebook:before {
	content: "";
}

.fa.fa-facebook-f {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-facebook-f:before {
	content: "";
}

.fa.fa-github {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-credit-card {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-feed:before {
	content: "";
}

.fa.fa-hdd-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hdd-o:before {
	content: "";
}

.fa.fa-hand-o-right {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-o-right:before {
	content: "";
}

.fa.fa-hand-o-left {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-o-left:before {
	content: "";
}

.fa.fa-hand-o-up {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-o-up:before {
	content: "";
}

.fa.fa-hand-o-down {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-o-down:before {
	content: "";
}

.fa.fa-globe:before {
	content: "";
}

.fa.fa-tasks:before {
	content: "";
}

.fa.fa-arrows-alt:before {
	content: "";
}

.fa.fa-group:before {
	content: "";
}

.fa.fa-chain:before {
	content: "";
}

.fa.fa-cut:before {
	content: "";
}

.fa.fa-files-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-files-o:before {
	content: "";
}

.fa.fa-floppy-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-floppy-o:before {
	content: "";
}

.fa.fa-save {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-save:before {
	content: "";
}

.fa.fa-navicon:before {
	content: "";
}

.fa.fa-reorder:before {
	content: "";
}

.fa.fa-magic:before {
	content: "";
}

.fa.fa-pinterest {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-pinterest-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-pinterest-square:before {
	content: "";
}

.fa.fa-google-plus-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-google-plus-square:before {
	content: "";
}

.fa.fa-google-plus {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-google-plus:before {
	content: "";
}

.fa.fa-money:before {
	content: "";
}

.fa.fa-unsorted:before {
	content: "";
}

.fa.fa-sort-desc:before {
	content: "";
}

.fa.fa-sort-asc:before {
	content: "";
}

.fa.fa-linkedin {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-linkedin:before {
	content: "";
}

.fa.fa-rotate-left:before {
	content: "";
}

.fa.fa-legal:before {
	content: "";
}

.fa.fa-tachometer:before {
	content: "";
}

.fa.fa-dashboard:before {
	content: "";
}

.fa.fa-comment-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-comment-o:before {
	content: "";
}

.fa.fa-comments-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-comments-o:before {
	content: "";
}

.fa.fa-flash:before {
	content: "";
}

.fa.fa-clipboard:before {
	content: "";
}

.fa.fa-lightbulb-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-lightbulb-o:before {
	content: "";
}

.fa.fa-exchange:before {
	content: "";
}

.fa.fa-cloud-download:before {
	content: "";
}

.fa.fa-cloud-upload:before {
	content: "";
}

.fa.fa-bell-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-bell-o:before {
	content: "";
}

.fa.fa-cutlery:before {
	content: "";
}

.fa.fa-file-text-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-text-o:before {
	content: "";
}

.fa.fa-building-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-building-o:before {
	content: "";
}

.fa.fa-hospital-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hospital-o:before {
	content: "";
}

.fa.fa-tablet:before {
	content: "";
}

.fa.fa-mobile:before {
	content: "";
}

.fa.fa-mobile-phone:before {
	content: "";
}

.fa.fa-circle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-circle-o:before {
	content: "";
}

.fa.fa-mail-reply:before {
	content: "";
}

.fa.fa-github-alt {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-folder-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-folder-o:before {
	content: "";
}

.fa.fa-folder-open-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-folder-open-o:before {
	content: "";
}

.fa.fa-smile-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-smile-o:before {
	content: "";
}

.fa.fa-frown-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-frown-o:before {
	content: "";
}

.fa.fa-meh-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-meh-o:before {
	content: "";
}

.fa.fa-keyboard-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-keyboard-o:before {
	content: "";
}

.fa.fa-flag-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-flag-o:before {
	content: "";
}

.fa.fa-mail-reply-all:before {
	content: "";
}

.fa.fa-star-half-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-star-half-o:before {
	content: "";
}

.fa.fa-star-half-empty {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-star-half-empty:before {
	content: "";
}

.fa.fa-star-half-full {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-star-half-full:before {
	content: "";
}

.fa.fa-code-fork:before {
	content: "";
}

.fa.fa-chain-broken:before {
	content: "";
}

.fa.fa-unlink:before {
	content: "";
}

.fa.fa-calendar-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-calendar-o:before {
	content: "";
}

.fa.fa-maxcdn {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-html5 {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-css3 {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-unlock-alt:before {
	content: "";
}

.fa.fa-minus-square-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-minus-square-o:before {
	content: "";
}

.fa.fa-level-up:before {
	content: "";
}

.fa.fa-level-down:before {
	content: "";
}

.fa.fa-pencil-square:before {
	content: "";
}

.fa.fa-external-link-square:before {
	content: "";
}

.fa.fa-compass {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-caret-square-o-down {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-caret-square-o-down:before {
	content: "";
}

.fa.fa-toggle-down {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-toggle-down:before {
	content: "";
}

.fa.fa-caret-square-o-up {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-caret-square-o-up:before {
	content: "";
}

.fa.fa-toggle-up {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-toggle-up:before {
	content: "";
}

.fa.fa-caret-square-o-right {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-caret-square-o-right:before {
	content: "";
}

.fa.fa-toggle-right {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-toggle-right:before {
	content: "";
}

.fa.fa-eur:before {
	content: "";
}

.fa.fa-euro:before {
	content: "";
}

.fa.fa-gbp:before {
	content: "";
}

.fa.fa-usd:before {
	content: "$";
}

.fa.fa-dollar:before {
	content: "$";
}

.fa.fa-inr:before {
	content: "";
}

.fa.fa-rupee:before {
	content: "";
}

.fa.fa-jpy:before {
	content: "";
}

.fa.fa-cny:before {
	content: "";
}

.fa.fa-rmb:before {
	content: "";
}

.fa.fa-yen:before {
	content: "";
}

.fa.fa-rub:before {
	content: "";
}

.fa.fa-ruble:before {
	content: "";
}

.fa.fa-rouble:before {
	content: "";
}

.fa.fa-krw:before {
	content: "";
}

.fa.fa-won:before {
	content: "";
}

.fa.fa-btc {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-bitcoin {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-bitcoin:before {
	content: "";
}

.fa.fa-file-text:before {
	content: "";
}

.fa.fa-sort-alpha-asc:before {
	content: "";
}

.fa.fa-sort-alpha-desc:before {
	content: "";
}

.fa.fa-sort-amount-asc:before {
	content: "";
}

.fa.fa-sort-amount-desc:before {
	content: "";
}

.fa.fa-sort-numeric-asc:before {
	content: "";
}

.fa.fa-sort-numeric-desc:before {
	content: "";
}

.fa.fa-youtube-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-youtube-square:before {
	content: "";
}

.fa.fa-youtube {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-xing {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-xing-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-xing-square:before {
	content: "";
}

.fa.fa-youtube-play {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-youtube-play:before {
	content: "";
}

.fa.fa-dropbox {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-stack-overflow {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-instagram {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-flickr {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-adn {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-bitbucket {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-bitbucket-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-bitbucket-square:before {
	content: "";
}

.fa.fa-tumblr {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-tumblr-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-tumblr-square:before {
	content: "";
}

.fa.fa-long-arrow-down:before {
	content: "";
}

.fa.fa-long-arrow-up:before {
	content: "";
}

.fa.fa-long-arrow-left:before {
	content: "";
}

.fa.fa-long-arrow-right:before {
	content: "";
}

.fa.fa-apple {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-windows {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-android {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-linux {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-dribbble {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-skype {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-foursquare {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-trello {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-gratipay {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-gittip {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-gittip:before {
	content: "";
}

.fa.fa-sun-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-sun-o:before {
	content: "";
}

.fa.fa-moon-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-moon-o:before {
	content: "";
}

.fa.fa-vk {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-weibo {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-renren {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-pagelines {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-stack-exchange {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-right {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-right:before {
	content: "";
}

.fa.fa-arrow-circle-o-left {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-left:before {
	content: "";
}

.fa.fa-caret-square-o-left {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-caret-square-o-left:before {
	content: "";
}

.fa.fa-toggle-left {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-toggle-left:before {
	content: "";
}

.fa.fa-dot-circle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-dot-circle-o:before {
	content: "";
}

.fa.fa-vimeo-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-vimeo-square:before {
	content: "";
}

.fa.fa-try:before {
	content: "";
}

.fa.fa-turkish-lira:before {
	content: "";
}

.fa.fa-plus-square-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-plus-square-o:before {
	content: "";
}

.fa.fa-slack {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-wordpress {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-openid {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-institution:before {
	content: "";
}

.fa.fa-bank:before {
	content: "";
}

.fa.fa-mortar-board:before {
	content: "";
}

.fa.fa-yahoo {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-google {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-reddit {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-reddit-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-reddit-square:before {
	content: "";
}

.fa.fa-stumbleupon-circle {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-stumbleupon {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-delicious {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-digg {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-pied-piper-pp {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-pied-piper-alt {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-drupal {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-joomla {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-behance {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-behance-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-behance-square:before {
	content: "";
}

.fa.fa-steam {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-steam-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-steam-square:before {
	content: "";
}

.fa.fa-automobile:before {
	content: "";
}

.fa.fa-cab:before {
	content: "";
}

.fa.fa-spotify {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-deviantart {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-soundcloud {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-file-pdf-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-pdf-o:before {
	content: "";
}

.fa.fa-file-word-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-word-o:before {
	content: "";
}

.fa.fa-file-excel-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-excel-o:before {
	content: "";
}

.fa.fa-file-powerpoint-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-powerpoint-o:before {
	content: "";
}

.fa.fa-file-image-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-image-o:before {
	content: "";
}

.fa.fa-file-photo-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-photo-o:before {
	content: "";
}

.fa.fa-file-picture-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-picture-o:before {
	content: "";
}

.fa.fa-file-archive-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-archive-o:before {
	content: "";
}

.fa.fa-file-zip-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-zip-o:before {
	content: "";
}

.fa.fa-file-audio-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-audio-o:before {
	content: "";
}

.fa.fa-file-sound-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-sound-o:before {
	content: "";
}

.fa.fa-file-video-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-video-o:before {
	content: "";
}

.fa.fa-file-movie-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-movie-o:before {
	content: "";
}

.fa.fa-file-code-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-code-o:before {
	content: "";
}

.fa.fa-vine {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-codepen {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-jsfiddle {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-life-bouy:before {
	content: "";
}

.fa.fa-life-buoy:before {
	content: "";
}

.fa.fa-life-saver:before {
	content: "";
}

.fa.fa-support:before {
	content: "";
}

.fa.fa-circle-o-notch:before {
	content: "";
}

.fa.fa-rebel {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-ra {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-ra:before {
	content: "";
}

.fa.fa-resistance {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-resistance:before {
	content: "";
}

.fa.fa-empire {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-ge {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-ge:before {
	content: "";
}

.fa.fa-git-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-git-square:before {
	content: "";
}

.fa.fa-git {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-hacker-news {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-y-combinator-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-y-combinator-square:before {
	content: "";
}

.fa.fa-yc-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-yc-square:before {
	content: "";
}

.fa.fa-tencent-weibo {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-qq {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-weixin {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-wechat {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-wechat:before {
	content: "";
}

.fa.fa-send:before {
	content: "";
}

.fa.fa-paper-plane-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-paper-plane-o:before {
	content: "";
}

.fa.fa-send-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-send-o:before {
	content: "";
}

.fa.fa-circle-thin {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-circle-thin:before {
	content: "";
}

.fa.fa-header:before {
	content: "";
}

.fa.fa-futbol-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-futbol-o:before {
	content: "";
}

.fa.fa-soccer-ball-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-soccer-ball-o:before {
	content: "";
}

.fa.fa-slideshare {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-twitch {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-yelp {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-newspaper-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-newspaper-o:before {
	content: "";
}

.fa.fa-paypal {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-google-wallet {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-cc-visa {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-cc-mastercard {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-cc-discover {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-cc-amex {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-cc-paypal {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-cc-stripe {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-bell-slash-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-bell-slash-o:before {
	content: "";
}

.fa.fa-trash:before {
	content: "";
}

.fa.fa-copyright {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-eyedropper:before {
	content: "";
}

.fa.fa-area-chart:before {
	content: "";
}

.fa.fa-pie-chart:before {
	content: "";
}

.fa.fa-line-chart:before {
	content: "";
}

.fa.fa-lastfm {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-lastfm-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-lastfm-square:before {
	content: "";
}

.fa.fa-ioxhost {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-angellist {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-cc {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-cc:before {
	content: "";
}

.fa.fa-ils:before {
	content: "";
}

.fa.fa-shekel:before {
	content: "";
}

.fa.fa-sheqel:before {
	content: "";
}

.fa.fa-buysellads {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-connectdevelop {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-dashcube {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-forumbee {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-leanpub {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-sellsy {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-shirtsinbulk {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-simplybuilt {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-skyatlas {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-diamond {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-diamond:before {
	content: "";
}

.fa.fa-transgender:before {
	content: "";
}

.fa.fa-intersex:before {
	content: "";
}

.fa.fa-transgender-alt:before {
	content: "";
}

.fa.fa-facebook-official {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-facebook-official:before {
	content: "";
}

.fa.fa-pinterest-p {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-whatsapp {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-hotel:before {
	content: "";
}

.fa.fa-viacoin {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-medium {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-y-combinator {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-yc {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-yc:before {
	content: "";
}

.fa.fa-optin-monster {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-opencart {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-expeditedssl {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-battery-4:before {
	content: "";
}

.fa.fa-battery:before {
	content: "";
}

.fa.fa-battery-3:before {
	content: "";
}

.fa.fa-battery-2:before {
	content: "";
}

.fa.fa-battery-1:before {
	content: "";
}

.fa.fa-battery-0:before {
	content: "";
}

.fa.fa-object-group {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-object-ungroup {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-sticky-note-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-sticky-note-o:before {
	content: "";
}

.fa.fa-cc-jcb {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-cc-diners-club {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-clone {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hourglass-o:before {
	content: "";
}

.fa.fa-hourglass-1:before {
	content: "";
}

.fa.fa-hourglass-2:before {
	content: "";
}

.fa.fa-hourglass-3:before {
	content: "";
}

.fa.fa-hand-rock-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-rock-o:before {
	content: "";
}

.fa.fa-hand-grab-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-grab-o:before {
	content: "";
}

.fa.fa-hand-paper-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-paper-o:before {
	content: "";
}

.fa.fa-hand-stop-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-stop-o:before {
	content: "";
}

.fa.fa-hand-scissors-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-scissors-o:before {
	content: "";
}

.fa.fa-hand-lizard-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-lizard-o:before {
	content: "";
}

.fa.fa-hand-spock-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-spock-o:before {
	content: "";
}

.fa.fa-hand-pointer-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-pointer-o:before {
	content: "";
}

.fa.fa-hand-peace-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-peace-o:before {
	content: "";
}

.fa.fa-registered {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-creative-commons {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-gg {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-gg-circle {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-odnoklassniki {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-odnoklassniki-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-odnoklassniki-square:before {
	content: "";
}

.fa.fa-get-pocket {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-wikipedia-w {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-safari {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-chrome {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-firefox {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-opera {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-internet-explorer {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-television:before {
	content: "";
}

.fa.fa-contao {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-500px {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-amazon {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-calendar-plus-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-calendar-plus-o:before {
	content: "";
}

.fa.fa-calendar-minus-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-calendar-minus-o:before {
	content: "";
}

.fa.fa-calendar-times-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-calendar-times-o:before {
	content: "";
}

.fa.fa-calendar-check-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-calendar-check-o:before {
	content: "";
}

.fa.fa-map-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-map-o:before {
	content: "";
}

.fa.fa-commenting:before {
	content: "";
}

.fa.fa-commenting-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-commenting-o:before {
	content: "";
}

.fa.fa-houzz {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-vimeo {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-vimeo:before {
	content: "";
}

.fa.fa-black-tie {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-fonticons {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-reddit-alien {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-edge {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-credit-card-alt:before {
	content: "";
}

.fa.fa-codiepie {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-modx {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-fort-awesome {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-usb {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-product-hunt {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-mixcloud {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-scribd {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-pause-circle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-pause-circle-o:before {
	content: "";
}

.fa.fa-stop-circle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-stop-circle-o:before {
	content: "";
}

.fa.fa-bluetooth {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-bluetooth-b {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-gitlab {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-wpbeginner {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-wpforms {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-envira {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-wheelchair-alt {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-wheelchair-alt:before {
	content: "";
}

.fa.fa-question-circle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-question-circle-o:before {
	content: "";
}

.fa.fa-volume-control-phone:before {
	content: "";
}

.fa.fa-asl-interpreting:before {
	content: "";
}

.fa.fa-deafness:before {
	content: "";
}

.fa.fa-hard-of-hearing:before {
	content: "";
}

.fa.fa-glide {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-glide-g {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-signing:before {
	content: "";
}

.fa.fa-viadeo {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-viadeo-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-viadeo-square:before {
	content: "";
}

.fa.fa-snapchat {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-snapchat-ghost {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-snapchat-ghost:before {
	content: "";
}

.fa.fa-snapchat-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-snapchat-square:before {
	content: "";
}

.fa.fa-pied-piper {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-first-order {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-yoast {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-themeisle {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-google-plus-official {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-google-plus-official:before {
	content: "";
}

.fa.fa-google-plus-circle {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-google-plus-circle:before {
	content: "";
}

.fa.fa-font-awesome {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-fa {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-fa:before {
	content: "";
}

.fa.fa-handshake-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-handshake-o:before {
	content: "";
}

.fa.fa-envelope-open-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-envelope-open-o:before {
	content: "";
}

.fa.fa-linode {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-address-book-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-address-book-o:before {
	content: "";
}

.fa.fa-vcard:before {
	content: "";
}

.fa.fa-address-card-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-address-card-o:before {
	content: "";
}

.fa.fa-vcard-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-vcard-o:before {
	content: "";
}

.fa.fa-user-circle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-user-circle-o:before {
	content: "";
}

.fa.fa-user-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-user-o:before {
	content: "";
}

.fa.fa-id-badge {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-drivers-license:before {
	content: "";
}

.fa.fa-id-card-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-id-card-o:before {
	content: "";
}

.fa.fa-drivers-license-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-drivers-license-o:before {
	content: "";
}

.fa.fa-quora {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-free-code-camp {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-telegram {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-thermometer-4:before {
	content: "";
}

.fa.fa-thermometer:before {
	content: "";
}

.fa.fa-thermometer-3:before {
	content: "";
}

.fa.fa-thermometer-2:before {
	content: "";
}

.fa.fa-thermometer-1:before {
	content: "";
}

.fa.fa-thermometer-0:before {
	content: "";
}

.fa.fa-bathtub:before {
	content: "";
}

.fa.fa-s15:before {
	content: "";
}

.fa.fa-window-maximize {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-window-restore {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-times-rectangle:before {
	content: "";
}

.fa.fa-window-close-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-window-close-o:before {
	content: "";
}

.fa.fa-times-rectangle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-times-rectangle-o:before {
	content: "";
}

.fa.fa-bandcamp {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-grav {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-etsy {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-imdb {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-ravelry {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-eercast {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-eercast:before {
	content: "";
}

.fa.fa-snowflake-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-snowflake-o:before {
	content: "";
}

.fa.fa-superpowers {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-wpexplorer {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-meetup {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.dropdown-toggle::after,
.dropleft .dropdown-toggle::before,
.dropright .dropdown-toggle::after,
.dropup .dropdown-toggle::after,
.action-menu .dropdown-subpanel .dropdown-item::after,
.dir-rtl .action-menu .dropdown-subpanel .dropdown-item::after,
.dropdown-item[aria-current="true"]:before,
.dropdown-item[aria-selected="true"]:before,
.block_settings .block_tree [aria-expanded="true"]>p:before,
.block_navigation .block_tree [aria-expanded="true"]>p:before,
.block_settings .block_tree [aria-expanded="false"]>p:before,
.block_navigation .block_tree [aria-expanded="false"]>p:before,
.dir-rtl .block_settings .block_tree [aria-expanded="false"]>p:before,
.dir-rtl .block_navigation .block_tree [aria-expanded="false"]>p:before,
.editing .editinprogress:after,
.toast.toast-success .toast-body:before,
.toast.toast-danger .toast-body:before,
.toast.toast-info .toast-body:before,
.toast.toast-warning .toast-body:before,
.navbar.fixed-top .usermenu .dropdown-menu .dropdown-item.carousel-navigation-link::after,
.navbar.fixed-top .usermenu .dropdown-menu .submenu .items .dropdown-item[aria-current="true"]::before,
.dir-rtl .navbar.fixed-top .usermenu .dropdown-menu .dropdown-item.carousel-navigation-link::after,
.moremenu .dropdown-item[aria-current="true"]:before,
.moremenu .dropdown-item.active:before,
.far,
.fa-regular,
.content-bank-container.view-grid .cb-unlisted::after,
.fab,
.fa-brands {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.dropdown-toggle::after,
.dropleft .dropdown-toggle::before,
.dropright .dropdown-toggle::after,
.dropup .dropdown-toggle::after,
.action-menu .dropdown-subpanel .dropdown-item::after,
.dir-rtl .action-menu .dropdown-subpanel .dropdown-item::after,
.dropdown-item[aria-current="true"]:before,
.dropdown-item[aria-selected="true"]:before,
.block_settings .block_tree [aria-expanded="true"]>p:before,
.block_navigation .block_tree [aria-expanded="true"]>p:before,
.block_settings .block_tree [aria-expanded="false"]>p:before,
.block_navigation .block_tree [aria-expanded="false"]>p:before,
.dir-rtl .block_settings .block_tree [aria-expanded="false"]>p:before,
.dir-rtl .block_navigation .block_tree [aria-expanded="false"]>p:before,
.editing .editinprogress:after,
.toast.toast-success .toast-body:before,
.toast.toast-danger .toast-body:before,
.toast.toast-info .toast-body:before,
.toast.toast-warning .toast-body:before,
.navbar.fixed-top .usermenu .dropdown-menu .dropdown-item.carousel-navigation-link::after,
.navbar.fixed-top .usermenu .dropdown-menu .submenu .items .dropdown-item[aria-current="true"]::before,
.dir-rtl .navbar.fixed-top .usermenu .dropdown-menu .dropdown-item.carousel-navigation-link::after,
.moremenu .dropdown-item[aria-current="true"]:before,
.moremenu .dropdown-item.active:before,
.far,
.fa-regular,
.content-bank-container.view-grid .cb-unlisted::after {
	font-family: "Font Awesome 6 Free";
}

.fab,
.fa-brands {
	font-family: "Font Awesome 6 Brands";
}

.fa-1x {
	font-size: 1em;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-6x {
	font-size: 6em;
}

.fa-7x {
	font-size: 7em;
}

.fa-8x {
	font-size: 8em;
}

.fa-9x {
	font-size: 9em;
}

.fa-10x {
	font-size: 10em;
}

.fa-2xs {
	font-size: 0.625em;
	line-height: 0.1em;
	vertical-align: 0.225em;
}

.fa-xs {
	font-size: 0.75em;
	line-height: 0.0833333337em;
	vertical-align: 0.125em;
}

.fa-sm {
	font-size: 0.875em;
	line-height: 0.0714285718em;
	vertical-align: 0.0535714295em;
}

.fa-lg {
	font-size: 1.25em;
	line-height: 0.05em;
	vertical-align: -0.075em;
}

.fa-xl {
	font-size: 1.5em;
	line-height: 0.0416666682em;
	vertical-align: -0.125em;
}

.fa-2xl {
	font-size: 2em;
	line-height: 0.03125em;
	vertical-align: -0.1875em;
}

.fa-fw {
	text-align: center;
	width: 1.25em;
}

.fa-ul {
	list-style-type: none;
	margin-left: var(--fa-li-margin, 2.5em);
	padding-left: 0;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	left: calc(var(--fa-li-width, 2em) * -1);
	position: absolute;
	text-align: center;
	width: var(--fa-li-width, 2em);
	line-height: inherit;
}

.fa-border {
	border-color: var(--fa-border-color, #eee);
	border-radius: var(--fa-border-radius, 0.1em);
	border-style: var(--fa-border-style, solid);
	border-width: var(--fa-border-width, 0.08em);
	padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
	float: left;
	margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
	float: right;
	margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
	animation-name: fa-beat;
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
	animation-name: fa-bounce;
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
	animation-name: fa-fade;
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
	animation-name: fa-beat-fade;
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
	animation-name: fa-flip;
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
	animation-name: fa-shake;
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
	animation-name: fa-spin;
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 2s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
	--fa-animation-direction: reverse
}

.fa-pulse,
.fa-spin-pulse {
	animation-name: fa-spin;
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {

	.fa-beat,
	.fa-bounce,
	.fa-fade,
	.fa-beat-fade,
	.fa-flip,
	.fa-pulse,
	.fa-shake,
	.fa-spin,
	.fa-spin-pulse {
		animation-delay: -1ms;
		animation-duration: 1ms;
		animation-iteration-count: 1;
		transition-delay: 0s;
		transition-duration: 0s;
	}
}

@keyframes fa-beat {

	0%,
	90% {
		transform: scale(1);
	}

	45% {
		transform: scale(var(--fa-beat-scale, 1.25));
	}
}

@keyframes fa-bounce {
	0% {
		transform: scale(1, 1) translateY(0);
	}

	10% {
		transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
	}

	30% {
		transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
	}

	50% {
		transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
	}

	57% {
		transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
	}

	64% {
		transform: scale(1, 1) translateY(0);
	}

	100% {
		transform: scale(1, 1) translateY(0);
	}
}

@keyframes fa-fade {
	50% {
		opacity: var(--fa-fade-opacity, 0.4);
	}
}

@keyframes fa-beat-fade {

	0%,
	100% {
		opacity: var(--fa-beat-fade-opacity, 0.4);
		transform: scale(1);
	}

	50% {
		opacity: 1;
		transform: scale(var(--fa-beat-fade-scale, 1.125));
	}
}

@keyframes fa-flip {
	50% {
		transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
	}
}

@keyframes fa-shake {
	0% {
		transform: rotate(-15deg);
	}

	4% {
		transform: rotate(15deg);
	}

	8%,
	24% {
		transform: rotate(-18deg);
	}

	12%,
	28% {
		transform: rotate(18deg);
	}

	16% {
		transform: rotate(-22deg);
	}

	20% {
		transform: rotate(22deg);
	}

	32% {
		transform: rotate(-12deg);
	}

	36% {
		transform: rotate(12deg);
	}

	40%,
	100% {
		transform: rotate(0deg);
	}
}

@keyframes fa-spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.fa-rotate-90 {
	transform: rotate(90deg);
}

.fa-rotate-180 {
	transform: rotate(180deg);
}

.fa-rotate-270 {
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
	transform: scale(-1, -1);
}

.fa-rotate-by {
	transform: rotate(var(--fa-rotate-angle, 0));
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: var(--fa-inverse, #fff);
}

.fa-0::before {
	content: "0";
}

.fa-1::before {
	content: "1";
}

.fa-2::before {
	content: "2";
}

.fa-3::before {
	content: "3";
}

.fa-4::before {
	content: "4";
}

.fa-5::before {
	content: "5";
}

.fa-6::before {
	content: "6";
}

.fa-7::before {
	content: "7";
}

.fa-8::before {
	content: "8";
}

.fa-9::before {
	content: "9";
}

.fa-fill-drip::before {
	content: "";
}

.fa-arrows-to-circle::before {
	content: "";
}

.fa-circle-chevron-right::before {
	content: "";
}

.fa-chevron-circle-right::before {
	content: "";
}

.fa-at::before {
	content: "@";
}

.fa-trash-can::before {
	content: "";
}

.fa-trash-alt::before {
	content: "";
}

.fa-text-height::before {
	content: "";
}

.fa-user-xmark::before {
	content: "";
}

.fa-user-times::before {
	content: "";
}

.fa-stethoscope::before {
	content: "";
}

.fa-message::before {
	content: "";
}

.fa-comment-alt::before {
	content: "";
}

.fa-info::before {
	content: "";
}

.fa-down-left-and-up-right-to-center::before {
	content: "";
}

.fa-compress-alt::before {
	content: "";
}

.fa-explosion::before {
	content: "";
}

.fa-file-lines::before {
	content: "";
}

.fa-file-alt::before {
	content: "";
}

.fa-file-text::before {
	content: "";
}

.fa-wave-square::before {
	content: "";
}

.fa-ring::before {
	content: "";
}

.fa-building-un::before {
	content: "";
}

.fa-dice-three::before {
	content: "";
}

.fa-calendar-days::before {
	content: "";
}

.fa-calendar-alt::before {
	content: "";
}

.fa-anchor-circle-check::before {
	content: "";
}

.fa-building-circle-arrow-right::before {
	content: "";
}

.fa-volleyball::before {
	content: "";
}

.fa-volleyball-ball::before {
	content: "";
}

.fa-arrows-up-to-line::before {
	content: "";
}

.fa-sort-down::before {
	content: "";
}

.fa-sort-desc::before {
	content: "";
}

.fa-circle-minus::before {
	content: "";
}

.fa-minus-circle::before {
	content: "";
}

.fa-door-open::before {
	content: "";
}

.fa-right-from-bracket::before {
	content: "";
}

.fa-sign-out-alt::before {
	content: "";
}

.fa-atom::before {
	content: "";
}

.fa-soap::before {
	content: "";
}

.fa-icons::before {
	content: "";
}

.fa-heart-music-camera-bolt::before {
	content: "";
}

.fa-microphone-lines-slash::before {
	content: "";
}

.fa-microphone-alt-slash::before {
	content: "";
}

.fa-bridge-circle-check::before {
	content: "";
}

.fa-pump-medical::before {
	content: "";
}

.fa-fingerprint::before {
	content: "";
}

.fa-hand-point-right::before {
	content: "";
}

.fa-magnifying-glass-location::before {
	content: "";
}

.fa-search-location::before {
	content: "";
}

.fa-forward-step::before {
	content: "";
}

.fa-step-forward::before {
	content: "";
}

.fa-face-smile-beam::before {
	content: "";
}

.fa-smile-beam::before {
	content: "";
}

.fa-flag-checkered::before {
	content: "";
}

.fa-football::before {
	content: "";
}

.fa-football-ball::before {
	content: "";
}

.fa-school-circle-exclamation::before {
	content: "";
}

.fa-crop::before {
	content: "";
}

.fa-angles-down::before {
	content: "";
}

.fa-angle-double-down::before {
	content: "";
}

.fa-users-rectangle::before {
	content: "";
}

.fa-people-roof::before {
	content: "";
}

.fa-people-line::before {
	content: "";
}

.fa-beer-mug-empty::before {
	content: "";
}

.fa-beer::before {
	content: "";
}

.fa-diagram-predecessor::before {
	content: "";
}

.fa-arrow-up-long::before {
	content: "";
}

.fa-long-arrow-up::before {
	content: "";
}

.fa-fire-flame-simple::before {
	content: "";
}

.fa-burn::before {
	content: "";
}

.fa-person::before {
	content: "";
}

.fa-male::before {
	content: "";
}

.fa-laptop::before {
	content: "";
}

.fa-file-csv::before {
	content: "";
}

.fa-menorah::before {
	content: "";
}

.fa-truck-plane::before {
	content: "";
}

.fa-record-vinyl::before {
	content: "";
}

.fa-face-grin-stars::before {
	content: "";
}

.fa-grin-stars::before {
	content: "";
}

.fa-bong::before {
	content: "";
}

.fa-spaghetti-monster-flying::before {
	content: "";
}

.fa-pastafarianism::before {
	content: "";
}

.fa-arrow-down-up-across-line::before {
	content: "";
}

.fa-spoon::before {
	content: "";
}

.fa-utensil-spoon::before {
	content: "";
}

.fa-jar-wheat::before {
	content: "";
}

.fa-envelopes-bulk::before {
	content: "";
}

.fa-mail-bulk::before {
	content: "";
}

.fa-file-circle-exclamation::before {
	content: "";
}

.fa-circle-h::before {
	content: "";
}

.fa-hospital-symbol::before {
	content: "";
}

.fa-pager::before {
	content: "";
}

.fa-address-book::before {
	content: "";
}

.fa-contact-book::before {
	content: "";
}

.fa-strikethrough::before {
	content: "";
}

.fa-k::before {
	content: "K";
}

.fa-landmark-flag::before {
	content: "";
}

.fa-pencil::before {
	content: "";
}

.fa-pencil-alt::before {
	content: "";
}

.fa-backward::before {
	content: "";
}

.fa-caret-right::before {
	content: "";
}

.fa-comments::before {
	content: "";
}

.fa-paste::before {
	content: "";
}

.fa-file-clipboard::before {
	content: "";
}

.fa-code-pull-request::before {
	content: "";
}

.fa-clipboard-list::before {
	content: "";
}

.fa-truck-ramp-box::before {
	content: "";
}

.fa-truck-loading::before {
	content: "";
}

.fa-user-check::before {
	content: "";
}

.fa-vial-virus::before {
	content: "";
}

.fa-sheet-plastic::before {
	content: "";
}

.fa-blog::before {
	content: "";
}

.fa-user-ninja::before {
	content: "";
}

.fa-person-arrow-up-from-line::before {
	content: "";
}

.fa-scroll-torah::before {
	content: "";
}

.fa-torah::before {
	content: "";
}

.fa-broom-ball::before {
	content: "";
}

.fa-quidditch::before {
	content: "";
}

.fa-quidditch-broom-ball::before {
	content: "";
}

.fa-toggle-off::before {
	content: "";
}

.fa-box-archive::before {
	content: "";
}

.fa-archive::before {
	content: "";
}

.fa-person-drowning::before {
	content: "";
}

.fa-arrow-down-9-1::before {
	content: "";
}

.fa-sort-numeric-desc::before {
	content: "";
}

.fa-sort-numeric-down-alt::before {
	content: "";
}

.fa-face-grin-tongue-squint::before {
	content: "";
}

.fa-grin-tongue-squint::before {
	content: "";
}

.fa-spray-can::before {
	content: "";
}

.fa-truck-monster::before {
	content: "";
}

.fa-w::before {
	content: "W";
}

.fa-earth-africa::before {
	content: "";
}

.fa-globe-africa::before {
	content: "";
}

.fa-rainbow::before {
	content: "";
}

.fa-circle-notch::before {
	content: "";
}

.fa-tablet-screen-button::before {
	content: "";
}

.fa-tablet-alt::before {
	content: "";
}

.fa-paw::before {
	content: "";
}

.fa-cloud::before {
	content: "";
}

.fa-trowel-bricks::before {
	content: "";
}

.fa-face-flushed::before {
	content: "";
}

.fa-flushed::before {
	content: "";
}

.fa-hospital-user::before {
	content: "";
}

.fa-tent-arrow-left-right::before {
	content: "";
}

.fa-gavel::before {
	content: "";
}

.fa-legal::before {
	content: "";
}

.fa-binoculars::before {
	content: "";
}

.fa-microphone-slash::before {
	content: "";
}

.fa-box-tissue::before {
	content: "";
}

.fa-motorcycle::before {
	content: "";
}

.fa-bell-concierge::before {
	content: "";
}

.fa-concierge-bell::before {
	content: "";
}

.fa-pen-ruler::before {
	content: "";
}

.fa-pencil-ruler::before {
	content: "";
}

.fa-people-arrows::before {
	content: "";
}

.fa-people-arrows-left-right::before {
	content: "";
}

.fa-mars-and-venus-burst::before {
	content: "";
}

.fa-square-caret-right::before {
	content: "";
}

.fa-caret-square-right::before {
	content: "";
}

.fa-scissors::before {
	content: "";
}

.fa-cut::before {
	content: "";
}

.fa-sun-plant-wilt::before {
	content: "";
}

.fa-toilets-portable::before {
	content: "";
}

.fa-hockey-puck::before {
	content: "";
}

.fa-table::before {
	content: "";
}

.fa-magnifying-glass-arrow-right::before {
	content: "";
}

.fa-tachograph-digital::before {
	content: "";
}

.fa-digital-tachograph::before {
	content: "";
}

.fa-users-slash::before {
	content: "";
}

.fa-clover::before {
	content: "";
}

.fa-reply::before {
	content: "";
}

.fa-mail-reply::before {
	content: "";
}

.fa-star-and-crescent::before {
	content: "";
}

.fa-house-fire::before {
	content: "";
}

.fa-square-minus::before {
	content: "";
}

.fa-minus-square::before {
	content: "";
}

.fa-helicopter::before {
	content: "";
}

.fa-compass::before {
	content: "";
}

.fa-square-caret-down::before {
	content: "";
}

.fa-caret-square-down::before {
	content: "";
}

.fa-file-circle-question::before {
	content: "";
}

.fa-laptop-code::before {
	content: "";
}

.fa-swatchbook::before {
	content: "";
}

.fa-prescription-bottle::before {
	content: "";
}

.fa-bars::before {
	content: "";
}

.fa-navicon::before {
	content: "";
}

.fa-people-group::before {
	content: "";
}

.fa-hourglass-end::before {
	content: "";
}

.fa-hourglass-3::before {
	content: "";
}

.fa-heart-crack::before {
	content: "";
}

.fa-heart-broken::before {
	content: "";
}

.fa-square-up-right::before {
	content: "";
}

.fa-external-link-square-alt::before {
	content: "";
}

.fa-face-kiss-beam::before {
	content: "";
}

.fa-kiss-beam::before {
	content: "";
}

.fa-film::before {
	content: "";
}

.fa-ruler-horizontal::before {
	content: "";
}

.fa-people-robbery::before {
	content: "";
}

.fa-lightbulb::before {
	content: "";
}

.fa-caret-left::before {
	content: "";
}

.fa-circle-exclamation::before {
	content: "";
}

.fa-exclamation-circle::before {
	content: "";
}

.fa-school-circle-xmark::before {
	content: "";
}

.fa-arrow-right-from-bracket::before {
	content: "";
}

.fa-sign-out::before {
	content: "";
}

.fa-circle-chevron-down::before {
	content: "";
}

.fa-chevron-circle-down::before {
	content: "";
}

.fa-unlock-keyhole::before {
	content: "";
}

.fa-unlock-alt::before {
	content: "";
}

.fa-cloud-showers-heavy::before {
	content: "";
}

.fa-headphones-simple::before {
	content: "";
}

.fa-headphones-alt::before {
	content: "";
}

.fa-sitemap::before {
	content: "";
}

.fa-circle-dollar-to-slot::before {
	content: "";
}

.fa-donate::before {
	content: "";
}

.fa-memory::before {
	content: "";
}

.fa-road-spikes::before {
	content: "";
}

.fa-fire-burner::before {
	content: "";
}

.fa-flag::before {
	content: "";
}

.fa-hanukiah::before {
	content: "";
}

.fa-feather::before {
	content: "";
}

.fa-volume-low::before {
	content: "";
}

.fa-volume-down::before {
	content: "";
}

.fa-comment-slash::before {
	content: "";
}

.fa-cloud-sun-rain::before {
	content: "";
}

.fa-compress::before {
	content: "";
}

.fa-wheat-awn::before {
	content: "";
}

.fa-wheat-alt::before {
	content: "";
}

.fa-ankh::before {
	content: "";
}

.fa-hands-holding-child::before {
	content: "";
}

.fa-asterisk::before {
	content: "*";
}

.fa-square-check::before {
	content: "";
}

.fa-check-square::before {
	content: "";
}

.fa-peseta-sign::before {
	content: "";
}

.fa-heading::before {
	content: "";
}

.fa-header::before {
	content: "";
}

.fa-ghost::before {
	content: "";
}

.fa-list::before {
	content: "";
}

.fa-list-squares::before {
	content: "";
}

.fa-square-phone-flip::before {
	content: "";
}

.fa-phone-square-alt::before {
	content: "";
}

.fa-cart-plus::before {
	content: "";
}

.fa-gamepad::before {
	content: "";
}

.fa-circle-dot::before {
	content: "";
}

.fa-dot-circle::before {
	content: "";
}

.fa-face-dizzy::before {
	content: "";
}

.fa-dizzy::before {
	content: "";
}

.fa-egg::before {
	content: "";
}

.fa-house-medical-circle-xmark::before {
	content: "";
}

.fa-campground::before {
	content: "";
}

.fa-folder-plus::before {
	content: "";
}

.fa-futbol::before {
	content: "";
}

.fa-futbol-ball::before {
	content: "";
}

.fa-soccer-ball::before {
	content: "";
}

.fa-paintbrush::before {
	content: "";
}

.fa-paint-brush::before {
	content: "";
}

.fa-lock::before {
	content: "";
}

.fa-gas-pump::before {
	content: "";
}

.fa-hot-tub-person::before {
	content: "";
}

.fa-hot-tub::before {
	content: "";
}

.fa-map-location::before {
	content: "";
}

.fa-map-marked::before {
	content: "";
}

.fa-house-flood-water::before {
	content: "";
}

.fa-tree::before {
	content: "";
}

.fa-bridge-lock::before {
	content: "";
}

.fa-sack-dollar::before {
	content: "";
}

.fa-pen-to-square::before {
	content: "";
}

.fa-edit::before {
	content: "";
}

.fa-car-side::before {
	content: "";
}

.fa-share-nodes::before {
	content: "";
}

.fa-share-alt::before {
	content: "";
}

.fa-heart-circle-minus::before {
	content: "";
}

.fa-hourglass-half::before {
	content: "";
}

.fa-hourglass-2::before {
	content: "";
}

.fa-microscope::before {
	content: "";
}

.fa-sink::before {
	content: "";
}

.fa-bag-shopping::before {
	content: "";
}

.fa-shopping-bag::before {
	content: "";
}

.fa-arrow-down-z-a::before {
	content: "";
}

.fa-sort-alpha-desc::before {
	content: "";
}

.fa-sort-alpha-down-alt::before {
	content: "";
}

.fa-mitten::before {
	content: "";
}

.fa-person-rays::before {
	content: "";
}

.fa-users::before {
	content: "";
}

.fa-eye-slash::before {
	content: "";
}

.fa-flask-vial::before {
	content: "";
}

.fa-hand::before {
	content: "";
}

.fa-hand-paper::before {
	content: "";
}

.fa-om::before {
	content: "";
}

.fa-worm::before {
	content: "";
}

.fa-house-circle-xmark::before {
	content: "";
}

.fa-plug::before {
	content: "";
}

.fa-chevron-up::before {
	content: "";
}

.fa-hand-spock::before {
	content: "";
}

.fa-stopwatch::before {
	content: "";
}

.fa-face-kiss::before {
	content: "";
}

.fa-kiss::before {
	content: "";
}

.fa-bridge-circle-xmark::before {
	content: "";
}

.fa-face-grin-tongue::before {
	content: "";
}

.fa-grin-tongue::before {
	content: "";
}

.fa-chess-bishop::before {
	content: "";
}

.fa-face-grin-wink::before {
	content: "";
}

.fa-grin-wink::before {
	content: "";
}

.fa-ear-deaf::before {
	content: "";
}

.fa-deaf::before {
	content: "";
}

.fa-deafness::before {
	content: "";
}

.fa-hard-of-hearing::before {
	content: "";
}

.fa-road-circle-check::before {
	content: "";
}

.fa-dice-five::before {
	content: "";
}

.fa-square-rss::before {
	content: "";
}

.fa-rss-square::before {
	content: "";
}

.fa-land-mine-on::before {
	content: "";
}

.fa-i-cursor::before {
	content: "";
}

.fa-stamp::before {
	content: "";
}

.fa-stairs::before {
	content: "";
}

.fa-i::before {
	content: "I";
}

.fa-hryvnia-sign::before {
	content: "";
}

.fa-hryvnia::before {
	content: "";
}

.fa-pills::before {
	content: "";
}

.fa-face-grin-wide::before {
	content: "";
}

.fa-grin-alt::before {
	content: "";
}

.fa-tooth::before {
	content: "";
}

.fa-v::before {
	content: "V";
}

.fa-bangladeshi-taka-sign::before {
	content: "";
}

.fa-bicycle::before {
	content: "";
}

.fa-staff-snake::before {
	content: "";
}

.fa-rod-asclepius::before {
	content: "";
}

.fa-rod-snake::before {
	content: "";
}

.fa-staff-aesculapius::before {
	content: "";
}

.fa-head-side-cough-slash::before {
	content: "";
}

.fa-truck-medical::before {
	content: "";
}

.fa-ambulance::before {
	content: "";
}

.fa-wheat-awn-circle-exclamation::before {
	content: "";
}

.fa-snowman::before {
	content: "";
}

.fa-mortar-pestle::before {
	content: "";
}

.fa-road-barrier::before {
	content: "";
}

.fa-school::before {
	content: "";
}

.fa-igloo::before {
	content: "";
}

.fa-joint::before {
	content: "";
}

.fa-angle-right::before {
	content: "";
}

.fa-horse::before {
	content: "";
}

.fa-q::before {
	content: "Q";
}

.fa-g::before {
	content: "G";
}

.fa-notes-medical::before {
	content: "";
}

.fa-temperature-half::before {
	content: "";
}

.fa-temperature-2::before {
	content: "";
}

.fa-thermometer-2::before {
	content: "";
}

.fa-thermometer-half::before {
	content: "";
}

.fa-dong-sign::before {
	content: "";
}

.fa-capsules::before {
	content: "";
}

.fa-poo-storm::before {
	content: "";
}

.fa-poo-bolt::before {
	content: "";
}

.fa-face-frown-open::before {
	content: "";
}

.fa-frown-open::before {
	content: "";
}

.fa-hand-point-up::before {
	content: "";
}

.fa-money-bill::before {
	content: "";
}

.fa-bookmark::before {
	content: "";
}

.fa-align-justify::before {
	content: "";
}

.fa-umbrella-beach::before {
	content: "";
}

.fa-helmet-un::before {
	content: "";
}

.fa-bullseye::before {
	content: "";
}

.fa-bacon::before {
	content: "";
}

.fa-hand-point-down::before {
	content: "";
}

.fa-arrow-up-from-bracket::before {
	content: "";
}

.fa-folder::before {
	content: "";
}

.fa-folder-blank::before {
	content: "";
}

.fa-file-waveform::before {
	content: "";
}

.fa-file-medical-alt::before {
	content: "";
}

.fa-radiation::before {
	content: "";
}

.fa-chart-simple::before {
	content: "";
}

.fa-mars-stroke::before {
	content: "";
}

.fa-vial::before {
	content: "";
}

.fa-gauge::before {
	content: "";
}

.fa-dashboard::before {
	content: "";
}

.fa-gauge-med::before {
	content: "";
}

.fa-tachometer-alt-average::before {
	content: "";
}

.fa-wand-magic-sparkles::before {
	content: "";
}

.fa-magic-wand-sparkles::before {
	content: "";
}

.fa-e::before {
	content: "E";
}

.fa-pen-clip::before {
	content: "";
}

.fa-pen-alt::before {
	content: "";
}

.fa-bridge-circle-exclamation::before {
	content: "";
}

.fa-user::before {
	content: "";
}

.fa-school-circle-check::before {
	content: "";
}

.fa-dumpster::before {
	content: "";
}

.fa-van-shuttle::before {
	content: "";
}

.fa-shuttle-van::before {
	content: "";
}

.fa-building-user::before {
	content: "";
}

.fa-square-caret-left::before {
	content: "";
}

.fa-caret-square-left::before {
	content: "";
}

.fa-highlighter::before {
	content: "";
}

.fa-key::before {
	content: "";
}

.fa-bullhorn::before {
	content: "";
}

.fa-globe::before {
	content: "";
}

.fa-synagogue::before {
	content: "";
}

.fa-person-half-dress::before {
	content: "";
}

.fa-road-bridge::before {
	content: "";
}

.fa-location-arrow::before {
	content: "";
}

.fa-c::before {
	content: "C";
}

.fa-tablet-button::before {
	content: "";
}

.fa-building-lock::before {
	content: "";
}

.fa-pizza-slice::before {
	content: "";
}

.fa-money-bill-wave::before {
	content: "";
}

.fa-chart-area::before {
	content: "";
}

.fa-area-chart::before {
	content: "";
}

.fa-house-flag::before {
	content: "";
}

.fa-person-circle-minus::before {
	content: "";
}

.fa-ban::before {
	content: "";
}

.fa-cancel::before {
	content: "";
}

.fa-camera-rotate::before {
	content: "";
}

.fa-spray-can-sparkles::before {
	content: "";
}

.fa-air-freshener::before {
	content: "";
}

.fa-star::before {
	content: "";
}

.fa-repeat::before {
	content: "";
}

.fa-cross::before {
	content: "";
}

.fa-box::before {
	content: "";
}

.fa-venus-mars::before {
	content: "";
}

.fa-arrow-pointer::before {
	content: "";
}

.fa-mouse-pointer::before {
	content: "";
}

.fa-maximize::before {
	content: "";
}

.fa-expand-arrows-alt::before {
	content: "";
}

.fa-charging-station::before {
	content: "";
}

.fa-shapes::before {
	content: "";
}

.fa-triangle-circle-square::before {
	content: "";
}

.fa-shuffle::before {
	content: "";
}

.fa-random::before {
	content: "";
}

.fa-person-running::before {
	content: "";
}

.fa-running::before {
	content: "";
}

.fa-mobile-retro::before {
	content: "";
}

.fa-grip-lines-vertical::before {
	content: "";
}

.fa-spider::before {
	content: "";
}

.fa-hands-bound::before {
	content: "";
}

.fa-file-invoice-dollar::before {
	content: "";
}

.fa-plane-circle-exclamation::before {
	content: "";
}

.fa-x-ray::before {
	content: "";
}

.fa-spell-check::before {
	content: "";
}

.fa-slash::before {
	content: "";
}

.fa-computer-mouse::before {
	content: "";
}

.fa-mouse::before {
	content: "";
}

.fa-arrow-right-to-bracket::before {
	content: "";
}

.fa-sign-in::before {
	content: "";
}

.fa-shop-slash::before {
	content: "";
}

.fa-store-alt-slash::before {
	content: "";
}

.fa-server::before {
	content: "";
}

.fa-virus-covid-slash::before {
	content: "";
}

.fa-shop-lock::before {
	content: "";
}

.fa-hourglass-start::before {
	content: "";
}

.fa-hourglass-1::before {
	content: "";
}

.fa-blender-phone::before {
	content: "";
}

.fa-building-wheat::before {
	content: "";
}

.fa-person-breastfeeding::before {
	content: "";
}

.fa-right-to-bracket::before {
	content: "";
}

.fa-sign-in-alt::before {
	content: "";
}

.fa-venus::before {
	content: "";
}

.fa-passport::before {
	content: "";
}

.fa-heart-pulse::before {
	content: "";
}

.fa-heartbeat::before {
	content: "";
}

.fa-people-carry-box::before {
	content: "";
}

.fa-people-carry::before {
	content: "";
}

.fa-temperature-high::before {
	content: "";
}

.fa-microchip::before {
	content: "";
}

.fa-crown::before {
	content: "";
}

.fa-weight-hanging::before {
	content: "";
}

.fa-xmarks-lines::before {
	content: "";
}

.fa-file-prescription::before {
	content: "";
}

.fa-weight-scale::before {
	content: "";
}

.fa-weight::before {
	content: "";
}

.fa-user-group::before {
	content: "";
}

.fa-user-friends::before {
	content: "";
}

.fa-arrow-up-a-z::before {
	content: "";
}

.fa-sort-alpha-up::before {
	content: "";
}

.fa-chess-knight::before {
	content: "";
}

.fa-face-laugh-squint::before {
	content: "";
}

.fa-laugh-squint::before {
	content: "";
}

.fa-wheelchair::before {
	content: "";
}

.fa-circle-arrow-up::before {
	content: "";
}

.fa-arrow-circle-up::before {
	content: "";
}

.fa-toggle-on::before {
	content: "";
}

.fa-person-walking::before {
	content: "";
}

.fa-walking::before {
	content: "";
}

.fa-l::before {
	content: "L";
}

.fa-fire::before {
	content: "";
}

.fa-bed-pulse::before {
	content: "";
}

.fa-procedures::before {
	content: "";
}

.fa-shuttle-space::before {
	content: "";
}

.fa-space-shuttle::before {
	content: "";
}

.fa-face-laugh::before {
	content: "";
}

.fa-laugh::before {
	content: "";
}

.fa-folder-open::before {
	content: "";
}

.fa-heart-circle-plus::before {
	content: "";
}

.fa-code-fork::before {
	content: "";
}

.fa-city::before {
	content: "";
}

.fa-microphone-lines::before {
	content: "";
}

.fa-microphone-alt::before {
	content: "";
}

.fa-pepper-hot::before {
	content: "";
}

.fa-unlock::before {
	content: "";
}

.fa-colon-sign::before {
	content: "";
}

.fa-headset::before {
	content: "";
}

.fa-store-slash::before {
	content: "";
}

.fa-road-circle-xmark::before {
	content: "";
}

.fa-user-minus::before {
	content: "";
}

.fa-mars-stroke-up::before {
	content: "";
}

.fa-mars-stroke-v::before {
	content: "";
}

.fa-champagne-glasses::before {
	content: "";
}

.fa-glass-cheers::before {
	content: "";
}

.fa-clipboard::before {
	content: "";
}

.fa-house-circle-exclamation::before {
	content: "";
}

.fa-file-arrow-up::before {
	content: "";
}

.fa-file-upload::before {
	content: "";
}

.fa-wifi::before {
	content: "";
}

.fa-wifi-3::before {
	content: "";
}

.fa-wifi-strong::before {
	content: "";
}

.fa-bath::before {
	content: "";
}

.fa-bathtub::before {
	content: "";
}

.fa-underline::before {
	content: "";
}

.fa-user-pen::before {
	content: "";
}

.fa-user-edit::before {
	content: "";
}

.fa-signature::before {
	content: "";
}

.fa-stroopwafel::before {
	content: "";
}

.fa-bold::before {
	content: "";
}

.fa-anchor-lock::before {
	content: "";
}

.fa-building-ngo::before {
	content: "";
}

.fa-manat-sign::before {
	content: "";
}

.fa-not-equal::before {
	content: "";
}

.fa-border-top-left::before {
	content: "";
}

.fa-border-style::before {
	content: "";
}

.fa-map-location-dot::before {
	content: "";
}

.fa-map-marked-alt::before {
	content: "";
}

.fa-jedi::before {
	content: "";
}

.fa-square-poll-vertical::before {
	content: "";
}

.fa-poll::before {
	content: "";
}

.fa-mug-hot::before {
	content: "";
}

.fa-car-battery::before {
	content: "";
}

.fa-battery-car::before {
	content: "";
}

.fa-gift::before {
	content: "";
}

.fa-dice-two::before {
	content: "";
}

.fa-chess-queen::before {
	content: "";
}

.fa-glasses::before {
	content: "";
}

.fa-chess-board::before {
	content: "";
}

.fa-building-circle-check::before {
	content: "";
}

.fa-person-chalkboard::before {
	content: "";
}

.fa-mars-stroke-right::before {
	content: "";
}

.fa-mars-stroke-h::before {
	content: "";
}

.fa-hand-back-fist::before {
	content: "";
}

.fa-hand-rock::before {
	content: "";
}

.fa-square-caret-up::before {
	content: "";
}

.fa-caret-square-up::before {
	content: "";
}

.fa-cloud-showers-water::before {
	content: "";
}

.fa-chart-bar::before {
	content: "";
}

.fa-bar-chart::before {
	content: "";
}

.fa-hands-bubbles::before {
	content: "";
}

.fa-hands-wash::before {
	content: "";
}

.fa-less-than-equal::before {
	content: "";
}

.fa-train::before {
	content: "";
}

.fa-eye-low-vision::before {
	content: "";
}

.fa-low-vision::before {
	content: "";
}

.fa-crow::before {
	content: "";
}

.fa-sailboat::before {
	content: "";
}

.fa-window-restore::before {
	content: "";
}

.fa-square-plus::before {
	content: "";
}

.fa-plus-square::before {
	content: "";
}

.fa-torii-gate::before {
	content: "";
}

.fa-frog::before {
	content: "";
}

.fa-bucket::before {
	content: "";
}

.fa-image::before {
	content: "";
}

.fa-microphone::before {
	content: "";
}

.fa-cow::before {
	content: "";
}

.fa-caret-up::before {
	content: "";
}

.fa-screwdriver::before {
	content: "";
}

.fa-folder-closed::before {
	content: "";
}

.fa-house-tsunami::before {
	content: "";
}

.fa-square-nfi::before {
	content: "";
}

.fa-arrow-up-from-ground-water::before {
	content: "";
}

.fa-martini-glass::before {
	content: "";
}

.fa-glass-martini-alt::before {
	content: "";
}

.fa-rotate-left::before {
	content: "";
}

.fa-rotate-back::before {
	content: "";
}

.fa-rotate-backward::before {
	content: "";
}

.fa-undo-alt::before {
	content: "";
}

.fa-table-columns::before {
	content: "";
}

.fa-columns::before {
	content: "";
}

.fa-lemon::before {
	content: "";
}

.fa-head-side-mask::before {
	content: "";
}

.fa-handshake::before {
	content: "";
}

.fa-gem::before {
	content: "";
}

.fa-dolly::before {
	content: "";
}

.fa-dolly-box::before {
	content: "";
}

.fa-smoking::before {
	content: "";
}

.fa-minimize::before {
	content: "";
}

.fa-compress-arrows-alt::before {
	content: "";
}

.fa-monument::before {
	content: "";
}

.fa-snowplow::before {
	content: "";
}

.fa-angles-right::before {
	content: "";
}

.fa-angle-double-right::before {
	content: "";
}

.fa-cannabis::before {
	content: "";
}

.fa-circle-play::before {
	content: "";
}

.fa-play-circle::before {
	content: "";
}

.fa-tablets::before {
	content: "";
}

.fa-ethernet::before {
	content: "";
}

.fa-euro-sign::before {
	content: "";
}

.fa-eur::before {
	content: "";
}

.fa-euro::before {
	content: "";
}

.fa-chair::before {
	content: "";
}

.fa-circle-check::before {
	content: "";
}

.fa-check-circle::before {
	content: "";
}

.fa-circle-stop::before {
	content: "";
}

.fa-stop-circle::before {
	content: "";
}

.fa-compass-drafting::before {
	content: "";
}

.fa-drafting-compass::before {
	content: "";
}

.fa-plate-wheat::before {
	content: "";
}

.fa-icicles::before {
	content: "";
}

.fa-person-shelter::before {
	content: "";
}

.fa-neuter::before {
	content: "";
}

.fa-id-badge::before {
	content: "";
}

.fa-marker::before {
	content: "";
}

.fa-face-laugh-beam::before {
	content: "";
}

.fa-laugh-beam::before {
	content: "";
}

.fa-helicopter-symbol::before {
	content: "";
}

.fa-universal-access::before {
	content: "";
}

.fa-circle-chevron-up::before {
	content: "";
}

.fa-chevron-circle-up::before {
	content: "";
}

.fa-lari-sign::before {
	content: "";
}

.fa-volcano::before {
	content: "";
}

.fa-person-walking-dashed-line-arrow-right::before {
	content: "";
}

.fa-sterling-sign::before {
	content: "";
}

.fa-gbp::before {
	content: "";
}

.fa-pound-sign::before {
	content: "";
}

.fa-viruses::before {
	content: "";
}

.fa-square-person-confined::before {
	content: "";
}

.fa-user-tie::before {
	content: "";
}

.fa-arrow-down-long::before {
	content: "";
}

.fa-long-arrow-down::before {
	content: "";
}

.fa-tent-arrow-down-to-line::before {
	content: "";
}

.fa-certificate::before {
	content: "";
}

.fa-reply-all::before {
	content: "";
}

.fa-mail-reply-all::before {
	content: "";
}

.fa-suitcase::before {
	content: "";
}

.fa-person-skating::before {
	content: "";
}

.fa-skating::before {
	content: "";
}

.fa-filter-circle-dollar::before {
	content: "";
}

.fa-funnel-dollar::before {
	content: "";
}

.fa-camera-retro::before {
	content: "";
}

.fa-circle-arrow-down::before {
	content: "";
}

.fa-arrow-circle-down::before {
	content: "";
}

.fa-file-import::before {
	content: "";
}

.fa-arrow-right-to-file::before {
	content: "";
}

.fa-square-arrow-up-right::before {
	content: "";
}

.fa-external-link-square::before {
	content: "";
}

.fa-box-open::before {
	content: "";
}

.fa-scroll::before {
	content: "";
}

.fa-spa::before {
	content: "";
}

.fa-location-pin-lock::before {
	content: "";
}

.fa-pause::before {
	content: "";
}

.fa-hill-avalanche::before {
	content: "";
}

.fa-temperature-empty::before {
	content: "";
}

.fa-temperature-0::before {
	content: "";
}

.fa-thermometer-0::before {
	content: "";
}

.fa-thermometer-empty::before {
	content: "";
}

.fa-bomb::before {
	content: "";
}

.fa-registered::before {
	content: "";
}

.fa-address-card::before {
	content: "";
}

.fa-contact-card::before {
	content: "";
}

.fa-vcard::before {
	content: "";
}

.fa-scale-unbalanced-flip::before {
	content: "";
}

.fa-balance-scale-right::before {
	content: "";
}

.fa-subscript::before {
	content: "";
}

.fa-diamond-turn-right::before {
	content: "";
}

.fa-directions::before {
	content: "";
}

.fa-burst::before {
	content: "";
}

.fa-house-laptop::before {
	content: "";
}

.fa-laptop-house::before {
	content: "";
}

.fa-face-tired::before {
	content: "";
}

.fa-tired::before {
	content: "";
}

.fa-money-bills::before {
	content: "";
}

.fa-smog::before {
	content: "";
}

.fa-crutch::before {
	content: "";
}

.fa-cloud-arrow-up::before {
	content: "";
}

.fa-cloud-upload::before {
	content: "";
}

.fa-cloud-upload-alt::before {
	content: "";
}

.fa-palette::before {
	content: "";
}

.fa-arrows-turn-right::before {
	content: "";
}

.fa-vest::before {
	content: "";
}

.fa-ferry::before {
	content: "";
}

.fa-arrows-down-to-people::before {
	content: "";
}

.fa-seedling::before {
	content: "";
}

.fa-sprout::before {
	content: "";
}

.fa-left-right::before {
	content: "";
}

.fa-arrows-alt-h::before {
	content: "";
}

.fa-boxes-packing::before {
	content: "";
}

.fa-circle-arrow-left::before {
	content: "";
}

.fa-arrow-circle-left::before {
	content: "";
}

.fa-group-arrows-rotate::before {
	content: "";
}

.fa-bowl-food::before {
	content: "";
}

.fa-candy-cane::before {
	content: "";
}

.fa-arrow-down-wide-short::before {
	content: "";
}

.fa-sort-amount-asc::before {
	content: "";
}

.fa-sort-amount-down::before {
	content: "";
}

.fa-cloud-bolt::before {
	content: "";
}

.fa-thunderstorm::before {
	content: "";
}

.fa-text-slash::before {
	content: "";
}

.fa-remove-format::before {
	content: "";
}

.fa-face-smile-wink::before {
	content: "";
}

.fa-smile-wink::before {
	content: "";
}

.fa-file-word::before {
	content: "";
}

.fa-file-powerpoint::before {
	content: "";
}

.fa-arrows-left-right::before {
	content: "";
}

.fa-arrows-h::before {
	content: "";
}

.fa-house-lock::before {
	content: "";
}

.fa-cloud-arrow-down::before {
	content: "";
}

.fa-cloud-download::before {
	content: "";
}

.fa-cloud-download-alt::before {
	content: "";
}

.fa-children::before {
	content: "";
}

.fa-chalkboard::before {
	content: "";
}

.fa-blackboard::before {
	content: "";
}

.fa-user-large-slash::before {
	content: "";
}

.fa-user-alt-slash::before {
	content: "";
}

.fa-envelope-open::before {
	content: "";
}

.fa-handshake-simple-slash::before {
	content: "";
}

.fa-handshake-alt-slash::before {
	content: "";
}

.fa-mattress-pillow::before {
	content: "";
}

.fa-guarani-sign::before {
	content: "";
}

.fa-arrows-rotate::before {
	content: "";
}

.fa-refresh::before {
	content: "";
}

.fa-sync::before {
	content: "";
}

.fa-fire-extinguisher::before {
	content: "";
}

.fa-cruzeiro-sign::before {
	content: "";
}

.fa-greater-than-equal::before {
	content: "";
}

.fa-shield-halved::before {
	content: "";
}

.fa-shield-alt::before {
	content: "";
}

.fa-book-atlas::before {
	content: "";
}

.fa-atlas::before {
	content: "";
}

.fa-virus::before {
	content: "";
}

.fa-envelope-circle-check::before {
	content: "";
}

.fa-layer-group::before {
	content: "";
}

.fa-arrows-to-dot::before {
	content: "";
}

.fa-archway::before {
	content: "";
}

.fa-heart-circle-check::before {
	content: "";
}

.fa-house-chimney-crack::before {
	content: "";
}

.fa-house-damage::before {
	content: "";
}

.fa-file-zipper::before {
	content: "";
}

.fa-file-archive::before {
	content: "";
}

.fa-square::before {
	content: "";
}

.fa-martini-glass-empty::before {
	content: "";
}

.fa-glass-martini::before {
	content: "";
}

.fa-couch::before {
	content: "";
}

.fa-cedi-sign::before {
	content: "";
}

.fa-italic::before {
	content: "";
}

.fa-table-cells-column-lock::before {
	content: "";
}

.fa-church::before {
	content: "";
}

.fa-comments-dollar::before {
	content: "";
}

.fa-democrat::before {
	content: "";
}

.fa-z::before {
	content: "Z";
}

.fa-person-skiing::before {
	content: "";
}

.fa-skiing::before {
	content: "";
}

.fa-road-lock::before {
	content: "";
}

.fa-a::before {
	content: "A";
}

.fa-temperature-arrow-down::before {
	content: "";
}

.fa-temperature-down::before {
	content: "";
}

.fa-feather-pointed::before {
	content: "";
}

.fa-feather-alt::before {
	content: "";
}

.fa-p::before {
	content: "P";
}

.fa-snowflake::before {
	content: "";
}

.fa-newspaper::before {
	content: "";
}

.fa-rectangle-ad::before {
	content: "";
}

.fa-ad::before {
	content: "";
}

.fa-circle-arrow-right::before {
	content: "";
}

.fa-arrow-circle-right::before {
	content: "";
}

.fa-filter-circle-xmark::before {
	content: "";
}

.fa-locust::before {
	content: "";
}

.fa-sort::before {
	content: "";
}

.fa-unsorted::before {
	content: "";
}

.fa-list-ol::before {
	content: "";
}

.fa-list-1-2::before {
	content: "";
}

.fa-list-numeric::before {
	content: "";
}

.fa-person-dress-burst::before {
	content: "";
}

.fa-money-check-dollar::before {
	content: "";
}

.fa-money-check-alt::before {
	content: "";
}

.fa-vector-square::before {
	content: "";
}

.fa-bread-slice::before {
	content: "";
}

.fa-language::before {
	content: "";
}

.fa-face-kiss-wink-heart::before {
	content: "";
}

.fa-kiss-wink-heart::before {
	content: "";
}

.fa-filter::before {
	content: "";
}

.fa-question::before {
	content: "?";
}

.fa-file-signature::before {
	content: "";
}

.fa-up-down-left-right::before {
	content: "";
}

.fa-arrows-alt::before {
	content: "";
}

.fa-house-chimney-user::before {
	content: "";
}

.fa-hand-holding-heart::before {
	content: "";
}

.fa-puzzle-piece::before {
	content: "";
}

.fa-money-check::before {
	content: "";
}

.fa-star-half-stroke::before {
	content: "";
}

.fa-star-half-alt::before {
	content: "";
}

.fa-code::before {
	content: "";
}

.fa-whiskey-glass::before {
	content: "";
}

.fa-glass-whiskey::before {
	content: "";
}

.fa-building-circle-exclamation::before {
	content: "";
}

.fa-magnifying-glass-chart::before {
	content: "";
}

.fa-arrow-up-right-from-square::before {
	content: "";
}

.fa-external-link::before {
	content: "";
}

.fa-cubes-stacked::before {
	content: "";
}

.fa-won-sign::before {
	content: "";
}

.fa-krw::before {
	content: "";
}

.fa-won::before {
	content: "";
}

.fa-virus-covid::before {
	content: "";
}

.fa-austral-sign::before {
	content: "";
}

.fa-f::before {
	content: "F";
}

.fa-leaf::before {
	content: "";
}

.fa-road::before {
	content: "";
}

.fa-taxi::before {
	content: "";
}

.fa-cab::before {
	content: "";
}

.fa-person-circle-plus::before {
	content: "";
}

.fa-chart-pie::before {
	content: "";
}

.fa-pie-chart::before {
	content: "";
}

.fa-bolt-lightning::before {
	content: "";
}

.fa-sack-xmark::before {
	content: "";
}

.fa-file-excel::before {
	content: "";
}

.fa-file-contract::before {
	content: "";
}

.fa-fish-fins::before {
	content: "";
}

.fa-building-flag::before {
	content: "";
}

.fa-face-grin-beam::before {
	content: "";
}

.fa-grin-beam::before {
	content: "";
}

.fa-object-ungroup::before {
	content: "";
}

.fa-poop::before {
	content: "";
}

.fa-location-pin::before {
	content: "";
}

.fa-map-marker::before {
	content: "";
}

.fa-kaaba::before {
	content: "";
}

.fa-toilet-paper::before {
	content: "";
}

.fa-helmet-safety::before {
	content: "";
}

.fa-hard-hat::before {
	content: "";
}

.fa-hat-hard::before {
	content: "";
}

.fa-eject::before {
	content: "";
}

.fa-circle-right::before {
	content: "";
}

.fa-arrow-alt-circle-right::before {
	content: "";
}

.fa-plane-circle-check::before {
	content: "";
}

.fa-face-rolling-eyes::before {
	content: "";
}

.fa-meh-rolling-eyes::before {
	content: "";
}

.fa-object-group::before {
	content: "";
}

.fa-chart-line::before {
	content: "";
}

.fa-line-chart::before {
	content: "";
}

.fa-mask-ventilator::before {
	content: "";
}

.fa-arrow-right::before {
	content: "";
}

.fa-signs-post::before {
	content: "";
}

.fa-map-signs::before {
	content: "";
}

.fa-cash-register::before {
	content: "";
}

.fa-person-circle-question::before {
	content: "";
}

.fa-h::before {
	content: "H";
}

.fa-tarp::before {
	content: "";
}

.fa-screwdriver-wrench::before {
	content: "";
}

.fa-tools::before {
	content: "";
}

.fa-arrows-to-eye::before {
	content: "";
}

.fa-plug-circle-bolt::before {
	content: "";
}

.fa-heart::before {
	content: "";
}

.fa-mars-and-venus::before {
	content: "";
}

.fa-house-user::before {
	content: "";
}

.fa-home-user::before {
	content: "";
}

.fa-dumpster-fire::before {
	content: "";
}

.fa-house-crack::before {
	content: "";
}

.fa-martini-glass-citrus::before {
	content: "";
}

.fa-cocktail::before {
	content: "";
}

.fa-face-surprise::before {
	content: "";
}

.fa-surprise::before {
	content: "";
}

.fa-bottle-water::before {
	content: "";
}

.fa-circle-pause::before {
	content: "";
}

.fa-pause-circle::before {
	content: "";
}

.fa-toilet-paper-slash::before {
	content: "";
}

.fa-apple-whole::before {
	content: "";
}

.fa-apple-alt::before {
	content: "";
}

.fa-kitchen-set::before {
	content: "";
}

.fa-r::before {
	content: "R";
}

.fa-temperature-quarter::before {
	content: "";
}

.fa-temperature-1::before {
	content: "";
}

.fa-thermometer-1::before {
	content: "";
}

.fa-thermometer-quarter::before {
	content: "";
}

.fa-cube::before {
	content: "";
}

.fa-bitcoin-sign::before {
	content: "";
}

.fa-shield-dog::before {
	content: "";
}

.fa-solar-panel::before {
	content: "";
}

.fa-lock-open::before {
	content: "";
}

.fa-elevator::before {
	content: "";
}

.fa-money-bill-transfer::before {
	content: "";
}

.fa-money-bill-trend-up::before {
	content: "";
}

.fa-house-flood-water-circle-arrow-right::before {
	content: "";
}

.fa-square-poll-horizontal::before {
	content: "";
}

.fa-poll-h::before {
	content: "";
}

.fa-circle::before {
	content: "";
}

.fa-backward-fast::before {
	content: "";
}

.fa-fast-backward::before {
	content: "";
}

.fa-recycle::before {
	content: "";
}

.fa-user-astronaut::before {
	content: "";
}

.fa-plane-slash::before {
	content: "";
}

.fa-trademark::before {
	content: "";
}

.fa-basketball::before {
	content: "";
}

.fa-basketball-ball::before {
	content: "";
}

.fa-satellite-dish::before {
	content: "";
}

.fa-circle-up::before {
	content: "";
}

.fa-arrow-alt-circle-up::before {
	content: "";
}

.fa-mobile-screen-button::before {
	content: "";
}

.fa-mobile-alt::before {
	content: "";
}

.fa-volume-high::before {
	content: "";
}

.fa-volume-up::before {
	content: "";
}

.fa-users-rays::before {
	content: "";
}

.fa-wallet::before {
	content: "";
}

.fa-clipboard-check::before {
	content: "";
}

.fa-file-audio::before {
	content: "";
}

.fa-burger::before {
	content: "";
}

.fa-hamburger::before {
	content: "";
}

.fa-wrench::before {
	content: "";
}

.fa-bugs::before {
	content: "";
}

.fa-rupee-sign::before {
	content: "";
}

.fa-rupee::before {
	content: "";
}

.fa-file-image::before {
	content: "";
}

.fa-circle-question::before {
	content: "";
}

.fa-question-circle::before {
	content: "";
}

.fa-plane-departure::before {
	content: "";
}

.fa-handshake-slash::before {
	content: "";
}

.fa-book-bookmark::before {
	content: "";
}

.fa-code-branch::before {
	content: "";
}

.fa-hat-cowboy::before {
	content: "";
}

.fa-bridge::before {
	content: "";
}

.fa-phone-flip::before {
	content: "";
}

.fa-phone-alt::before {
	content: "";
}

.fa-truck-front::before {
	content: "";
}

.fa-cat::before {
	content: "";
}

.fa-anchor-circle-exclamation::before {
	content: "";
}

.fa-truck-field::before {
	content: "";
}

.fa-route::before {
	content: "";
}

.fa-clipboard-question::before {
	content: "";
}

.fa-panorama::before {
	content: "";
}

.fa-comment-medical::before {
	content: "";
}

.fa-teeth-open::before {
	content: "";
}

.fa-file-circle-minus::before {
	content: "";
}

.fa-tags::before {
	content: "";
}

.fa-wine-glass::before {
	content: "";
}

.fa-forward-fast::before {
	content: "";
}

.fa-fast-forward::before {
	content: "";
}

.fa-face-meh-blank::before {
	content: "";
}

.fa-meh-blank::before {
	content: "";
}

.fa-square-parking::before {
	content: "";
}

.fa-parking::before {
	content: "";
}

.fa-house-signal::before {
	content: "";
}

.fa-bars-progress::before {
	content: "";
}

.fa-tasks-alt::before {
	content: "";
}

.fa-faucet-drip::before {
	content: "";
}

.fa-cart-flatbed::before {
	content: "";
}

.fa-dolly-flatbed::before {
	content: "";
}

.fa-ban-smoking::before {
	content: "";
}

.fa-smoking-ban::before {
	content: "";
}

.fa-terminal::before {
	content: "";
}

.fa-mobile-button::before {
	content: "";
}

.fa-house-medical-flag::before {
	content: "";
}

.fa-basket-shopping::before {
	content: "";
}

.fa-shopping-basket::before {
	content: "";
}

.fa-tape::before {
	content: "";
}

.fa-bus-simple::before {
	content: "";
}

.fa-bus-alt::before {
	content: "";
}

.fa-eye::before {
	content: "";
}

.fa-face-sad-cry::before {
	content: "";
}

.fa-sad-cry::before {
	content: "";
}

.fa-audio-description::before {
	content: "";
}

.fa-person-military-to-person::before {
	content: "";
}

.fa-file-shield::before {
	content: "";
}

.fa-user-slash::before {
	content: "";
}

.fa-pen::before {
	content: "";
}

.fa-tower-observation::before {
	content: "";
}

.fa-file-code::before {
	content: "";
}

.fa-signal::before {
	content: "";
}

.fa-signal-5::before {
	content: "";
}

.fa-signal-perfect::before {
	content: "";
}

.fa-bus::before {
	content: "";
}

.fa-heart-circle-xmark::before {
	content: "";
}

.fa-house-chimney::before {
	content: "";
}

.fa-home-lg::before {
	content: "";
}

.fa-window-maximize::before {
	content: "";
}

.fa-face-frown::before {
	content: "";
}

.fa-frown::before {
	content: "";
}

.fa-prescription::before {
	content: "";
}

.fa-shop::before {
	content: "";
}

.fa-store-alt::before {
	content: "";
}

.fa-floppy-disk::before {
	content: "";
}

.fa-save::before {
	content: "";
}

.fa-vihara::before {
	content: "";
}

.fa-scale-unbalanced::before {
	content: "";
}

.fa-balance-scale-left::before {
	content: "";
}

.fa-sort-up::before {
	content: "";
}

.fa-sort-asc::before {
	content: "";
}

.fa-comment-dots::before {
	content: "";
}

.fa-commenting::before {
	content: "";
}

.fa-plant-wilt::before {
	content: "";
}

.fa-diamond::before {
	content: "";
}

.fa-face-grin-squint::before {
	content: "";
}

.fa-grin-squint::before {
	content: "";
}

.fa-hand-holding-dollar::before {
	content: "";
}

.fa-hand-holding-usd::before {
	content: "";
}

.fa-bacterium::before {
	content: "";
}

.fa-hand-pointer::before {
	content: "";
}

.fa-drum-steelpan::before {
	content: "";
}

.fa-hand-scissors::before {
	content: "";
}

.fa-hands-praying::before {
	content: "";
}

.fa-praying-hands::before {
	content: "";
}

.fa-arrow-rotate-right::before {
	content: "";
}

.fa-arrow-right-rotate::before {
	content: "";
}

.fa-arrow-rotate-forward::before {
	content: "";
}

.fa-redo::before {
	content: "";
}

.fa-biohazard::before {
	content: "";
}

.fa-location-crosshairs::before {
	content: "";
}

.fa-location::before {
	content: "";
}

.fa-mars-double::before {
	content: "";
}

.fa-child-dress::before {
	content: "";
}

.fa-users-between-lines::before {
	content: "";
}

.fa-lungs-virus::before {
	content: "";
}

.fa-face-grin-tears::before {
	content: "";
}

.fa-grin-tears::before {
	content: "";
}

.fa-phone::before {
	content: "";
}

.fa-calendar-xmark::before {
	content: "";
}

.fa-calendar-times::before {
	content: "";
}

.fa-child-reaching::before {
	content: "";
}

.fa-head-side-virus::before {
	content: "";
}

.fa-user-gear::before {
	content: "";
}

.fa-user-cog::before {
	content: "";
}

.fa-arrow-up-1-9::before {
	content: "";
}

.fa-sort-numeric-up::before {
	content: "";
}

.fa-door-closed::before {
	content: "";
}

.fa-shield-virus::before {
	content: "";
}

.fa-dice-six::before {
	content: "";
}

.fa-mosquito-net::before {
	content: "";
}

.fa-bridge-water::before {
	content: "";
}

.fa-person-booth::before {
	content: "";
}

.fa-text-width::before {
	content: "";
}

.fa-hat-wizard::before {
	content: "";
}

.fa-pen-fancy::before {
	content: "";
}

.fa-person-digging::before {
	content: "";
}

.fa-digging::before {
	content: "";
}

.fa-trash::before {
	content: "";
}

.fa-gauge-simple::before {
	content: "";
}

.fa-gauge-simple-med::before {
	content: "";
}

.fa-tachometer-average::before {
	content: "";
}

.fa-book-medical::before {
	content: "";
}

.fa-poo::before {
	content: "";
}

.fa-quote-right::before {
	content: "";
}

.fa-quote-right-alt::before {
	content: "";
}

.fa-shirt::before {
	content: "";
}

.fa-t-shirt::before {
	content: "";
}

.fa-tshirt::before {
	content: "";
}

.fa-cubes::before {
	content: "";
}

.fa-divide::before {
	content: "";
}

.fa-tenge-sign::before {
	content: "";
}

.fa-tenge::before {
	content: "";
}

.fa-headphones::before {
	content: "";
}

.fa-hands-holding::before {
	content: "";
}

.fa-hands-clapping::before {
	content: "";
}

.fa-republican::before {
	content: "";
}

.fa-arrow-left::before {
	content: "";
}

.fa-person-circle-xmark::before {
	content: "";
}

.fa-ruler::before {
	content: "";
}

.fa-align-left::before {
	content: "";
}

.fa-dice-d6::before {
	content: "";
}

.fa-restroom::before {
	content: "";
}

.fa-j::before {
	content: "J";
}

.fa-users-viewfinder::before {
	content: "";
}

.fa-file-video::before {
	content: "";
}

.fa-up-right-from-square::before {
	content: "";
}

.fa-external-link-alt::before {
	content: "";
}

.fa-table-cells::before {
	content: "";
}

.fa-th::before {
	content: "";
}

.fa-file-pdf::before {
	content: "";
}

.fa-book-bible::before {
	content: "";
}

.fa-bible::before {
	content: "";
}

.fa-o::before {
	content: "O";
}

.fa-suitcase-medical::before {
	content: "";
}

.fa-medkit::before {
	content: "";
}

.fa-user-secret::before {
	content: "";
}

.fa-otter::before {
	content: "";
}

.fa-person-dress::before {
	content: "";
}

.fa-female::before {
	content: "";
}

.fa-comment-dollar::before {
	content: "";
}

.fa-business-time::before {
	content: "";
}

.fa-briefcase-clock::before {
	content: "";
}

.fa-table-cells-large::before {
	content: "";
}

.fa-th-large::before {
	content: "";
}

.fa-book-tanakh::before {
	content: "";
}

.fa-tanakh::before {
	content: "";
}

.fa-phone-volume::before {
	content: "";
}

.fa-volume-control-phone::before {
	content: "";
}

.fa-hat-cowboy-side::before {
	content: "";
}

.fa-clipboard-user::before {
	content: "";
}

.fa-child::before {
	content: "";
}

.fa-lira-sign::before {
	content: "";
}

.fa-satellite::before {
	content: "";
}

.fa-plane-lock::before {
	content: "";
}

.fa-tag::before {
	content: "";
}

.fa-comment::before {
	content: "";
}

.fa-cake-candles::before {
	content: "";
}

.fa-birthday-cake::before {
	content: "";
}

.fa-cake::before {
	content: "";
}

.fa-envelope::before {
	content: "";
}

.fa-angles-up::before {
	content: "";
}

.fa-angle-double-up::before {
	content: "";
}

.fa-paperclip::before {
	content: "";
}

.fa-arrow-right-to-city::before {
	content: "";
}

.fa-ribbon::before {
	content: "";
}

.fa-lungs::before {
	content: "";
}

.fa-arrow-up-9-1::before {
	content: "";
}

.fa-sort-numeric-up-alt::before {
	content: "";
}

.fa-litecoin-sign::before {
	content: "";
}

.fa-border-none::before {
	content: "";
}

.fa-circle-nodes::before {
	content: "";
}

.fa-parachute-box::before {
	content: "";
}

.fa-indent::before {
	content: "";
}

.fa-truck-field-un::before {
	content: "";
}

.fa-hourglass::before {
	content: "";
}

.fa-hourglass-empty::before {
	content: "";
}

.fa-mountain::before {
	content: "";
}

.fa-user-doctor::before {
	content: "";
}

.fa-user-md::before {
	content: "";
}

.fa-circle-info::before {
	content: "";
}

.fa-info-circle::before {
	content: "";
}

.fa-cloud-meatball::before {
	content: "";
}

.fa-camera::before {
	content: "";
}

.fa-camera-alt::before {
	content: "";
}

.fa-square-virus::before {
	content: "";
}

.fa-meteor::before {
	content: "";
}

.fa-car-on::before {
	content: "";
}

.fa-sleigh::before {
	content: "";
}

.fa-arrow-down-1-9::before {
	content: "";
}

.fa-sort-numeric-asc::before {
	content: "";
}

.fa-sort-numeric-down::before {
	content: "";
}

.fa-hand-holding-droplet::before {
	content: "";
}

.fa-hand-holding-water::before {
	content: "";
}

.fa-water::before {
	content: "";
}

.fa-calendar-check::before {
	content: "";
}

.fa-braille::before {
	content: "";
}

.fa-prescription-bottle-medical::before {
	content: "";
}

.fa-prescription-bottle-alt::before {
	content: "";
}

.fa-landmark::before {
	content: "";
}

.fa-truck::before {
	content: "";
}

.fa-crosshairs::before {
	content: "";
}

.fa-person-cane::before {
	content: "";
}

.fa-tent::before {
	content: "";
}

.fa-vest-patches::before {
	content: "";
}

.fa-check-double::before {
	content: "";
}

.fa-arrow-down-a-z::before {
	content: "";
}

.fa-sort-alpha-asc::before {
	content: "";
}

.fa-sort-alpha-down::before {
	content: "";
}

.fa-money-bill-wheat::before {
	content: "";
}

.fa-cookie::before {
	content: "";
}

.fa-arrow-rotate-left::before {
	content: "";
}

.fa-arrow-left-rotate::before {
	content: "";
}

.fa-arrow-rotate-back::before {
	content: "";
}

.fa-arrow-rotate-backward::before {
	content: "";
}

.fa-undo::before {
	content: "";
}

.fa-hard-drive::before {
	content: "";
}

.fa-hdd::before {
	content: "";
}

.fa-face-grin-squint-tears::before {
	content: "";
}

.fa-grin-squint-tears::before {
	content: "";
}

.fa-dumbbell::before {
	content: "";
}

.fa-rectangle-list::before {
	content: "";
}

.fa-list-alt::before {
	content: "";
}

.fa-tarp-droplet::before {
	content: "";
}

.fa-house-medical-circle-check::before {
	content: "";
}

.fa-person-skiing-nordic::before {
	content: "";
}

.fa-skiing-nordic::before {
	content: "";
}

.fa-calendar-plus::before {
	content: "";
}

.fa-plane-arrival::before {
	content: "";
}

.fa-circle-left::before {
	content: "";
}

.fa-arrow-alt-circle-left::before {
	content: "";
}

.fa-train-subway::before {
	content: "";
}

.fa-subway::before {
	content: "";
}

.fa-chart-gantt::before {
	content: "";
}

.fa-indian-rupee-sign::before {
	content: "";
}

.fa-indian-rupee::before {
	content: "";
}

.fa-inr::before {
	content: "";
}

.fa-crop-simple::before {
	content: "";
}

.fa-crop-alt::before {
	content: "";
}

.fa-money-bill-1::before {
	content: "";
}

.fa-money-bill-alt::before {
	content: "";
}

.fa-left-long::before {
	content: "";
}

.fa-long-arrow-alt-left::before {
	content: "";
}

.fa-dna::before {
	content: "";
}

.fa-virus-slash::before {
	content: "";
}

.fa-minus::before {
	content: "";
}

.fa-subtract::before {
	content: "";
}

.fa-chess::before {
	content: "";
}

.fa-arrow-left-long::before {
	content: "";
}

.fa-long-arrow-left::before {
	content: "";
}

.fa-plug-circle-check::before {
	content: "";
}

.fa-street-view::before {
	content: "";
}

.fa-franc-sign::before {
	content: "";
}

.fa-volume-off::before {
	content: "";
}

.fa-hands-asl-interpreting::before {
	content: "";
}

.fa-american-sign-language-interpreting::before {
	content: "";
}

.fa-asl-interpreting::before {
	content: "";
}

.fa-hands-american-sign-language-interpreting::before {
	content: "";
}

.fa-gear::before {
	content: "";
}

.fa-cog::before {
	content: "";
}

.fa-droplet-slash::before {
	content: "";
}

.fa-tint-slash::before {
	content: "";
}

.fa-mosque::before {
	content: "";
}

.fa-mosquito::before {
	content: "";
}

.fa-star-of-david::before {
	content: "";
}

.fa-person-military-rifle::before {
	content: "";
}

.fa-cart-shopping::before {
	content: "";
}

.fa-shopping-cart::before {
	content: "";
}

.fa-vials::before {
	content: "";
}

.fa-plug-circle-plus::before {
	content: "";
}

.fa-place-of-worship::before {
	content: "";
}

.fa-grip-vertical::before {
	content: "";
}

.fa-arrow-turn-up::before {
	content: "";
}

.fa-level-up::before {
	content: "";
}

.fa-u::before {
	content: "U";
}

.fa-square-root-variable::before {
	content: "";
}

.fa-square-root-alt::before {
	content: "";
}

.fa-clock::before {
	content: "";
}

.fa-clock-four::before {
	content: "";
}

.fa-backward-step::before {
	content: "";
}

.fa-step-backward::before {
	content: "";
}

.fa-pallet::before {
	content: "";
}

.fa-faucet::before {
	content: "";
}

.fa-baseball-bat-ball::before {
	content: "";
}

.fa-s::before {
	content: "S";
}

.fa-timeline::before {
	content: "";
}

.fa-keyboard::before {
	content: "";
}

.fa-caret-down::before {
	content: "";
}

.fa-house-chimney-medical::before {
	content: "";
}

.fa-clinic-medical::before {
	content: "";
}

.fa-temperature-three-quarters::before {
	content: "";
}

.fa-temperature-3::before {
	content: "";
}

.fa-thermometer-3::before {
	content: "";
}

.fa-thermometer-three-quarters::before {
	content: "";
}

.fa-mobile-screen::before {
	content: "";
}

.fa-mobile-android-alt::before {
	content: "";
}

.fa-plane-up::before {
	content: "";
}

.fa-piggy-bank::before {
	content: "";
}

.fa-battery-half::before {
	content: "";
}

.fa-battery-3::before {
	content: "";
}

.fa-mountain-city::before {
	content: "";
}

.fa-coins::before {
	content: "";
}

.fa-khanda::before {
	content: "";
}

.fa-sliders::before {
	content: "";
}

.fa-sliders-h::before {
	content: "";
}

.fa-folder-tree::before {
	content: "";
}

.fa-network-wired::before {
	content: "";
}

.fa-map-pin::before {
	content: "";
}

.fa-hamsa::before {
	content: "";
}

.fa-cent-sign::before {
	content: "";
}

.fa-flask::before {
	content: "";
}

.fa-person-pregnant::before {
	content: "";
}

.fa-wand-sparkles::before {
	content: "";
}

.fa-ellipsis-vertical::before {
	content: "";
}

.fa-ellipsis-v::before {
	content: "";
}

.fa-ticket::before {
	content: "";
}

.fa-power-off::before {
	content: "";
}

.fa-right-long::before {
	content: "";
}

.fa-long-arrow-alt-right::before {
	content: "";
}

.fa-flag-usa::before {
	content: "";
}

.fa-laptop-file::before {
	content: "";
}

.fa-tty::before {
	content: "";
}

.fa-teletype::before {
	content: "";
}

.fa-diagram-next::before {
	content: "";
}

.fa-person-rifle::before {
	content: "";
}

.fa-house-medical-circle-exclamation::before {
	content: "";
}

.fa-closed-captioning::before {
	content: "";
}

.fa-person-hiking::before {
	content: "";
}

.fa-hiking::before {
	content: "";
}

.fa-venus-double::before {
	content: "";
}

.fa-images::before {
	content: "";
}

.fa-calculator::before {
	content: "";
}

.fa-people-pulling::before {
	content: "";
}

.fa-n::before {
	content: "N";
}

.fa-cable-car::before {
	content: "";
}

.fa-tram::before {
	content: "";
}

.fa-cloud-rain::before {
	content: "";
}

.fa-building-circle-xmark::before {
	content: "";
}

.fa-ship::before {
	content: "";
}

.fa-arrows-down-to-line::before {
	content: "";
}

.fa-download::before {
	content: "";
}

.fa-face-grin::before {
	content: "";
}

.fa-grin::before {
	content: "";
}

.fa-delete-left::before {
	content: "";
}

.fa-backspace::before {
	content: "";
}

.fa-eye-dropper::before {
	content: "";
}

.fa-eye-dropper-empty::before {
	content: "";
}

.fa-eyedropper::before {
	content: "";
}

.fa-file-circle-check::before {
	content: "";
}

.fa-forward::before {
	content: "";
}

.fa-mobile::before {
	content: "";
}

.fa-mobile-android::before {
	content: "";
}

.fa-mobile-phone::before {
	content: "";
}

.fa-face-meh::before {
	content: "";
}

.fa-meh::before {
	content: "";
}

.fa-align-center::before {
	content: "";
}

.fa-book-skull::before {
	content: "";
}

.fa-book-dead::before {
	content: "";
}

.fa-id-card::before {
	content: "";
}

.fa-drivers-license::before {
	content: "";
}

.fa-outdent::before {
	content: "";
}

.fa-dedent::before {
	content: "";
}

.fa-heart-circle-exclamation::before {
	content: "";
}

.fa-house::before {
	content: "";
}

.fa-home::before {
	content: "";
}

.fa-home-alt::before {
	content: "";
}

.fa-home-lg-alt::before {
	content: "";
}

.fa-calendar-week::before {
	content: "";
}

.fa-laptop-medical::before {
	content: "";
}

.fa-b::before {
	content: "B";
}

.fa-file-medical::before {
	content: "";
}

.fa-dice-one::before {
	content: "";
}

.fa-kiwi-bird::before {
	content: "";
}

.fa-arrow-right-arrow-left::before {
	content: "";
}

.fa-exchange::before {
	content: "";
}

.fa-rotate-right::before {
	content: "";
}

.fa-redo-alt::before {
	content: "";
}

.fa-rotate-forward::before {
	content: "";
}

.fa-utensils::before {
	content: "";
}

.fa-cutlery::before {
	content: "";
}

.fa-arrow-up-wide-short::before {
	content: "";
}

.fa-sort-amount-up::before {
	content: "";
}

.fa-mill-sign::before {
	content: "";
}

.fa-bowl-rice::before {
	content: "";
}

.fa-skull::before {
	content: "";
}

.fa-tower-broadcast::before {
	content: "";
}

.fa-broadcast-tower::before {
	content: "";
}

.fa-truck-pickup::before {
	content: "";
}

.fa-up-long::before {
	content: "";
}

.fa-long-arrow-alt-up::before {
	content: "";
}

.fa-stop::before {
	content: "";
}

.fa-code-merge::before {
	content: "";
}

.fa-upload::before {
	content: "";
}

.fa-hurricane::before {
	content: "";
}

.fa-mound::before {
	content: "";
}

.fa-toilet-portable::before {
	content: "";
}

.fa-compact-disc::before {
	content: "";
}

.fa-file-arrow-down::before {
	content: "";
}

.fa-file-download::before {
	content: "";
}

.fa-caravan::before {
	content: "";
}

.fa-shield-cat::before {
	content: "";
}

.fa-bolt::before {
	content: "";
}

.fa-zap::before {
	content: "";
}

.fa-glass-water::before {
	content: "";
}

.fa-oil-well::before {
	content: "";
}

.fa-vault::before {
	content: "";
}

.fa-mars::before {
	content: "";
}

.fa-toilet::before {
	content: "";
}

.fa-plane-circle-xmark::before {
	content: "";
}

.fa-yen-sign::before {
	content: "";
}

.fa-cny::before {
	content: "";
}

.fa-jpy::before {
	content: "";
}

.fa-rmb::before {
	content: "";
}

.fa-yen::before {
	content: "";
}

.fa-ruble-sign::before {
	content: "";
}

.fa-rouble::before {
	content: "";
}

.fa-rub::before {
	content: "";
}

.fa-ruble::before {
	content: "";
}

.fa-sun::before {
	content: "";
}

.fa-guitar::before {
	content: "";
}

.fa-face-laugh-wink::before {
	content: "";
}

.fa-laugh-wink::before {
	content: "";
}

.fa-horse-head::before {
	content: "";
}

.fa-bore-hole::before {
	content: "";
}

.fa-industry::before {
	content: "";
}

.fa-circle-down::before {
	content: "";
}

.fa-arrow-alt-circle-down::before {
	content: "";
}

.fa-arrows-turn-to-dots::before {
	content: "";
}

.fa-florin-sign::before {
	content: "";
}

.fa-arrow-down-short-wide::before {
	content: "";
}

.fa-sort-amount-desc::before {
	content: "";
}

.fa-sort-amount-down-alt::before {
	content: "";
}

.fa-less-than::before {
	content: "<";
}

.fa-angle-down::before {
	content: "";
}

.fa-car-tunnel::before {
	content: "";
}

.fa-head-side-cough::before {
	content: "";
}

.fa-grip-lines::before {
	content: "";
}

.fa-thumbs-down::before {
	content: "";
}

.fa-user-lock::before {
	content: "";
}

.fa-arrow-right-long::before {
	content: "";
}

.fa-long-arrow-right::before {
	content: "";
}

.fa-anchor-circle-xmark::before {
	content: "";
}

.fa-ellipsis::before {
	content: "";
}

.fa-ellipsis-h::before {
	content: "";
}

.fa-chess-pawn::before {
	content: "";
}

.fa-kit-medical::before {
	content: "";
}

.fa-first-aid::before {
	content: "";
}

.fa-person-through-window::before {
	content: "";
}

.fa-toolbox::before {
	content: "";
}

.fa-hands-holding-circle::before {
	content: "";
}

.fa-bug::before {
	content: "";
}

.fa-credit-card::before {
	content: "";
}

.fa-credit-card-alt::before {
	content: "";
}

.fa-car::before {
	content: "";
}

.fa-automobile::before {
	content: "";
}

.fa-hand-holding-hand::before {
	content: "";
}

.fa-book-open-reader::before {
	content: "";
}

.fa-book-reader::before {
	content: "";
}

.fa-mountain-sun::before {
	content: "";
}

.fa-arrows-left-right-to-line::before {
	content: "";
}

.fa-dice-d20::before {
	content: "";
}

.fa-truck-droplet::before {
	content: "";
}

.fa-file-circle-xmark::before {
	content: "";
}

.fa-temperature-arrow-up::before {
	content: "";
}

.fa-temperature-up::before {
	content: "";
}

.fa-medal::before {
	content: "";
}

.fa-bed::before {
	content: "";
}

.fa-square-h::before {
	content: "";
}

.fa-h-square::before {
	content: "";
}

.fa-podcast::before {
	content: "";
}

.fa-temperature-full::before {
	content: "";
}

.fa-temperature-4::before {
	content: "";
}

.fa-thermometer-4::before {
	content: "";
}

.fa-thermometer-full::before {
	content: "";
}

.fa-bell::before {
	content: "";
}

.fa-superscript::before {
	content: "";
}

.fa-plug-circle-xmark::before {
	content: "";
}

.fa-star-of-life::before {
	content: "";
}

.fa-phone-slash::before {
	content: "";
}

.fa-paint-roller::before {
	content: "";
}

.fa-handshake-angle::before {
	content: "";
}

.fa-hands-helping::before {
	content: "";
}

.fa-location-dot::before {
	content: "";
}

.fa-map-marker-alt::before {
	content: "";
}

.fa-file::before {
	content: "";
}

.fa-greater-than::before {
	content: ">";
}

.fa-person-swimming::before {
	content: "";
}

.fa-swimmer::before {
	content: "";
}

.fa-arrow-down::before {
	content: "";
}

.fa-droplet::before {
	content: "";
}

.fa-tint::before {
	content: "";
}

.fa-eraser::before {
	content: "";
}

.fa-earth-americas::before {
	content: "";
}

.fa-earth::before {
	content: "";
}

.fa-earth-america::before {
	content: "";
}

.fa-globe-americas::before {
	content: "";
}

.fa-person-burst::before {
	content: "";
}

.fa-dove::before {
	content: "";
}

.fa-battery-empty::before {
	content: "";
}

.fa-battery-0::before {
	content: "";
}

.fa-socks::before {
	content: "";
}

.fa-inbox::before {
	content: "";
}

.fa-section::before {
	content: "";
}

.fa-gauge-high::before {
	content: "";
}

.fa-tachometer-alt::before {
	content: "";
}

.fa-tachometer-alt-fast::before {
	content: "";
}

.fa-envelope-open-text::before {
	content: "";
}

.fa-hospital::before {
	content: "";
}

.fa-hospital-alt::before {
	content: "";
}

.fa-hospital-wide::before {
	content: "";
}

.fa-wine-bottle::before {
	content: "";
}

.fa-chess-rook::before {
	content: "";
}

.fa-bars-staggered::before {
	content: "";
}

.fa-reorder::before {
	content: "";
}

.fa-stream::before {
	content: "";
}

.fa-dharmachakra::before {
	content: "";
}

.fa-hotdog::before {
	content: "";
}

.fa-person-walking-with-cane::before {
	content: "";
}

.fa-blind::before {
	content: "";
}

.fa-drum::before {
	content: "";
}

.fa-ice-cream::before {
	content: "";
}

.fa-heart-circle-bolt::before {
	content: "";
}

.fa-fax::before {
	content: "";
}

.fa-paragraph::before {
	content: "";
}

.fa-check-to-slot::before {
	content: "";
}

.fa-vote-yea::before {
	content: "";
}

.fa-star-half::before {
	content: "";
}

.fa-boxes-stacked::before {
	content: "";
}

.fa-boxes::before {
	content: "";
}

.fa-boxes-alt::before {
	content: "";
}

.fa-link::before {
	content: "";
}

.fa-chain::before {
	content: "";
}

.fa-ear-listen::before {
	content: "";
}

.fa-assistive-listening-systems::before {
	content: "";
}

.fa-tree-city::before {
	content: "";
}

.fa-play::before {
	content: "";
}

.fa-font::before {
	content: "";
}

.fa-table-cells-row-lock::before {
	content: "";
}

.fa-rupiah-sign::before {
	content: "";
}

.fa-magnifying-glass::before {
	content: "";
}

.fa-search::before {
	content: "";
}

.fa-table-tennis-paddle-ball::before {
	content: "";
}

.fa-ping-pong-paddle-ball::before {
	content: "";
}

.fa-table-tennis::before {
	content: "";
}

.fa-person-dots-from-line::before {
	content: "";
}

.fa-diagnoses::before {
	content: "";
}

.fa-trash-can-arrow-up::before {
	content: "";
}

.fa-trash-restore-alt::before {
	content: "";
}

.fa-naira-sign::before {
	content: "";
}

.fa-cart-arrow-down::before {
	content: "";
}

.fa-walkie-talkie::before {
	content: "";
}

.fa-file-pen::before {
	content: "";
}

.fa-file-edit::before {
	content: "";
}

.fa-receipt::before {
	content: "";
}

.fa-square-pen::before {
	content: "";
}

.fa-pen-square::before {
	content: "";
}

.fa-pencil-square::before {
	content: "";
}

.fa-suitcase-rolling::before {
	content: "";
}

.fa-person-circle-exclamation::before {
	content: "";
}

.fa-chevron-down::before {
	content: "";
}

.fa-battery-full::before {
	content: "";
}

.fa-battery::before {
	content: "";
}

.fa-battery-5::before {
	content: "";
}

.fa-skull-crossbones::before {
	content: "";
}

.fa-code-compare::before {
	content: "";
}

.fa-list-ul::before {
	content: "";
}

.fa-list-dots::before {
	content: "";
}

.fa-school-lock::before {
	content: "";
}

.fa-tower-cell::before {
	content: "";
}

.fa-down-long::before {
	content: "";
}

.fa-long-arrow-alt-down::before {
	content: "";
}

.fa-ranking-star::before {
	content: "";
}

.fa-chess-king::before {
	content: "";
}

.fa-person-harassing::before {
	content: "";
}

.fa-brazilian-real-sign::before {
	content: "";
}

.fa-landmark-dome::before {
	content: "";
}

.fa-landmark-alt::before {
	content: "";
}

.fa-arrow-up::before {
	content: "";
}

.fa-tv::before {
	content: "";
}

.fa-television::before {
	content: "";
}

.fa-tv-alt::before {
	content: "";
}

.fa-shrimp::before {
	content: "";
}

.fa-list-check::before {
	content: "";
}

.fa-tasks::before {
	content: "";
}

.fa-jug-detergent::before {
	content: "";
}

.fa-circle-user::before {
	content: "";
}

.fa-user-circle::before {
	content: "";
}

.fa-user-shield::before {
	content: "";
}

.fa-wind::before {
	content: "";
}

.fa-car-burst::before {
	content: "";
}

.fa-car-crash::before {
	content: "";
}

.fa-y::before {
	content: "Y";
}

.fa-person-snowboarding::before {
	content: "";
}

.fa-snowboarding::before {
	content: "";
}

.fa-truck-fast::before {
	content: "";
}

.fa-shipping-fast::before {
	content: "";
}

.fa-fish::before {
	content: "";
}

.fa-user-graduate::before {
	content: "";
}

.fa-circle-half-stroke::before {
	content: "";
}

.fa-adjust::before {
	content: "";
}

.fa-clapperboard::before {
	content: "";
}

.fa-circle-radiation::before {
	content: "";
}

.fa-radiation-alt::before {
	content: "";
}

.fa-baseball::before {
	content: "";
}

.fa-baseball-ball::before {
	content: "";
}

.fa-jet-fighter-up::before {
	content: "";
}

.fa-diagram-project::before {
	content: "";
}

.fa-project-diagram::before {
	content: "";
}

.fa-copy::before {
	content: "";
}

.fa-volume-xmark::before {
	content: "";
}

.fa-volume-mute::before {
	content: "";
}

.fa-volume-times::before {
	content: "";
}

.fa-hand-sparkles::before {
	content: "";
}

.fa-grip::before {
	content: "";
}

.fa-grip-horizontal::before {
	content: "";
}

.fa-share-from-square::before {
	content: "";
}

.fa-share-square::before {
	content: "";
}

.fa-child-combatant::before {
	content: "";
}

.fa-child-rifle::before {
	content: "";
}

.fa-gun::before {
	content: "";
}

.fa-square-phone::before {
	content: "";
}

.fa-phone-square::before {
	content: "";
}

.fa-plus::before {
	content: "+";
}

.fa-add::before {
	content: "+";
}

.fa-expand::before {
	content: "";
}

.fa-computer::before {
	content: "";
}

.fa-xmark::before {
	content: "";
}

.fa-close::before {
	content: "";
}

.fa-multiply::before {
	content: "";
}

.fa-remove::before {
	content: "";
}

.fa-times::before {
	content: "";
}

.fa-arrows-up-down-left-right::before {
	content: "";
}

.fa-arrows::before {
	content: "";
}

.fa-chalkboard-user::before {
	content: "";
}

.fa-chalkboard-teacher::before {
	content: "";
}

.fa-peso-sign::before {
	content: "";
}

.fa-building-shield::before {
	content: "";
}

.fa-baby::before {
	content: "";
}

.fa-users-line::before {
	content: "";
}

.fa-quote-left::before {
	content: "";
}

.fa-quote-left-alt::before {
	content: "";
}

.fa-tractor::before {
	content: "";
}

.fa-trash-arrow-up::before {
	content: "";
}

.fa-trash-restore::before {
	content: "";
}

.fa-arrow-down-up-lock::before {
	content: "";
}

.fa-lines-leaning::before {
	content: "";
}

.fa-ruler-combined::before {
	content: "";
}

.fa-copyright::before {
	content: "";
}

.fa-equals::before {
	content: "=";
}

.fa-blender::before {
	content: "";
}

.fa-teeth::before {
	content: "";
}

.fa-shekel-sign::before {
	content: "";
}

.fa-ils::before {
	content: "";
}

.fa-shekel::before {
	content: "";
}

.fa-sheqel::before {
	content: "";
}

.fa-sheqel-sign::before {
	content: "";
}

.fa-map::before {
	content: "";
}

.fa-rocket::before {
	content: "";
}

.fa-photo-film::before {
	content: "";
}

.fa-photo-video::before {
	content: "";
}

.fa-folder-minus::before {
	content: "";
}

.fa-store::before {
	content: "";
}

.fa-arrow-trend-up::before {
	content: "";
}

.fa-plug-circle-minus::before {
	content: "";
}

.fa-sign-hanging::before {
	content: "";
}

.fa-sign::before {
	content: "";
}

.fa-bezier-curve::before {
	content: "";
}

.fa-bell-slash::before {
	content: "";
}

.fa-tablet::before {
	content: "";
}

.fa-tablet-android::before {
	content: "";
}

.fa-school-flag::before {
	content: "";
}

.fa-fill::before {
	content: "";
}

.fa-angle-up::before {
	content: "";
}

.fa-drumstick-bite::before {
	content: "";
}

.fa-holly-berry::before {
	content: "";
}

.fa-chevron-left::before {
	content: "";
}

.fa-bacteria::before {
	content: "";
}

.fa-hand-lizard::before {
	content: "";
}

.fa-notdef::before {
	content: "";
}

.fa-disease::before {
	content: "";
}

.fa-briefcase-medical::before {
	content: "";
}

.fa-genderless::before {
	content: "";
}

.fa-chevron-right::before {
	content: "";
}

.fa-retweet::before {
	content: "";
}

.fa-car-rear::before {
	content: "";
}

.fa-car-alt::before {
	content: "";
}

.fa-pump-soap::before {
	content: "";
}

.fa-video-slash::before {
	content: "";
}

.fa-battery-quarter::before {
	content: "";
}

.fa-battery-2::before {
	content: "";
}

.fa-radio::before {
	content: "";
}

.fa-baby-carriage::before {
	content: "";
}

.fa-carriage-baby::before {
	content: "";
}

.fa-traffic-light::before {
	content: "";
}

.fa-thermometer::before {
	content: "";
}

.fa-vr-cardboard::before {
	content: "";
}

.fa-hand-middle-finger::before {
	content: "";
}

.fa-percent::before {
	content: "%";
}

.fa-percentage::before {
	content: "%";
}

.fa-truck-moving::before {
	content: "";
}

.fa-glass-water-droplet::before {
	content: "";
}

.fa-display::before {
	content: "";
}

.fa-face-smile::before {
	content: "";
}

.fa-smile::before {
	content: "";
}

.fa-thumbtack::before {
	content: "";
}

.fa-thumb-tack::before {
	content: "";
}

.fa-trophy::before {
	content: "";
}

.fa-person-praying::before {
	content: "";
}

.fa-pray::before {
	content: "";
}

.fa-hammer::before {
	content: "";
}

.fa-hand-peace::before {
	content: "";
}

.fa-rotate::before {
	content: "";
}

.fa-sync-alt::before {
	content: "";
}

.fa-spinner::before {
	content: "";
}

.fa-robot::before {
	content: "";
}

.fa-peace::before {
	content: "";
}

.fa-gears::before {
	content: "";
}

.fa-cogs::before {
	content: "";
}

.fa-warehouse::before {
	content: "";
}

.fa-arrow-up-right-dots::before {
	content: "";
}

.fa-splotch::before {
	content: "";
}

.fa-face-grin-hearts::before {
	content: "";
}

.fa-grin-hearts::before {
	content: "";
}

.fa-dice-four::before {
	content: "";
}

.fa-sim-card::before {
	content: "";
}

.fa-transgender::before {
	content: "";
}

.fa-transgender-alt::before {
	content: "";
}

.fa-mercury::before {
	content: "";
}

.fa-arrow-turn-down::before {
	content: "";
}

.fa-level-down::before {
	content: "";
}

.fa-person-falling-burst::before {
	content: "";
}

.fa-award::before {
	content: "";
}

.fa-ticket-simple::before {
	content: "";
}

.fa-ticket-alt::before {
	content: "";
}

.fa-building::before {
	content: "";
}

.fa-angles-left::before {
	content: "";
}

.fa-angle-double-left::before {
	content: "";
}

.fa-qrcode::before {
	content: "";
}

.fa-clock-rotate-left::before {
	content: "";
}

.fa-history::before {
	content: "";
}

.fa-face-grin-beam-sweat::before {
	content: "";
}

.fa-grin-beam-sweat::before {
	content: "";
}

.fa-file-export::before {
	content: "";
}

.fa-arrow-right-from-file::before {
	content: "";
}

.fa-shield::before {
	content: "";
}

.fa-shield-blank::before {
	content: "";
}

.fa-arrow-up-short-wide::before {
	content: "";
}

.fa-sort-amount-up-alt::before {
	content: "";
}

.fa-house-medical::before {
	content: "";
}

.fa-golf-ball-tee::before {
	content: "";
}

.fa-golf-ball::before {
	content: "";
}

.fa-circle-chevron-left::before {
	content: "";
}

.fa-chevron-circle-left::before {
	content: "";
}

.fa-house-chimney-window::before {
	content: "";
}

.fa-pen-nib::before {
	content: "";
}

.fa-tent-arrow-turn-left::before {
	content: "";
}

.fa-tents::before {
	content: "";
}

.fa-wand-magic::before {
	content: "";
}

.fa-magic::before {
	content: "";
}

.fa-dog::before {
	content: "";
}

.fa-carrot::before {
	content: "";
}

.fa-moon::before {
	content: "";
}

.fa-wine-glass-empty::before {
	content: "";
}

.fa-wine-glass-alt::before {
	content: "";
}

.fa-cheese::before {
	content: "";
}

.fa-yin-yang::before {
	content: "";
}

.fa-music::before {
	content: "";
}

.fa-code-commit::before {
	content: "";
}

.fa-temperature-low::before {
	content: "";
}

.fa-person-biking::before {
	content: "";
}

.fa-biking::before {
	content: "";
}

.fa-broom::before {
	content: "";
}

.fa-shield-heart::before {
	content: "";
}

.fa-gopuram::before {
	content: "";
}

.fa-earth-oceania::before {
	content: "";
}

.fa-globe-oceania::before {
	content: "";
}

.fa-square-xmark::before {
	content: "";
}

.fa-times-square::before {
	content: "";
}

.fa-xmark-square::before {
	content: "";
}

.fa-hashtag::before {
	content: "#";
}

.fa-up-right-and-down-left-from-center::before {
	content: "";
}

.fa-expand-alt::before {
	content: "";
}

.fa-oil-can::before {
	content: "";
}

.fa-t::before {
	content: "T";
}

.fa-hippo::before {
	content: "";
}

.fa-chart-column::before {
	content: "";
}

.fa-infinity::before {
	content: "";
}

.fa-vial-circle-check::before {
	content: "";
}

.fa-person-arrow-down-to-line::before {
	content: "";
}

.fa-voicemail::before {
	content: "";
}

.fa-fan::before {
	content: "";
}

.fa-person-walking-luggage::before {
	content: "";
}

.fa-up-down::before {
	content: "";
}

.fa-arrows-alt-v::before {
	content: "";
}

.fa-cloud-moon-rain::before {
	content: "";
}

.fa-calendar::before {
	content: "";
}

.fa-trailer::before {
	content: "";
}

.fa-bahai::before {
	content: "";
}

.fa-haykal::before {
	content: "";
}

.fa-sd-card::before {
	content: "";
}

.fa-dragon::before {
	content: "";
}

.fa-shoe-prints::before {
	content: "";
}

.fa-circle-plus::before {
	content: "";
}

.fa-plus-circle::before {
	content: "";
}

.fa-face-grin-tongue-wink::before {
	content: "";
}

.fa-grin-tongue-wink::before {
	content: "";
}

.fa-hand-holding::before {
	content: "";
}

.fa-plug-circle-exclamation::before {
	content: "";
}

.fa-link-slash::before {
	content: "";
}

.fa-chain-broken::before {
	content: "";
}

.fa-chain-slash::before {
	content: "";
}

.fa-unlink::before {
	content: "";
}

.fa-clone::before {
	content: "";
}

.fa-person-walking-arrow-loop-left::before {
	content: "";
}

.fa-arrow-up-z-a::before {
	content: "";
}

.fa-sort-alpha-up-alt::before {
	content: "";
}

.fa-fire-flame-curved::before {
	content: "";
}

.fa-fire-alt::before {
	content: "";
}

.fa-tornado::before {
	content: "";
}

.fa-file-circle-plus::before {
	content: "";
}

.fa-book-quran::before {
	content: "";
}

.fa-quran::before {
	content: "";
}

.fa-anchor::before {
	content: "";
}

.fa-border-all::before {
	content: "";
}

.fa-face-angry::before {
	content: "";
}

.fa-angry::before {
	content: "";
}

.fa-cookie-bite::before {
	content: "";
}

.fa-arrow-trend-down::before {
	content: "";
}

.fa-rss::before {
	content: "";
}

.fa-feed::before {
	content: "";
}

.fa-draw-polygon::before {
	content: "";
}

.fa-scale-balanced::before {
	content: "";
}

.fa-balance-scale::before {
	content: "";
}

.fa-gauge-simple-high::before {
	content: "";
}

.fa-tachometer::before {
	content: "";
}

.fa-tachometer-fast::before {
	content: "";
}

.fa-shower::before {
	content: "";
}

.fa-desktop::before {
	content: "";
}

.fa-desktop-alt::before {
	content: "";
}

.fa-m::before {
	content: "M";
}

.fa-table-list::before {
	content: "";
}

.fa-th-list::before {
	content: "";
}

.fa-comment-sms::before {
	content: "";
}

.fa-sms::before {
	content: "";
}

.fa-book::before {
	content: "";
}

.fa-user-plus::before {
	content: "";
}

.fa-check::before {
	content: "";
}

.fa-battery-three-quarters::before {
	content: "";
}

.fa-battery-4::before {
	content: "";
}

.fa-house-circle-check::before {
	content: "";
}

.fa-angle-left::before {
	content: "";
}

.fa-diagram-successor::before {
	content: "";
}

.fa-truck-arrow-right::before {
	content: "";
}

.fa-arrows-split-up-and-left::before {
	content: "";
}

.fa-hand-fist::before {
	content: "";
}

.fa-fist-raised::before {
	content: "";
}

.fa-cloud-moon::before {
	content: "";
}

.fa-briefcase::before {
	content: "";
}

.fa-person-falling::before {
	content: "";
}

.fa-image-portrait::before {
	content: "";
}

.fa-portrait::before {
	content: "";
}

.fa-user-tag::before {
	content: "";
}

.fa-rug::before {
	content: "";
}

.fa-earth-europe::before {
	content: "";
}

.fa-globe-europe::before {
	content: "";
}

.fa-cart-flatbed-suitcase::before {
	content: "";
}

.fa-luggage-cart::before {
	content: "";
}

.fa-rectangle-xmark::before {
	content: "";
}

.fa-rectangle-times::before {
	content: "";
}

.fa-times-rectangle::before {
	content: "";
}

.fa-window-close::before {
	content: "";
}

.fa-baht-sign::before {
	content: "";
}

.fa-book-open::before {
	content: "";
}

.fa-book-journal-whills::before {
	content: "";
}

.fa-journal-whills::before {
	content: "";
}

.fa-handcuffs::before {
	content: "";
}

.fa-triangle-exclamation::before {
	content: "";
}

.fa-exclamation-triangle::before {
	content: "";
}

.fa-warning::before {
	content: "";
}

.fa-database::before {
	content: "";
}

.fa-share::before {
	content: "";
}

.fa-mail-forward::before {
	content: "";
}

.fa-bottle-droplet::before {
	content: "";
}

.fa-mask-face::before {
	content: "";
}

.fa-hill-rockslide::before {
	content: "";
}

.fa-right-left::before {
	content: "";
}

.fa-exchange-alt::before {
	content: "";
}

.fa-paper-plane::before {
	content: "";
}

.fa-road-circle-exclamation::before {
	content: "";
}

.fa-dungeon::before {
	content: "";
}

.fa-align-right::before {
	content: "";
}

.fa-money-bill-1-wave::before {
	content: "";
}

.fa-money-bill-wave-alt::before {
	content: "";
}

.fa-life-ring::before {
	content: "";
}

.fa-hands::before {
	content: "";
}

.fa-sign-language::before {
	content: "";
}

.fa-signing::before {
	content: "";
}

.fa-calendar-day::before {
	content: "";
}

.fa-water-ladder::before {
	content: "";
}

.fa-ladder-water::before {
	content: "";
}

.fa-swimming-pool::before {
	content: "";
}

.fa-arrows-up-down::before {
	content: "";
}

.fa-arrows-v::before {
	content: "";
}

.fa-face-grimace::before {
	content: "";
}

.fa-grimace::before {
	content: "";
}

.fa-wheelchair-move::before {
	content: "";
}

.fa-wheelchair-alt::before {
	content: "";
}

.fa-turn-down::before {
	content: "";
}

.fa-level-down-alt::before {
	content: "";
}

.fa-person-walking-arrow-right::before {
	content: "";
}

.fa-square-envelope::before {
	content: "";
}

.fa-envelope-square::before {
	content: "";
}

.fa-dice::before {
	content: "";
}

.fa-bowling-ball::before {
	content: "";
}

.fa-brain::before {
	content: "";
}

.fa-bandage::before {
	content: "";
}

.fa-band-aid::before {
	content: "";
}

.fa-calendar-minus::before {
	content: "";
}

.fa-circle-xmark::before {
	content: "";
}

.fa-times-circle::before {
	content: "";
}

.fa-xmark-circle::before {
	content: "";
}

.fa-gifts::before {
	content: "";
}

.fa-hotel::before {
	content: "";
}

.fa-earth-asia::before {
	content: "";
}

.fa-globe-asia::before {
	content: "";
}

.fa-id-card-clip::before {
	content: "";
}

.fa-id-card-alt::before {
	content: "";
}

.fa-magnifying-glass-plus::before {
	content: "";
}

.fa-search-plus::before {
	content: "";
}

.fa-thumbs-up::before {
	content: "";
}

.fa-user-clock::before {
	content: "";
}

.fa-hand-dots::before {
	content: "";
}

.fa-allergies::before {
	content: "";
}

.fa-file-invoice::before {
	content: "";
}

.fa-window-minimize::before {
	content: "";
}

.fa-mug-saucer::before {
	content: "";
}

.fa-coffee::before {
	content: "";
}

.fa-brush::before {
	content: "";
}

.fa-mask::before {
	content: "";
}

.fa-magnifying-glass-minus::before {
	content: "";
}

.fa-search-minus::before {
	content: "";
}

.fa-ruler-vertical::before {
	content: "";
}

.fa-user-large::before {
	content: "";
}

.fa-user-alt::before {
	content: "";
}

.fa-train-tram::before {
	content: "";
}

.fa-user-nurse::before {
	content: "";
}

.fa-syringe::before {
	content: "";
}

.fa-cloud-sun::before {
	content: "";
}

.fa-stopwatch-20::before {
	content: "";
}

.fa-square-full::before {
	content: "";
}

.fa-magnet::before {
	content: "";
}

.fa-jar::before {
	content: "";
}

.fa-note-sticky::before {
	content: "";
}

.fa-sticky-note::before {
	content: "";
}

.fa-bug-slash::before {
	content: "";
}

.fa-arrow-up-from-water-pump::before {
	content: "";
}

.fa-bone::before {
	content: "";
}

.fa-user-injured::before {
	content: "";
}

.fa-face-sad-tear::before {
	content: "";
}

.fa-sad-tear::before {
	content: "";
}

.fa-plane::before {
	content: "";
}

.fa-tent-arrows-down::before {
	content: "";
}

.fa-exclamation::before {
	content: "!";
}

.fa-arrows-spin::before {
	content: "";
}

.fa-print::before {
	content: "";
}

.fa-turkish-lira-sign::before {
	content: "";
}

.fa-try::before {
	content: "";
}

.fa-turkish-lira::before {
	content: "";
}

.fa-dollar-sign::before {
	content: "$";
}

.fa-dollar::before {
	content: "$";
}

.fa-usd::before {
	content: "$";
}

.fa-x::before {
	content: "X";
}

.fa-magnifying-glass-dollar::before {
	content: "";
}

.fa-search-dollar::before {
	content: "";
}

.fa-users-gear::before {
	content: "";
}

.fa-users-cog::before {
	content: "";
}

.fa-person-military-pointing::before {
	content: "";
}

.fa-building-columns::before {
	content: "";
}

.fa-bank::before {
	content: "";
}

.fa-institution::before {
	content: "";
}

.fa-museum::before {
	content: "";
}

.fa-university::before,
.fa-course-home::before {
	content: "";
}

.fa-umbrella::before {
	content: "";
}

.fa-trowel::before {
	content: "";
}

.fa-d::before {
	content: "D";
}

.fa-stapler::before {
	content: "";
}

.fa-masks-theater::before {
	content: "";
}

.fa-theater-masks::before {
	content: "";
}

.fa-kip-sign::before {
	content: "";
}

.fa-hand-point-left::before {
	content: "";
}

.fa-handshake-simple::before {
	content: "";
}

.fa-handshake-alt::before {
	content: "";
}

.fa-jet-fighter::before {
	content: "";
}

.fa-fighter-jet::before {
	content: "";
}

.fa-square-share-nodes::before {
	content: "";
}

.fa-share-alt-square::before {
	content: "";
}

.fa-barcode::before {
	content: "";
}

.fa-plus-minus::before {
	content: "";
}

.fa-video::before {
	content: "";
}

.fa-video-camera::before {
	content: "";
}

.fa-graduation-cap::before {
	content: "";
}

.fa-mortar-board::before {
	content: "";
}

.fa-hand-holding-medical::before {
	content: "";
}

.fa-person-circle-check::before {
	content: "";
}

.fa-turn-up::before {
	content: "";
}

.fa-level-up-alt::before {
	content: "";
}

.sr-only,
.fa-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
	--blue: #0f6cbf;
	--indigo: #6610f2;
	--purple: #613d7c;
	--pink: #db1a74;
	--red: #ca3120;
	--orange: #f0ad4e;
	--yellow: #ff7518;
	--green: #357a32;
	--teal: #20c997;
	--cyan: #008196;
	--white: #fff;
	--gray: #6a737b;
	--gray-dark: #343a40;
	--primary: #0f6cbf;
	--secondary: #ced4da;
	--success: #357a32;
	--info: #008196;
	--warning: #f0ad4e;
	--danger: #ca3120;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
*::before,
*::after {
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.5;
	color: #1d2125;
	text-align: left;
	background-color: #fff;
}

@media (max-width: 1200px) {
	body {
		font-size: calc(.90375rem + .045vw);
	}
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

a {
	color: #0f6cbf;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #094478;
	text-decoration: underline;
}

a:not([href]):not([class]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}

pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6a737b;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

button {
	border-radius: 0;
}

button:focus:not(:focus-visible) {
	outline: 0;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[role="button"] {
	cursor: pointer;
}

select {
	word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

@media (max-width: 1200px) {
	legend {
		font-size: calc(.96rem + .72vw);
	}
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: 0.5rem;
	font-weight: 700;
	line-height: 1.2;
}

h1,
.h1 {
	font-size: 2.34375rem;
}

@media (max-width: 1200px) {

	h1,
	.h1 {
		font-size: calc(1.044375rem + 1.7325vw);
	}
}

h2,
.h2 {
	font-size: 1.875rem;
}

@media (max-width: 1200px) {

	h2,
	.h2 {
		font-size: calc(.9975rem + 1.17vw);
	}
}

h3,
.h3 {
	font-size: 1.640625rem;
}

@media (max-width: 1200px) {

	h3,
	.h3 {
		font-size: calc(.9740625rem + .88875vw);
	}
}

h4,
.h4 {
	font-size: 1.40625rem;
}

@media (max-width: 1200px) {

	h4,
	.h4 {
		font-size: calc(.950625rem + .6075vw);
	}
}

h5,
.h5 {
	font-size: 1.171875rem;
}

@media (max-width: 1200px) {

	h5,
	.h5 {
		font-size: calc(.9271875rem + .32625vw);
	}
}

h6,
.h6 {
	font-size: 0.9375rem;
}

@media (max-width: 1200px) {

	h6,
	.h6 {
		font-size: calc(.90375rem + .045vw);
	}
}

.lead {
	font-size: 1.171875rem;
	font-weight: 300;
}

@media (max-width: 1200px) {
	.lead {
		font-size: calc(.9271875rem + .32625vw);
	}
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2;
}

@media (max-width: 1200px) {
	.display-1 {
		font-size: calc(1.41rem + 6.12vw);
	}
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2;
}

@media (max-width: 1200px) {
	.display-2 {
		font-size: calc(1.36rem + 5.52vw);
	}
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2;
}

@media (max-width: 1200px) {
	.display-3 {
		font-size: calc(1.26rem + 4.32vw);
	}
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2;
}

@media (max-width: 1200px) {
	.display-4 {
		font-size: calc(1.16rem + 3.12vw);
	}
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
	font-size: 0.875em;
	font-weight: 400;
}

mark,
.mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}

.list-inline-item:not(:last-child) {
	margin-right: 0.5rem;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.171875rem;
}

@media (max-width: 1200px) {
	.blockquote {
		font-size: calc(.9271875rem + .32625vw);
	}
}

.blockquote-footer {
	display: block;
	font-size: 0.875em;
	color: #6a737b;
}

.blockquote-footer::before {
	content: "— ";
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.img-thumbnail {
	padding: 0.25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 0.5rem;
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}

.figure-img {
	margin-bottom: 0.5rem;
	line-height: 1;
}

.figure-caption {
	font-size: 90%;
	color: #6a737b;
}

code {
	font-size: 87.5%;
	color: #db1a74;
	word-wrap: break-word;
}

a>code {
	color: inherit;
}

kbd {
	padding: 0.2rem 0.4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #1d2125;
	border-radius: 0.2rem;
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
}

pre {
	display: block;
	font-size: 87.5%;
	color: #1d2125;
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {

	.container,
	.container-sm {
		max-width: 540px;
	}
}

@media (min-width: 768px) {

	.container,
	.container-sm,
	.container-md {
		max-width: 720px;
	}
}

@media (min-width: 992px) {

	.container,
	.container-sm,
	.container-md,
	.container-lg {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {

	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl {
		max-width: 1140px;
	}
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters,
.g-0 {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.col,
.g-0>.col,
.no-gutters>[class*="col-"],
.g-0>[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.row-cols-1>* {
	flex: 0 0 100%;
	max-width: 100%;
}

.row-cols-2>* {
	flex: 0 0 50%;
	max-width: 50%;
}

.row-cols-3>* {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.row-cols-4>* {
	flex: 0 0 25%;
	max-width: 25%;
}

.row-cols-5>* {
	flex: 0 0 20%;
	max-width: 20%;
}

.row-cols-6>* {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-1 {
	flex: 0 0 8.33333333%;
	max-width: 8.33333333%;
}

.col-2 {
	flex: 0 0 16.66666667%;
	max-width: 16.66666667%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	flex: 0 0 33.33333333%;
	max-width: 33.33333333%;
}

.col-5 {
	flex: 0 0 41.66666667%;
	max-width: 41.66666667%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	flex: 0 0 58.33333333%;
	max-width: 58.33333333%;
}

.col-8 {
	flex: 0 0 66.66666667%;
	max-width: 66.66666667%;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	flex: 0 0 83.33333333%;
	max-width: 83.33333333%;
}

.col-11 {
	flex: 0 0 91.66666667%;
	max-width: 91.66666667%;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	order: -1;
}

.order-last {
	order: 13;
}

.order-0 {
	order: 0;
}

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

.order-3 {
	order: 3;
}

.order-4 {
	order: 4;
}

.order-5 {
	order: 5;
}

.order-6 {
	order: 6;
}

.order-7 {
	order: 7;
}

.order-8 {
	order: 8;
}

.order-9 {
	order: 9;
}

.order-10 {
	order: 10;
}

.order-11 {
	order: 11;
}

.order-12 {
	order: 12;
}

.offset-1 {
	margin-left: 8.33333333%;
}

.offset-2 {
	margin-left: 16.66666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33333333%;
}

.offset-5 {
	margin-left: 41.66666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33333333%;
}

.offset-8 {
	margin-left: 66.66666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33333333%;
}

.offset-11 {
	margin-left: 91.66666667%;
}

@media (min-width: 576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.row-cols-sm-1>* {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-sm-2>* {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-cols-sm-3>* {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.row-cols-sm-4>* {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.row-cols-sm-5>* {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-cols-sm-6>* {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-sm-1 {
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%;
	}

	.col-sm-2 {
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%;
	}

	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-sm-4 {
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}

	.col-sm-5 {
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%;
	}

	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-sm-7 {
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%;
	}

	.col-sm-8 {
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%;
	}

	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-sm-10 {
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%;
	}

	.col-sm-11 {
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%;
	}

	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-sm-first {
		order: -1;
	}

	.order-sm-last {
		order: 13;
	}

	.order-sm-0 {
		order: 0;
	}

	.order-sm-1 {
		order: 1;
	}

	.order-sm-2 {
		order: 2;
	}

	.order-sm-3 {
		order: 3;
	}

	.order-sm-4 {
		order: 4;
	}

	.order-sm-5 {
		order: 5;
	}

	.order-sm-6 {
		order: 6;
	}

	.order-sm-7 {
		order: 7;
	}

	.order-sm-8 {
		order: 8;
	}

	.order-sm-9 {
		order: 9;
	}

	.order-sm-10 {
		order: 10;
	}

	.order-sm-11 {
		order: 11;
	}

	.order-sm-12 {
		order: 12;
	}

	.offset-sm-0 {
		margin-left: 0;
	}

	.offset-sm-1 {
		margin-left: 8.33333333%;
	}

	.offset-sm-2 {
		margin-left: 16.66666667%;
	}

	.offset-sm-3 {
		margin-left: 25%;
	}

	.offset-sm-4 {
		margin-left: 33.33333333%;
	}

	.offset-sm-5 {
		margin-left: 41.66666667%;
	}

	.offset-sm-6 {
		margin-left: 50%;
	}

	.offset-sm-7 {
		margin-left: 58.33333333%;
	}

	.offset-sm-8 {
		margin-left: 66.66666667%;
	}

	.offset-sm-9 {
		margin-left: 75%;
	}

	.offset-sm-10 {
		margin-left: 83.33333333%;
	}

	.offset-sm-11 {
		margin-left: 91.66666667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.row-cols-md-1>* {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-md-2>* {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-cols-md-3>* {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.row-cols-md-4>* {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.row-cols-md-5>* {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-cols-md-6>* {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-md-1 {
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%;
	}

	.col-md-2 {
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%;
	}

	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-4 {
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}

	.col-md-5 {
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%;
	}

	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-7 {
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%;
	}

	.col-md-8 {
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%;
	}

	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-md-10 {
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%;
	}

	.col-md-11 {
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%;
	}

	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-md-first {
		order: -1;
	}

	.order-md-last {
		order: 13;
	}

	.order-md-0 {
		order: 0;
	}

	.order-md-1 {
		order: 1;
	}

	.order-md-2 {
		order: 2;
	}

	.order-md-3 {
		order: 3;
	}

	.order-md-4 {
		order: 4;
	}

	.order-md-5 {
		order: 5;
	}

	.order-md-6 {
		order: 6;
	}

	.order-md-7 {
		order: 7;
	}

	.order-md-8 {
		order: 8;
	}

	.order-md-9 {
		order: 9;
	}

	.order-md-10 {
		order: 10;
	}

	.order-md-11 {
		order: 11;
	}

	.order-md-12 {
		order: 12;
	}

	.offset-md-0 {
		margin-left: 0;
	}

	.offset-md-1 {
		margin-left: 8.33333333%;
	}

	.offset-md-2 {
		margin-left: 16.66666667%;
	}

	.offset-md-3 {
		margin-left: 25%;
	}

	.offset-md-4 {
		margin-left: 33.33333333%;
	}

	.offset-md-5 {
		margin-left: 41.66666667%;
	}

	.offset-md-6 {
		margin-left: 50%;
	}

	.offset-md-7 {
		margin-left: 58.33333333%;
	}

	.offset-md-8 {
		margin-left: 66.66666667%;
	}

	.offset-md-9 {
		margin-left: 75%;
	}

	.offset-md-10 {
		margin-left: 83.33333333%;
	}

	.offset-md-11 {
		margin-left: 91.66666667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.row-cols-lg-1>* {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-lg-2>* {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-cols-lg-3>* {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.row-cols-lg-4>* {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.row-cols-lg-5>* {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-cols-lg-6>* {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-lg-1 {
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%;
	}

	.col-lg-2 {
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%;
	}

	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}

	.col-lg-5 {
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%;
	}

	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-lg-7 {
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%;
	}

	.col-lg-8 {
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%;
	}

	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-lg-10 {
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%;
	}

	.col-lg-11 {
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%;
	}

	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-lg-first {
		order: -1;
	}

	.order-lg-last {
		order: 13;
	}

	.order-lg-0 {
		order: 0;
	}

	.order-lg-1 {
		order: 1;
	}

	.order-lg-2 {
		order: 2;
	}

	.order-lg-3 {
		order: 3;
	}

	.order-lg-4 {
		order: 4;
	}

	.order-lg-5 {
		order: 5;
	}

	.order-lg-6 {
		order: 6;
	}

	.order-lg-7 {
		order: 7;
	}

	.order-lg-8 {
		order: 8;
	}

	.order-lg-9 {
		order: 9;
	}

	.order-lg-10 {
		order: 10;
	}

	.order-lg-11 {
		order: 11;
	}

	.order-lg-12 {
		order: 12;
	}

	.offset-lg-0 {
		margin-left: 0;
	}

	.offset-lg-1 {
		margin-left: 8.33333333%;
	}

	.offset-lg-2 {
		margin-left: 16.66666667%;
	}

	.offset-lg-3 {
		margin-left: 25%;
	}

	.offset-lg-4 {
		margin-left: 33.33333333%;
	}

	.offset-lg-5 {
		margin-left: 41.66666667%;
	}

	.offset-lg-6 {
		margin-left: 50%;
	}

	.offset-lg-7 {
		margin-left: 58.33333333%;
	}

	.offset-lg-8 {
		margin-left: 66.66666667%;
	}

	.offset-lg-9 {
		margin-left: 75%;
	}

	.offset-lg-10 {
		margin-left: 83.33333333%;
	}

	.offset-lg-11 {
		margin-left: 91.66666667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.row-cols-xl-1>* {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-xl-2>* {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-cols-xl-3>* {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.row-cols-xl-4>* {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.row-cols-xl-5>* {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-cols-xl-6>* {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-xl-1 {
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%;
	}

	.col-xl-2 {
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%;
	}

	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-xl-4 {
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}

	.col-xl-5 {
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%;
	}

	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-xl-7 {
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%;
	}

	.col-xl-8 {
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%;
	}

	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-xl-10 {
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%;
	}

	.col-xl-11 {
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%;
	}

	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-xl-first {
		order: -1;
	}

	.order-xl-last {
		order: 13;
	}

	.order-xl-0 {
		order: 0;
	}

	.order-xl-1 {
		order: 1;
	}

	.order-xl-2 {
		order: 2;
	}

	.order-xl-3 {
		order: 3;
	}

	.order-xl-4 {
		order: 4;
	}

	.order-xl-5 {
		order: 5;
	}

	.order-xl-6 {
		order: 6;
	}

	.order-xl-7 {
		order: 7;
	}

	.order-xl-8 {
		order: 8;
	}

	.order-xl-9 {
		order: 9;
	}

	.order-xl-10 {
		order: 10;
	}

	.order-xl-11 {
		order: 11;
	}

	.order-xl-12 {
		order: 12;
	}

	.offset-xl-0 {
		margin-left: 0;
	}

	.offset-xl-1 {
		margin-left: 8.33333333%;
	}

	.offset-xl-2 {
		margin-left: 16.66666667%;
	}

	.offset-xl-3 {
		margin-left: 25%;
	}

	.offset-xl-4 {
		margin-left: 33.33333333%;
	}

	.offset-xl-5 {
		margin-left: 41.66666667%;
	}

	.offset-xl-6 {
		margin-left: 50%;
	}

	.offset-xl-7 {
		margin-left: 58.33333333%;
	}

	.offset-xl-8 {
		margin-left: 66.66666667%;
	}

	.offset-xl-9 {
		margin-left: 75%;
	}

	.offset-xl-10 {
		margin-left: 83.33333333%;
	}

	.offset-xl-11 {
		margin-left: 91.66666667%;
	}
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #1d2125;
}

.table th,
.table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody {
	border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
	padding: 0.3rem;
}

.table-bordered {
	border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
	border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
	border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
	border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.03);
}

.table-hover tbody tr:hover {
	color: #1d2125;
	background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary>th,
.table-primary>td {
	background-color: #bcd6ed;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
	border-color: #82b3de;
}

.table-hover .table-primary:hover {
	background-color: #a8cae8;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
	background-color: #a8cae8;
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
	background-color: #f1f3f5;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
	border-color: #e6e9ec;
}

.table-hover .table-secondary:hover {
	background-color: #e2e6ea;
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
	background-color: #e2e6ea;
}

.table-success,
.table-success>th,
.table-success>td {
	background-color: #c6dac6;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
	border-color: #96ba94;
}

.table-hover .table-success:hover {
	background-color: #b7d0b7;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
	background-color: #b7d0b7;
}

.table-info,
.table-info>th,
.table-info>td {
	background-color: #b8dce2;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
	border-color: #7abdc8;
}

.table-hover .table-info:hover {
	background-color: #a6d3db;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
	background-color: #a6d3db;
}

.table-warning,
.table-warning>th,
.table-warning>td {
	background-color: #fbe8cd;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
	border-color: #f7d4a3;
}

.table-hover .table-warning:hover {
	background-color: #f9ddb5;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
	background-color: #f9ddb5;
}

.table-danger,
.table-danger>th,
.table-danger>td {
	background-color: #f0c5c1;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
	border-color: #e3948b;
}

.table-hover .table-danger:hover {
	background-color: #ebb2ac;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
	background-color: #ebb2ac;
}

.table-light,
.table-light>th,
.table-light>td {
	background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
	border-color: #fbfcfc;
}

.table-hover .table-light:hover {
	background-color: #ececf6;
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
	background-color: #ececf6;
}

.table-dark,
.table-dark>th,
.table-dark>td {
	background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
	border-color: #95999c;
}

.table-hover .table-dark:hover {
	background-color: #b9bbbe;
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
	background-color: #b9bbbe;
}

.table-active,
.table-active>th,
.table-active>td {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
	color: #fff;
	background-color: #343a40;
	border-color: #454d55;
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.table-dark {
	color: #fff;
	background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
	border-color: #454d55;
}

.table-dark.table-bordered {
	border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.table-responsive-sm>.table-bordered {
		border: 0;
	}
}

@media (max-width: 767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.table-responsive-md>.table-bordered {
		border: 0;
	}
}

@media (max-width: 991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.table-responsive-lg>.table-bordered {
		border: 0;
	}
}

@media (max-width: 1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.table-responsive-xl>.table-bordered {
		border: 0;
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.table-responsive>.table-bordered {
	border: 0;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #8f959e;
	border-radius: 0.5rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (max-width: 1200px) {
	.form-control {
		font-size: calc(.90375rem + .045vw);
	}
}

@media (prefers-reduced-motion: reduce) {
	.form-control {
		transition: none;
	}
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #5babf2;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(15, 108, 191, 0.75);
}

.form-control::placeholder {
	color: #6a737b;
	opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
	appearance: none;
}

select.form-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057;
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

.form-control-file,
.form-control-range {
	display: block;
	width: 100%;
}

.col-form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

.col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1.171875rem;
	line-height: 1.5;
}

@media (max-width: 1200px) {
	.col-form-label-lg {
		font-size: calc(.9271875rem + .32625vw);
	}
}

.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: 0.8203125rem;
	line-height: 1.5;
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: 0.375rem 0;
	margin-bottom: 0;
	font-size: 0.9375rem;
	line-height: 1.5;
	color: #1d2125;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}

@media (max-width: 1200px) {
	.form-control-plaintext {
		font-size: calc(.90375rem + .045vw);
	}
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm {
	height: calc(1.5em + .5rem + 2px);
	padding: 0.25rem 0.5rem;
	font-size: 0.8203125rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

.form-control-lg {
	height: calc(1.5em + 1rem + 2px);
	padding: 0.5rem 1rem;
	font-size: 1.171875rem;
	line-height: 1.5;
	border-radius: 0.6rem;
}

@media (max-width: 1200px) {
	.form-control-lg {
		font-size: calc(.9271875rem + .32625vw);
	}
}

select.form-control[size],
select.form-control[multiple] {
	height: auto;
}

textarea.form-control {
	height: auto;
}

.form-group {
	margin-bottom: 1rem;
}

.form-text {
	display: block;
	margin-top: 0.25rem;
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.form-row>.col,
.form-row>[class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}

.form-check-input {
	position: absolute;
	margin-top: 0.3rem;
	margin-left: -1.25rem;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
	color: #6a737b;
}

.form-check-label {
	margin-bottom: 0;
}

.form-check-inline {
	display: inline-flex;
	align-items: center;
	padding-left: 0;
	margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: 0.3125rem;
	margin-left: 0;
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 0.875em;
	color: #357a32;
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.8203125rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(53, 122, 50, 0.9);
	border-radius: 0.5rem;
}

.form-row>.col>.valid-tooltip,
.form-row>[class*="col-"]>.valid-tooltip {
	left: 5px;
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
	display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
	border-color: #357a32;
	padding-right: calc(1.5em + .75rem) !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23357a32' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
	border-color: #357a32;
	box-shadow: 0 0 0 0.2rem rgba(53, 122, 50, 0.25);
}

.was-validated select.form-control:valid,
select.form-control.is-valid {
	padding-right: 3rem !important;
	background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
	border-color: #357a32;
	padding-right: calc(.75em + 2.3125rem) !important;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23357a32' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
	border-color: #357a32;
	box-shadow: 0 0 0 0.2rem rgba(53, 122, 50, 0.25);
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
	color: #357a32;
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
	display: block;
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
	color: #357a32;
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
	border-color: #357a32;
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
	border-color: #459e41;
	background-color: #459e41;
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(53, 122, 50, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
	border-color: #357a32;
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
	border-color: #357a32;
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
	border-color: #357a32;
	box-shadow: 0 0 0 0.2rem rgba(53, 122, 50, 0.25);
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 0.875em;
	color: #ca3120;
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.8203125rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(202, 49, 32, 0.9);
	border-radius: 0.5rem;
}

.form-row>.col>.invalid-tooltip,
.form-row>[class*="col-"]>.invalid-tooltip {
	left: 5px;
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
	display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
	border-color: #ca3120;
	padding-right: calc(1.5em + .75rem) !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ca3120' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ca3120' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
	border-color: #ca3120;
	box-shadow: 0 0 0 0.2rem rgba(202, 49, 32, 0.25);
}

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
	padding-right: 3rem !important;
	background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
	border-color: #ca3120;
	padding-right: calc(.75em + 2.3125rem) !important;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ca3120' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ca3120' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
	border-color: #ca3120;
	box-shadow: 0 0 0 0.2rem rgba(202, 49, 32, 0.25);
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
	color: #ca3120;
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
	display: block;
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
	color: #ca3120;
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
	border-color: #ca3120;
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
	border-color: #e04d3d;
	background-color: #e04d3d;
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(202, 49, 32, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
	border-color: #ca3120;
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
	border-color: #ca3120;
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
	border-color: #ca3120;
	box-shadow: 0 0 0 0.2rem rgba(202, 49, 32, 0.25);
}

.form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.form-inline .form-check {
	width: 100%;
}

@media (min-width: 576px) {
	.form-inline label {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0;
	}

	.form-inline .form-group {
		display: flex;
		flex: 0 0 auto;
		flex-flow: row wrap;
		align-items: center;
		margin-bottom: 0;
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	.form-inline .form-control-plaintext {
		display: inline-block;
	}

	.form-inline .input-group,
	.form-inline .custom-select {
		width: auto;
	}

	.form-inline .form-check {
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
		padding-left: 0;
	}

	.form-inline .form-check-input {
		position: relative;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: 0.25rem;
		margin-left: 0;
	}

	.form-inline .custom-control {
		align-items: center;
		justify-content: center;
	}

	.form-inline .custom-control-label {
		margin-bottom: 0;
	}
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #1d2125;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 0.9375rem;
	line-height: 1.5;
	border-radius: 0.5rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (max-width: 1200px) {
	.btn {
		font-size: calc(.90375rem + .045vw);
	}
}

@media (prefers-reduced-motion: reduce) {
	.btn {
		transition: none;
	}
}

.btn:hover {
	color: #1d2125;
	text-decoration: none;
}

.btn:focus,
.btn.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(15, 108, 191, 0.75);
}

.btn.disabled,
.btn:disabled {
	opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none;
}

.btn-primary {
	color: #fff;
	background-color: #0f6cbf;
	border-color: #0f6cbf;
}

.btn-primary:hover {
	color: #fff;
	background-color: #0c589c;
	border-color: #0b5190;
}

.btn-primary:focus,
.btn-primary.focus {
	color: #fff;
	background-color: #0c589c;
	border-color: #0b5190;
	box-shadow: 0 0 0 0.2rem rgba(51, 130, 201, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #0f6cbf;
	border-color: #0f6cbf;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0b5190;
	border-color: #0a4b84;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(51, 130, 201, 0.5);
}

.btn-secondary {
	color: #1d2125;
	background-color: #ced4da;
	border-color: #ced4da;
}

.btn-secondary:hover {
	color: #1d2125;
	background-color: #b8c1ca;
	border-color: #b1bbc4;
}

.btn-secondary:focus,
.btn-secondary.focus {
	color: #1d2125;
	background-color: #b8c1ca;
	border-color: #b1bbc4;
	box-shadow: 0 0 0 0.2rem rgba(179, 185, 191, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #1d2125;
	background-color: #ced4da;
	border-color: #ced4da;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
	color: #1d2125;
	background-color: #b1bbc4;
	border-color: #aab4bf;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(179, 185, 191, 0.5);
}

.btn-success {
	color: #fff;
	background-color: #357a32;
	border-color: #357a32;
}

.btn-success:hover {
	color: #fff;
	background-color: #295f27;
	border-color: #255623;
}

.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #295f27;
	border-color: #255623;
	box-shadow: 0 0 0 0.2rem rgba(83, 142, 81, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: #357a32;
	border-color: #357a32;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #255623;
	border-color: #214d1f;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(83, 142, 81, 0.5);
}

.btn-info {
	color: #fff;
	background-color: #008196;
	border-color: #008196;
}

.btn-info:hover {
	color: #fff;
	background-color: #006070;
	border-color: #005563;
}

.btn-info:focus,
.btn-info.focus {
	color: #fff;
	background-color: #006070;
	border-color: #005563;
	box-shadow: 0 0 0 0.2rem rgba(38, 148, 166, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
	color: #fff;
	background-color: #008196;
	border-color: #008196;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #005563;
	border-color: #004a56;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(38, 148, 166, 0.5);
}

.btn-warning {
	color: #1d2125;
	background-color: #f0ad4e;
	border-color: #f0ad4e;
}

.btn-warning:hover {
	color: #1d2125;
	background-color: #ed9d2b;
	border-color: #ec971f;
}

.btn-warning:focus,
.btn-warning.focus {
	color: #1d2125;
	background-color: #ed9d2b;
	border-color: #ec971f;
	box-shadow: 0 0 0 0.2rem rgba(208, 152, 72, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
	color: #1d2125;
	background-color: #f0ad4e;
	border-color: #f0ad4e;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
	color: #1d2125;
	background-color: #ec971f;
	border-color: #ea9214;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(208, 152, 72, 0.5);
}

.btn-danger {
	color: #fff;
	background-color: #ca3120;
	border-color: #ca3120;
}

.btn-danger:hover {
	color: #fff;
	background-color: #a9291b;
	border-color: #9e2619;
}

.btn-danger:focus,
.btn-danger.focus {
	color: #fff;
	background-color: #a9291b;
	border-color: #9e2619;
	box-shadow: 0 0 0 0.2rem rgba(210, 80, 65, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
	color: #fff;
	background-color: #ca3120;
	border-color: #ca3120;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #9e2619;
	border-color: #932417;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(210, 80, 65, 0.5);
}

.btn-light {
	color: #1d2125;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-light:hover {
	color: #1d2125;
	background-color: #e2e6ea;
	border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
	color: #1d2125;
	background-color: #e2e6ea;
	border-color: #dae0e5;
	box-shadow: 0 0 0 0.2rem rgba(215, 217, 218, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
	color: #1d2125;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
	color: #1d2125;
	background-color: #dae0e5;
	border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(215, 217, 218, 0.5);
}

.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
	box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
	color: #0f6cbf;
	border-color: #0f6cbf;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #0f6cbf;
	border-color: #0f6cbf;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
	box-shadow: 0 0 0 0.2rem rgba(15, 108, 191, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #0f6cbf;
	background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #0f6cbf;
	border-color: #0f6cbf;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(15, 108, 191, 0.5);
}

.btn-outline-secondary {
	color: #ced4da;
	border-color: #ced4da;
}

.btn-outline-secondary:hover {
	color: #1d2125;
	background-color: #ced4da;
	border-color: #ced4da;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
	box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #ced4da;
	background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
	color: #1d2125;
	background-color: #ced4da;
	border-color: #ced4da;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.btn-outline-success {
	color: #357a32;
	border-color: #357a32;
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #357a32;
	border-color: #357a32;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
	box-shadow: 0 0 0 0.2rem rgba(53, 122, 50, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #357a32;
	background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #357a32;
	border-color: #357a32;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(53, 122, 50, 0.5);
}

.btn-outline-info {
	color: #008196;
	border-color: #008196;
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #008196;
	border-color: #008196;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 129, 150, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #008196;
	background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #008196;
	border-color: #008196;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 129, 150, 0.5);
}

.btn-outline-warning {
	color: #f0ad4e;
	border-color: #f0ad4e;
}

.btn-outline-warning:hover {
	color: #1d2125;
	background-color: #f0ad4e;
	border-color: #f0ad4e;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
	box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #f0ad4e;
	background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
	color: #1d2125;
	background-color: #f0ad4e;
	border-color: #f0ad4e;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5);
}

.btn-outline-danger {
	color: #ca3120;
	border-color: #ca3120;
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #ca3120;
	border-color: #ca3120;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
	box-shadow: 0 0 0 0.2rem rgba(202, 49, 32, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #ca3120;
	background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #ca3120;
	border-color: #ca3120;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(202, 49, 32, 0.5);
}

.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light:hover {
	color: #1d2125;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
	color: #1d2125;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
	color: #343a40;
	border-color: #343a40;
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
	font-weight: 400;
	color: #0f6cbf;
	text-decoration: none;
}

.btn-link:hover {
	color: #094478;
	text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
	text-decoration: underline;
}

.btn-link:disabled,
.btn-link.disabled {
	color: #6a737b;
	pointer-events: none;
}

.btn-lg,
.btn-group-lg>.btn {
	padding: 0.5rem 1rem;
	font-size: 1.171875rem;
	line-height: 1.5;
	border-radius: 0.6rem;
}

@media (max-width: 1200px) {

	.btn-lg,
	.btn-group-lg>.btn {
		font-size: calc(.9271875rem + .32625vw);
	}
}

.btn-sm,
.btn-group-sm>.btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.8203125rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block+.btn-block {
	margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}

.fade {
	transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
	.fade {
		transition: none;
	}
}

.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: none;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
	.collapsing {
		transition: none;
	}
}

.collapsing.width {
	width: 0;
	height: auto;
	transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
	.collapsing.width {
		transition: none;
	}
}

.dropup,
.dropright,
.dropdown,
.dropleft {
	position: relative;
}

.dropdown-toggle {
	white-space: nowrap;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 0.9375rem;
	color: #1d2125;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.5rem;
}

@media (max-width: 1200px) {
	.dropdown-menu {
		font-size: calc(.90375rem + .045vw);
	}
}

.dropdown-menu-left {
	right: auto;
	left: 0;
}

.dropdown-menu-right {
	right: 0;
	left: auto;
}

@media (min-width: 576px) {
	.dropdown-menu-sm-left {
		right: auto;
		left: 0;
	}

	.dropdown-menu-sm-right {
		right: 0;
		left: auto;
	}
}

@media (min-width: 768px) {
	.dropdown-menu-md-left {
		right: auto;
		left: 0;
	}

	.dropdown-menu-md-right {
		right: 0;
		left: auto;
	}
}

@media (min-width: 992px) {
	.dropdown-menu-lg-left {
		right: auto;
		left: 0;
	}

	.dropdown-menu-lg-right {
		right: 0;
		left: auto;
	}
}

@media (min-width: 1200px) {
	.dropdown-menu-xl-left {
		right: auto;
		left: 0;
	}

	.dropdown-menu-xl-right {
		right: 0;
		left: auto;
	}
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0;
	border-right: 0.3em solid transparent;
	border-bottom: 0.3em solid;
	border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0;
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-toggle::after {
	vertical-align: 0;
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
}

.dropleft .dropdown-toggle::after {
	display: none;
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	margin-right: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0.3em solid;
	border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropleft .dropdown-toggle::before {
	vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
	right: auto;
	bottom: auto;
}

.dropdown-divider {
	height: 0;
	margin: 0.5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #1d2125;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #fff;
	text-decoration: none;
	background-color: #0f6cbf;
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #0f6cbf;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #8f959e;
	pointer-events: none;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	display: block;
	padding: 0.5rem 1.5rem;
	margin-bottom: 0;
	font-size: 0.8203125rem;
	color: #6a737b;
	white-space: nowrap;
}

.dropdown-item-text {
	display: block;
	padding: 0.25rem 1.5rem;
	color: #1d2125;
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
	position: relative;
	flex: 1 1 auto;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
	z-index: 1;
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
	z-index: 1;
}

.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.btn-toolbar .input-group {
	width: auto;
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
	margin-left: -1px;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
	padding-right: 0.5625rem;
	padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
	margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
	margin-right: 0;
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
	padding-right: 0.375rem;
	padding-left: 0.375rem;
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}

.btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
	width: 100%;
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
	margin-top: -1px;
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
	margin-bottom: 0;
}

.btn-group-toggle>.btn input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	margin-bottom: 0;
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
	margin-left: -1px;
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
	z-index: 3;
}

.input-group>.custom-file .custom-file-input:focus {
	z-index: 4;
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group>.custom-file {
	display: flex;
	align-items: center;
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group:not(.has-validation)>.form-control:not(:last-child),
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group.has-validation>.form-control:nth-last-child(n+3),
.input-group.has-validation>.custom-select:nth-last-child(n+3),
.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
	display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
	position: relative;
	z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
	z-index: 3;
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
	margin-left: -1px;
}

.input-group-prepend {
	margin-right: -1px;
}

.input-group-append {
	margin-left: -1px;
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: 0.375rem 0.75rem;
	margin-bottom: 0;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #8f959e;
	border-radius: 0.5rem;
}

@media (max-width: 1200px) {
	.input-group-text {
		font-size: calc(.90375rem + .045vw);
	}
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
	margin-top: 0;
}

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
	height: calc(1.5em + 1rem + 2px);
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
	padding: 0.5rem 1rem;
	font-size: 1.171875rem;
	line-height: 1.5;
	border-radius: 0.6rem;
}

@media (max-width: 1200px) {

	.input-group-lg>.form-control,
	.input-group-lg>.custom-select,
	.input-group-lg>.input-group-prepend>.input-group-text,
	.input-group-lg>.input-group-append>.input-group-text,
	.input-group-lg>.input-group-prepend>.btn,
	.input-group-lg>.input-group-append>.btn {
		font-size: calc(.9271875rem + .32625vw);
	}
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
	height: calc(1.5em + .5rem + 2px);
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.8203125rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
	padding-right: 1.75rem;
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.custom-control {
	position: relative;
	z-index: 1;
	display: block;
	min-height: 1.40625rem;
	padding-left: 1.75rem;
	print-color-adjust: exact;
}

.custom-control-inline {
	display: inline-flex;
	margin-right: 1rem;
}

.custom-control-input {
	position: absolute;
	left: 0;
	z-index: -1;
	width: 1.25rem;
	height: 1.328125rem;
	opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #0f6cbf;
	background-color: #0f6cbf;
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(15, 108, 191, 0.75);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #5babf2;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
	color: #fff;
	background-color: #8bc3f6;
	border-color: #8bc3f6;
}

.custom-control-input[disabled]~.custom-control-label,
.custom-control-input:disabled~.custom-control-label {
	color: #6a737b;
}

.custom-control-input[disabled]~.custom-control-label::before,
.custom-control-input:disabled~.custom-control-label::before {
	background-color: #e9ecef;
}

.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top;
}

.custom-control-label::before {
	position: absolute;
	top: 0.078125rem;
	left: -1.75rem;
	display: block;
	width: 1.25rem;
	height: 1.25rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: 1px solid #8f959e;
}

.custom-control-label::after {
	position: absolute;
	top: 0.078125rem;
	left: -1.75rem;
	display: block;
	width: 1.25rem;
	height: 1.25rem;
	content: "";
	background: 50% / 50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
	border-radius: 0.5rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	border-color: #0f6cbf;
	background-color: #0f6cbf;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(15, 108, 191, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
	background-color: rgba(15, 108, 191, 0.5);
}

.custom-radio .custom-control-label::before {
	border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(15, 108, 191, 0.5);
}

.custom-switch {
	padding-left: 2.6875rem;
}

.custom-switch .custom-control-label::before {
	left: -2.6875rem;
	width: 2.1875rem;
	pointer-events: all;
	border-radius: 0.625rem;
}

.custom-switch .custom-control-label::after {
	top: calc(.078125rem + 2px);
	left: calc(-2.6875rem + 2px);
	width: calc(1.25rem - 4px);
	height: calc(1.25rem - 4px);
	background-color: #8f959e;
	border-radius: 0.625rem;
	transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.custom-switch .custom-control-label::after {
		transition: none;
	}
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
	background-color: #fff;
	transform: translateX(0.9375rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(15, 108, 191, 0.5);
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: 0.375rem 1.75rem 0.375rem 0.75rem;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
	border: 1px solid #8f959e;
	border-radius: 0.5rem;
	appearance: none;
}

@media (max-width: 1200px) {
	.custom-select {
		font-size: calc(.90375rem + .045vw);
	}
}

.custom-select:focus {
	border-color: #5babf2;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(15, 108, 191, 0.75);
}

.custom-select:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: 0.75rem;
	background-image: none;
}

.custom-select:disabled {
	color: #6a737b;
	background-color: #e9ecef;
}

.custom-select::-ms-expand {
	display: none;
}

.custom-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
	height: calc(1.5em + .5rem + 2px);
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.5rem;
	font-size: 0.8203125rem;
}

.custom-select-lg {
	height: calc(1.5em + 1rem + 2px);
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	font-size: 1.171875rem;
}

@media (max-width: 1200px) {
	.custom-select-lg {
		font-size: calc(.9271875rem + .32625vw);
	}
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	margin-bottom: 0;
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	margin: 0;
	overflow: hidden;
	opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
	border-color: #5babf2;
	box-shadow: 0 0 0 0.2rem rgba(15, 108, 191, 0.75);
}

.custom-file-input[disabled]~.custom-file-label,
.custom-file-input:disabled~.custom-file-label {
	background-color: #e9ecef;
}

.custom-file-input:lang(en)~.custom-file-label::after {
	content: "Browse";
}

.custom-file-input~.custom-file-label[data-browse]::after {
	content: attr(data-browse);
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(1.5em + .75rem + 2px);
	padding: 0.375rem 0.75rem;
	overflow: hidden;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #8f959e;
	border-radius: 0.5rem;
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + .75rem);
	padding: 0.375rem 0.75rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-left: inherit;
	border-radius: 0 0.5rem 0.5rem 0;
}

.custom-range {
	width: 100%;
	height: 1.4rem;
	padding: 0;
	background-color: transparent;
	appearance: none;
}

.custom-range:focus {
	outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(15, 108, 191, 0.75);
}

.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(15, 108, 191, 0.75);
}

.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(15, 108, 191, 0.75);
}

.custom-range::-moz-focus-outer {
	border: 0;
}

.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -0.25rem;
	background-color: #0f6cbf;
	border: 0;
	border-radius: 1rem;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	appearance: none;
}

@media (prefers-reduced-motion: reduce) {
	.custom-range::-webkit-slider-thumb {
		transition: none;
	}
}

.custom-range::-webkit-slider-thumb:active {
	background-color: #8bc3f6;
}

.custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #0f6cbf;
	border: 0;
	border-radius: 1rem;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	appearance: none;
}

@media (prefers-reduced-motion: reduce) {
	.custom-range::-moz-range-thumb {
		transition: none;
	}
}

.custom-range::-moz-range-thumb:active {
	background-color: #8bc3f6;
}

.custom-range::-moz-range-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}

.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: 0.2rem;
	margin-left: 0.2rem;
	background-color: #0f6cbf;
	border: 0;
	border-radius: 1rem;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	appearance: none;
}

@media (prefers-reduced-motion: reduce) {
	.custom-range::-ms-thumb {
		transition: none;
	}
}

.custom-range::-ms-thumb:active {
	background-color: #8bc3f6;
}

.custom-range::-ms-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
	background-color: #dee2e6;
	border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #dee2e6;
	border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
	background-color: #8f959e;
}

.custom-range:disabled::-webkit-slider-runnable-track {
	cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
	background-color: #8f959e;
}

.custom-range:disabled::-moz-range-track {
	cursor: default;
}

.custom-range:disabled::-ms-thumb {
	background-color: #8f959e;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

	.custom-control-label::before,
	.custom-file-label,
	.custom-select {
		transition: none;
	}
}

.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	display: block;
	padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
	text-decoration: none;
}

.nav-link.disabled {
	color: #6a737b;
	pointer-events: none;
	cursor: default;
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
	margin-bottom: -1px;
	background-color: transparent;
	border: 1px solid transparent;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	isolation: isolate;
	border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
	color: #6a737b;
	background-color: transparent;
	border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-pills .nav-link {
	background: none;
	border: 0;
	border-radius: 0.5rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #0f6cbf;
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
	flex: 1 1 auto;
	text-align: center;
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center;
}

.tab-content>.tab-pane {
	display: none;
}

.tab-content>.active {
	display: block;
}

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.navbar-brand {
	display: inline-block;
	padding-top: 0.32421875rem;
	padding-bottom: 0.32421875rem;
	margin-right: 1rem;
	font-size: 1.171875rem;
	line-height: inherit;
	white-space: nowrap;
}

@media (max-width: 1200px) {
	.navbar-brand {
		font-size: calc(.9271875rem + .32625vw);
	}
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none;
}

.navbar-text {
	display: inline-block;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center;
}

.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 1.171875rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0.5rem;
}

@media (max-width: 1200px) {
	.navbar-toggler {
		font-size: calc(.9271875rem + .32625vw);
	}
}

.navbar-toggler:hover,
.navbar-toggler:focus {
	text-decoration: none;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: 50% / 100% 100% no-repeat;
}

.navbar-nav-scroll {
	max-height: 75vh;
	overflow-y: auto;
}

@media (max-width: 575.98px) {

	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid,
	.navbar-expand-sm>.container-sm,
	.navbar-expand-sm>.container-md,
	.navbar-expand-sm>.container-lg,
	.navbar-expand-sm>.container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 576px) {
	.navbar-expand-sm {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}

	.navbar-expand-sm .navbar-nav {
		flex-direction: row;
	}

	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}

	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}

	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid,
	.navbar-expand-sm>.container-sm,
	.navbar-expand-sm>.container-md,
	.navbar-expand-sm>.container-lg,
	.navbar-expand-sm>.container-xl {
		flex-wrap: nowrap;
	}

	.navbar-expand-sm .navbar-nav-scroll {
		overflow: visible;
	}

	.navbar-expand-sm .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}

	.navbar-expand-sm .navbar-toggler {
		display: none;
	}
}

@media (max-width: 767.98px) {

	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid,
	.navbar-expand-md>.container-sm,
	.navbar-expand-md>.container-md,
	.navbar-expand-md>.container-lg,
	.navbar-expand-md>.container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 768px) {
	.navbar-expand-md {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}

	.navbar-expand-md .navbar-nav {
		flex-direction: row;
	}

	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
	}

	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}

	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid,
	.navbar-expand-md>.container-sm,
	.navbar-expand-md>.container-md,
	.navbar-expand-md>.container-lg,
	.navbar-expand-md>.container-xl {
		flex-wrap: nowrap;
	}

	.navbar-expand-md .navbar-nav-scroll {
		overflow: visible;
	}

	.navbar-expand-md .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}

	.navbar-expand-md .navbar-toggler {
		display: none;
	}
}

@media (max-width: 991.98px) {

	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid,
	.navbar-expand-lg>.container-sm,
	.navbar-expand-lg>.container-md,
	.navbar-expand-lg>.container-lg,
	.navbar-expand-lg>.container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}

	.navbar-expand-lg .navbar-nav {
		flex-direction: row;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}

	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid,
	.navbar-expand-lg>.container-sm,
	.navbar-expand-lg>.container-md,
	.navbar-expand-lg>.container-lg,
	.navbar-expand-lg>.container-xl {
		flex-wrap: nowrap;
	}

	.navbar-expand-lg .navbar-nav-scroll {
		overflow: visible;
	}

	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}

	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
}

@media (max-width: 1199.98px) {

	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid,
	.navbar-expand-xl>.container-sm,
	.navbar-expand-xl>.container-md,
	.navbar-expand-xl>.container-lg,
	.navbar-expand-xl>.container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 1200px) {
	.navbar-expand-xl {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}

	.navbar-expand-xl .navbar-nav {
		flex-direction: row;
	}

	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}

	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}

	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid,
	.navbar-expand-xl>.container-sm,
	.navbar-expand-xl>.container-md,
	.navbar-expand-xl>.container-lg,
	.navbar-expand-xl>.container-xl {
		flex-wrap: nowrap;
	}

	.navbar-expand-xl .navbar-nav-scroll {
		overflow: visible;
	}

	.navbar-expand-xl .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}

	.navbar-expand-xl .navbar-toggler {
		display: none;
	}
}

.navbar-expand {
	flex-flow: row nowrap;
	justify-content: flex-start;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
	padding-right: 0;
	padding-left: 0;
}

.navbar-expand .navbar-nav {
	flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
	flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
	overflow: visible;
}

.navbar-expand .navbar-collapse {
	display: flex !important;
	flex-basis: auto;
}

.navbar-expand .navbar-toggler {
	display: none;
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 0.6);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, 0.6);
	border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.6%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, 0.6);
}

.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
	color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
	color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
	color: #fff;
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
	color: #fff;
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
	color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
	color: #fff;
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.5rem;
}

.card>hr {
	margin-right: 0;
	margin-left: 0;
}

.card>.list-group {
	border-top: inherit;
	border-bottom: inherit;
}

.card>.list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: calc(.5rem - 1px);
	border-top-right-radius: calc(.5rem - 1px);
}

.card>.list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: calc(.5rem - 1px);
	border-bottom-left-radius: calc(.5rem - 1px);
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
	border-top: 0;
}

.card-body {
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.25rem;
}

.card-title {
	margin-bottom: 0.75rem;
}

.card-subtitle {
	margin-top: -0.375rem;
	margin-bottom: 0;
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link:hover {
	text-decoration: none;
}

.card-link+.card-link {
	margin-left: 1.25rem;
}

.card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
	border-radius: calc(.5rem - 1px) calc(.5rem - 1px) 0 0;
}

.card-footer {
	padding: 0.75rem 1.25rem;
	background-color: rgba(0, 0, 0, 0.03);
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
	border-radius: 0 0 calc(.5rem - 1px) calc(.5rem - 1px);
}

.card-header-tabs {
	margin-right: -0.625rem;
	margin-bottom: -0.75rem;
	margin-left: -0.625rem;
	border-bottom: 0;
}

.card-header-pills {
	margin-right: -0.625rem;
	margin-left: -0.625rem;
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
	border-radius: calc(.5rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
	flex-shrink: 0;
	width: 100%;
}

.card-img,
.card-img-top {
	border-top-left-radius: calc(.5rem - 1px);
	border-top-right-radius: calc(.5rem - 1px);
}

.card-img,
.card-img-bottom {
	border-bottom-right-radius: calc(.5rem - 1px);
	border-bottom-left-radius: calc(.5rem - 1px);
}

.card-deck .card {
	margin-bottom: 0.25rem;
}

@media (min-width: 576px) {
	.card-deck {
		display: flex;
		flex-flow: row wrap;
		margin-right: -0.25rem;
		margin-left: -0.25rem;
	}

	.card-deck .card {
		flex: 1 0 0%;
		margin-right: 0.25rem;
		margin-bottom: 0;
		margin-left: 0.25rem;
	}
}

.card-group>.card {
	margin-bottom: 0.25rem;
}

@media (min-width: 576px) {
	.card-group {
		display: flex;
		flex-flow: row wrap;
	}

	.card-group>.card {
		flex: 1 0 0%;
		margin-bottom: 0;
	}

	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0;
	}

	.card-group>.card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.card-group>.card:not(:last-child) .card-img-top,
	.card-group>.card:not(:last-child) .card-header {
		border-top-right-radius: 0;
	}

	.card-group>.card:not(:last-child) .card-img-bottom,
	.card-group>.card:not(:last-child) .card-footer {
		border-bottom-right-radius: 0;
	}

	.card-group>.card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}

	.card-group>.card:not(:first-child) .card-img-top,
	.card-group>.card:not(:first-child) .card-header {
		border-top-left-radius: 0;
	}

	.card-group>.card:not(:first-child) .card-img-bottom,
	.card-group>.card:not(:first-child) .card-footer {
		border-bottom-left-radius: 0;
	}
}

.card-columns .card {
	margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
	.card-columns {
		column-count: 3;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1;
	}

	.card-columns .card {
		display: inline-block;
		width: 100%;
	}
}

.accordion {
	overflow-anchor: none;
}

.accordion>.card {
	overflow: hidden;
}

.accordion>.card:not(:last-of-type) {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.accordion>.card:not(:first-of-type) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.accordion>.card>.card-header {
	border-radius: 0;
	margin-bottom: -1px;
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0.5rem 0;
	margin-bottom: 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
	float: left;
	padding-right: 0.5rem;
	color: #6a737b;
	content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: none;
}

.breadcrumb-item.active {
	color: #6a737b;
}

.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0.5rem;
}

.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #0f6cbf;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.page-link:hover {
	z-index: 2;
	color: #094478;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.page-link:focus {
	z-index: 3;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(15, 108, 191, 0.75);
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
}

.page-item:last-child .page-link {
	border-top-right-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #0f6cbf;
	border-color: #0f6cbf;
}

.page-item.disabled .page-link {
	color: #6a737b;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6;
}

.pagination-lg .page-link {
	padding: 0.75rem 1.5rem;
	font-size: 1.171875rem;
	line-height: 1.5;
}

@media (max-width: 1200px) {
	.pagination-lg .page-link {
		font-size: calc(.9271875rem + .32625vw);
	}
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: 0.6rem;
	border-bottom-left-radius: 0.6rem;
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: 0.6rem;
	border-bottom-right-radius: 0.6rem;
}

.pagination-sm .page-link {
	padding: 0.25rem 0.5rem;
	font-size: 0.8203125rem;
	line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: 0.2rem;
	border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
}

.badge {
	display: inline-block;
	padding: 0.25em 0.4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.5rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.badge {
		transition: none;
	}
}

a.badge:hover,
a.badge:focus {
	text-decoration: none;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.badge-pill {
	padding-right: 0.6em;
	padding-left: 0.6em;
	border-radius: 10rem;
}

.badge-primary {
	color: #fff;
	background-color: #0f6cbf;
}

a.badge-primary:hover,
a.badge-primary:focus {
	color: #fff;
	background-color: #0b5190;
}

a.badge-primary:focus,
a.badge-primary.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(15, 108, 191, 0.5);
}

.badge-secondary {
	color: #1d2125;
	background-color: #ced4da;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
	color: #1d2125;
	background-color: #b1bbc4;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.badge-success {
	color: #fff;
	background-color: #357a32;
}

a.badge-success:hover,
a.badge-success:focus {
	color: #fff;
	background-color: #255623;
}

a.badge-success:focus,
a.badge-success.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(53, 122, 50, 0.5);
}

.badge-info {
	color: #fff;
	background-color: #008196;
}

a.badge-info:hover,
a.badge-info:focus {
	color: #fff;
	background-color: #005563;
}

a.badge-info:focus,
a.badge-info.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 129, 150, 0.5);
}

.badge-warning {
	color: #1d2125;
	background-color: #f0ad4e;
}

a.badge-warning:hover,
a.badge-warning:focus {
	color: #1d2125;
	background-color: #ec971f;
}

a.badge-warning:focus,
a.badge-warning.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5);
}

.badge-danger {
	color: #fff;
	background-color: #ca3120;
}

a.badge-danger:hover,
a.badge-danger:focus {
	color: #fff;
	background-color: #9e2619;
}

a.badge-danger:focus,
a.badge-danger.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(202, 49, 32, 0.5);
}

.badge-light {
	color: #1d2125;
	background-color: #f8f9fa;
}

a.badge-light:hover,
a.badge-light:focus {
	color: #1d2125;
	background-color: #dae0e5;
}

a.badge-light:focus,
a.badge-light.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
	color: #fff;
	background-color: #343a40;
}

a.badge-dark:hover,
a.badge-dark:focus {
	color: #fff;
	background-color: #1d2124;
}

a.badge-dark:focus,
a.badge-dark.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	border-radius: 0.6rem;
}

@media (min-width: 576px) {
	.jumbotron {
		padding: 4rem 2rem;
	}
}

.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0;
}

.alert {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 0 solid transparent;
	border-radius: 0.5rem;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
}

.alert-dismissible {
	padding-right: 3.90625rem;
}

.alert-dismissible .close,
.alert-dismissible .btn-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 0.75rem 1.25rem;
	color: inherit;
}

.alert-primary {
	color: #083863;
	background-color: #cfe2f2;
	border-color: #bcd6ed;
}

.alert-primary hr {
	border-top-color: #a8cae8;
}

.alert-primary .alert-link {
	color: #041d34;
}

.alert-secondary {
	color: #6b6e71;
	background-color: #f5f6f8;
	border-color: #f1f3f5;
}

.alert-secondary hr {
	border-top-color: #e2e6ea;
}

.alert-secondary .alert-link {
	color: #525557;
}

.alert-success,
.environmenttable .ok {
	color: #1c3f1a;
	background-color: #d7e4d6;
	border-color: #c6dac6;
}

.alert-success hr,
.environmenttable .ok hr {
	border-top-color: #b7d0b7;
}

.alert-success .alert-link,
.environmenttable .ok .alert-link {
	color: #0c1b0b;
}

.alert-info {
	color: #00434e;
	background-color: #cce6ea;
	border-color: #b8dce2;
}

.alert-info hr {
	border-top-color: #a6d3db;
}

.alert-info .alert-link {
	color: #00171b;
}

.alert-warning,
.environmenttable .warn {
	color: #7d5a29;
	background-color: #fcefdc;
	border-color: #fbe8cd;
}

.alert-warning hr,
.environmenttable .warn hr {
	border-top-color: #f9ddb5;
}

.alert-warning .alert-link,
.environmenttable .warn .alert-link {
	color: #573e1c;
}

.alert-danger,
.environmenttable .error {
	color: #691911;
	background-color: #f4d6d2;
	border-color: #f0c5c1;
}

.alert-danger hr,
.environmenttable .error hr {
	border-top-color: #ebb2ac;
}

.alert-danger .alert-link,
.environmenttable .error .alert-link {
	color: #3d0f0a;
}

.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe;
}

.alert-light hr {
	border-top-color: #ececf6;
}

.alert-light .alert-link {
	color: #686868;
}

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca;
}

.alert-dark hr {
	border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
	color: #040505;
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}

	to {
		background-position: 0 0;
	}
}

.progress {
	display: flex;
	height: 1rem;
	overflow: hidden;
	line-height: 0;
	font-size: 0.703125rem;
	background-color: #e9ecef;
	border-radius: 0.5rem;
}

.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #0f6cbf;
	transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
	.progress-bar {
		transition: none;
	}
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem;
}

.progress-bar-animated {
	animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
	.progress-bar-animated {
		animation: none;
	}
}

.media {
	display: flex;
	align-items: flex-start;
}

.media-body {
	flex: 1;
}

.list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: 0.5rem;
}

.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa;
}

.list-group-item-action:active {
	color: #1d2125;
	background-color: #e9ecef;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 0.75rem 1.25rem;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.list-group-item:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
	color: #6a737b;
	pointer-events: none;
	background-color: #fff;
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #0f6cbf;
	border-color: #0f6cbf;
}

.list-group-item+.list-group-item {
	border-top-width: 0;
}

.list-group-item+.list-group-item.active {
	margin-top: -1px;
	border-top-width: 1px;
}

.list-group-horizontal {
	flex-direction: row;
}

.list-group-horizontal>.list-group-item:first-child {
	border-bottom-left-radius: 0.5rem;
	border-top-right-radius: 0;
}

.list-group-horizontal>.list-group-item:last-child {
	border-top-right-radius: 0.5rem;
	border-bottom-left-radius: 0;
}

.list-group-horizontal>.list-group-item.active {
	margin-top: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item {
	border-top-width: 1px;
	border-left-width: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px;
}

@media (min-width: 576px) {
	.list-group-horizontal-sm {
		flex-direction: row;
	}

	.list-group-horizontal-sm>.list-group-item:first-child {
		border-bottom-left-radius: 0.5rem;
		border-top-right-radius: 0;
	}

	.list-group-horizontal-sm>.list-group-item:last-child {
		border-top-right-radius: 0.5rem;
		border-bottom-left-radius: 0;
	}

	.list-group-horizontal-sm>.list-group-item.active {
		margin-top: 0;
	}

	.list-group-horizontal-sm>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}

	.list-group-horizontal-sm>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

@media (min-width: 768px) {
	.list-group-horizontal-md {
		flex-direction: row;
	}

	.list-group-horizontal-md>.list-group-item:first-child {
		border-bottom-left-radius: 0.5rem;
		border-top-right-radius: 0;
	}

	.list-group-horizontal-md>.list-group-item:last-child {
		border-top-right-radius: 0.5rem;
		border-bottom-left-radius: 0;
	}

	.list-group-horizontal-md>.list-group-item.active {
		margin-top: 0;
	}

	.list-group-horizontal-md>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}

	.list-group-horizontal-md>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

@media (min-width: 992px) {
	.list-group-horizontal-lg {
		flex-direction: row;
	}

	.list-group-horizontal-lg>.list-group-item:first-child {
		border-bottom-left-radius: 0.5rem;
		border-top-right-radius: 0;
	}

	.list-group-horizontal-lg>.list-group-item:last-child {
		border-top-right-radius: 0.5rem;
		border-bottom-left-radius: 0;
	}

	.list-group-horizontal-lg>.list-group-item.active {
		margin-top: 0;
	}

	.list-group-horizontal-lg>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}

	.list-group-horizontal-lg>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

@media (min-width: 1200px) {
	.list-group-horizontal-xl {
		flex-direction: row;
	}

	.list-group-horizontal-xl>.list-group-item:first-child {
		border-bottom-left-radius: 0.5rem;
		border-top-right-radius: 0;
	}

	.list-group-horizontal-xl>.list-group-item:last-child {
		border-top-right-radius: 0.5rem;
		border-bottom-left-radius: 0;
	}

	.list-group-horizontal-xl>.list-group-item.active {
		margin-top: 0;
	}

	.list-group-horizontal-xl>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}

	.list-group-horizontal-xl>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

.list-group-flush {
	border-radius: 0;
}

.list-group-flush>.list-group-item {
	border-width: 0 0 1px;
}

.list-group-flush>.list-group-item:last-child {
	border-bottom-width: 0;
}

.list-group-item-primary {
	color: #083863;
	background-color: #bcd6ed;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
	color: #083863;
	background-color: #a8cae8;
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #083863;
	border-color: #083863;
}

.list-group-item-secondary {
	color: #6b6e71;
	background-color: #f1f3f5;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
	color: #6b6e71;
	background-color: #e2e6ea;
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #6b6e71;
	border-color: #6b6e71;
}

.list-group-item-success {
	color: #1c3f1a;
	background-color: #c6dac6;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
	color: #1c3f1a;
	background-color: #b7d0b7;
}

.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #1c3f1a;
	border-color: #1c3f1a;
}

.list-group-item-info {
	color: #00434e;
	background-color: #b8dce2;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
	color: #00434e;
	background-color: #a6d3db;
}

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #00434e;
	border-color: #00434e;
}

.list-group-item-warning {
	color: #7d5a29;
	background-color: #fbe8cd;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
	color: #7d5a29;
	background-color: #f9ddb5;
}

.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #7d5a29;
	border-color: #7d5a29;
}

.list-group-item-danger {
	color: #691911;
	background-color: #f0c5c1;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
	color: #691911;
	background-color: #ebb2ac;
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #691911;
	border-color: #691911;
}

.list-group-item-light {
	color: #818182;
	background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
	color: #818182;
	background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #818182;
	border-color: #818182;
}

.list-group-item-dark {
	color: #1b1e21;
	background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
	color: #1b1e21;
	background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #1b1e21;
	border-color: #1b1e21;
}

.close,
.btn-close {
	float: right;
	font-size: 1.40625rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.5;
}

@media (max-width: 1200px) {

	.close,
	.btn-close {
		font-size: calc(.950625rem + .6075vw);
	}
}

.close:hover,
.btn-close:hover {
	color: #000;
	text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.btn-close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus,
.btn-close:not(:disabled):not(.disabled):focus {
	opacity: 0.75;
}

button.close,
button.btn-close {
	padding: 0;
	background-color: transparent;
	border: 0;
}

a.close.disabled,
a.disabled.btn-close {
	pointer-events: none;
}

.toast {
	flex-basis: 350px;
	max-width: 350px;
	font-size: 0.875rem;
	color: #fff;
	background-color: rgba(29, 33, 37, 0.95);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
	opacity: 0;
	border-radius: 0.25rem;
}

.toast:not(:last-child) {
	margin-bottom: 0.75rem;
}

.toast.showing {
	opacity: 1;
}

.toast.show {
	display: block;
	opacity: 1;
}

.toast.hide {
	display: none;
}

.toast-header {
	display: flex;
	align-items: center;
	padding: 0.25rem 0.75rem;
	color: #f8f9fa;
	background-color: rgba(255, 255, 255, 0.1);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
}

.toast-body {
	padding: 0.75rem;
}

.modal-open {
	overflow: hidden;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: transform 0.3s ease-out;
	transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}

.modal.show .modal-dialog {
	transform: none;
}

.modal.modal-static .modal-dialog {
	transform: scale(1.02);
}

.modal-dialog-scrollable {
	display: flex;
	max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
	flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	height: min-content;
	content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none;
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.6rem;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: 0.5;
}

.modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(.6rem - 1px);
	border-top-right-radius: calc(.6rem - 1px);
}

.modal-header .close,
.modal-header .btn-close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: 0.75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(.6rem - 1px);
	border-bottom-left-radius: calc(.6rem - 1px);
}

.modal-footer>* {
	margin: 0.25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}

	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem);
	}

	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem);
	}

	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}

	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
		height: min-content;
	}

	.modal-sm {
		max-width: 300px;
	}
}

@media (min-width: 992px) {

	.modal-lg,
	.modal-xl {
		max-width: 800px;
	}
}

@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	white-space: normal;
	word-spacing: normal;
	line-break: auto;
	font-size: 0.8203125rem;
	word-wrap: break-word;
	opacity: 0;
}

.tooltip.show {
	opacity: 0.9;
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: 0.8rem;
	height: 0.4rem;
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
	padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
	bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
	top: 0;
	border-width: 0.4rem 0.4rem 0;
	border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
	padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
	left: 0;
	width: 0.4rem;
	height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
	right: 0;
	border-width: 0.4rem 0.4rem 0.4rem 0;
	border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
	padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
	top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
	bottom: 0;
	border-width: 0 0.4rem 0.4rem;
	border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
	padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
	right: 0;
	width: 0.4rem;
	height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
	left: 0;
	border-width: 0.4rem 0 0.4rem 0.4rem;
	border-left-color: #000;
}

.tooltip-inner {
	max-width: 200px;
	padding: 0.25rem 0.5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 0.5rem;
}

.popover {
	position: absolute;
	top: 0;
	z-index: 1060;
	display: block;
	max-width: 300px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	white-space: normal;
	word-spacing: normal;
	line-break: auto;
	font-size: 0.8203125rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.6rem;
}

.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: 0.5rem;
	margin: 0 0.6rem;
}

.popover .arrow::before,
.popover .arrow::after {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
	margin-bottom: 0.5rem;
}

.bs-popover-top>.arrow,
.bs-popover-auto[x-placement^="top"]>.arrow {
	bottom: calc(-0.5rem - 1px);
}

.bs-popover-top>.arrow::before,
.bs-popover-auto[x-placement^="top"]>.arrow::before {
	bottom: 0;
	border-width: 0.5rem 0.5rem 0;
	border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top>.arrow::after,
.bs-popover-auto[x-placement^="top"]>.arrow::after {
	bottom: 1px;
	border-width: 0.5rem 0.5rem 0;
	border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
	margin-left: 0.5rem;
}

.bs-popover-right>.arrow,
.bs-popover-auto[x-placement^="right"]>.arrow {
	left: calc(-0.5rem - 1px);
	width: 0.5rem;
	height: 1rem;
	margin: 0.6rem 0;
}

.bs-popover-right>.arrow::before,
.bs-popover-auto[x-placement^="right"]>.arrow::before {
	left: 0;
	border-width: 0.5rem 0.5rem 0.5rem 0;
	border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right>.arrow::after,
.bs-popover-auto[x-placement^="right"]>.arrow::after {
	left: 1px;
	border-width: 0.5rem 0.5rem 0.5rem 0;
	border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
	margin-top: 0.5rem;
}

.bs-popover-bottom>.arrow,
.bs-popover-auto[x-placement^="bottom"]>.arrow {
	top: calc(-0.5rem - 1px);
}

.bs-popover-bottom>.arrow::before,
.bs-popover-auto[x-placement^="bottom"]>.arrow::before {
	top: 0;
	border-width: 0 0.5rem 0.5rem 0.5rem;
	border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom>.arrow::after,
.bs-popover-auto[x-placement^="bottom"]>.arrow::after {
	top: 1px;
	border-width: 0 0.5rem 0.5rem 0.5rem;
	border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -0.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
	margin-right: 0.5rem;
}

.bs-popover-left>.arrow,
.bs-popover-auto[x-placement^="left"]>.arrow {
	right: calc(-0.5rem - 1px);
	width: 0.5rem;
	height: 1rem;
	margin: 0.6rem 0;
}

.bs-popover-left>.arrow::before,
.bs-popover-auto[x-placement^="left"]>.arrow::before {
	right: 0;
	border-width: 0.5rem 0 0.5rem 0.5rem;
	border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left>.arrow::after,
.bs-popover-auto[x-placement^="left"]>.arrow::after {
	right: 1px;
	border-width: 0.5rem 0 0.5rem 0.5rem;
	border-left-color: #fff;
}

.popover-header {
	padding: 0.5rem 0.75rem;
	margin-bottom: 0;
	font-size: 0.9375rem;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(.6rem - 1px);
	border-top-right-radius: calc(.6rem - 1px);
}

@media (max-width: 1200px) {
	.popover-header {
		font-size: calc(.90375rem + .045vw);
	}
}

.popover-header:empty {
	display: none;
}

.popover-body {
	padding: 0.5rem 0.75rem;
	color: #1d2125;
}

.carousel {
	position: relative;
}

.carousel.pointer-event {
	touch-action: pan-y;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: "";
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	backface-visibility: hidden;
	transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-item {
		transition: none;
	}
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
	transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
	transform: translateX(-100%);
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	z-index: 1;
	opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {

	.carousel-fade .active.carousel-item-left,
	.carousel-fade .active.carousel-item-right {
		transition: none;
	}
}

.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: none;
	border: 0;
	opacity: 0.5;
	transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

	.carousel-control-prev,
	.carousel-control-next {
		transition: none;
	}
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: 0.9;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: 50% / 100% 100% no-repeat;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: flex;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}

.carousel-indicators li {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: 0.5;
	transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-indicators li {
		transition: none;
	}
}

.carousel-indicators .active {
	opacity: 1;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}

@keyframes spinner-border {
	to {
		transform: rotate(360deg);
	}
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -0.125em;
	border: 0.25em solid currentcolor;
	border-right-color: transparent;
	border-radius: 50%;
	animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: 0.2em;
}

@keyframes spinner-grow {
	0% {
		transform: scale(0);
	}

	50% {
		opacity: 1;
		transform: none;
	}
}

.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -0.125em;
	background-color: currentcolor;
	border-radius: 50%;
	opacity: 0;
	animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem;
}

@media (prefers-reduced-motion: reduce) {

	.spinner-border,
	.spinner-grow {
		animation-duration: 1.5s;
	}
}

.align-baseline {
	vertical-align: baseline !important;
}

.align-top,
[data-filterregion="value"] div:first-of-type {
	vertical-align: top !important;
}

.align-middle,
.reportbuilder-table td {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}

.bg-primary {
	background-color: #0f6cbf !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #0b5190 !important;
}

.bg-secondary {
	background-color: #ced4da !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
	background-color: #b1bbc4 !important;
}

.bg-success {
	background-color: #357a32 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
	background-color: #255623 !important;
}

.bg-info {
	background-color: #008196 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
	background-color: #005563 !important;
}

.bg-warning {
	background-color: #f0ad4e !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
	background-color: #ec971f !important;
}

.bg-danger {
	background-color: #ca3120 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
	background-color: #9e2619 !important;
}

.bg-light {
	background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
	background-color: #dae0e5 !important;
}

.bg-dark {
	background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
	background-color: #1d2124 !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.border {
	border: 1px solid #dee2e6 !important;
}

.border-top {
	border-top: 1px solid #dee2e6 !important;
}

.border-right,
.border-end {
	border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
}

.border-left,
.border-start {
	border-left: 1px solid #dee2e6 !important;
}

.border-0 {
	border: 0 !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-right-0,
.border-end-0 {
	border-right: 0 !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-left-0,
.border-start-0 {
	border-left: 0 !important;
}

.border-primary {
	border-color: #0f6cbf !important;
}

.border-secondary {
	border-color: #ced4da !important;
}

.border-success {
	border-color: #357a32 !important;
}

.border-info {
	border-color: #008196 !important;
}

.border-warning {
	border-color: #f0ad4e !important;
}

.border-danger {
	border-color: #ca3120 !important;
}

.border-light {
	border-color: #f8f9fa !important;
}

.border-dark {
	border-color: #343a40 !important;
}

.border-white {
	border-color: #fff !important;
}

.rounded-sm {
	border-radius: 0.2rem !important;
}

.rounded {
	border-radius: 0.5rem !important;
}

.rounded-top {
	border-top-left-radius: 0.5rem !important;
	border-top-right-radius: 0.5rem !important;
}

.rounded-right,
.rounded-end {
	border-top-right-radius: 0.5rem !important;
	border-bottom-right-radius: 0.5rem !important;
}

.rounded-bottom {
	border-bottom-right-radius: 0.5rem !important;
	border-bottom-left-radius: 0.5rem !important;
}

.rounded-left,
.rounded-start {
	border-top-left-radius: 0.5rem !important;
	border-bottom-left-radius: 0.5rem !important;
}

.rounded-lg {
	border-radius: 0.6rem !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-pill {
	border-radius: 50rem !important;
}

.rounded-0 {
	border-radius: 0 !important;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: flex !important;
}

.d-inline-flex {
	display: inline-flex !important;
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}

	.d-sm-inline {
		display: inline !important;
	}

	.d-sm-inline-block {
		display: inline-block !important;
	}

	.d-sm-block {
		display: block !important;
	}

	.d-sm-table {
		display: table !important;
	}

	.d-sm-table-row {
		display: table-row !important;
	}

	.d-sm-table-cell {
		display: table-cell !important;
	}

	.d-sm-flex {
		display: flex !important;
	}

	.d-sm-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}

	.d-md-inline {
		display: inline !important;
	}

	.d-md-inline-block {
		display: inline-block !important;
	}

	.d-md-block {
		display: block !important;
	}

	.d-md-table {
		display: table !important;
	}

	.d-md-table-row {
		display: table-row !important;
	}

	.d-md-table-cell {
		display: table-cell !important;
	}

	.d-md-flex {
		display: flex !important;
	}

	.d-md-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}

	.d-lg-inline {
		display: inline !important;
	}

	.d-lg-inline-block {
		display: inline-block !important;
	}

	.d-lg-block {
		display: block !important;
	}

	.d-lg-table {
		display: table !important;
	}

	.d-lg-table-row {
		display: table-row !important;
	}

	.d-lg-table-cell {
		display: table-cell !important;
	}

	.d-lg-flex {
		display: flex !important;
	}

	.d-lg-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}

	.d-xl-inline {
		display: inline !important;
	}

	.d-xl-inline-block {
		display: inline-block !important;
	}

	.d-xl-block {
		display: block !important;
	}

	.d-xl-table {
		display: table !important;
	}

	.d-xl-table-row {
		display: table-row !important;
	}

	.d-xl-table-cell {
		display: table-cell !important;
	}

	.d-xl-flex {
		display: flex !important;
	}

	.d-xl-inline-flex {
		display: inline-flex !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}

	.d-print-inline {
		display: inline !important;
	}

	.d-print-inline-block {
		display: inline-block !important;
	}

	.d-print-block {
		display: block !important;
	}

	.d-print-table {
		display: table !important;
	}

	.d-print-table-row {
		display: table-row !important;
	}

	.d-print-table-cell {
		display: table-cell !important;
	}

	.d-print-flex {
		display: flex !important;
	}

	.d-print-inline-flex {
		display: inline-flex !important;
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive::before {
	display: block;
	content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-21by9::before {
	padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

.flex-row {
	flex-direction: row !important;
}

.flex-column {
	flex-direction: column !important;
}

.flex-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	flex-direction: column-reverse !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.flex-nowrap {
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.flex-fill,
.reportbuilder-report-container {
	flex: 1 1 auto !important;
}

.flex-grow-0 {
	flex-grow: 0 !important;
}

.flex-grow-1 {
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	flex-shrink: 1 !important;
}

.justify-content-start {
	justify-content: flex-start !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.justify-content-center {
	justify-content: center !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.justify-content-around {
	justify-content: space-around !important;
}

.align-items-start {
	align-items: flex-start !important;
}

.align-items-end {
	align-items: flex-end !important;
}

.align-items-center {
	align-items: center !important;
}

.align-items-baseline {
	align-items: baseline !important;
}

.align-items-stretch {
	align-items: stretch !important;
}

.align-content-start {
	align-content: flex-start !important;
}

.align-content-end {
	align-content: flex-end !important;
}

.align-content-center {
	align-content: center !important;
}

.align-content-between {
	align-content: space-between !important;
}

.align-content-around {
	align-content: space-around !important;
}

.align-content-stretch {
	align-content: stretch !important;
}

.align-self-auto {
	align-self: auto !important;
}

.align-self-start {
	align-self: flex-start !important;
}

.align-self-end {
	align-self: flex-end !important;
}

.align-self-center {
	align-self: center !important;
}

.align-self-baseline {
	align-self: baseline !important;
}

.align-self-stretch {
	align-self: stretch !important;
}

@media (min-width: 576px) {
	.flex-sm-row {
		flex-direction: row !important;
	}

	.flex-sm-column {
		flex-direction: column !important;
	}

	.flex-sm-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-sm-column-reverse {
		flex-direction: column-reverse !important;
	}

	.flex-sm-wrap {
		flex-wrap: wrap !important;
	}

	.flex-sm-nowrap {
		flex-wrap: nowrap !important;
	}

	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.flex-sm-fill {
		flex: 1 1 auto !important;
	}

	.flex-sm-grow-0 {
		flex-grow: 0 !important;
	}

	.flex-sm-grow-1 {
		flex-grow: 1 !important;
	}

	.flex-sm-shrink-0 {
		flex-shrink: 0 !important;
	}

	.flex-sm-shrink-1 {
		flex-shrink: 1 !important;
	}

	.justify-content-sm-start {
		justify-content: flex-start !important;
	}

	.justify-content-sm-end {
		justify-content: flex-end !important;
	}

	.justify-content-sm-center {
		justify-content: center !important;
	}

	.justify-content-sm-between {
		justify-content: space-between !important;
	}

	.justify-content-sm-around {
		justify-content: space-around !important;
	}

	.align-items-sm-start {
		align-items: flex-start !important;
	}

	.align-items-sm-end {
		align-items: flex-end !important;
	}

	.align-items-sm-center {
		align-items: center !important;
	}

	.align-items-sm-baseline {
		align-items: baseline !important;
	}

	.align-items-sm-stretch {
		align-items: stretch !important;
	}

	.align-content-sm-start {
		align-content: flex-start !important;
	}

	.align-content-sm-end {
		align-content: flex-end !important;
	}

	.align-content-sm-center {
		align-content: center !important;
	}

	.align-content-sm-between {
		align-content: space-between !important;
	}

	.align-content-sm-around {
		align-content: space-around !important;
	}

	.align-content-sm-stretch {
		align-content: stretch !important;
	}

	.align-self-sm-auto {
		align-self: auto !important;
	}

	.align-self-sm-start {
		align-self: flex-start !important;
	}

	.align-self-sm-end {
		align-self: flex-end !important;
	}

	.align-self-sm-center {
		align-self: center !important;
	}

	.align-self-sm-baseline {
		align-self: baseline !important;
	}

	.align-self-sm-stretch {
		align-self: stretch !important;
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		flex-direction: row !important;
	}

	.flex-md-column {
		flex-direction: column !important;
	}

	.flex-md-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-md-column-reverse {
		flex-direction: column-reverse !important;
	}

	.flex-md-wrap {
		flex-wrap: wrap !important;
	}

	.flex-md-nowrap {
		flex-wrap: nowrap !important;
	}

	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.flex-md-fill {
		flex: 1 1 auto !important;
	}

	.flex-md-grow-0 {
		flex-grow: 0 !important;
	}

	.flex-md-grow-1 {
		flex-grow: 1 !important;
	}

	.flex-md-shrink-0 {
		flex-shrink: 0 !important;
	}

	.flex-md-shrink-1 {
		flex-shrink: 1 !important;
	}

	.justify-content-md-start {
		justify-content: flex-start !important;
	}

	.justify-content-md-end {
		justify-content: flex-end !important;
	}

	.justify-content-md-center {
		justify-content: center !important;
	}

	.justify-content-md-between {
		justify-content: space-between !important;
	}

	.justify-content-md-around {
		justify-content: space-around !important;
	}

	.align-items-md-start {
		align-items: flex-start !important;
	}

	.align-items-md-end {
		align-items: flex-end !important;
	}

	.align-items-md-center {
		align-items: center !important;
	}

	.align-items-md-baseline {
		align-items: baseline !important;
	}

	.align-items-md-stretch {
		align-items: stretch !important;
	}

	.align-content-md-start {
		align-content: flex-start !important;
	}

	.align-content-md-end {
		align-content: flex-end !important;
	}

	.align-content-md-center {
		align-content: center !important;
	}

	.align-content-md-between {
		align-content: space-between !important;
	}

	.align-content-md-around {
		align-content: space-around !important;
	}

	.align-content-md-stretch {
		align-content: stretch !important;
	}

	.align-self-md-auto {
		align-self: auto !important;
	}

	.align-self-md-start {
		align-self: flex-start !important;
	}

	.align-self-md-end {
		align-self: flex-end !important;
	}

	.align-self-md-center {
		align-self: center !important;
	}

	.align-self-md-baseline {
		align-self: baseline !important;
	}

	.align-self-md-stretch {
		align-self: stretch !important;
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		flex-direction: row !important;
	}

	.flex-lg-column {
		flex-direction: column !important;
	}

	.flex-lg-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-lg-column-reverse {
		flex-direction: column-reverse !important;
	}

	.flex-lg-wrap {
		flex-wrap: wrap !important;
	}

	.flex-lg-nowrap {
		flex-wrap: nowrap !important;
	}

	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.flex-lg-fill {
		flex: 1 1 auto !important;
	}

	.flex-lg-grow-0 {
		flex-grow: 0 !important;
	}

	.flex-lg-grow-1 {
		flex-grow: 1 !important;
	}

	.flex-lg-shrink-0 {
		flex-shrink: 0 !important;
	}

	.flex-lg-shrink-1 {
		flex-shrink: 1 !important;
	}

	.justify-content-lg-start {
		justify-content: flex-start !important;
	}

	.justify-content-lg-end {
		justify-content: flex-end !important;
	}

	.justify-content-lg-center {
		justify-content: center !important;
	}

	.justify-content-lg-between {
		justify-content: space-between !important;
	}

	.justify-content-lg-around {
		justify-content: space-around !important;
	}

	.align-items-lg-start {
		align-items: flex-start !important;
	}

	.align-items-lg-end {
		align-items: flex-end !important;
	}

	.align-items-lg-center {
		align-items: center !important;
	}

	.align-items-lg-baseline {
		align-items: baseline !important;
	}

	.align-items-lg-stretch {
		align-items: stretch !important;
	}

	.align-content-lg-start {
		align-content: flex-start !important;
	}

	.align-content-lg-end {
		align-content: flex-end !important;
	}

	.align-content-lg-center {
		align-content: center !important;
	}

	.align-content-lg-between {
		align-content: space-between !important;
	}

	.align-content-lg-around {
		align-content: space-around !important;
	}

	.align-content-lg-stretch {
		align-content: stretch !important;
	}

	.align-self-lg-auto {
		align-self: auto !important;
	}

	.align-self-lg-start {
		align-self: flex-start !important;
	}

	.align-self-lg-end {
		align-self: flex-end !important;
	}

	.align-self-lg-center {
		align-self: center !important;
	}

	.align-self-lg-baseline {
		align-self: baseline !important;
	}

	.align-self-lg-stretch {
		align-self: stretch !important;
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		flex-direction: row !important;
	}

	.flex-xl-column {
		flex-direction: column !important;
	}

	.flex-xl-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-xl-column-reverse {
		flex-direction: column-reverse !important;
	}

	.flex-xl-wrap {
		flex-wrap: wrap !important;
	}

	.flex-xl-nowrap {
		flex-wrap: nowrap !important;
	}

	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.flex-xl-fill {
		flex: 1 1 auto !important;
	}

	.flex-xl-grow-0 {
		flex-grow: 0 !important;
	}

	.flex-xl-grow-1 {
		flex-grow: 1 !important;
	}

	.flex-xl-shrink-0 {
		flex-shrink: 0 !important;
	}

	.flex-xl-shrink-1 {
		flex-shrink: 1 !important;
	}

	.justify-content-xl-start {
		justify-content: flex-start !important;
	}

	.justify-content-xl-end {
		justify-content: flex-end !important;
	}

	.justify-content-xl-center {
		justify-content: center !important;
	}

	.justify-content-xl-between {
		justify-content: space-between !important;
	}

	.justify-content-xl-around {
		justify-content: space-around !important;
	}

	.align-items-xl-start {
		align-items: flex-start !important;
	}

	.align-items-xl-end {
		align-items: flex-end !important;
	}

	.align-items-xl-center {
		align-items: center !important;
	}

	.align-items-xl-baseline {
		align-items: baseline !important;
	}

	.align-items-xl-stretch {
		align-items: stretch !important;
	}

	.align-content-xl-start {
		align-content: flex-start !important;
	}

	.align-content-xl-end {
		align-content: flex-end !important;
	}

	.align-content-xl-center {
		align-content: center !important;
	}

	.align-content-xl-between {
		align-content: space-between !important;
	}

	.align-content-xl-around {
		align-content: space-around !important;
	}

	.align-content-xl-stretch {
		align-content: stretch !important;
	}

	.align-self-xl-auto {
		align-self: auto !important;
	}

	.align-self-xl-start {
		align-self: flex-start !important;
	}

	.align-self-xl-end {
		align-self: flex-end !important;
	}

	.align-self-xl-center {
		align-self: center !important;
	}

	.align-self-xl-baseline {
		align-self: baseline !important;
	}

	.align-self-xl-stretch {
		align-self: stretch !important;
	}
}

.float-left,
.float-start {
	float: left !important;
}

.float-right,
.float-end {
	float: right !important;
}

.float-none {
	float: none !important;
}

@media (min-width: 576px) {

	.float-sm-left,
	.float-sm-start {
		float: left !important;
	}

	.float-sm-right,
	.float-sm-end {
		float: right !important;
	}

	.float-sm-none {
		float: none !important;
	}
}

@media (min-width: 768px) {

	.float-md-left,
	.float-md-start {
		float: left !important;
	}

	.float-md-right,
	.float-md-end {
		float: right !important;
	}

	.float-md-none {
		float: none !important;
	}
}

@media (min-width: 992px) {

	.float-lg-left,
	.float-lg-start {
		float: left !important;
	}

	.float-lg-right,
	.float-lg-end {
		float: right !important;
	}

	.float-lg-none {
		float: none !important;
	}
}

@media (min-width: 1200px) {

	.float-xl-left,
	.float-xl-start {
		float: left !important;
	}

	.float-xl-right,
	.float-xl-end {
		float: right !important;
	}

	.float-xl-none {
		float: none !important;
	}
}

.user-select-all {
	user-select: all !important;
}

.user-select-auto {
	user-select: auto !important;
}

.user-select-none {
	user-select: none !important;
}

.overflow-auto {
	overflow: auto !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.position-sticky {
	position: sticky !important;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

@supports (position: sticky) {
	.sticky-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

.shadow-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
	box-shadow: none !important;
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.h-auto {
	height: auto !important;
}

.mw-100 {
	max-width: 100% !important;
}

.mh-100 {
	max-height: 100% !important;
}

.min-vw-100 {
	min-width: 100vw !important;
}

.min-vh-100 {
	min-height: 100vh !important;
}

.vw-100 {
	width: 100vw !important;
}

.vh-100 {
	height: 100vh !important;
}

.m-0 {
	margin: 0 !important;
}

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

.mr-0,
.me-0,
.mx-0 {
	margin-right: 0 !important;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.ml-0,
.ms-0,
.mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.mt-1,
.my-1 {
	margin-top: 0.25rem !important;
}

.mr-1,
.me-1,
.mx-1 {
	margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
	margin-bottom: 0.25rem !important;
}

.ml-1,
.ms-1,
.mx-1 {
	margin-left: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.mt-2,
.my-2 {
	margin-top: 0.5rem !important;
}

.mr-2,
.me-2,
.mx-2 {
	margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2,
.ms-2,
.mx-2 {
	margin-left: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3,
.my-3 {
	margin-top: 1rem !important;
}

.mr-3,
.me-3,
.mx-3 {
	margin-right: 1rem !important;
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}

.ml-3,
.ms-3,
.mx-3 {
	margin-left: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important;
}

.mr-4,
.me-4,
.mx-4 {
	margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4,
.ms-4,
.mx-4 {
	margin-left: 1.5rem !important;
}

.m-5 {
	margin: 2rem !important;
}

.mt-5,
.my-5 {
	margin-top: 2rem !important;
}

.mr-5,
.me-5,
.mx-5 {
	margin-right: 2rem !important;
}

.mb-5,
.my-5 {
	margin-bottom: 2rem !important;
}

.ml-5,
.ms-5,
.mx-5 {
	margin-left: 2rem !important;
}

.m-6 {
	margin: 3rem !important;
}

.mt-6,
.my-6 {
	margin-top: 3rem !important;
}

.mr-6,
.me-6,
.mx-6 {
	margin-right: 3rem !important;
}

.mb-6,
.my-6 {
	margin-bottom: 3rem !important;
}

.ml-6,
.ms-6,
.mx-6 {
	margin-left: 3rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

.pr-0,
.pe-0,
.px-0 {
	padding-right: 0 !important;
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}

.pl-0,
.ps-0,
.px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.pt-1,
.py-1 {
	padding-top: 0.25rem !important;
}

.pr-1,
.pe-1,
.px-1 {
	padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
	padding-bottom: 0.25rem !important;
}

.pl-1,
.ps-1,
.px-1 {
	padding-left: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.pt-2,
.py-2 {
	padding-top: 0.5rem !important;
}

.pr-2,
.pe-2,
.px-2 {
	padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important;
}

.pl-2,
.ps-2,
.px-2 {
	padding-left: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3,
.py-3 {
	padding-top: 1rem !important;
}

.pr-3,
.pe-3,
.px-3 {
	padding-right: 1rem !important;
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important;
}

.pl-3,
.ps-3,
.px-3 {
	padding-left: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important;
}

.pr-4,
.pe-4,
.px-4 {
	padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4,
.ps-4,
.px-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 2rem !important;
}

.pt-5,
.py-5 {
	padding-top: 2rem !important;
}

.pr-5,
.pe-5,
.px-5 {
	padding-right: 2rem !important;
}

.pb-5,
.py-5 {
	padding-bottom: 2rem !important;
}

.pl-5,
.ps-5,
.px-5 {
	padding-left: 2rem !important;
}

.p-6 {
	padding: 3rem !important;
}

.pt-6,
.py-6 {
	padding-top: 3rem !important;
}

.pr-6,
.pe-6,
.px-6 {
	padding-right: 3rem !important;
}

.pb-6,
.py-6 {
	padding-bottom: 3rem !important;
}

.pl-6,
.ps-6,
.px-6 {
	padding-left: 3rem !important;
}

.m-n1 {
	margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
	margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
	margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
	margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
	margin-left: -0.25rem !important;
}

.m-n2 {
	margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
	margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
	margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
	margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
	margin-left: -0.5rem !important;
}

.m-n3 {
	margin: -1rem !important;
}

.mt-n3,
.my-n3 {
	margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
	margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
	margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
	margin-left: -1rem !important;
}

.m-n4 {
	margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
	margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
	margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
	margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
	margin-left: -1.5rem !important;
}

.m-n5 {
	margin: -2rem !important;
}

.mt-n5,
.my-n5 {
	margin-top: -2rem !important;
}

.mr-n5,
.mx-n5 {
	margin-right: -2rem !important;
}

.mb-n5,
.my-n5 {
	margin-bottom: -2rem !important;
}

.ml-n5,
.mx-n5 {
	margin-left: -2rem !important;
}

.m-n6 {
	margin: -3rem !important;
}

.mt-n6,
.my-n6 {
	margin-top: -3rem !important;
}

.mr-n6,
.mx-n6 {
	margin-right: -3rem !important;
}

.mb-n6,
.my-n6 {
	margin-bottom: -3rem !important;
}

.ml-n6,
.mx-n6 {
	margin-left: -3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto,
.my-auto {
	margin-top: auto !important;
}

.mr-auto,
.me-auto,
.mx-auto {
	margin-right: auto !important;
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important;
}

.ml-auto,
.ms-auto,
.mx-auto {
	margin-left: auto !important;
}

@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important;
	}

	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important;
	}

	.mr-sm-0,
	.me-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important;
	}

	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important;
	}

	.ml-sm-0,
	.ms-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important;
	}

	.m-sm-1 {
		margin: 0.25rem !important;
	}

	.mt-sm-1,
	.my-sm-1 {
		margin-top: 0.25rem !important;
	}

	.mr-sm-1,
	.me-sm-1,
	.mx-sm-1 {
		margin-right: 0.25rem !important;
	}

	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: 0.25rem !important;
	}

	.ml-sm-1,
	.ms-sm-1,
	.mx-sm-1 {
		margin-left: 0.25rem !important;
	}

	.m-sm-2 {
		margin: 0.5rem !important;
	}

	.mt-sm-2,
	.my-sm-2 {
		margin-top: 0.5rem !important;
	}

	.mr-sm-2,
	.me-sm-2,
	.mx-sm-2 {
		margin-right: 0.5rem !important;
	}

	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-sm-2,
	.ms-sm-2,
	.mx-sm-2 {
		margin-left: 0.5rem !important;
	}

	.m-sm-3 {
		margin: 1rem !important;
	}

	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important;
	}

	.mr-sm-3,
	.me-sm-3,
	.mx-sm-3 {
		margin-right: 1rem !important;
	}

	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important;
	}

	.ml-sm-3,
	.ms-sm-3,
	.mx-sm-3 {
		margin-left: 1rem !important;
	}

	.m-sm-4 {
		margin: 1.5rem !important;
	}

	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important;
	}

	.mr-sm-4,
	.me-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important;
	}

	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-sm-4,
	.ms-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important;
	}

	.m-sm-5 {
		margin: 2rem !important;
	}

	.mt-sm-5,
	.my-sm-5 {
		margin-top: 2rem !important;
	}

	.mr-sm-5,
	.me-sm-5,
	.mx-sm-5 {
		margin-right: 2rem !important;
	}

	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 2rem !important;
	}

	.ml-sm-5,
	.ms-sm-5,
	.mx-sm-5 {
		margin-left: 2rem !important;
	}

	.m-sm-6 {
		margin: 3rem !important;
	}

	.mt-sm-6,
	.my-sm-6 {
		margin-top: 3rem !important;
	}

	.mr-sm-6,
	.me-sm-6,
	.mx-sm-6 {
		margin-right: 3rem !important;
	}

	.mb-sm-6,
	.my-sm-6 {
		margin-bottom: 3rem !important;
	}

	.ml-sm-6,
	.ms-sm-6,
	.mx-sm-6 {
		margin-left: 3rem !important;
	}

	.p-sm-0 {
		padding: 0 !important;
	}

	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important;
	}

	.pr-sm-0,
	.pe-sm-0,
	.px-sm-0 {
		padding-right: 0 !important;
	}

	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important;
	}

	.pl-sm-0,
	.ps-sm-0,
	.px-sm-0 {
		padding-left: 0 !important;
	}

	.p-sm-1 {
		padding: 0.25rem !important;
	}

	.pt-sm-1,
	.py-sm-1 {
		padding-top: 0.25rem !important;
	}

	.pr-sm-1,
	.pe-sm-1,
	.px-sm-1 {
		padding-right: 0.25rem !important;
	}

	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-sm-1,
	.ps-sm-1,
	.px-sm-1 {
		padding-left: 0.25rem !important;
	}

	.p-sm-2 {
		padding: 0.5rem !important;
	}

	.pt-sm-2,
	.py-sm-2 {
		padding-top: 0.5rem !important;
	}

	.pr-sm-2,
	.pe-sm-2,
	.px-sm-2 {
		padding-right: 0.5rem !important;
	}

	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-sm-2,
	.ps-sm-2,
	.px-sm-2 {
		padding-left: 0.5rem !important;
	}

	.p-sm-3 {
		padding: 1rem !important;
	}

	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important;
	}

	.pr-sm-3,
	.pe-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important;
	}

	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important;
	}

	.pl-sm-3,
	.ps-sm-3,
	.px-sm-3 {
		padding-left: 1rem !important;
	}

	.p-sm-4 {
		padding: 1.5rem !important;
	}

	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important;
	}

	.pr-sm-4,
	.pe-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important;
	}

	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important;
	}

	.pl-sm-4,
	.ps-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important;
	}

	.p-sm-5 {
		padding: 2rem !important;
	}

	.pt-sm-5,
	.py-sm-5 {
		padding-top: 2rem !important;
	}

	.pr-sm-5,
	.pe-sm-5,
	.px-sm-5 {
		padding-right: 2rem !important;
	}

	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 2rem !important;
	}

	.pl-sm-5,
	.ps-sm-5,
	.px-sm-5 {
		padding-left: 2rem !important;
	}

	.p-sm-6 {
		padding: 3rem !important;
	}

	.pt-sm-6,
	.py-sm-6 {
		padding-top: 3rem !important;
	}

	.pr-sm-6,
	.pe-sm-6,
	.px-sm-6 {
		padding-right: 3rem !important;
	}

	.pb-sm-6,
	.py-sm-6 {
		padding-bottom: 3rem !important;
	}

	.pl-sm-6,
	.ps-sm-6,
	.px-sm-6 {
		padding-left: 3rem !important;
	}

	.m-sm-n1 {
		margin: -0.25rem !important;
	}

	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -0.25rem !important;
	}

	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -0.25rem !important;
	}

	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -0.25rem !important;
	}

	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -0.25rem !important;
	}

	.m-sm-n2 {
		margin: -0.5rem !important;
	}

	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -0.5rem !important;
	}

	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -0.5rem !important;
	}

	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -0.5rem !important;
	}

	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -0.5rem !important;
	}

	.m-sm-n3 {
		margin: -1rem !important;
	}

	.mt-sm-n3,
	.my-sm-n3 {
		margin-top: -1rem !important;
	}

	.mr-sm-n3,
	.mx-sm-n3 {
		margin-right: -1rem !important;
	}

	.mb-sm-n3,
	.my-sm-n3 {
		margin-bottom: -1rem !important;
	}

	.ml-sm-n3,
	.mx-sm-n3 {
		margin-left: -1rem !important;
	}

	.m-sm-n4 {
		margin: -1.5rem !important;
	}

	.mt-sm-n4,
	.my-sm-n4 {
		margin-top: -1.5rem !important;
	}

	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right: -1.5rem !important;
	}

	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom: -1.5rem !important;
	}

	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left: -1.5rem !important;
	}

	.m-sm-n5 {
		margin: -2rem !important;
	}

	.mt-sm-n5,
	.my-sm-n5 {
		margin-top: -2rem !important;
	}

	.mr-sm-n5,
	.mx-sm-n5 {
		margin-right: -2rem !important;
	}

	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom: -2rem !important;
	}

	.ml-sm-n5,
	.mx-sm-n5 {
		margin-left: -2rem !important;
	}

	.m-sm-n6 {
		margin: -3rem !important;
	}

	.mt-sm-n6,
	.my-sm-n6 {
		margin-top: -3rem !important;
	}

	.mr-sm-n6,
	.mx-sm-n6 {
		margin-right: -3rem !important;
	}

	.mb-sm-n6,
	.my-sm-n6 {
		margin-bottom: -3rem !important;
	}

	.ml-sm-n6,
	.mx-sm-n6 {
		margin-left: -3rem !important;
	}

	.m-sm-auto {
		margin: auto !important;
	}

	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important;
	}

	.mr-sm-auto,
	.me-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important;
	}

	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important;
	}

	.ml-sm-auto,
	.ms-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important;
	}

	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important;
	}

	.mr-md-0,
	.me-md-0,
	.mx-md-0 {
		margin-right: 0 !important;
	}

	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important;
	}

	.ml-md-0,
	.ms-md-0,
	.mx-md-0 {
		margin-left: 0 !important;
	}

	.m-md-1 {
		margin: 0.25rem !important;
	}

	.mt-md-1,
	.my-md-1 {
		margin-top: 0.25rem !important;
	}

	.mr-md-1,
	.me-md-1,
	.mx-md-1 {
		margin-right: 0.25rem !important;
	}

	.mb-md-1,
	.my-md-1 {
		margin-bottom: 0.25rem !important;
	}

	.ml-md-1,
	.ms-md-1,
	.mx-md-1 {
		margin-left: 0.25rem !important;
	}

	.m-md-2 {
		margin: 0.5rem !important;
	}

	.mt-md-2,
	.my-md-2 {
		margin-top: 0.5rem !important;
	}

	.mr-md-2,
	.me-md-2,
	.mx-md-2 {
		margin-right: 0.5rem !important;
	}

	.mb-md-2,
	.my-md-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-md-2,
	.ms-md-2,
	.mx-md-2 {
		margin-left: 0.5rem !important;
	}

	.m-md-3 {
		margin: 1rem !important;
	}

	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important;
	}

	.mr-md-3,
	.me-md-3,
	.mx-md-3 {
		margin-right: 1rem !important;
	}

	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important;
	}

	.ml-md-3,
	.ms-md-3,
	.mx-md-3 {
		margin-left: 1rem !important;
	}

	.m-md-4 {
		margin: 1.5rem !important;
	}

	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important;
	}

	.mr-md-4,
	.me-md-4,
	.mx-md-4 {
		margin-right: 1.5rem !important;
	}

	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-md-4,
	.ms-md-4,
	.mx-md-4 {
		margin-left: 1.5rem !important;
	}

	.m-md-5 {
		margin: 2rem !important;
	}

	.mt-md-5,
	.my-md-5 {
		margin-top: 2rem !important;
	}

	.mr-md-5,
	.me-md-5,
	.mx-md-5 {
		margin-right: 2rem !important;
	}

	.mb-md-5,
	.my-md-5 {
		margin-bottom: 2rem !important;
	}

	.ml-md-5,
	.ms-md-5,
	.mx-md-5 {
		margin-left: 2rem !important;
	}

	.m-md-6 {
		margin: 3rem !important;
	}

	.mt-md-6,
	.my-md-6 {
		margin-top: 3rem !important;
	}

	.mr-md-6,
	.me-md-6,
	.mx-md-6 {
		margin-right: 3rem !important;
	}

	.mb-md-6,
	.my-md-6 {
		margin-bottom: 3rem !important;
	}

	.ml-md-6,
	.ms-md-6,
	.mx-md-6 {
		margin-left: 3rem !important;
	}

	.p-md-0 {
		padding: 0 !important;
	}

	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important;
	}

	.pr-md-0,
	.pe-md-0,
	.px-md-0 {
		padding-right: 0 !important;
	}

	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important;
	}

	.pl-md-0,
	.ps-md-0,
	.px-md-0 {
		padding-left: 0 !important;
	}

	.p-md-1 {
		padding: 0.25rem !important;
	}

	.pt-md-1,
	.py-md-1 {
		padding-top: 0.25rem !important;
	}

	.pr-md-1,
	.pe-md-1,
	.px-md-1 {
		padding-right: 0.25rem !important;
	}

	.pb-md-1,
	.py-md-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-md-1,
	.ps-md-1,
	.px-md-1 {
		padding-left: 0.25rem !important;
	}

	.p-md-2 {
		padding: 0.5rem !important;
	}

	.pt-md-2,
	.py-md-2 {
		padding-top: 0.5rem !important;
	}

	.pr-md-2,
	.pe-md-2,
	.px-md-2 {
		padding-right: 0.5rem !important;
	}

	.pb-md-2,
	.py-md-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-md-2,
	.ps-md-2,
	.px-md-2 {
		padding-left: 0.5rem !important;
	}

	.p-md-3 {
		padding: 1rem !important;
	}

	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem !important;
	}

	.pr-md-3,
	.pe-md-3,
	.px-md-3 {
		padding-right: 1rem !important;
	}

	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem !important;
	}

	.pl-md-3,
	.ps-md-3,
	.px-md-3 {
		padding-left: 1rem !important;
	}

	.p-md-4 {
		padding: 1.5rem !important;
	}

	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important;
	}

	.pr-md-4,
	.pe-md-4,
	.px-md-4 {
		padding-right: 1.5rem !important;
	}

	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important;
	}

	.pl-md-4,
	.ps-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important;
	}

	.p-md-5 {
		padding: 2rem !important;
	}

	.pt-md-5,
	.py-md-5 {
		padding-top: 2rem !important;
	}

	.pr-md-5,
	.pe-md-5,
	.px-md-5 {
		padding-right: 2rem !important;
	}

	.pb-md-5,
	.py-md-5 {
		padding-bottom: 2rem !important;
	}

	.pl-md-5,
	.ps-md-5,
	.px-md-5 {
		padding-left: 2rem !important;
	}

	.p-md-6 {
		padding: 3rem !important;
	}

	.pt-md-6,
	.py-md-6 {
		padding-top: 3rem !important;
	}

	.pr-md-6,
	.pe-md-6,
	.px-md-6 {
		padding-right: 3rem !important;
	}

	.pb-md-6,
	.py-md-6 {
		padding-bottom: 3rem !important;
	}

	.pl-md-6,
	.ps-md-6,
	.px-md-6 {
		padding-left: 3rem !important;
	}

	.m-md-n1 {
		margin: -0.25rem !important;
	}

	.mt-md-n1,
	.my-md-n1 {
		margin-top: -0.25rem !important;
	}

	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -0.25rem !important;
	}

	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -0.25rem !important;
	}

	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -0.25rem !important;
	}

	.m-md-n2 {
		margin: -0.5rem !important;
	}

	.mt-md-n2,
	.my-md-n2 {
		margin-top: -0.5rem !important;
	}

	.mr-md-n2,
	.mx-md-n2 {
		margin-right: -0.5rem !important;
	}

	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -0.5rem !important;
	}

	.ml-md-n2,
	.mx-md-n2 {
		margin-left: -0.5rem !important;
	}

	.m-md-n3 {
		margin: -1rem !important;
	}

	.mt-md-n3,
	.my-md-n3 {
		margin-top: -1rem !important;
	}

	.mr-md-n3,
	.mx-md-n3 {
		margin-right: -1rem !important;
	}

	.mb-md-n3,
	.my-md-n3 {
		margin-bottom: -1rem !important;
	}

	.ml-md-n3,
	.mx-md-n3 {
		margin-left: -1rem !important;
	}

	.m-md-n4 {
		margin: -1.5rem !important;
	}

	.mt-md-n4,
	.my-md-n4 {
		margin-top: -1.5rem !important;
	}

	.mr-md-n4,
	.mx-md-n4 {
		margin-right: -1.5rem !important;
	}

	.mb-md-n4,
	.my-md-n4 {
		margin-bottom: -1.5rem !important;
	}

	.ml-md-n4,
	.mx-md-n4 {
		margin-left: -1.5rem !important;
	}

	.m-md-n5 {
		margin: -2rem !important;
	}

	.mt-md-n5,
	.my-md-n5 {
		margin-top: -2rem !important;
	}

	.mr-md-n5,
	.mx-md-n5 {
		margin-right: -2rem !important;
	}

	.mb-md-n5,
	.my-md-n5 {
		margin-bottom: -2rem !important;
	}

	.ml-md-n5,
	.mx-md-n5 {
		margin-left: -2rem !important;
	}

	.m-md-n6 {
		margin: -3rem !important;
	}

	.mt-md-n6,
	.my-md-n6 {
		margin-top: -3rem !important;
	}

	.mr-md-n6,
	.mx-md-n6 {
		margin-right: -3rem !important;
	}

	.mb-md-n6,
	.my-md-n6 {
		margin-bottom: -3rem !important;
	}

	.ml-md-n6,
	.mx-md-n6 {
		margin-left: -3rem !important;
	}

	.m-md-auto {
		margin: auto !important;
	}

	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important;
	}

	.mr-md-auto,
	.me-md-auto,
	.mx-md-auto {
		margin-right: auto !important;
	}

	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important;
	}

	.ml-md-auto,
	.ms-md-auto,
	.mx-md-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important;
	}

	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important;
	}

	.mr-lg-0,
	.me-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important;
	}

	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important;
	}

	.ml-lg-0,
	.ms-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important;
	}

	.m-lg-1 {
		margin: 0.25rem !important;
	}

	.mt-lg-1,
	.my-lg-1 {
		margin-top: 0.25rem !important;
	}

	.mr-lg-1,
	.me-lg-1,
	.mx-lg-1 {
		margin-right: 0.25rem !important;
	}

	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: 0.25rem !important;
	}

	.ml-lg-1,
	.ms-lg-1,
	.mx-lg-1 {
		margin-left: 0.25rem !important;
	}

	.m-lg-2 {
		margin: 0.5rem !important;
	}

	.mt-lg-2,
	.my-lg-2 {
		margin-top: 0.5rem !important;
	}

	.mr-lg-2,
	.me-lg-2,
	.mx-lg-2 {
		margin-right: 0.5rem !important;
	}

	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-lg-2,
	.ms-lg-2,
	.mx-lg-2 {
		margin-left: 0.5rem !important;
	}

	.m-lg-3 {
		margin: 1rem !important;
	}

	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important;
	}

	.mr-lg-3,
	.me-lg-3,
	.mx-lg-3 {
		margin-right: 1rem !important;
	}

	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important;
	}

	.ml-lg-3,
	.ms-lg-3,
	.mx-lg-3 {
		margin-left: 1rem !important;
	}

	.m-lg-4 {
		margin: 1.5rem !important;
	}

	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important;
	}

	.mr-lg-4,
	.me-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem !important;
	}

	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-lg-4,
	.ms-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem !important;
	}

	.m-lg-5 {
		margin: 2rem !important;
	}

	.mt-lg-5,
	.my-lg-5 {
		margin-top: 2rem !important;
	}

	.mr-lg-5,
	.me-lg-5,
	.mx-lg-5 {
		margin-right: 2rem !important;
	}

	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 2rem !important;
	}

	.ml-lg-5,
	.ms-lg-5,
	.mx-lg-5 {
		margin-left: 2rem !important;
	}

	.m-lg-6 {
		margin: 3rem !important;
	}

	.mt-lg-6,
	.my-lg-6 {
		margin-top: 3rem !important;
	}

	.mr-lg-6,
	.me-lg-6,
	.mx-lg-6 {
		margin-right: 3rem !important;
	}

	.mb-lg-6,
	.my-lg-6 {
		margin-bottom: 3rem !important;
	}

	.ml-lg-6,
	.ms-lg-6,
	.mx-lg-6 {
		margin-left: 3rem !important;
	}

	.p-lg-0 {
		padding: 0 !important;
	}

	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important;
	}

	.pr-lg-0,
	.pe-lg-0,
	.px-lg-0 {
		padding-right: 0 !important;
	}

	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important;
	}

	.pl-lg-0,
	.ps-lg-0,
	.px-lg-0 {
		padding-left: 0 !important;
	}

	.p-lg-1 {
		padding: 0.25rem !important;
	}

	.pt-lg-1,
	.py-lg-1 {
		padding-top: 0.25rem !important;
	}

	.pr-lg-1,
	.pe-lg-1,
	.px-lg-1 {
		padding-right: 0.25rem !important;
	}

	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-lg-1,
	.ps-lg-1,
	.px-lg-1 {
		padding-left: 0.25rem !important;
	}

	.p-lg-2 {
		padding: 0.5rem !important;
	}

	.pt-lg-2,
	.py-lg-2 {
		padding-top: 0.5rem !important;
	}

	.pr-lg-2,
	.pe-lg-2,
	.px-lg-2 {
		padding-right: 0.5rem !important;
	}

	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-lg-2,
	.ps-lg-2,
	.px-lg-2 {
		padding-left: 0.5rem !important;
	}

	.p-lg-3 {
		padding: 1rem !important;
	}

	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem !important;
	}

	.pr-lg-3,
	.pe-lg-3,
	.px-lg-3 {
		padding-right: 1rem !important;
	}

	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem !important;
	}

	.pl-lg-3,
	.ps-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important;
	}

	.p-lg-4 {
		padding: 1.5rem !important;
	}

	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem !important;
	}

	.pr-lg-4,
	.pe-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem !important;
	}

	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem !important;
	}

	.pl-lg-4,
	.ps-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important;
	}

	.p-lg-5 {
		padding: 2rem !important;
	}

	.pt-lg-5,
	.py-lg-5 {
		padding-top: 2rem !important;
	}

	.pr-lg-5,
	.pe-lg-5,
	.px-lg-5 {
		padding-right: 2rem !important;
	}

	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 2rem !important;
	}

	.pl-lg-5,
	.ps-lg-5,
	.px-lg-5 {
		padding-left: 2rem !important;
	}

	.p-lg-6 {
		padding: 3rem !important;
	}

	.pt-lg-6,
	.py-lg-6 {
		padding-top: 3rem !important;
	}

	.pr-lg-6,
	.pe-lg-6,
	.px-lg-6 {
		padding-right: 3rem !important;
	}

	.pb-lg-6,
	.py-lg-6 {
		padding-bottom: 3rem !important;
	}

	.pl-lg-6,
	.ps-lg-6,
	.px-lg-6 {
		padding-left: 3rem !important;
	}

	.m-lg-n1 {
		margin: -0.25rem !important;
	}

	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -0.25rem !important;
	}

	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -0.25rem !important;
	}

	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -0.25rem !important;
	}

	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -0.25rem !important;
	}

	.m-lg-n2 {
		margin: -0.5rem !important;
	}

	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -0.5rem !important;
	}

	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -0.5rem !important;
	}

	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -0.5rem !important;
	}

	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -0.5rem !important;
	}

	.m-lg-n3 {
		margin: -1rem !important;
	}

	.mt-lg-n3,
	.my-lg-n3 {
		margin-top: -1rem !important;
	}

	.mr-lg-n3,
	.mx-lg-n3 {
		margin-right: -1rem !important;
	}

	.mb-lg-n3,
	.my-lg-n3 {
		margin-bottom: -1rem !important;
	}

	.ml-lg-n3,
	.mx-lg-n3 {
		margin-left: -1rem !important;
	}

	.m-lg-n4 {
		margin: -1.5rem !important;
	}

	.mt-lg-n4,
	.my-lg-n4 {
		margin-top: -1.5rem !important;
	}

	.mr-lg-n4,
	.mx-lg-n4 {
		margin-right: -1.5rem !important;
	}

	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom: -1.5rem !important;
	}

	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left: -1.5rem !important;
	}

	.m-lg-n5 {
		margin: -2rem !important;
	}

	.mt-lg-n5,
	.my-lg-n5 {
		margin-top: -2rem !important;
	}

	.mr-lg-n5,
	.mx-lg-n5 {
		margin-right: -2rem !important;
	}

	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom: -2rem !important;
	}

	.ml-lg-n5,
	.mx-lg-n5 {
		margin-left: -2rem !important;
	}

	.m-lg-n6 {
		margin: -3rem !important;
	}

	.mt-lg-n6,
	.my-lg-n6 {
		margin-top: -3rem !important;
	}

	.mr-lg-n6,
	.mx-lg-n6 {
		margin-right: -3rem !important;
	}

	.mb-lg-n6,
	.my-lg-n6 {
		margin-bottom: -3rem !important;
	}

	.ml-lg-n6,
	.mx-lg-n6 {
		margin-left: -3rem !important;
	}

	.m-lg-auto {
		margin: auto !important;
	}

	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important;
	}

	.mr-lg-auto,
	.me-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important;
	}

	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important;
	}

	.ml-lg-auto,
	.ms-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important;
	}

	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important;
	}

	.mr-xl-0,
	.me-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important;
	}

	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important;
	}

	.ml-xl-0,
	.ms-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important;
	}

	.m-xl-1 {
		margin: 0.25rem !important;
	}

	.mt-xl-1,
	.my-xl-1 {
		margin-top: 0.25rem !important;
	}

	.mr-xl-1,
	.me-xl-1,
	.mx-xl-1 {
		margin-right: 0.25rem !important;
	}

	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: 0.25rem !important;
	}

	.ml-xl-1,
	.ms-xl-1,
	.mx-xl-1 {
		margin-left: 0.25rem !important;
	}

	.m-xl-2 {
		margin: 0.5rem !important;
	}

	.mt-xl-2,
	.my-xl-2 {
		margin-top: 0.5rem !important;
	}

	.mr-xl-2,
	.me-xl-2,
	.mx-xl-2 {
		margin-right: 0.5rem !important;
	}

	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-xl-2,
	.ms-xl-2,
	.mx-xl-2 {
		margin-left: 0.5rem !important;
	}

	.m-xl-3 {
		margin: 1rem !important;
	}

	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem !important;
	}

	.mr-xl-3,
	.me-xl-3,
	.mx-xl-3 {
		margin-right: 1rem !important;
	}

	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem !important;
	}

	.ml-xl-3,
	.ms-xl-3,
	.mx-xl-3 {
		margin-left: 1rem !important;
	}

	.m-xl-4 {
		margin: 1.5rem !important;
	}

	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important;
	}

	.mr-xl-4,
	.me-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem !important;
	}

	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-xl-4,
	.ms-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem !important;
	}

	.m-xl-5 {
		margin: 2rem !important;
	}

	.mt-xl-5,
	.my-xl-5 {
		margin-top: 2rem !important;
	}

	.mr-xl-5,
	.me-xl-5,
	.mx-xl-5 {
		margin-right: 2rem !important;
	}

	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 2rem !important;
	}

	.ml-xl-5,
	.ms-xl-5,
	.mx-xl-5 {
		margin-left: 2rem !important;
	}

	.m-xl-6 {
		margin: 3rem !important;
	}

	.mt-xl-6,
	.my-xl-6 {
		margin-top: 3rem !important;
	}

	.mr-xl-6,
	.me-xl-6,
	.mx-xl-6 {
		margin-right: 3rem !important;
	}

	.mb-xl-6,
	.my-xl-6 {
		margin-bottom: 3rem !important;
	}

	.ml-xl-6,
	.ms-xl-6,
	.mx-xl-6 {
		margin-left: 3rem !important;
	}

	.p-xl-0 {
		padding: 0 !important;
	}

	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important;
	}

	.pr-xl-0,
	.pe-xl-0,
	.px-xl-0 {
		padding-right: 0 !important;
	}

	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important;
	}

	.pl-xl-0,
	.ps-xl-0,
	.px-xl-0 {
		padding-left: 0 !important;
	}

	.p-xl-1 {
		padding: 0.25rem !important;
	}

	.pt-xl-1,
	.py-xl-1 {
		padding-top: 0.25rem !important;
	}

	.pr-xl-1,
	.pe-xl-1,
	.px-xl-1 {
		padding-right: 0.25rem !important;
	}

	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-xl-1,
	.ps-xl-1,
	.px-xl-1 {
		padding-left: 0.25rem !important;
	}

	.p-xl-2 {
		padding: 0.5rem !important;
	}

	.pt-xl-2,
	.py-xl-2 {
		padding-top: 0.5rem !important;
	}

	.pr-xl-2,
	.pe-xl-2,
	.px-xl-2 {
		padding-right: 0.5rem !important;
	}

	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-xl-2,
	.ps-xl-2,
	.px-xl-2 {
		padding-left: 0.5rem !important;
	}

	.p-xl-3 {
		padding: 1rem !important;
	}

	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem !important;
	}

	.pr-xl-3,
	.pe-xl-3,
	.px-xl-3 {
		padding-right: 1rem !important;
	}

	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem !important;
	}

	.pl-xl-3,
	.ps-xl-3,
	.px-xl-3 {
		padding-left: 1rem !important;
	}

	.p-xl-4 {
		padding: 1.5rem !important;
	}

	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important;
	}

	.pr-xl-4,
	.pe-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem !important;
	}

	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important;
	}

	.pl-xl-4,
	.ps-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem !important;
	}

	.p-xl-5 {
		padding: 2rem !important;
	}

	.pt-xl-5,
	.py-xl-5 {
		padding-top: 2rem !important;
	}

	.pr-xl-5,
	.pe-xl-5,
	.px-xl-5 {
		padding-right: 2rem !important;
	}

	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 2rem !important;
	}

	.pl-xl-5,
	.ps-xl-5,
	.px-xl-5 {
		padding-left: 2rem !important;
	}

	.p-xl-6 {
		padding: 3rem !important;
	}

	.pt-xl-6,
	.py-xl-6 {
		padding-top: 3rem !important;
	}

	.pr-xl-6,
	.pe-xl-6,
	.px-xl-6 {
		padding-right: 3rem !important;
	}

	.pb-xl-6,
	.py-xl-6 {
		padding-bottom: 3rem !important;
	}

	.pl-xl-6,
	.ps-xl-6,
	.px-xl-6 {
		padding-left: 3rem !important;
	}

	.m-xl-n1 {
		margin: -0.25rem !important;
	}

	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -0.25rem !important;
	}

	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -0.25rem !important;
	}

	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -0.25rem !important;
	}

	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -0.25rem !important;
	}

	.m-xl-n2 {
		margin: -0.5rem !important;
	}

	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -0.5rem !important;
	}

	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -0.5rem !important;
	}

	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -0.5rem !important;
	}

	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -0.5rem !important;
	}

	.m-xl-n3 {
		margin: -1rem !important;
	}

	.mt-xl-n3,
	.my-xl-n3 {
		margin-top: -1rem !important;
	}

	.mr-xl-n3,
	.mx-xl-n3 {
		margin-right: -1rem !important;
	}

	.mb-xl-n3,
	.my-xl-n3 {
		margin-bottom: -1rem !important;
	}

	.ml-xl-n3,
	.mx-xl-n3 {
		margin-left: -1rem !important;
	}

	.m-xl-n4 {
		margin: -1.5rem !important;
	}

	.mt-xl-n4,
	.my-xl-n4 {
		margin-top: -1.5rem !important;
	}

	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right: -1.5rem !important;
	}

	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom: -1.5rem !important;
	}

	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left: -1.5rem !important;
	}

	.m-xl-n5 {
		margin: -2rem !important;
	}

	.mt-xl-n5,
	.my-xl-n5 {
		margin-top: -2rem !important;
	}

	.mr-xl-n5,
	.mx-xl-n5 {
		margin-right: -2rem !important;
	}

	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom: -2rem !important;
	}

	.ml-xl-n5,
	.mx-xl-n5 {
		margin-left: -2rem !important;
	}

	.m-xl-n6 {
		margin: -3rem !important;
	}

	.mt-xl-n6,
	.my-xl-n6 {
		margin-top: -3rem !important;
	}

	.mr-xl-n6,
	.mx-xl-n6 {
		margin-right: -3rem !important;
	}

	.mb-xl-n6,
	.my-xl-n6 {
		margin-bottom: -3rem !important;
	}

	.ml-xl-n6,
	.mx-xl-n6 {
		margin-left: -3rem !important;
	}

	.m-xl-auto {
		margin: auto !important;
	}

	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important;
	}

	.mr-xl-auto,
	.me-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important;
	}

	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important;
	}

	.ml-xl-auto,
	.ms-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important;
	}
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: transparent;
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
	text-align: justify !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-left,
.text-start {
	text-align: left !important;
}

.text-right,
.text-end {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

@media (min-width: 576px) {

	.text-sm-left,
	.text-sm-start {
		text-align: left !important;
	}

	.text-sm-right,
	.text-sm-end {
		text-align: right !important;
	}

	.text-sm-center {
		text-align: center !important;
	}
}

@media (min-width: 768px) {

	.text-md-left,
	.text-md-start {
		text-align: left !important;
	}

	.text-md-right,
	.text-md-end {
		text-align: right !important;
	}

	.text-md-center {
		text-align: center !important;
	}
}

@media (min-width: 992px) {

	.text-lg-left,
	.text-lg-start {
		text-align: left !important;
	}

	.text-lg-right,
	.text-lg-end {
		text-align: right !important;
	}

	.text-lg-center {
		text-align: center !important;
	}
}

@media (min-width: 1200px) {

	.text-xl-left,
	.text-xl-start {
		text-align: left !important;
	}

	.text-xl-right,
	.text-xl-end {
		text-align: right !important;
	}

	.text-xl-center {
		text-align: center !important;
	}
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.font-weight-light {
	font-weight: 300 !important;
}

.font-weight-lighter {
	font-weight: lighter !important;
}

.font-weight-normal {
	font-weight: 400 !important;
}

.font-weight-bold {
	font-weight: 700 !important;
}

.font-weight-bolder {
	font-weight: bolder !important;
}

.font-italic {
	font-style: italic !important;
}

.text-white {
	color: #fff !important;
}

.text-primary {
	color: #0f6cbf !important;
}

a.text-primary:hover,
a.text-primary:focus {
	color: #094478 !important;
}

.text-secondary {
	color: #ced4da !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
	color: #a2aeb9 !important;
}

.text-success {
	color: #357a32 !important;
}

a.text-success:hover,
a.text-success:focus {
	color: #1d441c !important;
}

.text-info {
	color: #008196 !important;
}

a.text-info:hover,
a.text-info:focus {
	color: #003f4a !important;
}

.text-warning {
	color: #f0ad4e !important;
}

a.text-warning:hover,
a.text-warning:focus {
	color: #df8a13 !important;
}

.text-danger {
	color: #ca3120 !important;
}

a.text-danger:hover,
a.text-danger:focus {
	color: #882116 !important;
}

.text-light {
	color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
	color: #cbd3da !important;
}

.text-dark {
	color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
	color: #121416 !important;
}

.text-body {
	color: #1d2125 !important;
}

.text-muted {
	color: #6a737b !important;
}

.text-black-50 {
	color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
	color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.text-decoration-none {
	text-decoration: none !important;
}

.text-break {
	word-break: break-word !important;
	word-wrap: break-word !important;
}

.text-reset {
	color: inherit !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

@media print {

	*,
	*::before,
	*::after {
		text-shadow: none !important;
		box-shadow: none !important;
	}

	a:not(.btn) {
		text-decoration: underline;
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	pre {
		white-space: pre-wrap !important;
	}

	pre,
	blockquote {
		border: 1px solid #8f959e;
		page-break-inside: avoid;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	body {
		min-width: 992px !important;
	}

	.container {
		min-width: 992px !important;
	}

	.navbar {
		display: none;
	}

	.badge {
		border: 1px solid #000;
	}

	.table {
		border-collapse: collapse !important;
	}

	.table td,
	.table th {
		background-color: #fff !important;
	}

	.table-bordered th,
	.table-bordered td {
		border: 1px solid #dee2e6 !important;
	}

	.table-dark {
		color: inherit;
	}

	.table-dark th,
	.table-dark td,
	.table-dark thead th,
	.table-dark tbody+tbody {
		border-color: #dee2e6;
	}

	.table .thead-dark th {
		color: inherit;
		border-color: #dee2e6;
	}
}

.breadcrumb-item+.breadcrumb-item::before {
	content: "/";
	content: "/";
}

.dir-rtl .custom-select {
	background-position: 0.75rem center;
}

.dir-rtl .custom-switch .custom-control-input:checked~.custom-control-label::after {
	transform: translateX(-0.9375rem);
}

.dir-rtl .tooltip.bs-tooltip-left .arrow,
.dir-rtl .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow,
.dir-rtl .tooltip.bs-tooltip-right .arrow,
.dir-rtl .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
	transform: rotate(180deg);
}

.dir-rtl .tooltip.bs-tooltip-left .arrow,
.dir-rtl .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
	left: auto;
	right: 0;
}

.dir-rtl .tooltip.bs-tooltip-right .arrow,
.dir-rtl .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
	left: 0;
	right: auto;
}

.dir-rtl .popover.bs-popover-right,
.dir-rtl .popover.bs-popover-auto[x-placement^="right"] {
	margin-right: 0;
	margin-left: 0.5rem;
}

.dir-rtl .popover.bs-popover-right .arrow,
.dir-rtl .popover.bs-popover-auto[x-placement^="right"] .arrow {
	transform: rotate(180deg);
	left: calc(-0.5rem - 1px);
	right: auto;
}

.dir-rtl .popover.bs-popover-left,
.dir-rtl .popover.bs-popover-auto[x-placement^="left"] {
	margin-right: 0.5rem;
	margin-left: 0;
}

.dir-rtl .popover.bs-popover-left .arrow,
.dir-rtl .popover.bs-popover-auto[x-placement^="left"] .arrow {
	transform: rotate(180deg);
	left: auto;
	right: calc(-0.5rem - 1px);
}

#region-main {
	overflow-y: visible;
	background-color: #fff;
}

@media (min-width: 576px) {

	.context-header-settings-menu,
	.region-main-settings-menu {
		float: right;
		width: auto;
		max-width: 4em;
		height: 2em;
		display: block;
		margin-top: 4px;
	}
}

@media (max-width: 767.98px) {

	.context-header-settings-menu,
	.region-main-settings-menu {
		display: flex;
		justify-content: flex-end;
	}
}

.context-header-settings-menu .dropdown-toggle>.icon,
#region-main-settings-menu .dropdown-toggle>.icon {
	height: 24px;
	font-size: 24px;
	width: auto;
}

#user-notifications {
	display: block;
	overflow: hidden;
}

.layout-option-noheader #page-header,
.layout-option-nonavbar #page-navbar,
.layout-option-nofooter #page-footer,
.layout-option-nocourseheader .course-content-header,
.layout-option-nocoursefooter .course-content-footer {
	display: none;
}

.mdl-left {
	text-align: left;
}

.mdl-right {
	text-align: right;
}

.text-ltr {
	direction: ltr !important;
}

#add,
#remove,
.centerpara,
.mdl-align {
	text-align: center;
}

a.dimmed,
a.dimmed:link,
a.dimmed:visited,
a.dimmed_text,
a.dimmed_text:link,
a.dimmed_text:visited,
.dimmed_text,
.dimmed_text a,
.dimmed_text a:link,
.dimmed_text a:visited,
.usersuspended,
.usersuspended a,
.usersuspended a:link,
.usersuspended a:visited,
.dimmed_category,
.dimmed_category a {
	color: #6a737b;
}

.aalink.focus,
a.focus.autolink,
.aalink:focus,
a.autolink:focus,
#page-footer a:not([class]).focus,
#page-footer a:not([class]):focus,
.arrow_link.focus,
.arrow_link:focus,
a:not([class]).focus,
a:not([class]):focus,
.activityinstance>a.focus,
.activityinstance>a:focus {
	outline: 0.2rem solid transparent;
	color: #1d2125;
	background-color: #d2e8fb;
	box-shadow: 0 -0.2rem #d2e8fb, 0 0.2rem #343a40;
}

.aalink:focus:hover,
a.autolink:focus:hover,
#page-footer a:not([class]):focus:hover,
.arrow_link:focus:hover,
a:not([class]):focus:hover,
.activityinstance>a:focus:hover {
	text-decoration: none;
}

.aabtn.focus,
.aabtn:focus,
.btn-link.focus,
.btn-link:focus,
.nav-link.focus,
.nav-link:focus,
.editor_atto_toolbar button.focus,
.editor_atto_toolbar button:focus,
.editor_atto_toolbar .atto_toolbar_row.focus,
.editor_atto_toolbar .atto_toolbar_row:focus,
[role="button"].focus,
[role="button"]:focus,
.list-group-item-action.focus,
.list-group-item-action:focus,
input[type="checkbox"].focus,
input[type="checkbox"]:focus,
input[type="radio"].focus,
input[type="radio"]:focus,
input[type="file"].focus,
input[type="file"]:focus,
input[type="image"].focus,
input[type="image"]:focus,
.sr-only-focusable.focus,
.sr-only-focusable:focus,
a.dropdown-toggle.focus,
a.dropdown-toggle:focus,
.moodle-dialogue-base .closebutton.focus,
.moodle-dialogue-base .closebutton:focus,
button.btn-close.focus,
button.btn-close:focus,
.form-autocomplete-selection.focus,
.form-autocomplete-selection:focus,
[role="treeitem"]:not([aria-expanded="true"]).focus,
[role="treeitem"]:not([aria-expanded="true"]):focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(15, 108, 191, 0.75);
}

.aabtn:focus:hover,
.btn-link:focus:hover,
.nav-link:focus:hover,
.editor_atto_toolbar button:focus:hover,
.editor_atto_toolbar .atto_toolbar_row:focus:hover,
[role="button"]:focus:hover,
.list-group-item-action:focus:hover,
input[type="checkbox"]:focus:hover,
input[type="radio"]:focus:hover,
input[type="file"]:focus:hover,
input[type="image"]:focus:hover,
.sr-only-focusable:focus:hover,
a.dropdown-toggle:focus:hover,
.moodle-dialogue-base .closebutton:focus:hover,
button.btn-close:focus:hover,
.form-autocomplete-selection:focus:hover,
[role="treeitem"]:not([aria-expanded="true"]):focus:hover {
	text-decoration: none;
}

.modal-dialog[tabindex="0"].focus,
.modal-dialog[tabindex="0"]:focus {
	outline: 0;
}

.modal-dialog[tabindex="0"].focus .modal-content,
.modal-dialog[tabindex="0"]:focus .modal-content {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(15, 108, 191, 0.75);
	border-radius: 0.6rem;
}

[role="treeitem"][aria-expanded="true"] {
	outline: 0;
}

[role="treeitem"][aria-expanded="true"].focus>*:first-child,
[role="treeitem"][aria-expanded="true"]:focus>*:first-child {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(15, 108, 191, 0.75);
}

[role="treeitem"][aria-expanded="true"]:focus:hover {
	text-decoration: none;
}

.form-autocomplete-suggestions li[aria-selected=true] {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(15, 108, 191, 0.75);
}

.safari input[type="checkbox"].focus,
.safari input[type="checkbox"]:focus,
.safari input[type="radio"].focus,
.safari input[type="radio"]:focus {
	outline: auto;
}

.unlist,
.unlist li,
.inline-list,
.inline-list li,
.block .list,
.block .list li,
.section li.movehere,
.tabtree li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.section li.movehere a {
	display: block;
	width: 100%;
	height: 2rem;
	border: 2px dashed #343a40;
}

.editing .course-content .hidden.sectionname {
	visibility: hidden;
	display: initial;
}

.inline,
.inline-list li {
	display: inline;
}

.notifytiny {
	font-size: 0.703125rem;
}

.notifytiny li,
.notifytiny td {
	font-size: 100%;
}

.red,
.notifyproblem {
	color: #f0ad4e;
}

.green,
.notifysuccess {
	color: #357a32;
}

.highlight {
	color: #008196;
}

.bg-primary-light {
	background-color: #e7f0f9;
}

.fitem.advanced .text-info {
	font-weight: bold;
}

.reportlink {
	text-align: right;
}

a.autolink.glossary:hover {
	cursor: help;
}

.collapsibleregioncaption {
	white-space: nowrap;
	min-height: 1.40625rem;
}

.pagelayout-mydashboard.jsenabled .collapsibleregioncaption {
	cursor: pointer;
}

.pagelayout-mydashboard #region-main {
	border: 0;
	padding: 0;
	background-color: transparent;
	margin-top: -1px;
}

@media (max-width: 767.98px) {

	.pagelayout-mydashboard #region-main-box,
	.pagelayout-login #region-main-box {
		padding-left: 0;
		padding-right: 0;
	}
}

.collapsibleregioncaption img {
	vertical-align: middle;
}

.jsenabled .hiddenifjs {
	display: none;
}

body:not(.jsenabled) .visibleifjs {
	display: none;
}

.jsenabled .collapsibleregion {
	overflow: hidden;
	box-sizing: content-box;
}

.jsenabled .collapsed .collapsibleregioninner {
	visibility: hidden;
}

.collapsible-actions {
	display: none;
	text-align: right;
}

.jsenabled .collapsible-actions {
	display: block;
}

.yui-overlay .yui-widget-bd {
	background-color: #ffee69;
	border: 1px solid #a6982b;
	border-top-color: #d4c237;
	color: #000;
	left: 0;
	padding: 2px 5px;
	position: relative;
	top: 0;
	z-index: 1;
}

.clearer {
	background: transparent;
	border-width: 0;
	clear: both;
	display: block;
	height: 1px;
	margin: 0;
	padding: 0;
}

.bold,
.warning,
.errorbox .title,
.pagingbar .title,
.pagingbar .thispage {
	font-weight: bold;
}

img.resize {
	height: 1em;
	width: 1em;
}

.block img.resize {
	height: 0.9em;
	width: 0.8em;
}

img.activityicon {
	height: 32px;
	width: 32px;
	vertical-align: middle;
}

.headermain {
	font-weight: bold;
}

#maincontent {
	display: block;
	height: 1px;
	overflow: clip;
}

img.uihint {
	cursor: help;
}

#addmembersform table {
	margin-left: auto;
	margin-right: auto;
}

table.flexible .emptyrow {
	display: none;
}

form.popupform,
form.popupform div {
	display: inline;
}

.arrow_button input {
	overflow: hidden;
}

.no-overflow {
	overflow: auto;
}

.no-overflow>.generaltable {
	margin-bottom: 0;
}

.no-overflow .generaltable .sr-only,
.no-overflow .generaltable .accesshide,
.table-responsive .generaltable .sr-only,
.table-responsive .generaltable .accesshide {
	position: relative;
	display: block;
}

.accesshide {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

span.hide,
div.hide,
.hidden {
	display: none;
}

a.skip-block,
a.skip {
	position: absolute;
	top: -1000em;
	font-size: 0.85em;
	text-decoration: none;
}

a.skip-block:focus,
a.skip-block:active,
a.skip:focus,
a.skip:active {
	position: static;
	display: block;
}

.skip-block-to {
	display: block;
	height: 1px;
	overflow: hidden;
}

.addbloglink {
	text-align: center;
}

.blog_entry .audience {
	text-align: right;
	padding-right: 4px;
}

.blog_entry .tags {
	margin-top: 15px;
}

.blog_entry .content {
	margin-left: 43px;
}

#doc-contents h1 {
	margin: 1em 0 0 0;
}

#doc-contents ul {
	margin: 0;
	padding: 0;
	width: 90%;
}

#doc-contents ul li {
	list-style-type: none;
}

.groupmanagementtable td {
	vertical-align: top;
}

.groupmanagementtable #existingcell,
.groupmanagementtable #potentialcell {
	width: 42%;
}

.groupmanagementtable #buttonscell {
	width: 16%;
}

.groupmanagementtable #buttonscell p.arrow_button input {
	width: auto;
	min-width: 80%;
	margin: 0 auto;
	display: block;
}

.groupmanagementtable #removeselect_wrapper,
.groupmanagementtable #addselect_wrapper {
	width: 100%;
}

.groupmanagementtable #removeselect_wrapper label,
.groupmanagementtable #addselect_wrapper label {
	font-weight: normal;
}

#group-usersummary {
	width: 14em;
}

.groupselector {
	margin-top: 3px;
	margin-bottom: 3px;
	display: inline-block;
}

.groupselector label {
	display: inline-block;
}

.notepost {
	margin-bottom: 1em;
}

.notepost .userpicture {
	float: left;
	margin-right: 5px;
}

.notepost .content,
.notepost .footer {
	clear: both;
}

.notesgroup {
	margin-left: 20px;
}

.path-my .coursebox {
	margin: 1rem 0;
	padding: 0;
}

.path-my .coursebox .overview {
	margin: 15px 30px 10px 30px;
}

.path-my .coursebox .info {
	float: none;
	margin: 0;
}

.mod_introbox {
	padding: 10px;
}

table.mod_index {
	width: 100%;
}

.comment-ctrl {
	font-size: 12px;
	display: none;
	margin: 0;
	padding: 0;
}

.comment-ctrl h5 {
	margin: 0;
	padding: 5px;
}

.comment-area {
	max-width: 400px;
	padding: 5px;
}

.comment-area textarea {
	width: 100%;
	overflow: auto;
}

.comment-area textarea.fullwidth {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.comment-area .fd {
	text-align: right;
}

.comment-meta span {
	color: gray;
}

.comment-link img {
	vertical-align: text-bottom;
}

.comment-list {
	font-size: 11px;
	overflow: auto;
	list-style: none;
	padding: 0;
	margin: 0;
}

.comment-list li {
	margin: 2px;
	list-style: none;
	margin-bottom: 5px;
	clear: both;
	padding: 0.3em;
	position: relative;
}

.comment-list li.first {
	display: none;
}

.comment-paging {
	text-align: center;
}

.comment-paging .pageno {
	padding: 2px;
}

.comment-paging .curpage {
	border: 1px solid #ccc;
}

.comment-message .picture {
	float: left;
	margin-right: 0.25rem;
}

.comment-message .text {
	margin: 0;
	padding: 0;
}

.comment-message .text p {
	padding: 0;
	margin: 0 18px 0 0;
}

.comment-delete {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0.3em;
}

.comment-report-selectall {
	display: none;
}

.comment-link {
	display: none;
}

.jsenabled .comment-link {
	display: block;
}

.jsenabled .showcommentsnonjs {
	display: none;
}

.jsenabled .comment-report-selectall {
	display: inline;
}

.completion-expired {
	color: #f0ad4e;
}

.completion-expected {
	font-size: 0.703125rem;
}

.completion-sortchoice,
.completion-identifyfield {
	font-size: 0.703125rem;
	vertical-align: bottom;
}

.completion-progresscell {
	text-align: right;
}

.completion-expired .completion-expected {
	font-weight: bold;
}

#tag-search-box {
	text-align: center;
	margin: 10px auto;
}

span.flagged-tag,
tr.flagged-tag,
span.flagged-tag a,
tr.flagged-tag a {
	color: #f0ad4e;
}

.tag-management-table td,
.tag-management-table th {
	vertical-align: middle;
	padding: 4px;
}

.tag-management-table .inplaceeditable.inplaceeditingon input {
	width: 150px;
}

.path-admin-tag .addstandardtags {
	float: right;
}

.path-admin-tag .addstandardtags img {
	margin: 0 5px;
}

.path-tag .tag-relatedtags {
	padding-top: 10px;
}

.path-tag .tag-management-box {
	text-align: right;
}

.path-tag .tag-index-toc {
	padding: 10px;
	text-align: center;
}

.path-tag .tag-index-toc li {
	margin-left: 5px;
	margin-right: 5px;
}

.path-tag .tag-management-box li {
	margin-left: 5px;
	margin-right: 5px;
}

.path-tag .tag-management-box li a {
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 17px;
}

.path-tag .tag-management-box li a.edittag {
	background-image: url(/theme/image.php/recit2/core/1759007012/i/settings);
}

.path-tag .tag-management-box li a.flagasinappropriate {
	background-image: url(/theme/image.php/recit2/core/1759007012/i/flagged);
}

.path-tag .tag-management-box li a.removefrommyinterests {
	background-image: url(/theme/image.php/recit2/core/1759007012/t/delete);
}

.path-tag .tag-management-box li a.addtomyinterests {
	background-image: url(/theme/image.php/recit2/core/1759007012/t/add);
}

.path-tag .tag-backtoallitems {
	text-align: center;
}

.path-tag .tag-index-items .tagarea {
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	padding: 10px;
	margin-top: 10px;
}

.path-tag .tag-index-items .tagarea h3 {
	display: block;
	padding: 3px 0 10px 0;
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 20px;
	color: #999;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	word-wrap: break-word;
	border-bottom: solid 1px #e3e3e3;
	margin-bottom: 10px;
}

.path-tag .tag-index-items .tagarea .taggeditems::after {
	display: block;
	clear: both;
	content: "";
}

.path-tag .tag-index-items .tagarea .controls {
	text-align: center;
}

.path-tag .tag-index-items .tagarea .controls::after {
	display: block;
	clear: both;
	content: "";
}

.path-tag .tag-index-items .tagarea .controls.controls-bottom {
	margin-top: 5px;
}

.path-tag .tag-index-items .tagarea .controls .gotopage.nextpage {
	float: right;
}

.path-tag .tag-index-items .tagarea .controls .gotopage.prevpage {
	float: left;
}

.path-tag .tag-index-items .tagarea .controls .exclusivemode {
	display: inline-block;
}

.path-tag .tag-index-items .tagarea .controls .gotopage.prevpage::before {
	padding-right: 5px;
	padding-left: 5px;
	content: "«";
}

.path-tag .tag-index-items .tagarea .controls .gotopage.nextpage::after {
	padding-right: 5px;
	padding-left: 5px;
	content: "»";
}

.tag_feed img {
	max-height: 35px;
	max-width: 35px;
}

.tag_feed .muted a {
	color: #6a737b;
}

.tag_cloud {
	text-align: center;
}

.tag_cloud .inline-list li {
	padding: 0 0.2em;
}

.tag_cloud .tag_overflow {
	margin-top: 1em;
	font-style: italic;
}

.tag_cloud .s0 {
	font-size: 0.7em;
}

.tag_cloud .s1 {
	font-size: 0.8em;
}

.tag_cloud .s2 {
	font-size: 0.9em;
}

.tag_cloud .s3 {
	font-size: 1em;
}

.tag_cloud .s4 {
	font-size: 1.1em;
}

.tag_cloud .s5 {
	font-size: 1.2em;
}

.tag_cloud .s6 {
	font-size: 1.3em;
}

.tag_cloud .s7 {
	font-size: 1.4em;
}

.tag_cloud .s8 {
	font-size: 1.5em;
}

.tag_cloud .s9 {
	font-size: 1.6em;
}

.tag_cloud .s10 {
	font-size: 1.7em;
}

.tag_cloud .s11 {
	font-size: 1.8em;
}

.tag_cloud .s12 {
	font-size: 1.9em;
}

.tag_cloud .s13 {
	font-size: 2em;
}

.tag_cloud .s14 {
	font-size: 2.1em;
}

.tag_cloud .s15 {
	font-size: 2.2em;
}

.tag_cloud .s16 {
	font-size: 2.3em;
}

.tag_cloud .s17 {
	font-size: 2.4em;
}

.tag_cloud .s18 {
	font-size: 2.5em;
}

.tag_cloud .s19 {
	font-size: 2.6em;
}

.tag_cloud .s20 {
	font-size: 2.7em;
}

.tag_list ul {
	display: inline;
}

.tag_list .tagmorelink {
	display: none;
}

.tag_list.hideoverlimit .overlimit {
	display: none;
}

.tag_list.hideoverlimit .tagmorelink {
	display: inline;
}

.tag_list.hideoverlimit .taglesslink {
	display: none;
}

#webservice-doc-generator td {
	text-align: left;
	border: 0 solid #000;
}

.userenrolment {
	width: 100%;
	border-collapse: collapse;
}

.userenrolment tr {
	vertical-align: top;
}

.userenrolment td {
	padding: 0;
	height: 41px;
}

.userenrolment .subfield {
	margin-right: 5px;
}

.userenrolment .col_userdetails .subfield {
	margin-left: 40px;
}

.userenrolment .col_userdetails .subfield_picture {
	float: left;
	margin-left: 0;
}

.userenrolment .col_lastseen {
	width: 150px;
}

.userenrolment .col_role {
	width: 262px;
}

.userenrolment .col_role .roles,
.userenrolment .col_group .groups {
	margin-right: 30px;
}

.userenrolment .col_role .role {
	float: left;
	padding: 0 3px 3px;
	margin: 0 3px 3px;
	white-space: nowrap;
}

.userenrolment .col_group .group {
	float: left;
	padding: 3px;
	margin: 3px;
	white-space: nowrap;
}

.userenrolment .col_role .role a,
.userenrolment .col_group .group a {
	margin-left: 3px;
	cursor: pointer;
}

.userenrolment .col_role .addrole,
.userenrolment .col_group .addgroup {
	float: right;
	padding: 3px;
	margin: 3px;
}

.userenrolment .col_role .addrole>a:hover,
.userenrolment .col_group .addgroup>a:hover {
	border-bottom: 1px solid #666;
}

.userenrolment .col_role .addrole img,
.userenrolment .col_group .addgroup img {
	vertical-align: baseline;
}

.userenrolment .hasAllRoles .col_role .addrole {
	display: none;
}

.userenrolment .col_enrol .enrolment {
	float: left;
	padding: 0 3px 3px;
	margin: 0 3px 3px;
}

.userenrolment .col_enrol .enrolment a {
	float: right;
	margin-left: 3px;
}

#page-enrol-otherusers .userenrolment .col_role .role {
	float: none;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
}

.corelightbox {
	background-color: #ccc;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.corelightbox img {
	position: fixed;
	top: 50%;
	left: 50%;
}

.mod-indent-outer {
	display: table;
}

.mod-indent {
	display: table-cell;
}

.label .mod-indent {
	float: left;
	padding-top: 20px;
}

.activity.label.modtype_label .mod-indent {
	float: none;
}

@media (min-width: 576px) {
	.mod-indent-1 {
		width: 30px;
	}

	.mod-indent-2 {
		width: 60px;
	}

	.mod-indent-3 {
		width: 90px;
	}

	.mod-indent-4 {
		width: 120px;
	}

	.mod-indent-5 {
		width: 150px;
	}

	.mod-indent-6 {
		width: 180px;
	}

	.mod-indent-7 {
		width: 210px;
	}

	.mod-indent-8 {
		width: 240px;
	}

	.mod-indent-9 {
		width: 270px;
	}

	.mod-indent-10 {
		width: 300px;
	}

	.mod-indent-11 {
		width: 330px;
	}

	.mod-indent-12 {
		width: 360px;
	}

	.mod-indent-13 {
		width: 390px;
	}

	.mod-indent-14 {
		width: 420px;
	}

	.mod-indent-15 {
		width: 450px;
	}

	.mod-indent-16 {
		width: 480px;
	}

	.mod-indent-huge {
		width: 480px;
	}
}

.resourcecontent .mediaplugin_mp3 object {
	height: 25px;
	width: 600px;
}

.resourcecontent audio.mediaplugin_html5audio {
	width: 600px;
}

.resourceimage {
	max-width: 100%;
}

.mediaplugin_mp3 object {
	height: 15px;
	width: 300px;
}

audio.mediaplugin_html5audio {
	width: 300px;
}

.core_media_preview.pagelayout-embedded #maincontent {
	height: 0;
}

.path-rating .ratingtable {
	width: 100%;
	margin-bottom: 1em;
}

.path-rating .ratingtable th.rating {
	width: 100%;
}

.path-rating .ratingtable td.rating,
.path-rating .ratingtable td.time {
	white-space: nowrap;
	text-align: center;
}

.moodle-dialogue-base .moodle-dialogue-lightbox {
	background-color: #495057;
}

.pagelayout-popup .moodle-dialogue-base .moodle-dialogue-lightbox {
	background-color: transparent;
}

.pagelayout-popup .moodle-dialogue-base .moodle-dialogue {
	box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}

.moodle-dialogue-base .hidden,
.moodle-dialogue-base .moodle-dialogue-hidden {
	display: none;
}

.no-scrolling {
	overflow: hidden;
}

.moodle-dialogue-base .moodle-dialogue-fullscreen {
	left: 0;
	top: 0;
	right: 0;
	bottom: -50px;
	position: fixed;
}

.moodle-dialogue-base .moodle-dialogue-fullscreen .moodle-dialogue-content {
	overflow: auto;
}

.moodle-dialogue-base .moodle-dialogue-wrap {
	background-color: #fff;
	border: 1px solid #ccc;
}

.modal.show {
	display: block;
}

.moodle-dialogue-base .moodle-dialogue-wrap .moodle-dialogue-hd {
	display: flex;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
}

.moodle-dialogue-base .moodle-dialogue-wrap .moodle-dialogue-hd.yui3-widget-hd {
	min-height: 3rem;
	color: initial;
	background: initial;
	font-size: 1.5rem;
	line-height: 1.5;
}

.moodle-dialogue-base .moodle-dialogue-wrap .moodle-dialogue-hd h5 {
	font-size: 1.5rem;
	font-weight: 400;
	margin-bottom: 0;
	line-height: 1.5;
}

.moodle-dialogue-base .moodle-dialogue-wrap .moodle-dialogue-hd .yui3-widget-buttons {
	padding: 0;
	position: relative;
	margin-left: auto;
}

.moodle-dialogue-base .closebutton {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
	position: relative;
	background-color: transparent;
	border: 0;
	background-image: none;
	box-shadow: none;
	opacity: 0.7;
}

.moodle-dialogue-base .closebutton:hover,
.moodle-dialogue-base .closebutton:active {
	opacity: 1;
}

.moodle-dialogue-base .closebutton::after {
	content: "×";
}

.moodle-dialogue-base .moodle-dialogue .moodle-dialogue-bd {
	padding: 0.5rem;
}

.moodle-dialogue-base .moodle-dialogue .moodle-dialogue-bd body {
	background-color: #fff;
}

.moodle-dialogue-base .moodle-dialogue-fullscreen .moodle-dialogue-content {
	overflow: auto;
	position: absolute;
	top: 0;
	bottom: 50px;
	left: 0;
	right: 0;
	margin: 0;
	border: 0;
}

.moodle-dialogue-exception .moodle-exception-param label {
	font-weight: bold;
}

.moodle-dialogue-exception .param-stacktrace label {
	background-color: #eee;
	border: 1px solid #ccc;
	border-bottom-width: 0;
}

.moodle-dialogue-exception .param-stacktrace pre {
	border: 1px solid #ccc;
	background-color: #fff;
}

.moodle-dialogue-exception .param-stacktrace .stacktrace-file {
	color: navy;
	font-size: 0.8203125rem;
}

.moodle-dialogue-exception .param-stacktrace .stacktrace-line {
	color: #f0ad4e;
	font-size: 0.8203125rem;
}

.moodle-dialogue-exception .param-stacktrace .stacktrace-call {
	color: #333;
	font-size: 90%;
	border-bottom: 1px solid #eee;
}

.moodle-dialogue-base .moodle-dialogue .moodle-dialogue-content .moodle-dialogue-ft:empty {
	display: none;
}

.moodle-dialogue-base .moodle-dialogue .moodle-dialogue-content .moodle-dialogue-ft.yui3-widget-ft {
	background: initial;
}

.moodle-dialogue-confirm .confirmation-message {
	margin: 0.5rem 0;
}

.moodle-dialogue-confirm .confirmation-dialogue input {
	min-width: 80px;
}

.moodle-dialogue-exception .moodle-exception-message {
	margin: 1em;
}

.moodle-dialogue-exception .moodle-exception-param {
	margin-bottom: 0.5em;
}

.moodle-dialogue-exception .moodle-exception-param label {
	width: 150px;
}

.moodle-dialogue-exception .param-stacktrace label {
	display: block;
	margin: 0;
	padding: 4px 1em;
}

.moodle-dialogue-exception .param-stacktrace pre {
	display: block;
	height: 200px;
	overflow: auto;
}

.moodle-dialogue-exception .param-stacktrace .stacktrace-file {
	display: inline-block;
	margin: 4px 0;
}

.moodle-dialogue-exception .param-stacktrace .stacktrace-line {
	display: inline-block;
	width: 50px;
	margin: 4px 1em;
}

.moodle-dialogue-exception .param-stacktrace .stacktrace-call {
	padding-left: 25px;
	margin-bottom: 4px;
	padding-bottom: 4px;
}

.moodle-dialogue .moodle-dialogue-bd .content-lightbox {
	opacity: 0.75;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	text-align: center;
	padding: 10% 0;
}

.moodle-dialogue .tooltiptext {
	max-height: 300px;
}

.moodle-dialogue-base .moodle-dialogue.moodle-dialogue-tooltip {
	z-index: 3001;
}

.moodle-dialogue-base .moodle-dialogue.moodle-dialogue-tooltip .moodle-dialogue-bd {
	overflow: auto;
}

.chooserdialoguebody,
.choosertitle {
	display: none;
}

.moodle-dialogue.chooserdialogue .moodle-dialogue-content .moodle-dialogue-ft {
	margin: 0;
}

.chooserdialogue .moodle-dialogue-wrap .moodle-dialogue-bd {
	padding: 0;
	background: #f2f2f2;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.choosercontainer #chooseform .submitbuttons {
	padding: 0.7em 0;
	text-align: right;
}

@media (max-height: 639px) {
	.ios .choosercontainer #chooseform .submitbuttons {
		padding: 45px 0;
	}
}

.choosercontainer #chooseform .submitbuttons input {
	min-width: 100px;
	margin: 0 0.5em;
}

.choosercontainer #chooseform .options {
	position: relative;
	border-bottom: 1px solid #bbb;
}

.jschooser .choosercontainer #chooseform .alloptions {
	overflow-x: hidden;
	overflow-y: auto;
	max-width: 240px;
}

.jschooser .choosercontainer #chooseform .alloptions .option input[type=radio] {
	display: inline-block;
}

.jschooser .choosercontainer #chooseform .alloptions .option .typename {
	display: inline-block;
	width: 55%;
}

.choosercontainer #chooseform .moduletypetitle,
.choosercontainer #chooseform .option,
.choosercontainer #chooseform .nonoption {
	margin-bottom: 0;
	padding: 0 1.6em 0 1.6em;
}

.choosercontainer #chooseform .moduletypetitle {
	text-transform: uppercase;
	padding-top: 1.2em;
	padding-bottom: 0.4em;
	margin-bottom: 0.5rem;
	font-size: 100%;
}

.choosercontainer #chooseform .option .typename,
.choosercontainer #chooseform .nonoption .typename {
	padding: 0 0 0 0.5em;
}

.choosercontainer #chooseform .modicon+.typename {
	padding-left: 0;
}

.choosercontainer #chooseform .option input[type=radio],
.choosercontainer #chooseform .option span.typename {
	vertical-align: middle;
}

.choosercontainer #chooseform .option label {
	display: block;
	margin: 0;
	padding: 0.5rem 0;
	border-bottom: 1px solid #fff;
}

.choosercontainer #chooseform .option .icon {
	margin: 0;
	padding: 0 1rem;
}

.choosercontainer #chooseform .nonoption {
	padding-left: 2.7em;
	padding-top: 0.3em;
	padding-bottom: 0.1em;
}

.choosercontainer #chooseform .subtype {
	margin-bottom: 0;
	padding: 0 1.6em 0 3.2em;
}

.choosercontainer #chooseform .subtype .typename {
	margin: 0 0 0 0.2em;
}

.jschooser .choosercontainer #chooseform .instruction,
.jschooser .choosercontainer #chooseform .typesummary {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 240px;
	margin: 0;
	padding: 1.6em;
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: auto;
	line-height: 2em;
}

.jschooser .choosercontainer #chooseform .instruction,
.choosercontainer #chooseform .selected .typesummary {
	display: block;
}

.choosercontainer #chooseform .selected {
	background-color: #fff;
	margin-top: -1px;
	padding-top: 1px;
}

@media (max-width: 575.98px) {
	.jsenabled .choosercontainer #chooseform .alloptions {
		max-width: 100%;
	}

	.jsenabled .choosercontainer #chooseform .instruction,
	.jsenabled .choosercontainer #chooseform .typesummary {
		position: static;
	}
}

.modchooser .modal-body {
	padding: 0;
	overflow-y: auto;
	min-height: 640px;
	display: flex;
	flex-direction: column;
}

.modchooser .modal-body .searchresultitemscontainer-wrapper {
	min-height: 495px;
}

.modchooser .modal-body .carousel-item.active {
	display: flex;
}

.modchooser .modal-body .chooser-container {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}

.modchooser .modal-body .loading-icon {
	opacity: 1;
}

.modchooser .modal-body .loading-icon .icon {
	display: block;
	font-size: 3em;
	max-height: 3em;
	max-width: 3em;
}

.modchooser .modal-body .carousel-item .loading-icon .icon {
	margin: 1em auto;
}

.modchooser .modal-body .searchbar {
	width: 100%;
}

.modchooser .modal-footer {
	height: 70px;
	background: #fff;
}

.modchooser .modal-footer .moodlenet-logo .icon {
	height: 2.5rem;
	width: 6rem;
	max-height: 2.5rem;
	max-width: 6rem;
	margin-bottom: 0.6rem;
}

.modchoosercontainer.noscroll {
	overflow-y: hidden;
}

.modchoosercontainer .optionscontainer,
.modchoosercontainer .searchresultitemscontainer {
	overflow-x: hidden;
}

.modchoosercontainer .optionscontainer .option,
.modchoosercontainer .searchresultitemscontainer .option {
	flex-basis: calc(50% - 0.5rem);
}

.modchoosercontainer .optionscontainer .option .optionactions .optionaction,
.modchoosercontainer .searchresultitemscontainer .option .optionactions .optionaction {
	cursor: pointer;
	color: #6a737b;
}

.modchoosercontainer .optionscontainer .option .optionactions .optionaction i,
.modchoosercontainer .searchresultitemscontainer .option .optionactions .optionaction i {
	margin: 0;
}

.modchoosercontainer .optionscontainer .option .optioninfo a,
.modchoosercontainer .searchresultitemscontainer .option .optioninfo a {
	color: #495057;
}

.modchoosercontainer .optionscontainer .option .optioninfo a:hover,
.modchoosercontainer .searchresultitemscontainer .option .optioninfo a:hover {
	text-decoration: none;
}

.modchooser .modal-body .optionsummary {
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: auto;
	height: 640px;
}

.modchooser .modal-body .optionsummary .content {
	overflow-y: auto;
}

.modchooser .modal-body .optionsummary .content .heading .icon {
	height: 32px;
	width: 32px;
	font-size: 32px;
	padding: 0;
}

.modchooser .modal-body .optionsummary .actions {
	border-top: 1px solid #dee2e6;
	background: #fff;
}

@media (max-width: 575.98px) {

	.path-course-view .modal-dialog.modal-lg,
	.path-course-view .modal-content,
	.modchooser .modal-body,
	.modchooser .modal-body .carousel,
	.modchooser .modal-body .carousel-inner,
	.modchooser .modal-body .carousel-item,
	.modchooser .modal-body .optionsummary,
	.modchoosercontainer,
	.optionscontainer,
	.searchresultitemscontainer {
		min-height: auto;
		height: 100%;
		overflow-y: auto;
	}

	.path-course-view .modal-dialog.modal-lg {
		margin: 0;
	}

	.modchooser .modal-body .searchresultitemscontainer-wrapper {
		min-height: auto;
	}
}

@media (min-width: 576px) {

	.modchoosercontainer .optionscontainer .option,
	.modchoosercontainer .searchresultitemscontainer .option {
		flex-basis: calc(33.33% - 0.5rem);
	}
}

@media (min-width: 992px) {

	.modchoosercontainer .optionscontainer .option,
	.modchoosercontainer .searchresultitemscontainer .option {
		flex-basis: calc(16.66% - 0.5rem);
	}
}

.formlistingradio {
	padding-bottom: 25px;
	padding-right: 10px;
}

.formlistinginputradio {
	float: left;
}

.formlistingmain {
	min-height: 225px;
}

.formlisting {
	position: relative;
	margin: 15px 0;
	padding: 1px 19px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.formlistingmore {
	position: absolute;
	cursor: pointer;
	bottom: -1px;
	right: -1px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	color: #9da0a4;
	border-radius: 4px 0 4px 0;
}

.formlistingall {
	margin: 15px 0;
	padding: 0;
	border-radius: 4px;
}

.formlistingrow {
	cursor: pointer;
	border-bottom: 1px solid;
	border-color: #e1e1e8;
	border-left: 1px solid #e1e1e8;
	border-right: 1px solid #e1e1e8;
	background-color: #f7f7f9;
	border-radius: 0 0 4px 4px;
	padding: 6px;
	top: 50%;
	left: 50%;
	min-height: 34px;
	float: left;
	width: 150px;
}

body.jsenabled .formlistingradio {
	display: none;
}

body.jsenabled .formlisting {
	display: block;
}

a.criteria-action {
	padding: 0 3px;
	float: right;
}

div.criteria-description {
	padding: 10px 15px;
	margin: 5px 0;
	background: none repeat scroll 0 0 #f9f9f9;
	border: 1px solid #eee;
}

ul.badges {
	margin: 0;
	list-style: none;
}

.badges li {
	position: relative;
	display: inline-block;
	padding-top: 1em;
	text-align: center;
	vertical-align: top;
	width: 150px;
}

.badges li .badge-name {
	display: block;
	padding: 5px;
}

.badges li>img {
	position: absolute;
}

.badges li .badge-image {
	width: 100px;
	height: 100px;
	left: 10px;
	top: 0;
	z-index: 1;
}

.badges li .badge-actions {
	position: relative;
}

.badges li .expireimage {
	background-image: url(/theme/image.php/recit2/core/1759007012/i/expired);
	background-repeat: no-repeat;
	background-size: 100px 100px;
	width: 100px;
	height: 100px;
	left: 25px;
	top: 15px;
	position: absolute;
	z-index: 10;
	opacity: 0.85;
}

#badge-image {
	background-color: transparent;
	padding: 0;
	position: relative;
	min-width: 100px;
	width: 20%;
	display: inline-block;
	vertical-align: top;
	margin-top: 17px;
	margin-bottom: 20px;
}

#badge-image .expireimage {
	background-image: url(/theme/image.php/recit2/core/1759007012/i/expired);
	background-repeat: no-repeat;
	background-size: 100px 100px;
	width: 100px;
	height: 100px;
	left: 0;
	top: 0;
	opacity: 0.85;
	position: absolute;
	z-index: 10;
}

#badge-image .singlebutton {
	padding-top: 5px;
	display: block;
}

#badge-image .singlebutton button {
	margin-left: 4px;
}

#badge-details {
	display: inline-block;
	width: 79%;
}

#badge-overview dl,
#badge-details dl {
	margin: 0;
}

#badge-overview dl dt,
#badge-overview dl dd,
#badge-details dl dt,
#badge-details dl dd {
	vertical-align: top;
	padding: 3px 0;
}

#badge-overview dl dt,
#badge-details dl dt {
	clear: both;
	display: inline-block;
	width: 20%;
	min-width: 100px;
}

#badge-overview dl dd,
#badge-details dl dd {
	display: inline-block;
	width: 79%;
	margin-left: 1%;
}

#badge-criteria li li {
	list-style-type: none;
}

#badge-image-col {
	flex: 0 0 400px;
}

.badge-profile {
	vertical-align: top;
}

.connected {
	color: #357a32;
}

.notconnected {
	color: #ca3120;
}

.connecting {
	color: #f0ad4e;
}

#page-badges-index #page .badges-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#page-badges-index #page h2 {
	margin: 0;
}

#page-badges-index #page #action_bar {
	margin: 0;
}

#page-badges-index #page .tertiary-navigation.container-fluid,
#page-badges-index #page .tertiary-navigation.container-sm,
#page-badges-index #page .tertiary-navigation.container-md,
#page-badges-index #page .tertiary-navigation.container-lg,
#page-badges-index #page .tertiary-navigation.container-xl {
	width: auto;
	height: 50px;
	padding-top: 0;
}

#page-badges-award .recipienttable tr td {
	vertical-align: top;
}

#page-badges-award .recipienttable tr td.actions .actionbutton {
	margin: 0.3em 0;
	padding: 0.5em 0;
	width: 100%;
}

#page-badges-award .recipienttable tr td.existing,
#page-badges-award .recipienttable tr td.potential {
	width: 42%;
}

#issued-badge-table .activatebadge {
	display: inline-block;
}

.statusbox.active {
	background-color: #d7e4d6;
}

.statusbox.inactive {
	background-color: #fcefdc;
}

.statusbox {
	text-align: center;
	margin-bottom: 5px;
	padding: 5px;
}

.statusbox .activatebadge {
	display: inline-block;
}

.statusbox .activatebadge input[type=submit] {
	margin: 3px;
}

.activatebadge {
	margin: 0;
	text-align: left;
	vertical-align: middle;
}

img#persona_signin {
	cursor: pointer;
}

.addcourse {
	float: right;
}

.invisiblefieldset {
	display: inline;
	padding: 0;
	border-width: 0;
}

#page-header h1.h2 {
	font-weight: bold;
}

#page-header .logo {
	margin: 1rem 0;
}

#page-header .logo img {
	max-height: 75px;
}

nav.navbar .logo img {
	max-height: 35px;
}

.nav.usernav .nav-item {
	display: flex;
}

.nav.usernav .usermenu .dropdown-toggle {
	padding: 0 0.5rem;
}

.page-context-header {
	overflow: hidden;
	padding: 0.25rem 0;
}

.page-context-header .page-header-image>a {
	display: inline-block;
}

.page-context-header .page-header-image .userinitials,
.page-context-header .page-header-image .userpicture {
	margin-right: 1rem;
}

ul.dragdrop-keyboard-drag li {
	list-style-type: none;
}

a.disabled:hover,
a.disabled {
	text-decoration: none;
	cursor: default;
	font-style: italic;
	color: #6a737b;
}

a.btn.disabled {
	opacity: 1;
}

body.lockscroll {
	height: 100%;
	overflow: hidden;
}

.progressbar_container {
	max-width: 500px;
	margin: 0 auto;
}

.ie10 .yui3-calendar-header-label {
	display: inline-block;
}

dd:before,
dd:after {
	display: block;
	content: " ";
}

dd:after {
	clear: both;
}

.nav-tabs>.active>a[href],
.nav-tabs>.active>a[href]:hover,
.nav-tabs>.active>a[href]:focus {
	cursor: pointer;
}

.inplaceeditable.inplaceeditingon {
	position: relative;
}

.inplaceeditable.inplaceeditingon .editinstructions {
	margin-top: -30px;
	font-weight: normal;
	margin-right: 0;
	margin-left: 0;
	left: 0;
	right: auto;
	white-space: nowrap;
}

@media (min-width: 576px) {
	.inplaceeditable.inplaceeditingon input {
		width: 330px;
		vertical-align: text-bottom;
		margin-bottom: 0;
	}

	.inplaceeditable.inplaceeditingon input[role="combobox"] {
		width: auto;
	}
}

.inplaceeditable.inplaceeditingon select {
	margin-bottom: 0;
}

.inplaceeditable .quickediticon img {
	opacity: 0.2;
}

.inplaceeditable .quickeditlink {
	color: inherit;
	text-decoration: inherit;
}

.inplaceeditable:hover .quickeditlink .quickediticon img,
.inplaceeditable .quickeditlink:focus .quickediticon img {
	opacity: 1;
}

.inplaceeditable.inplaceeditable-toggle .quickediticon {
	display: none;
}

.inplaceeditable.inplaceeditable-autocomplete {
	display: block;
}

h3.sectionname .inplaceeditable.inplaceeditingon .editinstructions {
	margin-top: -20px;
}

@media (min-width: 992px) {
	.chart-area .chart-image {
		position: relative;
		margin: auto;
		height: 48vh;
		width: 46vw;
	}
}

.chart-area .chart-table-data {
	display: none;
}

.chart-area .chart-table .chart-output-htmltable caption {
	white-space: nowrap;
}

.chart-area .chart-table.accesshide .chart-table-expand {
	display: none;
}

.chart-area .chart-table.accesshide .chart-table-data {
	display: block;
}

.hover-tooltip-container {
	position: relative;
}

.hover-tooltip-container .hover-tooltip {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 50%;
	top: calc(-50% - 5px);
	transform: translate(-50%, -50%);
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	box-sizing: border-box;
	padding: 5px;
	white-space: nowrap;
	transition: opacity 0.15s, visibility 0.15s;
	z-index: 1000;
}

.hover-tooltip-container .hover-tooltip:before {
	content: "";
	display: inline-block;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid rgba(0, 0, 0, 0.2);
	position: absolute;
	bottom: -8px;
	left: calc(50% - 8px);
}

.hover-tooltip-container .hover-tooltip:after {
	content: "";
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #fff;
	position: absolute;
	bottom: -6px;
	left: calc(50% - 7px);
	z-index: 2;
}

.hover-tooltip-container:hover .hover-tooltip {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.15s 0.5s, visibility 0.15s 0.5s;
}

#region-flat-nav {
	padding-right: 0;
	padding-left: 0;
}

#region-flat-nav .nav {
	margin-right: 15px;
	background-color: #fff;
}

@media (max-width: 767.98px) {
	#region-flat-nav .nav {
		margin-top: 30px;
		margin-right: 0;
	}
}

.footer-dark a {
	color: #fff;
	text-decoration: underline;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.footer-dark a .icon {
	color: #fff;
}

.footer-dark a:focus .icon {
	color: #1d2125;
}

.btn-footer-popover {
	display: none;
	position: fixed;
	bottom: 2rem;
	right: 2rem;
}

.btn-footer-communication {
	display: none;
	position: fixed;
	bottom: 5rem;
	right: 2rem;
}

.hasstickyfooter .btn-footer-popover {
	bottom: calc(1rem + calc(max(80px, calc(.9375rem * 3))));
}

.hasstickyfooter .btn-footer-communication {
	bottom: calc(4rem + calc(max(80px, calc(.9375rem * 3))));
}

.popover.footer .popover-body {
	padding: 0;
}

.popover.footer .popover-body .footer-section a {
	color: #1d2125;
	text-decoration: underline;
}

.popover.footer .popover-body .footer-section a .icon {
	color: #1d2125;
}

.popover.footer .popover-body .footer-section a:focus {
	text-decoration: none;
}

.footer-support-link {
	padding-bottom: 5px;
}

@media (min-width: 576px) {
	.jsenabled #page-footer .footer-content-popover {
		display: none;
	}

	.jsenabled .btn-footer-popover,
	.jsenabled .btn-footer-communication {
		display: block;
		z-index: 1000;
	}
}

.bg-inverse a {
	color: #fff;
	text-decoration: underline;
}

.bg-inverse a .icon {
	color: #fff;
}

.sitelink img {
	width: 112px;
}

.competency-tree ul {
	padding-left: 1.5rem;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	z-index: 1031;
	position: fixed;
	background: #fff;
	padding: 7px;
	left: 0;
	top: 0;
}

[data-drag-type="move"] {
	cursor: move;
	touch-action: none;
}

.clickable {
	cursor: pointer;
}

.overlay-icon-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.6);
}

.overlay-icon-container .loading-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.overlay-icon-container .loading-icon .icon {
	max-height: 2em;
	max-width: 2em;
	font-size: 2em;
}

.w-auto {
	width: auto;
}

.bg-pulse-grey {
	animation: bg-pulse-grey 2s infinite linear;
}

@keyframes bg-pulse-grey {
	0% {
		background-color: #f8f9fa;
	}

	50% {
		background-color: #e9ecef;
	}

	100% {
		background-color: #f8f9fa;
	}
}

.line-height-0 {
	line-height: 0 !important;
}

.line-height-1 {
	line-height: 0.25rem !important;
}

.line-height-2 {
	line-height: 0.5rem !important;
}

.line-height-3 {
	line-height: 1rem !important;
}

.line-height-4 {
	line-height: 1.5rem !important;
}

.line-height-5 {
	line-height: 2rem !important;
}

.line-height-6 {
	line-height: 3rem !important;
}

.dir-rtl .dir-rtl-hide {
	display: none;
}

.dir-ltr .dir-ltr-hide {
	display: none;
}

.paged-content-page-container {
	min-height: 3.125rem;
}

body.h5p-embed #page-content {
	display: inherit;
}

body.h5p-embed #maincontent {
	display: none;
}

body.h5p-embed .h5pmessages {
	min-height: 230px;
}

#h5pcontenttypes td {
	vertical-align: middle;
}

#page.drawers form#h5peditor,
#page.drawers form#coolh5peditor,
#page.drawers .core_contentbank_viewcontent {
	max-width: 960px;
	margin: 0 auto;
}

#page-contentbank-edit fieldset {
	margin-top: 1em;
}

.text-decoration-none {
	text-decoration: none !important;
}

.colour-inherit {
	color: inherit !important;
}

.position-right {
	right: 0 !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.text-break {
	overflow-wrap: break-word !important;
}

.word-break {
	word-break: break-word !important;
}

.z-index-0 {
	z-index: 0 !important;
}

.z-index-1 {
	z-index: 1 !important;
}

.img-responsive {
	max-width: 100%;
	height: auto;
}

input[disabled] {
	cursor: not-allowed;
}

.fade.in {
	opacity: 1;
}

.clamp-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.word-break-all {
	word-break: break-all;
}

.matchtext {
	background-color: #a2cff8;
	color: #1d2125;
	height: 1.5rem;
}

.border-radius {
	border-radius: 0.5rem;
}

.v-hidden {
	visibility: hidden;
}

.dialog-big {
	max-width: 500px;
}

.dialog-small {
	max-width: 300px;
}

@media (min-width: 576px) {
	.dialog-big {
		width: 500px;
	}

	.dialog-small {
		width: 300px;
	}
}

.v-parent-focus {
	opacity: 0;
	visibility: hidden;
}

.focus-control:focus-within .v-parent-focus,
.focus-control:hover .v-parent-focus {
	opacity: 1;
	visibility: visible;
}

.emoji-picker {
	width: 350px;
	height: 400px;
}

.emoji-picker .category-button {
	padding: 0.375rem 0;
	height: 100%;
	width: 38.8888888889px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid transparent;
}

.emoji-picker .category-button.selected {
	border-bottom: 2px solid #0f6cbf;
}

.emoji-picker .emojis-container,
.emoji-picker .search-results-container {
	min-width: 280px;
}

.emoji-picker .picker-row {
	height: 40px;
}

.emoji-picker .picker-row .category-name {
	line-height: 40px;
}

.emoji-picker .picker-row .emoji-button {
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 24px;
	overflow: hidden;
}

.emoji-picker .emoji-preview {
	height: 40px;
	font-size: 40px;
	line-height: 40px;
}

.emoji-picker .emoji-short-name {
	line-height: 20px;
}

@media (max-width: 575.98px) {
	.emoji-picker {
		width: 320px;
	}
}

.emoji-auto-complete {
	height: 40px;
}

.emoji-auto-complete .btn.btn-link.btn-icon.emoji-button {
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 24px;
}

.emoji-auto-complete .btn.btn-link.btn-icon.emoji-button.active {
	background-color: #e9ecef;
}

.toast-wrapper {
	max-width: 350px;
	max-height: 0;
	z-index: 1051;
}

.toast-wrapper> :first-child {
	margin-top: 1rem;
}

.alert-primary a {
	color: #041c31;
}

.alert-primary .btn-close {
	color: #000102;
	opacity: 0.6;
}

.alert-secondary a {
	color: #4e5153;
}

.alert-secondary .btn-close {
	color: #353739;
	opacity: 0.6;
}

.alert-success a,
.environmenttable .ok a {
	color: #0b190a;
}

.alert-success .btn-close,
.environmenttable .ok .btn-close {
	color: #000;
	opacity: 0.6;
}

.alert-info a {
	color: #001518;
}

.alert-info .btn-close {
	color: #000;
	opacity: 0.6;
}

.alert-warning a,
.environmenttable .warn a {
	color: #523b1a;
}

.alert-warning .btn-close,
.environmenttable .warn .btn-close {
	color: #2b1f0e;
	opacity: 0.6;
}

.alert-danger a,
.environmenttable .error a {
	color: #390e09;
}

.alert-danger .btn-close,
.environmenttable .error .btn-close {
	color: #0d0302;
	opacity: 0.6;
}

.alert-light a {
	color: #636363;
}

.alert-light .btn-close {
	color: #494a4a;
	opacity: 0.6;
}

.alert-dark a {
	color: #030404;
}

.alert-dark .btn-close {
	color: #000;
	opacity: 0.6;
}

.alert a {
	font-weight: 700;
}

.breadcrumb:empty {
	padding: 0;
}

@media (max-width: 767.98px) {
	#page-navbar {
		width: 100%;
	}

	.breadcrumb:not(:empty) {
		width: 100%;
		flex-wrap: nowrap;
		margin-bottom: 0.5rem;
	}

	.breadcrumb:not(:empty) .breadcrumb-item {
		padding-top: 0.33333rem;
		padding-bottom: 0.33333rem;
		display: inline-flex;
		overflow: hidden;
	}

	.breadcrumb:not(:empty) .breadcrumb-item a,
	.breadcrumb:not(:empty) .breadcrumb-item span {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.mform {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.pagination {
		flex-wrap: wrap;
		justify-content: center;
	}

	.custom-select {
		max-width: 100%;
	}

	.card .card-body {
		padding: 0.625rem;
	}

	#page-header .card {
		border: 0;
	}

	#page-header .card .card-body {
		padding: 0;
	}

	.nav-tabs:not(.more-nav),
	.nav-pills {
		margin: 0;
		border: 0;
		padding: 0.125rem;
		background-color: #e9ecef;
	}

	.nav-tabs:not(.more-nav) .nav-item,
	.nav-pills .nav-item {
		flex: 1 1 auto;
		text-align: center;
	}

	.nav-tabs:not(.more-nav) .nav-link,
	.nav-pills .nav-link {
		background: #fff;
		border: 0;
		margin: 0.125rem;
	}

	.nav-tabs:not(.more-nav) .nav-link.active,
	.nav-pills .nav-link.active {
		color: #0f6cbf;
		border-color: #0f6cbf;
	}

	.nav-tabs:not(.more-nav) .nav-link.active:hover,
	.nav-pills .nav-link.active:hover {
		color: #fff;
		background-color: #0f6cbf;
		border-color: #6a737b;
	}

	.nav-tabs:not(.more-nav) .nav-link.active:focus,
	.nav-tabs:not(.more-nav) .nav-link.active.focus,
	.nav-pills .nav-link.active:focus,
	.nav-pills .nav-link.active.focus {
		box-shadow: 0 0 0 0.2rem rgba(15, 108, 191, 0.5);
	}

	.nav-tabs:not(.more-nav) .nav-link.active.disabled,
	.nav-tabs:not(.more-nav) .nav-link.active:disabled,
	.nav-pills .nav-link.active.disabled,
	.nav-pills .nav-link.active:disabled {
		color: #0f6cbf;
		background-color: transparent;
	}

	.nav-tabs:not(.more-nav) .nav-link.active:not(:disabled):not(.disabled):active,
	.nav-tabs:not(.more-nav) .nav-link.active:not(:disabled):not(.disabled).active,
	.show>.nav-tabs:not(.more-nav) .nav-link.active.dropdown-toggle,
	.nav-pills .nav-link.active:not(:disabled):not(.disabled):active,
	.nav-pills .nav-link.active:not(:disabled):not(.disabled).active,
	.show>.nav-pills .nav-link.active.dropdown-toggle {
		color: #fff;
		background-color: #0f6cbf;
		border-color: #6a737b;
	}

	.nav-tabs:not(.more-nav) .nav-link.active:not(:disabled):not(.disabled):active:focus,
	.nav-tabs:not(.more-nav) .nav-link.active:not(:disabled):not(.disabled).active:focus,
	.show>.nav-tabs:not(.more-nav) .nav-link.active.dropdown-toggle:focus,
	.nav-pills .nav-link.active:not(:disabled):not(.disabled):active:focus,
	.nav-pills .nav-link.active:not(:disabled):not(.disabled).active:focus,
	.show>.nav-pills .nav-link.active.dropdown-toggle:focus {
		box-shadow: 0 0 0 0.2rem rgba(15, 108, 191, 0.5);
	}
}

@media (max-width: 576px) and (max-height: 320px) {
	div#page {
		margin-top: 0;
	}

	.navbar.fixed-top {
		position: relative;
		z-index: inherit;
	}
}

.link-underline {
	text-decoration: underline;
}

.link-underline:focus {
	text-decoration: none;
}

.alert.cta .cta-icon .icon {
	padding: 0.3rem;
}

.alert.cta .cta-icon .icon.fa {
	border-radius: 50%;
	border-style: solid;
	border-width: 0.125rem;
}

.core_payment_gateways_modal .custom-control-label::before,
.core_payment_gateways_modal .custom-control-label::after {
	top: 45%;
}

.visual-scroll-x {
	scrollbar-width: thin;
	scrollbar-color: #0f6cbf #a2cff8;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.visual-scroll-x::-webkit-scrollbar {
	height: 8px;
	-webkit-appearance: none;
	appearance: none;
}

.visual-scroll-x::-webkit-scrollbar-thumb {
	background-color: #0f6cbf;
	border-right: 1px solid #fff;
}

.visual-scroll-x::-webkit-scrollbar-track {
	background-color: #a2cff8;
	border-right: 1px solid #fff;
}

body.dragging .drop-zone {
	border: 1px dashed #1d2125;
}

body.dragging .drop-up {
	border-top: 1px solid #1d2125;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

body.dragging .drop-down {
	border-bottom: 1px solid #1d2125;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

body.dragging .dragging {
	opacity: 0.6;
}

.dragicon {
	visibility: hidden;
}

.draggable:hover .dragicon {
	visibility: visible;
	cursor: move;
}

.dropzone-container {
	cursor: pointer;
}

.dropzone-container .dropzone {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border: 2px dashed #bbb;
	border-radius: 0.5rem;
}

.dropzone-container .dropzone.dragover {
	border: 2px dashed #6c8cd3;
}

.dropzone-container .dropzone-icon {
	color: #8f959e;
}

.dropzone-container .dropzone-icon .icon {
	font-size: 6em;
	width: auto;
	height: auto;
	max-width: initial;
	max-height: initial;
	margin-right: 0;
}

.dropzone-container .dropzone-sr-only-focusable:active,
.dropzone-container .dropzone-sr-only-focusable:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(15, 108, 191, 0.75);
	z-index: 1060;
	position: relative;
	background: #fff;
	padding: 7px;
}

.overlay-preview {
	background-color: rgba(255, 255, 255, 0.8);
	border: 2px dashed #0f6cbf;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.overlay-preview .overlay-preview-wrapper {
	position: absolute;
	top: 0;
	padding: 2rem;
	width: 100%;
}

.overlay-preview .overlay-preview-content {
	position: relative;
	top: 0;
	padding: 1rem;
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
	background-color: #0f6cbf;
	color: #fff;
	text-align: center;
	font-size: 1.171875rem;
	border-radius: 0.5rem;
}

.overlay-preview-borders {
	outline: 2px dashed #0f6cbf;
}

.waitstate {
	display: none;
}

.stateready .waitstate {
	display: inherit;
}

.stateready .whilenostate {
	display: none;
}

.collapse-list .collapse-list-item {
	padding: 0.5rem 1rem;
}

.collapse-list .collapse-list-item:hover,
.collapse-list .collapse-list-item:focus {
	background-color: #e6f2f5;
	border-color: #b3d9e0;
}

.collapse-list .collapse-list-item-content .collapse-list-item {
	padding-left: calc(1rem * 3);
}

.drawers .block_myoverview {
	border: 0;
}

.drawers .block_myoverview>.card-body {
	padding-top: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#page-my-index .my-action-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.dropdown-toggle::after {
	content: "";
	margin-right: 0;
	margin-left: 4px;
	font-size: 9px;
	width: 9px;
	border: 0;
}

.listitem-category .dropdown-toggle::after {
	content: none;
}

.dropleft .dropdown-toggle::before {
	border: 0;
	content: "";
	font-size: 9px;
	margin-left: 0;
	margin-right: 4px;
	width: 9px;
}

.dir-rtl .dropleft .dropdown-toggle::before {
	content: "";
}

.dropright .dropdown-toggle::after {
	border: 0;
	content: "";
}

.dir-rtl .dropright .dropdown-toggle::after {
	content: "";
}

.dropup .dropdown-toggle::after {
	border: 0;
	content: "";
}

.select-menu li:first-child ul[role="group"] {
	padding: 0;
}

.select-menu ul[role="group"] {
	padding: 0.3rem 0 0 0;
	margin: 0;
}

.select-menu ul[role="group"] li:first-child {
	cursor: default;
	color: #6a737b;
	padding: 0.25rem 1.5rem;
	display: block;
}

.select-menu ul[role="group"] .dropdown-item {
	padding-left: 2.5rem;
}

.select-menu .dropdown-item[aria-selected="true"] {
	font-weight: bold;
}

[role="listbox"] [role="option"] {
	cursor: pointer;
}

[role="listbox"] [role="option"][aria-selected="true"] {
	font-weight: bold;
}

.initialbargroups ul {
	-webkit-margin-start: 0;
	margin-right: -1px;
}

.initialbargroups .page-item:first-child .page-link {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.initialbargroups .pagination-lg:first-child .page-item:first-child .page-link {
	border-top-left-radius: 0.6rem;
	border-bottom-left-radius: 0.6rem;
}

.initialbargroups .pagination-sm:first-child .page-item:first-child .page-link {
	border-top-left-radius: 0.2rem;
	border-bottom-left-radius: 0.2rem;
}

.initialbargroups .page-item:last-child .page-link {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.initialbargroups .pagination-lg:last-child .page-item:last-child .page-link {
	border-top-right-radius: 0.6rem;
	border-bottom-right-radius: 0.6rem;
}

.initialbargroups .pagination-sm:last-child .page-item:last-child .page-link {
	border-top-right-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
}

blockquote {
	margin: 0 0.5rem 1rem;
	padding-left: 1rem;
	color: #495057;
	border-left: 5px solid #8f959e;
}

.pagelayout-maintenance .page-header-headings,
.pagelayout-secure .page-header-headings {
	background-color: #fff;
}

.page-header-headings:not(.text-truncate),
.coursename:not(.text-truncate),
.categoryname:not(.text-truncate),
.breadcrumb-item:not(.text-truncate) {
	word-break: normal;
	overflow-wrap: anywhere;
	white-space: normal;
}

.showmore-container.collapsed .expanded-content {
	display: none;
}

.showmore-container:not(.collapsed) .collapsed-content {
	display: none;
}

.showmore-container button {
	float: right;
}

.showmore-container button.btn-link {
	text-decoration: none;
}

.showmore-container button .icon {
	font-size: 0.8203125rem;
	margin: 0;
}

.usersearchdropdown.dropdown-menu,
.gradesearchdropdown.dropdown-menu,
.groupsearchdropdown.dropdown-menu {
	width: 350px;
}

.usersearchdropdown.dropdown-menu .searchresultitemscontainer,
.gradesearchdropdown.dropdown-menu .searchresultitemscontainer,
.groupsearchdropdown.dropdown-menu .searchresultitemscontainer {
	max-height: 170px;
	overflow: auto;
}

.usersearchdropdown.dropdown-menu .searchresultitemscontainer img,
.gradesearchdropdown.dropdown-menu .searchresultitemscontainer img,
.groupsearchdropdown.dropdown-menu .searchresultitemscontainer img {
	height: 48px !important;
	width: 48px !important;
}

#sticky-footer [data-type="bulkactions"] {
	display: flex;
	flex: 0 0 100%;
	align-items: center;
}

.choicelist {
	min-width: calc(300px - 25px);
}

.choicelist i.icon {
	vertical-align: middle;
}

.card.active {
	border-color: #8f959e;
}

.action-menu .dropdown-toggle {
	text-decoration: none;
	display: inline-block;
}

.action-menu {
	white-space: nowrap;
	display: inline;
}

.action-menu .dropdown-toggle.no-caret::after {
	display: none;
}

.action-menu .dropdown-toggle.no-caret::before {
	display: none;
}

.action-menu .dropdown.downleft .dropdown-subpanel-content {
	right: 0;
	left: auto;
}

.action-menu .dropdown-subpanel.content-displayed {
	background-color: #e9ecef;
}

.action-menu .dropdown-subpanel-content {
	max-width: 300px;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}

.action-menu .dropdown-subpanel-content.show {
	animation: 0.15s animate-pop;
}

@media (prefers-reduced-motion: reduce) {
	.action-menu .dropdown-subpanel-content.show {
		animation: none;
	}
}

body.behat-site .action-menu .dropdown-subpanel-content.show {
	animation: none;
}

.action-menu .dropdown-subpanel .dropdown-item::after {
	border: 0;
	content: "";
}

.action-menu .dropdown-subpanel .dropdown-item::before {
	display: none;
}

@keyframes animate-pop {
	0% {
		transform: scale(0.9, 0.9);
	}

	100% {
		transform: scale(1, 1);
	}
}

.dir-rtl .action-menu .dropdown-subpanel .dropdown-item::after {
	border: 0;
	content: "";
}

.dir-rtl .action-menu .dropdown-subpanel .dropdown-item::before {
	display: none;
}

.dropdown-item a {
	display: block;
	width: 100%;
	color: #1d2125;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:focus-within {
	outline: 0;
	background-color: #0f6cbf;
	color: #fff;
}

.dropdown-item.active a,
.dropdown-item:active a,
.dropdown-item:hover a,
.dropdown-item:focus a,
.dropdown-item:focus-within a {
	color: #fff;
}

.dropdown-item[aria-current="true"],
.dropdown-item[aria-selected="true"] {
	position: relative;
	display: flex;
	align-items: center;
}

.dropdown-item[aria-current="true"]:before,
.dropdown-item[aria-selected="true"]:before {
	content: "";
	position: absolute;
	left: 0.4rem;
	font-size: 0.7rem;
}

.dropdown-item-outline:focus,
.dropdown-item-outline:focus-within {
	outline: solid #0f6cbf;
}

.dropdown-item-outline a:focus,
.dropdown-item-outline a:focus-visible {
	outline: 0;
}

.icon {
	max-width: 24px;
	max-height: 24px;
	margin: 0;
	padding: 0;
	box-sizing: content-box;
	margin-right: 0.5rem;
}

.icon.spacer {
	margin-right: 0;
}

.icon.iconsize-medium {
	font-size: 32px;
	width: 32px;
	height: 32px;
	max-width: 32px;
	max-height: 32px;
}

.icon.iconsize-big {
	width: 64px;
	height: 64px;
	max-width: 64px;
	max-height: 64px;
	font-size: 64px;
}

.icon.emoticon {
	max-width: 16px;
	max-height: 16px;
}

img.icon {
	width: 16px;
	height: 16px;
}

.navbar-dark a .icon {
	color: rgba(255, 255, 255, 0.5) !important;
}

.action-menu-item a:first-of-type>.icon {
	margin-left: 0.5rem;
}

.ygtvcell .icon {
	margin-left: 0 !important;
}

.block_navigation .tree_item .icon,
.block_settings .tree_item .icon {
	margin-left: 0;
}

[data-action=toggle-drawer] .icon {
	margin: 0;
}

.icon-no-spacing a>.icon {
	margin: 0;
}

.icon-no-margin .icon {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.icon-large>.icon {
	width: 32px;
	height: 32px;
}

.icon-size-0 .icon {
	height: 0 !important;
	width: 0 !important;
	font-size: 0 !important;
}

.icon-size-1 .icon {
	height: 4px !important;
	width: 4px !important;
	font-size: 4px !important;
}

.icon-size-2 .icon {
	height: 8px !important;
	width: 8px !important;
	font-size: 8px !important;
}

.icon-size-3 .icon {
	height: 16px !important;
	width: 16px !important;
	font-size: 16px !important;
}

.icon-size-4 .icon {
	height: 24px !important;
	width: 24px !important;
	font-size: 24px !important;
}

.icon-size-5 .icon {
	height: 32px !important;
	width: 32px !important;
	font-size: 32px !important;
}

.icon-size-6 .icon {
	height: 40px !important;
	width: 40px !important;
	font-size: 40px !important;
}

.icon-size-7 .icon {
	height: 48px !important;
	width: 48px !important;
	font-size: 48px !important;
}

.helplink .icon {
	margin-left: 0.5rem;
}

.icons-collapse-expand {
	display: flex;
	align-items: center;
}

.icons-collapse-expand .expanded-icon {
	display: flex;
	align-items: center;
}

.icons-collapse-expand .collapsed-icon {
	display: none;
}

.icons-collapse-expand.collapsed .expanded-icon {
	display: none;
}

.icons-collapse-expand.collapsed .collapsed-icon {
	display: flex;
	align-items: center;
}

.activityiconcontainer {
	width: 52px;
	height: 52px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	padding: 0.7rem;
}

.activityiconcontainer .activityicon,
.activityiconcontainer .icon {
	margin: 0;
	font-size: 32px;
	height: 32px;
	width: 32px;
	max-height: 32px;
	max-width: 32px;
}

.activityiconcontainer.small {
	width: 42px;
	height: 42px;
	max-width: 42px;
	max-height: 42px;
}

.activityiconcontainer.smaller {
	width: 32px;
	height: 32px;
	max-width: 32px;
	max-height: 32px;
}

.activityiconcontainer.smaller .activityicon {
	width: 32px;
	height: 32px;
	max-width: 32px;
	max-height: 32px;
}

.activityiconcontainer.administration:not(.isbranded) .activityicon:not(.nofilter),
.activityiconcontainer.administration:not(.isbranded) .icon:not(.nofilter) {
	filter: invert(45%) sepia(46%) saturate(3819%) hue-rotate(260deg) brightness(101%) contrast(87%);
}

.activityiconcontainer.assessment:not(.isbranded) .activityicon:not(.nofilter),
.activityiconcontainer.assessment:not(.isbranded) .icon:not(.nofilter) {
	filter: invert(36%) sepia(98%) saturate(6969%) hue-rotate(315deg) brightness(90%) contrast(119%);
}

.activityiconcontainer.collaboration:not(.isbranded) .activityicon:not(.nofilter),
.activityiconcontainer.collaboration:not(.isbranded) .icon:not(.nofilter) {
	filter: invert(25%) sepia(54%) saturate(6226%) hue-rotate(245deg) brightness(100%) contrast(102%);
}

.activityiconcontainer.communication:not(.isbranded) .activityicon:not(.nofilter),
.activityiconcontainer.communication:not(.isbranded) .icon:not(.nofilter) {
	filter: invert(48%) sepia(74%) saturate(4887%) hue-rotate(11deg) brightness(102%) contrast(101%);
}

.activityiconcontainer.content:not(.isbranded) .activityicon:not(.nofilter),
.activityiconcontainer.content:not(.isbranded) .icon:not(.nofilter) {
	filter: invert(49%) sepia(52%) saturate(4675%) hue-rotate(156deg) brightness(89%) contrast(102%);
}

.activityiconcontainer.interactivecontent:not(.isbranded) .activityicon:not(.nofilter),
.activityiconcontainer.interactivecontent:not(.isbranded) .icon:not(.nofilter) {
	filter: invert(25%) sepia(63%) saturate(1152%) hue-rotate(344deg) brightness(94%) contrast(91%);
}

.icon-box {
	width: 48px;
	height: 48px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: #f8f9fa;
	border-radius: 12px;
	padding: 0.7rem;
}

.icon-box .icon {
	margin: 0;
	height: 32px;
	width: 32px;
}

.icon-circle {
	display: inline-block;
	background-color: #c2cad1;
	border-radius: 50%;
	padding: 1.3rem;
}

.icon-circle .icon {
	margin: 0;
	text-align: center;
	max-width: unset;
	max-height: unset;
	color: #000;
}

.icon-circle.reversed {
	background-color: #b7c0c8;
}

.icon-circle.reversed .icon {
	color: #fff;
}

:root {
	--activityadministration: invert(45%) sepia(46%) saturate(3819%) hue-rotate(260deg) brightness(101%) contrast(87%);
	--activityassessment: invert(36%) sepia(98%) saturate(6969%) hue-rotate(315deg) brightness(90%) contrast(119%);
	--activitycollaboration: invert(25%) sepia(54%) saturate(6226%) hue-rotate(245deg) brightness(100%) contrast(102%);
	--activitycommunication: invert(48%) sepia(74%) saturate(4887%) hue-rotate(11deg) brightness(102%) contrast(101%);
	--activitycontent: invert(49%) sepia(52%) saturate(4675%) hue-rotate(156deg) brightness(89%) contrast(102%);
	--activityinteractivecontent: invert(25%) sepia(63%) saturate(1152%) hue-rotate(344deg) brightness(94%) contrast(91%)
}

.formtable tbody th {
	font-weight: normal;
	text-align: right;
}

.path-admin #assignrole {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.path-admin .admintable .leftalign {
	text-align: left;
}

.path-admin .admintable.environmenttable .name,
.path-admin .admintable.environmenttable .info,
.path-admin #assignrole .admintable .role,
.path-admin #assignrole .admintable .userrole,
.path-admin #assignrole .admintable .roleholder {
	white-space: nowrap;
}

.path-admin .incompatibleblockstable td.c0 {
	font-weight: bold;
}

#page-admin-course-category .addcategory {
	padding: 10px;
}

#page-admin-course-index .editcourse {
	margin: 20px auto;
}

#page-admin-course-index .editcourse th,
#page-admin-course-index .editcourse td {
	padding-left: 10px;
	padding-right: 10px;
}

.timewarninghidden {
	display: none;
}

#page-admin-qtypes #qtypes div,
#page-admin-qtypes #qtypes form,
#page-admin-qbehaviours #qbehaviours div,
#page-admin-qbehaviours #qbehaviours form {
	display: inline;
}

#page-admin-qtypes #qtypes img.spacer,
#page-admin-qbehaviours #qbehaviours img.spacer {
	width: 16px;
}

#page-admin-qbehaviours .cell.c3,
#page-admin-qtypes .cell.c3 {
	font-size: 0.8203125rem;
}

#page-admin-lang .generalbox,
#page-admin-course-index .singlebutton,
#page-admin-course-index .addcategory,
#page-course-index .buttons,
#page-course-index-category .buttons,
#page-admin-course-category .addcategory,
#page-admin-stickyblocks .generalbox,
#page-admin-maintenance .buttons,
#page-admin-course-index .buttons,
#page-admin-course-category .buttons,
#page-admin-index .copyright,
#page-admin-index .copyrightnotice,
#page-admin-index .adminerror .singlebutton,
#page-admin-index .adminwarning .singlebutton,
#page-admin-index #layout-table .singlebutton {
	text-align: center;
	margin-bottom: 1em;
}

.path-admin-roles .capabilitysearchui {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
}

#page-admin-roles-define .topfields {
	margin: 1em 0 2em;
}

#page-admin-roles-override .capcurrent,
#page-admin-roles-define .capdefault {
	background-color: rgba(0, 0, 0, 0.075);
}

#page-filter-manage .backlink,
.path-admin-roles .backlink {
	margin-top: 1em;
}

#page-admin-roles-explain #chooseuser h3,
#page-admin-roles-usersroles .contextname {
	margin-top: 0;
}

#page-admin-roles-explain #chooseusersubmit {
	margin-top: 0;
	text-align: center;
}

#page-admin-roles-usersroles p {
	margin: 0;
}

#page-admin-roles-override .cell.c1,
#page-admin-roles-assign .cell.c3,
#page-admin-roles-assign .cell.c1 {
	padding-top: 0.75em;
}

#page-admin-roles-override .overridenotice,
#page-admin-roles-define .definenotice {
	margin: 1em 10% 2em 10%;
	text-align: left;
}

#page-admin-index .adminwarning.availableupdatesinfo .moodleupdateinfo span {
	display: block;
}

#page-admin-index .updateplugin div {
	margin-bottom: 0.5em;
}

#page-admin-user-user_bulk #users .fgroup {
	white-space: nowrap;
}

#page-admin-report-stats-index .graph {
	text-align: center;
	margin-bottom: 1em;
}

#page-admin-report-courseoverview-index .graph {
	text-align: center;
	margin-bottom: 1em;
}

#page-admin-lang .translator {
	border-width: 1px;
	border-style: solid;
}

.path-admin .roleassigntable {
	width: 100%;
}

.path-admin .roleassigntable td {
	vertical-align: top;
	padding: 0.2em 0.3em;
}

.path-admin .roleassigntable p {
	text-align: left;
	margin: 0.2em 0;
}

.path-admin .roleassigntable #existingcell,
.path-admin .roleassigntable #potentialcell {
	width: 42%;
}

.path-admin .roleassigntable #existingcell p>label:first-child,
.path-admin .roleassigntable #potentialcell p>label:first-child {
	font-weight: bold;
}

.path-admin .roleassigntable #buttonscell {
	width: 16%;
}

.path-admin .roleassigntable #buttonscell #assignoptions {
	font-size: 0.8203125rem;
}

.path-admin .roleassigntable #removeselect_wrapper,
.path-admin .roleassigntable #addselect_wrapper {
	width: 100%;
}

.path-admin table.rolecap tr.rolecap th {
	text-align: left;
	font-weight: normal;
}

.path-admin .rolecap .hiddenrow {
	display: none;
}

.path-admin #defineroletable .rolecap .inherit,
.path-admin #defineroletable .rolecap .allow,
.path-admin #defineroletable .rolecap .prevent,
.path-admin #defineroletable .rolecap .prohibit {
	text-align: center;
	padding: 0;
	min-width: 3.5em;
}

.path-admin .rolecap .cap-name,
.path-admin .rolecap .note {
	display: block;
	font-size: 0.8203125rem;
	white-space: nowrap;
	font-weight: normal;
}

.path-admin .rolecap label {
	display: block;
	text-align: center;
	padding: 0.5em;
	margin: 0;
}

.path-admin .header-maxwidth,
.path-admin .secondary-navigation .navigation .nav-tabs,
.format-site .header-maxwidth,
.format-site .secondary-navigation .navigation .nav-tabs {
	max-width: none;
}

.path-admin.path-admin-roles:not(.format-site) .header-maxwidth,
.path-admin.path-admin-roles:not(.format-site) .secondary-navigation .navigation .nav-tabs,
.path-admin.path-admin-tool-lp .header-maxwidth,
.path-admin.path-admin-tool-lp .secondary-navigation .navigation .nav-tabs {
	max-width: 830px;
}

.plugincheckwrapper {
	width: 100%;
}

.environmentbox {
	margin-top: 1em;
}

#mnetconfig table {
	margin-left: auto;
	margin-right: auto;
}

.environmenttable .cell {
	padding: 0.15em 0.5em;
}

#trustedhosts .generaltable {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

#trustedhosts .standard {
	width: auto;
}

#adminsettings legend {
	display: none;
}

#adminsettings fieldset.error {
	margin: 0.2em 0 0.5em 0;
}

#adminsettings fieldset.error legend {
	display: block;
}

#admin-spelllanguagelist textarea {
	text-align: left;
	direction: ltr;
}

.adminsettingsflags {
	float: right;
}

.adminsettingsflags label {
	margin-right: 7px;
}

.form-description pre,
.formsettingheading pre {
	direction: ltr;
}

.form-item .form-setting .form-htmlarea {
	display: inline;
}

.form-item .form-setting .form-htmlarea .htmlarea {
	width: 640px;
	display: block;
}

.form-item .form-setting .form-multicheckbox ul {
	list-style: none;
	padding: 0;
	margin: 7px 0 0 0;
}

.form-item .form-setting .defaultsnext {
	display: inline;
}

.form-item .form-setting .locked-checkbox {
	margin-right: 0.2em;
	margin-left: 0.5em;
	display: inline;
}

.form-item .form-setting .form-password .unmask,
.form-item .form-setting .form-defaultinfo {
	display: inline-block;
}

.form-item .form-setting .form-defaultinfo {
	max-width: 100%;
	word-wrap: break-word;
}

#admin-emoticons td input {
	width: 8em;
}

#admin-emoticons td.c0 input {
	width: 4em;
}

.admin_colourpicker,
.admin_colourpicker_preview {
	display: none;
}

.jsenabled .admin_colourpicker_preview {
	display: inline;
}

@media (min-width: 768px) {
	.jsenabled .admin_colourpicker {
		display: block;
		height: 102px;
		width: 410px;
		margin-bottom: 10px;
		box-sizing: content-box;
	}

	.admin_colourpicker .colourdialogue {
		float: left;
		border: 1px solid #8f959e;
	}

	.admin_colourpicker .previewcolour {
		border: 1px solid #8f959e;
		margin-left: 301px;
	}

	.admin_colourpicker .currentcolour {
		border: 1px solid #8f959e;
		margin-left: 301px;
		border-top-width: 0;
	}
}

@media (max-width: 767.98px) {
	.jsenabled .admin_colourpicker {
		height: 150px;
		margin-bottom: 10px;
		display: block;
		position: relative;
	}

	.admin_colourpicker .previewcolour {
		display: none;
	}

	.admin_colourpicker .currentcolour {
		position: absolute;
		border: 1px solid #dee2e6;
		top: 100px;
		left: 0;
	}
}

.admin_colourpicker .loadingicon {
	vertical-align: middle;
	margin-left: auto;
}

#page-admin-index #notice .checkforupdates {
	text-align: center;
}

#page-admin-index #page-content .alert a {
	font-weight: normal;
	text-decoration: underline;
}

#page-admin-plugins #plugins-overview-panel .info {
	display: inline-block;
	margin-right: 1em;
}

#page-admin-plugins #plugins-overview-panel .info [data-filterby].active {
	font-weight: bold;
}

#page-admin-plugins #plugins-overview-panel .updateavailableinstallall {
	margin-right: 1em;
}

#page-admin-plugins .checkforupdates {
	margin: 10px 0;
}

#page-admin-plugins .checkforupdates .singlebutton {
	margin: 5px 0;
	padding: 0;
}

#page-admin-plugins .checkforupdates .singlebutton div,
#page-admin-plugins .checkforupdates .singlebutton input {
	margin: 0 3px 0 0;
}

#page-admin-plugins .updateavailableinstallall {
	margin: 5px 0;
	padding: 0;
}

#page-admin-plugins .updateavailableinstallall div,
#page-admin-plugins .updateavailableinstallall input {
	margin: 0 3px 5px 0;
}

#page-admin-plugins #plugins-control-panel .status-missing td {
	background-color: #fcefdc;
}

#page-admin-plugins #plugins-control-panel .pluginname .componentname {
	font-size: 0.8203125rem;
	color: #6a737b;
	margin-left: 22px;
}

#page-admin-plugins #plugins-control-panel .version .versionnumber {
	font-size: 0.8203125rem;
	color: #6a737b;
}

#page-admin-plugins #plugins-control-panel .uninstall a {
	color: #ca3120;
}

#page-admin-plugins #plugins-control-panel .notes .label {
	margin-right: 3px;
}

#page-admin-plugins #plugins-control-panel .notes .requiredby {
	font-size: 0.8203125rem;
	color: #6a737b;
}

#plugins-check-page #plugins-check .status-missing td,
#plugins-check-page #plugins-check .status-downgrade td {
	background-color: #f4d6d2;
}

#plugins-check-page .pluginupdateinfo,
#plugins-control-panel .pluginupdateinfo {
	background-color: #cce6ea;
	padding: 5px;
	margin: 10px 0;
	border-radius: 5px;
}

#plugins-check-page .pluginupdateinfo.maturity50,
#plugins-control-panel .pluginupdateinfo.maturity50 {
	background-color: #f4d6d2;
}

#plugins-check-page .pluginupdateinfo.maturity100,
#plugins-check-page .pluginupdateinfo.maturity150,
#plugins-control-panel .pluginupdateinfo.maturity100,
#plugins-control-panel .pluginupdateinfo.maturity150 {
	background-color: #fcefdc;
}

#plugins-check-page .pluginupdateinfo .info,
#plugins-control-panel .pluginupdateinfo .info {
	display: inline-block;
}

#plugins-check-page .pluginupdateinfo .separator:after,
#plugins-control-panel .pluginupdateinfo .separator:after {
	content: " | ";
}

#plugins-check-page .pluginupdateinfo .singlebutton,
#plugins-control-panel .pluginupdateinfo .singlebutton {
	margin: 5px 0;
	padding: 0;
}

#plugins-check-page .pluginupdateinfo .singlebutton div,
#plugins-check-page .pluginupdateinfo .singlebutton input,
#plugins-control-panel .pluginupdateinfo .singlebutton div,
#plugins-control-panel .pluginupdateinfo .singlebutton input {
	margin: 0 3px 0 0;
}

.plugins-management-confirm-buttons>div {
	display: inline-block;
	margin: 1em 1em 1em 0;
}

.plugins-management-confirm-buttons .continue {
	padding: 0;
}

.plugins-management-confirm-buttons .continue div,
.plugins-management-confirm-buttons .continue input {
	margin: 0;
}

#page-admin-index .upgradepluginsinfo {
	text-align: center;
}

#page-admin-index .adminwarning.availableupdatesinfo .moodleupdateinfo .separator:after {
	content: " | ";
}

#page-admin-mnet-peers .box.deletedhosts {
	margin-bottom: 1em;
	font-size: 0.8203125rem;
}

#core-cache-plugin-summaries table,
#core-cache-store-summaries table {
	width: 100%;
}

#core-cache-lock-summary table,
#core-cache-definition-summaries table,
#core-cache-mode-mappings table {
	margin: 0 auto;
}

#core-cache-store-summaries .default-store td {
	font-style: italic;
}

#core-cache-rescan-definitions,
#core-cache-mode-mappings .edit-link,
#core-cache-lock-additional-actions .new-instance {
	margin-top: 0.5em;
	text-align: center;
}

.maintenancewarning {
	position: fixed;
	bottom: 0;
	right: 0;
	overflow: hidden;
	z-index: 1000;
}

.modal.modal-in-page {
	z-index: 0;
}

#page-admin-search .adminpagetitle {
	margin-bottom: 0;
	border-bottom: none;
}

#page-admin-search .adminpagepath {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0 0 1.5rem 0;
}

#page-admin-search .adminpagepath li+li:before {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
	content: "/";
}

@media (min-width: 576px) {
	#page-admin-search .container {
		overflow-wrap: break-word;
	}
}

#page-admin-tasklogs .task-class {
	font-size: 0.8203125rem;
	color: #6a737b;
}

.path-admin-tool-uploaduser .uuwarning {
	background-color: #fcefdc;
}

.path-admin-tool-uploaduser .uuerror {
	background-color: #f4d6d2;
}

.path-admin-tool-uploaduser .uuinfo {
	background-color: #d7e4d6;
}

.blockmovetarget .accesshide {
	position: relative;
	left: initial;
}

.block:target {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.block_search_forums .searchform {
	text-align: left;
}

.block.block_navigation .block_tree ul,
.block_settings .block_tree ul {
	margin-left: 0;
}

.block .block-controls .dropdown-toggle {
	color: #1d2125;
}

.block .block-controls .dropdown-toggle::after {
	display: none;
}

[data-region="blocks-column"] {
	width: 360px;
	float: right;
}

@media (min-width: 576px) {
	#region-main-settings-menu {
		position: relative;
		float: left;
		width: 100%;
	}

	#region-main-settings-menu>div {
		position: absolute;
		right: 0;
		z-index: 100;
		margin: 1rem;
	}

	.region_main_settings_menu_proxy {
		width: 4rem;
		height: 2rem;
		background-color: #fff;
		margin-left: 0.625rem;
		margin-bottom: 0.625rem;
		border-bottom-left-radius: 0.5rem;
		float: right;
	}
}

@media (max-width: 767.98px) {
	#region-main-settings-menu .menubar {
		justify-content: flex-end;
	}
}

#region-main.has-blocks {
	display: inline-block;
	width: calc(100% - 375px);
}

@media (max-width: 1199.98px) {
	#region-main.has-blocks {
		width: 100%;
		display: block;
	}
}

.header-action #region-main-settings-menu {
	position: unset;
	float: none;
	width: auto;
}

.header-action #region-main-settings-menu>div {
	position: unset;
	right: auto;
	margin: 0;
}

@media (max-width: 1199.98px) {
	[data-region="blocks-column"] {
		width: 100%;
	}
}

.block .empty-placeholder-image-lg {
	height: 5rem;
}

.block .searchbar .icon {
	margin-right: 0;
}

.block .block-cards .course-info-container {
	padding: 0.8rem;
}

.block .block-cards .progress {
	height: 0.5rem;
}

.block .block-cards .course-summaryitem {
	border: 1px solid #dee2e6;
	background-color: #fff;
}

.block .block-cards .icon {
	margin-right: 0;
}

.block .block-cards .card .coursemenubtn {
	margin-top: -0.5rem;
}

.block .block-cards span.categoryname,
.block .block-cards .btn-link {
	color: #1d2125;
}

.block .block-cards .progress-text {
	color: #6a737b;
}

.block .block-cards .multiline {
	white-space: normal;
}

.block .block-cards .btn.btn-link.btn-icon {
	height: 36px;
	width: 36px;
	padding: 0;
	border-radius: 50%;
}

.card-grid {
	display: flex;
}

.card-grid .card {
	flex: 1;
}

.drawercontent .card-grid .col,
.blockcolumn .card-grid .col {
	flex: 0 0 auto;
	max-width: 100%;
}

.card-carousel {
	display: flex;
}

.card-carousel .card {
	flex: 1;
}

@media (min-width: 576px) {
	.card-carousel .card {
		flex: 0 1 auto;
		width: 240px;
		max-width: 100%;
	}
}

.course-card .card-img-top,
.theme-card .card-img-top {
	height: 7rem;
	background-position: center;
	background-size: cover;
}

.block_recentlyaccessedcourses .paging-bar-container {
	margin-top: -2.4rem;
	padding-right: 0.5rem;
	justify-content: flex-end;
}

@media (max-width: 575.98px) {
	.block_recentlyaccessedcourses .paging-bar-container {
		margin-top: 0;
	}
}

#block-region-side-pre .block_recentlyaccessedcourses .paging-bar-container {
	margin-top: 0;
}

.block_recentlyaccesseditems .activityiconcontainer {
	width: 40px;
	height: 40px;
}

aside[id^="block-region-side-"] .block_recentlyaccesseditems .card:nth-of-type(n+4) {
	display: none;
}

#block-region-content .block_recentlyaccesseditems [data-region="more-items-button-container"] {
	display: none;
}

.block_recentlyaccesseditems a.card:hover,
.block_recentlyaccesseditems a.card:focus {
	text-decoration: none;
}

.block_recentlyaccesseditems a.card:hover h6,
.block_recentlyaccesseditems a.card:focus h6 {
	text-decoration: underline;
}

.block_recentlyaccesseditems a.card small {
	color: #1d2125;
}

.block_myoverview .content {
	min-height: 19.35rem;
}

.block_myoverview .paged-content-page-container {
	min-height: 13rem;
}

.block_myoverview .summary-image {
	height: 5rem;
	width: 5rem;
	background-position: center;
	background-size: cover;
}

.block_myoverview .list-image {
	height: 5rem;
	width: 20rem;
	background-position: center;
	background-size: cover;
}

@media (max-width: 1199.98px) {
	.block_myoverview .list-image {
		width: 100%;
	}
}

.block_timeline .paged-content-page-container {
	background-color: #fff;
}

.block_timeline .event-action {
	padding-left: 5.55em;
}

.block_settings .block_tree [aria-expanded="true"],
.block_settings .block_tree [aria-expanded="true"].emptybranch,
.block_settings .block_tree [aria-expanded="false"],
.block_navigation .block_tree [aria-expanded="true"],
.block_navigation .block_tree [aria-expanded="true"].emptybranch,
.block_navigation .block_tree [aria-expanded="false"] {
	background-image: none;
}

.block_settings .block_tree [aria-expanded="true"]>p:before,
.block_navigation .block_tree [aria-expanded="true"]>p:before {
	content: "";
	margin-right: 0;
	font-size: 16px;
	width: 16px;
}

.block_settings .block_tree [aria-expanded="false"]>p:before,
.block_navigation .block_tree [aria-expanded="false"]>p:before {
	content: "";
	margin-right: 0;
	font-size: 16px;
	width: 16px;
}

.dir-rtl .block_settings .block_tree [aria-expanded="false"]>p:before,
.dir-rtl .block_navigation .block_tree [aria-expanded="false"]>p:before {
	content: "";
}

.block_navigation .block_tree p.hasicon,
.block_settings .block_tree p.hasicon {
	text-indent: -3px;
}

.block_navigation .block_tree p.hasicon .icon,
.block_settings .block_tree p.hasicon .icon {
	margin-right: 2px;
}

.block.invisibleblock .card-title {
	color: #6a737b;
}

.block_social_activities li a.movehere,
.block_site_main_menu li a.movehere {
	display: block;
	width: 100%;
	height: 2rem;
	border: 2px dashed #343a40;
	margin: 4px 0;
}

.pagelayout-embedded .has-fake-blocks {
	padding: 1rem;
	display: flex;
}

.pagelayout-embedded .has-fake-blocks .embedded-main {
	order: 0;
	width: calc(100% - 360px);
	margin-right: 1rem;
}

.pagelayout-embedded .embedded-blocks {
	order: 1;
	width: 360px;
}

@media (max-width: 767.98px) {
	.pagelayout-embedded .has-fake-blocks {
		display: block;
	}

	.pagelayout-embedded .has-fake-blocks .embedded-main {
		width: 100%;
	}

	.pagelayout-embedded .embedded-blocks {
		width: 100%;
	}
}

.block-add {
	color: #0f6cbf;
	background-color: #e7f0f9;
	border-color: #3f89cc;
	border-radius: 0.5rem;
	width: 100%;
	border-width: 1px;
}

.block-add hr {
	border-top-color: #337cbf;
}

.block-add .alert-link {
	color: #0b5190;
}

.block-add .pluscontainer {
	border: 1px solid #3f89cc;
	border-radius: 50%;
	width: 32px;
	height: 32px;
}

.block-add:hover {
	cursor: pointer;
	background-color: #e7f0f9;
}

.block-add:hover .activity-add-text {
	text-decoration: underline;
}

.calendar_event_category {
	background-color: #e0cbe0;
}

.calendar_event_category .commands a {
	color: #0d5ca1;
}

.calendar_event_course {
	background-color: #ffd3bd;
}

.calendar_event_course .commands a {
	color: #0d5ca1;
}

.calendar_event_site {
	background-color: #d6f8cd;
}

.calendar_event_site .commands a {
	color: #0d5ca1;
}

.calendar_event_group {
	background-color: #fee7ae;
}

.calendar_event_group .commands a {
	color: #0d5ca1;
}

.calendar_event_user {
	background-color: #dce7ec;
}

.calendar_event_user .commands a {
	color: #0d5ca1;
}

.calendar_event_other {
	background-color: #ced4da;
}

.calendar_event_other .commands a {
	color: #0d5ca1;
}

.calendartable {
	width: 100%;
	table-layout: fixed;
}

.calendartable th,
.calendartable td {
	width: 14%;
	vertical-align: top;
	text-align: center;
	border: 0;
}

.calendar-controls .previous,
.calendar-controls .next,
.calendar-controls .current {
	display: block;
	float: left;
	width: 12%;
}

.calendar-controls .previous {
	text-align: left;
	border: 1px solid transparent;
	width: 25%;
}

.calendar-controls .current {
	text-align: center;
	width: 50%;
}

.calendar-controls .next {
	text-align: right;
	border: 1px solid transparent;
	width: 25%;
}

.calendar-controls .drop-target {
	box-sizing: border-box;
	border: 1px dashed #0f6cbf;
}

.filters table {
	border-collapse: separate;
	border-spacing: 2px;
	width: 100%;
}

#region-main .maincalendar .calendarwrapper td>div {
	height: 11.5em;
	overflow: hidden;
}

.maincalendar {
	vertical-align: top;
	padding: 0;
}

.maincalendar .bottom {
	text-align: left;
	width: 98%;
	margin: 10px auto;
}

.maincalendar .bottom span.footer-link:after {
	content: "•";
	color: #0f6cbf;
}

.maincalendar .bottom span.footer-link:last-child:after {
	content: none;
}

.maincalendar .heightcontainer {
	height: 100%;
	position: relative;
}

.maincalendar .calendarmonth {
	width: 98%;
	margin: 10px auto;
}

.maincalendar .calendarmonth ul {
	margin: 0;
	padding: 0;
}

.maincalendar .calendarmonth ul li[data-event-folded="true"] {
	display: none;
}

.maincalendar .calendarmonth ul li {
	list-style-type: none;
	line-height: 1.2em;
}

.maincalendar .calendarmonth ul li>a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
	display: inline-block;
}

.maincalendar .calendarmonth ul li>a:hover {
	text-decoration: none;
}

.maincalendar .calendarmonth ul li>a:hover .eventname {
	text-decoration: underline;
}

.maincalendar .calendarmonth ul li a[data-action="view-day-link"] {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.maincalendar .calendarmonth ul li .icon {
	margin-left: 0.25em;
	margin-right: 0.25em;
	vertical-align: initial;
}

.maincalendar .calendarmonth ul li .calendar-circle {
	width: 12px;
	height: 12px;
	border-radius: 6px;
	vertical-align: middle;
	display: inline-block;
}

.maincalendar .calendarmonth ul li .calendar-circle.calendar_event_category {
	background-color: #e0cbe0;
	border: 2px solid #9e619f;
}

.maincalendar .calendarmonth ul li .calendar-circle.calendar_event_course {
	background-color: #ffd3bd;
	border: 2px solid #d34600;
}

.maincalendar .calendarmonth ul li .calendar-circle.calendar_event_site {
	background-color: #d6f8cd;
	border: 2px solid #2b8713;
}

.maincalendar .calendarmonth ul li .calendar-circle.calendar_event_group {
	background-color: #fee7ae;
	border: 2px solid #9a6e02;
}

.maincalendar .calendarmonth ul li .calendar-circle.calendar_event_user {
	background-color: #dce7ec;
	border: 2px solid #4e7c91;
}

.maincalendar .calendarmonth ul li .calendar-circle.calendar_event_other {
	background-color: #ced4da;
	border: 2px solid #687889;
}

.maincalendar .calendarmonth th {
	text-align: left;
	padding-left: 16px;
}

.maincalendar .calendarmonth td a.day:focus {
	display: inline-block;
	border-radius: 50%;
	box-shadow: 0 0 0 0.2rem rgba(15, 108, 191, 0.75);
}

.maincalendar .calendarmonth td .day-number-circle {
	display: inline-block;
	line-height: 0;
	width: 30px;
	height: 30px;
}

.maincalendar .calendarmonth td .day-number-circle .day-number {
	display: inline-block;
	padding: 50% 4px;
	width: 100%;
	text-align: center;
}

.maincalendar .calendarmonth td.today .day-number-circle {
	border-radius: 50%;
	color: #fff;
	background-color: #0f6cbf;
}

.maincalendar .calendarmonth .clickable:hover {
	background-color: #ededed;
}

.maincalendar .controls {
	width: 98%;
	margin: 10px auto;
}

.maincalendar .calendar_event_category a:has(> .icon):hover,
.maincalendar .calendar_event_course a:has(> .icon):hover,
.maincalendar .calendar_event_site a:has(> .icon):hover,
.maincalendar .calendar_event_group a:has(> .icon):hover,
.maincalendar .calendar_event_user a:has(> .icon):hover {
	color: #07345a;
	text-decoration: none;
}

.maincalendar .calendar_event_category {
	border-color: #e0cbe0;
}

.maincalendar .calendar_event_course {
	border-color: #ffd3bd;
}

.maincalendar .calendar_event_site {
	border-color: #d6f8cd;
}

.maincalendar .calendar_event_group {
	border-color: #fee7ae;
}

.maincalendar .calendar_event_user {
	border-color: #dce7ec;
}

.maincalendar .calendar_event_other {
	border-color: #ced4da;
}

.maincalendar .calendartable td,
.maincalendar .calendartable li {
	padding: 4px;
}

.maincalendar .calendartable li {
	text-align: left;
}

.maincalendar .header {
	overflow: hidden;
}

.maincalendar .header .buttons {
	float: right;
}

.maincalendar .event .card-header img {
	vertical-align: baseline;
}

.maincalendar .event .location {
	word-break: break-all;
	overflow-wrap: break-word;
}

.maincalendar table#subscription_details_table td {
	vertical-align: middle;
}

.maincalendar table#subscription_details_table td>.btn-group button {
	padding-left: 0;
}

#page-calendar-export .indent {
	padding-left: 20px;
}

.block .bottom {
	width: 98%;
	margin: 10px auto;
}

.block .bottom span.footer-link:after {
	content: "•";
	color: #0f6cbf;
}

.block .bottom span.footer-link:last-child:after {
	content: none;
}

.block .minicalendar {
	max-width: 280px;
	margin: 0 auto;
	width: 100%;
}

.block .minicalendar th,
.block .minicalendar td {
	padding: 2px;
	font-size: 0.8em;
	text-align: center;
}

.block .minicalendar td.weekend {
	color: #6a737b;
}

.block .minicalendar td a {
	width: 100%;
	height: 100%;
	display: block;
	color: #0d5ca1;
}

.block .minicalendar td.duration_global {
	border-top: 1px solid #d6f8cd;
	border-bottom: 1px solid #d6f8cd;
}

.block .minicalendar td.duration_global.duration_finish {
	background-color: #d6f8cd;
}

.block .minicalendar td.duration_category {
	border-top: 1px solid #e0cbe0;
	border-bottom: 1px solid #e0cbe0;
}

.block .minicalendar td.duration_category.duration_finish {
	background-color: #e0cbe0;
}

.block .minicalendar td.duration_course {
	border-top: 1px solid #ffd3bd;
	border-bottom: 1px solid #ffd3bd;
}

.block .minicalendar td.duration_course.duration_finish {
	background-color: #ffd3bd;
}

.block .minicalendar td.duration_group {
	border-top: 1px solid #fee7ae;
	border-bottom: 1px solid #fee7ae;
}

.block .minicalendar td.duration_group.duration_finish {
	background-color: #fee7ae;
}

.block .minicalendar td.duration_user {
	border-top: 1px solid #dce7ec;
	border-bottom: 1px solid #dce7ec;
}

.block .minicalendar td.duration_user.duration_finish {
	background-color: #dce7ec;
}

.block .minicalendar td.duration_other {
	border-top: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
}

.block .minicalendar td.duration_other.duration_finish {
	background-color: #ced4da;
}

.block .minicalendar caption {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-align: center;
}

.block .calendar_filters ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.block .calendar_filters li {
	margin-bottom: 0.2em;
}

.block .calendar_filters li span.calendar_event_category i {
	color: #0d5ca1;
}

.block .calendar_filters li span.calendar_event_course i {
	color: #0d5ca1;
}

.block .calendar_filters li span.calendar_event_site i {
	color: #0d5ca1;
}

.block .calendar_filters li span.calendar_event_group i {
	color: #0d5ca1;
}

.block .calendar_filters li span.calendar_event_user i {
	color: #0d5ca1;
}

.block .calendar_filters li span.calendar_event_other i {
	color: #0d5ca1;
}

.block .calendar_filters li span img {
	padding: 0 0.2em;
	margin: 0;
}

.block .calendar_filters li .icon {
	vertical-align: initial;
	margin: 0 0.1rem 0 0.4rem;
}

.block .calendar_filters li>a:hover {
	text-decoration: none;
}

.block .calendar_filters li>a:hover .eventname {
	text-decoration: underline;
}

.block .content h3.eventskey {
	margin-top: 0.5em;
}

.path-course-view .block.block_calendar_month .maincalendar div.header {
	visibility: hidden;
	height: 0;
}

.path-course-view .block.block_calendar_month .maincalendar .calendarwrapper .arrow_text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.path-course-view .block.block_calendar_month .footer .bottom .footer-link {
	display: block;
}

.path-course-view .block.block_calendar_month .footer .bottom .footer-link:after {
	content: none;
}

table.calendartable caption {
	caption-side: top;
}

@media (min-width: 768px) {

	#page-calender-view .container-fluid,
	#page-calender-view .container-sm,
	#page-calender-view .container-md,
	#page-calender-view .container-lg,
	#page-calender-view .container-xl {
		min-width: 1024px;
	}
}

@media (min-width: 768px) {
	section:not(#region-main) .block.block_calendar_month .maincalendar div.header {
		visibility: hidden;
		height: 0;
	}

	section:not(#region-main) .block.block_calendar_month .maincalendar .calendarwrapper .current {
		width: 40%;
		font-size: inherit;
		line-height: inherit;
	}

	section:not(#region-main) .block.block_calendar_month .maincalendar .calendarwrapper .previous,
	section:not(#region-main) .block.block_calendar_month .maincalendar .calendarwrapper .next {
		width: 30%;
	}

	section:not(#region-main) .block.block_calendar_month .maincalendar .calendarwrapper .previous .arrow_text,
	section:not(#region-main) .block.block_calendar_month .maincalendar .calendarwrapper .next .arrow_text {
		display: none;
	}

	section:not(#region-main) .block.block_calendar_month .maincalendar .calendartable.calendarmonth th,
	section:not(#region-main) .block.block_calendar_month .maincalendar .calendartable.calendarmonth td {
		border: none;
		text-align: center !important;
		padding: 0;
	}

	section:not(#region-main) .block.block_calendar_month .maincalendar .calendartable.calendarmonth td {
		height: auto;
		font-size: 0.8em;
	}

	section:not(#region-main) .block.block_calendar_month .maincalendar .calendartable.calendarmonth td.hasevent [data-region="day-content"] {
		display: none;
	}

	section:not(#region-main) .block.block_calendar_month .maincalendar .calendartable.calendarmonth td.hasevent .day-number {
		display: inline-block;
		position: relative;
	}

	section:not(#region-main) .block.block_calendar_month .maincalendar .calendartable.calendarmonth td.hasevent .day-number:before {
		content: ".";
		display: inline-block;
		position: absolute;
		bottom: 0.4em;
		left: 0;
		text-align: center;
		width: 100%;
		font-size: 3em;
		color: inherit;
	}

	section:not(#region-main) .block.block_calendar_month .maincalendar .calendartable.calendarmonth td:after {
		content: "";
		display: block;
		margin-top: calc(100% - 26px);
	}

	section:not(#region-main) .block.block_calendar_month .maincalendar .calendartable.calendarmonth td.clickable:hover {
		background-color: inherit;
	}

	section:not(#region-main) .block.block_calendar_month .maincalendar .calendartable.calendarmonth td.clickable:not(.today):hover .day-number-circle {
		border-radius: 50%;
		background-color: #ededed;
	}

	section:not(#region-main) .block.block_calendar_month .bottom {
		border-top: 1px solid rgba(0, 0, 0, 0.125);
		padding-top: 0.5rem;
	}
}

@media (max-width: 768px) {

	.maincalendar .calendartable.calendarmonth th,
	.maincalendar .calendartable.calendarmonth td {
		border: none;
		text-align: center !important;
		padding: 0;
	}

	.maincalendar .calendartable.calendarmonth td {
		height: auto;
		font-size: inherit;
		padding: 0;
	}

	.maincalendar .calendartable.calendarmonth td.hasevent [data-region="day-content"] {
		display: none;
	}

	.maincalendar .calendartable.calendarmonth td.hasevent .day-number {
		display: inline-block;
		position: relative;
	}

	.maincalendar .calendartable.calendarmonth td.hasevent .day-number:before {
		content: ".";
		display: inline-block;
		position: absolute;
		bottom: 0.4em;
		left: 0;
		text-align: center;
		width: 100%;
		font-size: 3em;
		color: inherit;
	}

	.maincalendar .calendartable.calendarmonth td:after {
		content: "";
		display: block;
		margin-top: calc(100% - 26px);
	}

	.maincalendar .calendartable.calendarmonth td>div {
		height: auto !important;
	}
}

.calendarwrapper {
	position: relative;
}

.day-popover-content:empty+.day-popover-alternate {
	display: block;
}

.location-content {
	overflow-wrap: break-word;
}

.description-content {
	overflow-wrap: break-word;
}

.description-content>p {
	margin: 0;
}

.cal_courses_flt {
	color: #6a737b;
	max-width: 75%;
}

.content-bank-container .cb-content-wrapper {
	padding: 0.5rem;
	min-height: 140px;
	max-height: 500px;
	overflow-x: auto;
	flex-wrap: wrap;
}

.content-bank-container .cb-thumbnail {
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.content-bank-container.view-grid .cb-listitem {
	margin-bottom: 0.5rem;
}

.content-bank-container.view-grid .cb-listitem.cb-unlisted {
	position: relative;
}

@media (max-width: 767.98px) {
	.content-bank-container.view-grid .cb-listitem {
		flex-basis: 50%;
	}
}

@media (min-width: 576px) {
	.content-bank-container.view-grid .cb-listitem {
		max-width: 120px;
		min-width: 120px;
	}
}

.content-bank-container.view-grid .cb-name {
	text-align: center;
}

.content-bank-container.view-grid .cb-file {
	padding: 0.5rem;
}

.content-bank-container.view-grid .cb-thumbnail {
	width: 64px;
	height: 64px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5rem;
}

.content-bank-container.view-grid .cb-unlisted .cb-thumbnail {
	opacity: 0.15;
}

.content-bank-container.view-grid .cb-unlisted::after {
	content: "";
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	font-size: 26px;
	text-align: center;
	opacity: 0.9;
	text-shadow: 0 0 10px #fff;
}

.content-bank-container.view-grid .cb-heading,
.content-bank-container.view-grid .cb-uses,
.content-bank-container.view-grid .cb-date,
.content-bank-container.view-grid .cb-size,
.content-bank-container.view-grid .cb-type,
.content-bank-container.view-grid .cb-author {
	display: none;
}

.content-bank-container.view-list .cb-content-wrapper {
	padding: 0 0.5rem;
	flex-direction: column;
	flex-wrap: nowrap;
}

.content-bank-container.view-list .cb-thumbnail {
	margin-right: 0.5rem;
}

.content-bank-container.view-list .cb-listitem,
.content-bank-container.view-list .cb-heading {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-bottom: 1px solid #dee2e6;
}

.content-bank-container.view-list .cb-column {
	display: flex;
	padding: 0.25rem;
}

.content-bank-container.view-list .cb-column {
	border-right: 1px solid #dee2e6;
}

.content-bank-container.view-list .cb-listitem.cb-unlisted .cb-thumbnail {
	opacity: 0.3;
}

.content-bank-container.view-list .cb-listitem.cb-unlisted .cb-column,
.content-bank-container.view-list .cb-listitem.cb-unlisted .cb-column a {
	color: #6a737b;
}

@media (max-width: 767.98px) {
	.content-bank-container.view-list .cb-column {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 576px) {
	.content-bank-container.view-list .cb-heading {
		position: sticky;
		top: 0;
		z-index: 1;
	}

	.content-bank-container.view-list .cb-file {
		flex: 0 0 40%;
		max-width: 40%;
	}

	.content-bank-container.view-list .cb-uses,
	.content-bank-container.view-list .cb-date,
	.content-bank-container.view-list .cb-size,
	.content-bank-container.view-list .cb-type,
	.content-bank-container.view-list .cb-author {
		flex: 0 0 12%;
		max-width: 12%;
	}

	.content-bank-container.view-list .cb-column.last {
		border-right: 0;
	}
}

.content-bank-container.view-list .cb-btnsort span {
	display: none;
}

.content-bank-container.view-list .cb-btnsort .title {
	display: inline;
}

.content-bank-container.view-list .cb-btnsort.dir-none .default,
.content-bank-container.view-list .cb-btnsort.dir-asc .asc,
.content-bank-container.view-list .cb-btnsort.dir-desc .desc {
	display: inline;
}

.cb-toolbar-container .dropdown-scrollable {
	max-height: 190px;
	overflow-y: auto;
}

.cb-navigation-container .singleselect,
.cb-navigation-container .singleselect .custom-select {
	width: 100%;
}

.block_tree .tree_item.branch {
	margin-left: 8px;
}

.section .side {
	margin-top: 0.5rem;
}

.section .side.left {
	float: left;
}

.section .side.right {
	float: right;
	clear: right;
}

.section .spinner {
	height: 16px;
	width: 16px;
}

.section .activity .spinner {
	left: 100%;
	position: absolute;
}

.section .activity .actions {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
}

.section .activity .contentwithoutlink,
.section .activity .activityinstance {
	min-width: 40%;
}

.section .activity .contentwithoutlink>a,
.section .activity .activityinstance>a {
	display: inline-flex;
	align-items: center;
}

.section .activity .contentwithoutlink .dimmed .activityicon,
.section .activity .activityinstance .dimmed .activityicon {
	opacity: 0.5;
}

.section .activity .stealth {
	color: #6a737b;
}

.section .activity a.stealth,
.section .activity a.stealth:hover {
	color: #5babf2 !important;
}

.section .activity.indented .activity-item {
	margin-left: 1rem;
}

.section .label .contentwithoutlink,
.section .label .activityinstance {
	padding-right: 32px;
	display: block;
	height: inherit;
}

@media (min-width: 576px) {
	.section .label .mod-indent-outer {
		padding-left: 24px;
		display: block;
	}
}

.section .filler {
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0 0.5rem;
	display: inline-block;
}

.section .activity.editor_displayed a.editing_title,
.section .activity.editor_displayed .moodle-actionmenu {
	display: none;
}

.section .activity.editor_displayed div.activityinstance {
	padding-right: initial;
}

.section .activity.editor_displayed div.activityinstance input {
	margin-bottom: initial;
	padding-top: initial;
	padding-bottom: initial;
	vertical-align: text-bottom;
}

.section .activity .activityinstance {
	display: inline-flex;
	align-items: center;
	margin-bottom: 1rem;
}

.editing .section .activity .contentwithoutlink,
.editing .section .activity .activityinstance {
	padding-right: 200px;
}

.editing .section .activity .mod-indent-outer {
	padding-left: 2rem;
}

.editing .course-content .stateready .section .spinner {
	display: none;
}

.editing .editinprogress {
	position: relative;
}

.editing .editinprogress>* {
	opacity: 0.4;
}

.editing .editinprogress .corelightbox,
.editing .editinprogress .lightbox {
	display: none;
}

.editing .editinprogress:after {
	position: absolute;
	font-size: 20px;
	color: #6a737b;
	content: "";
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	left: calc(50% - 15px);
	top: calc(50% - 15px);
	animation: editinprogress-rotation 2s infinite linear;
}

.editing .editinprogress .editinprogress:after {
	display: none;
}

@keyframes editinprogress-rotation {
	0% {
		opacity: 0;
		transform: rotate(0deg);
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: rotate(359deg);
	}
}

.editing_show+.editing_assign,
.editing_hide+.editing_assign {
	margin-left: 20px;
}

.section .activity .commands {
	white-space: nowrap;
	display: inline-block;
}

.section .activity.modtype_label.label {
	font-weight: normal;
}

.section .activity.modtype_label.label .contentwithoutlink {
	min-height: 0;
}

.section .activity.modtype_label.label.hasinfo p:last-child,
.section .activity.modtype_label.label.hasinfo i:last-child {
	margin-bottom: 0;
}

.section li.activity:not(.activity-wrapper) {
	padding: 0.2em;
	clear: both;
}

.section li.activity:not(.activity-wrapper).hasinfo {
	border-bottom: 1px solid #dee2e6;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.section li.activity:not(.activity-wrapper).hasinfo:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.course-content .section.dropready.main.drop-down {
	border-bottom: 1px solid #1d2125;
}

.course-content .section.dropready .course-section-header.dropready.drop-zone {
	margin-top: -2px;
}

.course-content .section.dropready li.activity.dropready.drop-down {
	border-bottom: 1px solid #1d2125;
	margin-bottom: -1px;
}

.course-content .section.dropready li.activity.dropready.drop-up {
	border-top: 1px solid #1d2125;
	margin-top: -1px;
}

.course-content .section.dropready [data-for="sectioninfo"] {
	min-height: 1px;
}

.course-content .section.dropready [data-for="sectioninfo"].drop-down {
	margin-top: -1px;
}

.section .activity .activityinstance .groupinglabel {
	padding-left: 30px;
}

.section.main:not(.course-section) .activity .availabilityinfo,
.section.main:not(.course-section) .activity .contentafterlink {
	margin-top: 0.5em;
	margin-left: 30px;
}

.section .activity .contentafterlink p {
	margin: 0.5em 0;
}

.editing .section.main:not(.course-section) .activity:hover,
.editing .section.main:not(.course-section) .activity.action-menu-shown,
.editing .section.main:not(.course-section) .sectionname:hover {
	background-color: rgba(0, 0, 0, 0.03);
}

.course-content .current {
	position: relative;
}

.course-content .current::before {
	border-left: #0f6cbf 3px solid;
	bottom: 0;
	content: "";
	left: -8px;
	position: absolute;
	top: 0;
}

.course-content .single-section .section-navigation {
	display: block;
	padding: 0.5em;
	margin-bottom: -0.5em;
}

.course-content .single-section .section-navigation .title {
	font-weight: bold;
	font-size: 108%;
	clear: both;
}

.course-content .single-section .section-navigation .mdl-left {
	font-weight: normal;
	float: left;
	margin-right: 1em;
}

.course-content .single-section .section-navigation .mdl-left .larrow {
	margin-right: 0.1em;
}

.course-content .single-section .section-navigation .mdl-right {
	font-weight: normal;
	float: right;
	margin-left: 1em;
}

.course-content .single-section .section-navigation .mdl-right .rarrow {
	margin-left: 0.1em;
}

.course-content .single-section .section-navigation .mdl-bottom {
	margin-top: 0;
}

.course-content ul li.section.main:not(.course-section) {
	border-bottom: 1px solid #dee2e6;
	margin-top: 0;
}

.course-content ul li.section.main:not(.course-section):last-child {
	border-bottom: 0;
}

.course-content ul li.section.hidden:not(.course-section) .sectionname>span,
.course-content ul li.section.hidden:not(.course-section) .content>div.summary,
.course-content ul li.section.hidden:not(.course-section) .activity .activityinstance {
	color: #6a737b;
}

.course-content ul.topics,
.course-content ul.weeks {
	padding: 0;
	margin: 0;
	list-style: none;
}

.course-content ul.topics li.section .content,
.course-content ul.weeks li.section .content {
	margin: 0;
	padding: 0;
}

@media (min-width: 576px) {

	.course-content ul.topics li.section .summary,
	.course-content ul.topics li.section .content>.availabilityinfo,
	.course-content ul.weeks li.section .summary,
	.course-content ul.weeks li.section .content>.availabilityinfo {
		margin-left: 25px;
	}
}

.course-content ul.topics li.section .left,
.course-content ul.topics li.section .right,
.course-content ul.weeks li.section .left,
.course-content ul.weeks li.section .right {
	padding: 0 6px 0;
	text-align: right;
	width: auto;
}

.course-content .single-section ul.topics li.section,
.course-content .single-section ul.weeks li.section {
	padding-top: 0;
}

@media (max-width: 767.98px) {

	body:not(.editing) .course-content ul.topics li.section .left,
	body:not(.editing) .course-content ul.topics li.section .right,
	body:not(.editing) .course-content ul.weeks li.section .left,
	body:not(.editing) .course-content ul.weeks li.section .right {
		display: none;
	}
}

.course-content {
	margin-top: 0;
}

.course-content .hidden {
	display: none;
}

@media (max-width: 767.98px) {
	.course-content li.section:not(.course-section) ul {
		padding-left: 0;
	}
}

.course-content li.section:not(.course-section) ul {
	list-style: disc;
}

.course-content li.section:not(.course-section) ul ul {
	list-style: circle;
}

.course-content li.section:not(.course-section) ul ul ul {
	list-style: square;
}

.course-content li.section:not(.course-section) li.activity ul {
	list-style: disc;
}

.course-content li.section:not(.course-section) li.activity ul ul {
	list-style: circle;
}

.course-content li.section:not(.course-section) li.activity ul ul ul {
	list-style: square;
}

.course-content li.section:not(.course-section) .right>.icon:first-child {
	display: none;
}

.path-course-view.editing #region-main>.card-block {
	padding-bottom: 13rem;
}

.path-course-view .completionprogress {
	margin-left: 25px;
}

.path-course-view .completionprogress {
	display: block;
	float: right;
	height: 20px;
	position: relative;
}

#page-site-index .subscribelink {
	text-align: right;
}

#site-news-forum h2,
#frontpage-course-list h2,
#frontpage-category-names h2,
#frontpage-category-combo h2 {
	margin-bottom: 9px;
}

.path-course-view a.reduce-sections {
	padding-left: 0.2em;
}

.path-course-view .subscribelink {
	text-align: right;
}

.path-course-view .unread {
	margin-left: 30px;
}

.path-course-view .block.drag .header {
	cursor: move;
}

.path-course-view .completionprogress {
	text-align: right;
}

.path-course-view .single-section .completionprogress {
	margin-right: 5px;
}

.path-course-view li.activity span.autocompletion img {
	vertical-align: text-bottom;
	margin-left: 0;
}

.path-course-view.editing li.activity span.autocompletion img {
	margin-right: 0.5rem;
	margin-left: 0.5rem;
}

li.section.hidden span.commands a.editing_hide,
li.section.hidden span.commands a.editing_show {
	cursor: default;
}

.single-section-page .header-action {
	display: inline-block;
}

input.titleeditor {
	width: 330px;
	vertical-align: text-bottom;
}

span.editinstructions {
	position: absolute;
	top: 0;
	margin-top: -22px;
	margin-left: 30px;
	font-size: 0.8203125rem;
	padding: 0.1em 0.4em;
	text-decoration: none;
	z-index: 9999;
	border: 0 solid transparent;
	width: fit-content;
	color: #00414b;
	background-color: #cce6ea;
	border-color: #b3d9e0;
}

span.editinstructions hr {
	border-top-color: #a1d0d9;
}

span.editinstructions .alert-link {
	color: #001518;
}

#page-course-pending .singlebutton,
#page-course-index .singlebutton,
#page-course-index-category .singlebutton,
#page-course-editsection .singlebutton {
	text-align: center;
}

#page-admin-course-manage #movecourses td img {
	margin: 0 0.22em;
	vertical-align: text-bottom;
}

#page-course-pending .pendingcourserequests {
	margin-bottom: 1em;
}

#page-course-pending .pendingcourserequests .singlebutton {
	display: inline;
}

#page-course-pending .pendingcourserequests .cell {
	padding: 0 5px;
}

#page-course-pending .pendingcourserequests .cell.c6 {
	white-space: nowrap;
}

.coursebox {
	display: flex;
	flex-direction: column;
}

.coursebox .info {
	display: flex;
	align-items: center;
}

#frontpage-available-course-list,
#frontpage-course-list,
.course-search-result {
	margin-top: 0.5rem;
}

#frontpage-available-course-list .coursebox,
#frontpage-course-list .coursebox,
.course-search-result .coursebox {
	padding: 0.5rem;
	border: 1px solid #dee2e6;
	margin-bottom: 0.5rem;
	border-radius: 0.5rem;
}

.subcategories .coursebox>.info>.coursename a,
#frontpage-category-names .coursebox>.info>.coursename a,
#frontpage-category-combo .coursebox>.info>.coursename a {
	display: block;
	background-image: url(/theme/image.php/recit2/core/1759007012/i/course);
	background-size: 16px 16px;
	background-repeat: no-repeat;
	padding-left: 21px;
}

.coursebox>.info>.coursename {
	font-size: 0.9375rem;
	font-weight: normal;
	margin: 5px;
	padding: 0;
}

.coursebox .content .teachers li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.coursebox .customfieldname,
.coursebox .customfieldseparator {
	font-weight: 700;
}

.coursebox .content .coursefile {
	max-width: 100px;
}

.coursebox .content .courseimage img {
	max-width: 100px;
	max-height: 100px;
}

.coursebox .content .coursecat,
.coursebox .content .summary,
.coursebox .content .courseimage,
.coursebox .content .coursefile,
.coursebox .content .teachers,
.coursebox.remotecoursebox .remotecourseinfo,
.coursebox .content .customfields-container {
	margin: 15px 5px 5px;
	padding: 0;
}

.category-browse .coursebox .content .coursecat,
.category-browse .coursebox .content .summary,
.category-browse .coursebox .content .courseimage,
.category-browse .coursebox .content .coursefile,
.category-browse .coursebox .content .teachers,
.category-browse .coursebox.remotecoursebox .remotecourseinfo,
.category-browse .coursebox .content .customfields-container {
	margin-top: 0;
}

.coursebox.collapsed>.content {
	display: none;
}

.courses>.paging.paging-morelink {
	text-align: center;
	padding: 1rem;
}

.course_category_tree .category .numberofcourse {
	font-size: 0.8203125rem;
}

.course_category_tree .category>.info>.categoryname {
	margin: 5px;
	font-size: 0.9375rem;
	font-weight: normal;
	padding: 2px 18px;
}

.course_category_tree .category.with_children>.info>.categoryname {
	background-image: url(/theme/image.php/recit2/core/1759007012/t/expanded);
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: center left;
}

.course_category_tree .category.with_children.collapsed>.info>.categoryname {
	background-image: url(/theme/image.php/recit2/core/1759007012/t/collapsed);
}

.course_category_tree .category.collapsed>.content {
	display: none;
}

.course_category_tree .category>.content {
	padding-left: 16px;
}

#page-course-index-category .categorypicker {
	margin: 10px 0 20px;
}

#course-category-listings {
	margin-bottom: 0;
}

#course-category-listings.columns-2>#course-listing>div {
	position: relative;
	left: -1px;
}

#course-category-listings.columns-3>#course-listing>div {
	height: 100%;
}

#course-category-listings>div>div {
	min-height: 300px;
}

#course-category-listings>div>div>ul.ml>li:first-child>div {
	border-top: 0;
}

#course-category-listings h3 {
	margin: 0;
	padding: 0.4rem 0.6rem 0.3rem;
}

#course-category-listings h4 {
	margin: 1rem 0 0;
	padding: 0.6rem 1rem 0.5rem;
}

#course-category-listings .moodle-actionmenu {
	white-space: nowrap;
}

#course-category-listings .listing-actions {
	text-align: center;
}

#course-category-listings .listing-actions>.moodle-actionmenu {
	display: inline-block;
}

#course-category-listings ul.ml {
	list-style: none;
	margin: 1rem 0;
}

#course-category-listings ul.ml ul.ml {
	margin: 0;
}

#course-category-listings .listitem[data-selected="1"] {
	border-left: calc(1px + 5px) solid #0f6cbf;
	padding-left: calc(1.25rem - 5px);
}

#course-category-listings .listitem:hover {
	z-index: 2;
}

#course-category-listings .item-actions {
	margin-right: 1em;
	display: inline-block;
}

#course-category-listings .item-actions.show .menu img {
	width: 12px;
	max-width: none;
}

#course-category-listings .item-actions .menu-action-text {
	vertical-align: inherit;
}

#course-category-listings .listitem>div>.float-start {
	float: left;
}

#course-category-listings .listitem>div>.float-end {
	float: right;
	text-align: right;
}

#course-category-listings .listitem>div .item-actions .action-show {
	display: none;
}

#course-category-listings .listitem>div .item-actions .action-hide {
	display: inline;
}

#course-category-listings .listitem>div .without-actions {
	color: #333;
}

#course-category-listings .listitem>div .idnumber {
	margin-right: 2em;
}

#course-category-listings .listitem[data-visible="0"] {
	color: #6a737b;
}

#course-category-listings .listitem[data-visible="0"]>div>a {
	color: #6a737b;
}

#course-category-listings .listitem[data-visible="0"]>div .item-actions .action-show {
	display: inline;
}

#course-category-listings .listitem[data-visible="0"]>div .item-actions .action-hide {
	display: none;
}

#course-category-listings .listitem.highlight {
	background-color: #fff;
}

#course-category-listings .listitem.highlight>div,
#course-category-listings .listitem.highlight>div:hover,
#course-category-listings .listitem.highlight[data-selected="1"]>div {
	background-color: rgba(0, 0, 0, 0.075);
}

#course-category-listings #course-listing .listitem .categoryname {
	display: inline-block;
	margin-left: 1em;
	color: #a1a1a8;
}

#course-category-listings #course-listing .listitem .coursename {
	display: inline-block;
	flex-basis: 10rem;
}

#course-category-listings #course-listing>.firstpage .listitem:first-child>div .item-actions .action-moveup,
#course-category-listings #course-listing>.lastpage .listitem:last-child>div .item-actions .action-movedown {
	display: none;
}

#course-category-listings #course-listing .bulk-action-checkbox {
	margin: -2px 6px 0 0;
}

#course-category-listings #category-listing .listitem.collapsed>ul.ml {
	display: none;
}

#course-category-listings #category-listing .listitem:first-child>div .item-actions .action-moveup,
#course-category-listings #category-listing .listitem:last-child>div .item-actions .action-movedown {
	display: none;
}

#course-category-listings #category-listing .course-count {
	color: #a1a1a8;
	margin-right: 2rem;
	min-width: 3.5em;
	display: inline-block;
}

#course-category-listings #category-listing .bulk-action-checkbox {
	margin-right: -3px;
}

#course-category-listings #category-listing .category-listing>ul>.listitem:first-child {
	position: relative;
}

#course-category-listings #category-listing .category-bulk-actions {
	margin: 0 0.5em 0.5em;
	position: relative;
}

#course-category-listings .detail-pair>* {
	display: inline-block;
}

#course-category-listings .detail-pair .pair-key {
	font-weight: bold;
	vertical-align: top;
}

#course-category-listings .detail-pair .pair-key span {
	margin-right: 1rem;
	display: block;
}

#course-category-listings .detail-pair .pair-value select {
	max-width: 100%;
}

#course-category-listings .bulk-actions .detail-pair>* {
	display: block;
	width: 100%;
}

#course-category-listings .listing-pagination {
	text-align: center;
}

#course-category-listings .listing-pagination .yui3-button {
	color: #fff;
	background-color: #008196;
	border-color: #008196;
	border: 0;
	margin: 0.4rem 0.2rem 0.45rem;
	font-size: 10.4px;
}

#course-category-listings .listing-pagination .yui3-button:hover {
	color: #fff;
	background-color: #006070;
	border-color: #005563;
}

#course-category-listings .listing-pagination .yui3-button:focus,
#course-category-listings .listing-pagination .yui3-button.focus {
	color: #fff;
	background-color: #006070;
	border-color: #005563;
	box-shadow: 0 0 0 0.2rem rgba(38, 148, 166, 0.5);
}

#course-category-listings .listing-pagination .yui3-button.disabled,
#course-category-listings .listing-pagination .yui3-button:disabled {
	color: #fff;
	background-color: #008196;
	border-color: #008196;
}

#course-category-listings .listing-pagination .yui3-button:not(:disabled):not(.disabled):active,
#course-category-listings .listing-pagination .yui3-button:not(:disabled):not(.disabled).active,
.show>#course-category-listings .listing-pagination .yui3-button.dropdown-toggle {
	color: #fff;
	background-color: #005563;
	border-color: #004a56;
}

#course-category-listings .listing-pagination .yui3-button:not(:disabled):not(.disabled):active:focus,
#course-category-listings .listing-pagination .yui3-button:not(:disabled):not(.disabled).active:focus,
.show>#course-category-listings .listing-pagination .yui3-button.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(38, 148, 166, 0.5);
}

#course-category-listings .listing-pagination .yui3-button.active-page {
	color: #fff;
	background-color: #0f6cbf;
	border-color: #0f6cbf;
}

#course-category-listings .listing-pagination .yui3-button.active-page:hover {
	color: #fff;
	background-color: #0c589c;
	border-color: #0b5190;
}

#course-category-listings .listing-pagination .yui3-button.active-page:focus,
#course-category-listings .listing-pagination .yui3-button.active-page.focus {
	color: #fff;
	background-color: #0c589c;
	border-color: #0b5190;
	box-shadow: 0 0 0 0.2rem rgba(51, 130, 201, 0.5);
}

#course-category-listings .listing-pagination .yui3-button.active-page.disabled,
#course-category-listings .listing-pagination .yui3-button.active-page:disabled {
	color: #fff;
	background-color: #0f6cbf;
	border-color: #0f6cbf;
}

#course-category-listings .listing-pagination .yui3-button.active-page:not(:disabled):not(.disabled):active,
#course-category-listings .listing-pagination .yui3-button.active-page:not(:disabled):not(.disabled).active,
.show>#course-category-listings .listing-pagination .yui3-button.active-page.dropdown-toggle {
	color: #fff;
	background-color: #0b5190;
	border-color: #0a4b84;
}

#course-category-listings .listing-pagination .yui3-button.active-page:not(:disabled):not(.disabled):active:focus,
#course-category-listings .listing-pagination .yui3-button.active-page:not(:disabled):not(.disabled).active:focus,
.show>#course-category-listings .listing-pagination .yui3-button.active-page.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(51, 130, 201, 0.5);
}

#course-category-listings .listing-pagination-totals {
	text-align: center;
}

#course-category-listings .listing-pagination-totals.dimmed {
	color: #6a737b;
	margin: 0.4rem 1rem 0.45rem;
}

#course-category-listings .select-a-category .notifymessage,
#course-category-listings .select-a-category .alert {
	margin: 1em;
}

#course-category-listings #course-listing .listitem .drag-handle {
	display: none;
}

.jsenabled #course-category-listings #course-listing .listitem .drag-handle {
	display: inline-block;
	margin: 0 6px 0 0;
	cursor: pointer;
}

.course-being-dragged-proxy {
	border: 0;
	color: #0f6cbf;
	vertical-align: middle;
	padding: 0 0 0 4em;
}

.course-being-dragged {
	opacity: 0.5;
}

@media (min-width: 1200px) and (max-width: 1600px) {
	#course-category-listings.columns-3 {
		background-color: #fff;
		border: 0;
	}

	#course-category-listings.columns-3 #category-listing,
	#course-category-listings.columns-3 #course-listing {
		width: 50%;
	}

	#course-category-listings.columns-3 #category-listing>div,
	#course-category-listings.columns-3 #course-listing>div,
	#course-category-listings.columns-3 #course-detail>div {
		background-color: #fff;
	}

	#course-category-listings.columns-3 #course-detail {
		width: 100%;
		margin-top: 1em;
	}
}

@media (max-width: 1199px) {

	#course-category-listings.columns-2,
	#course-category-listings.columns-3 {
		border: 0;
	}

	#course-category-listings.columns-2 #category-listing,
	#course-category-listings.columns-2 #course-listing,
	#course-category-listings.columns-2 #course-detail,
	#course-category-listings.columns-3 #category-listing,
	#course-category-listings.columns-3 #course-listing,
	#course-category-listings.columns-3 #course-detail {
		width: 100%;
		margin: 0 0 1em;
	}
}

.page-settings-menu .menubar>a>.icon {
	width: auto;
	height: 32px;
	font-size: 32px;
}

.activity-navigation .row {
	align-items: center;
}

.activity-navigation #prev-activity-link,
.activity-navigation #next-activity-link {
	white-space: pre-wrap;
}

.automatic-completion-conditions .badge {
	font-size: 100%;
}

.section-collapsemenu .collapseall {
	display: block;
}

.section-collapsemenu .expandall {
	display: none;
}

.section-collapsemenu.collapsed .collapseall {
	display: none;
}

.section-collapsemenu.collapsed .expandall {
	display: block;
}

.course-section {
	list-style: none;
	margin-top: 1rem;
}

.editing .course-section {
	margin-top: 0.5rem;
}

.course-section .section-item {
	padding: 1rem;
	border: 1px solid #dee2e6;
	border-radius: 1rem;
}

.course-section.hidden .section-item,
.course-section.orphaned .section-item {
	background-color: #f8f9fa;
}

.course-section .sectionname>a {
	color: #1d2125;
}

.course-section .sectionname>a:hover {
	text-decoration: none;
}

.course-section .sectionbadges .badge {
	margin-left: 0.5rem;
	font-weight: normal;
}

.course-section .sectionbadges .badge .icon {
	font-size: 12px;
	width: 12px;
	height: 12px;
}

.course-section .course-section-header.draggable {
	cursor: move;
}

.course-section .section_action_menu .dropdown-toggle::after {
	display: none;
}

.course-section .summarytext img {
	border-radius: 1rem;
}

.course-section .availabilityinfo {
	margin-top: 0.5rem;
	padding: 0.25rem 1rem;
	background-color: #e9ecef;
	font-size: 0.875em;
	border-radius: 1rem;
}

.course-section .availabilityinfo .editavailability a {
	border-radius: 0.5rem;
	font-weight: bold;
}

.course-section .availabilityinfo .editavailability a:hover {
	background-color: #ced4da;
}

.course-section .availabilityinfo .editavailability a .icon {
	font-size: inherit;
	margin-right: 0.25rem;
}

.course-section .action-menu .btn.btn-icon {
	height: 32px;
	width: 32px;
	border-radius: 0.5rem;
}

.course-section .action-menu.section-actions .btn.btn-icon {
	font-size: 1.171875rem;
}

.course-section .section-summary-activities .icon {
	width: inherit;
	color: #0f6cbf;
}

.course-section .section-summary-activities+.section {
	border-top: 1px solid #dee2e6;
	margin-top: 1rem !important;
	padding-top: 1rem !important;
}

.course-section .section_goto .icon {
	font-size: 1.171875rem;
	color: #0f6cbf;
}

.course-section .overlay-preview {
	z-index: 5;
}

.btn.add-section {
	border-radius: 1rem;
	border: 2px dashed #dee2e6;
	color: #0f6cbf;
	font-size: 0.8203125rem;
	font-weight: bold;
}

.btn.add-section:hover,
.btn.add-section:focus {
	background-color: #e7f0f9;
	border: 2px solid #0f6cbf;
	color: #0f6cbf;
}

.max-section-alert {
	border-top: 2px dashed #dee2e6;
	font-size: 0.8203125rem;
	font-weight: normal;
	color: #6a737b;
}

.single-section>ul>.course-section.hidden .section-item {
	background-color: inherit;
}

.single-section>ul>.course-section .section-item {
	padding: 0;
	border: none;
}

.course-content .activity-altcontent ul {
	list-style: disc;
}

.course-content .activity-altcontent ul ul {
	list-style: circle;
}

.course-content .activity-altcontent ul ul ul {
	list-style: square;
}

.activity {
	list-style: none;
	padding-top: 0.25rem;
	margin-top: 0.25rem;
	border-top: 1px solid #dee2e6;
}

.editing .activity,
.section .activity:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: none;
}

.activity-item {
	padding: 0.75rem;
	border-radius: 1rem;
}

.activity-item.activityinline {
	padding: 0.75rem 0;
}

.activity-item.hiddenactivity {
	background-color: #f8f9fa;
}

.activity-item.hiddenactivity .activityiconcontainer,
.activity-item.hiddenactivity .badge {
	mix-blend-mode: multiply;
}

.editing .activity-item {
	cursor: move;
}

.editing .activity-item .a {
	cursor: pointer;
}

.editing .activity-item:hover,
.editing .activity-item.selected {
	outline: 2px solid #0f6cbf;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.editing .activity-item:hover .activityiconcontainer,
.editing .activity-item:hover .badge,
.editing .activity-item.selected .activityiconcontainer,
.editing .activity-item.selected .badge {
	mix-blend-mode: multiply;
}

.activity.dragging .activity-item {
	border: 2px solid #0f6cbf;
}

.editing .activity.dragging .activity-item:hover {
	outline: none;
}

.activity-item .activity-grid {
	display: grid;
	align-items: center;
	grid-template-columns: min-content 1fr min-content min-content min-content;
	grid-template-rows: 1fr repeat(5, min-content);
	grid-template-areas: "icon name groupmode completion actions""icon visibility groupmode completion actions""icon dates groupmode completion actions""icon altcontent altcontent altcontent altcontent""icon afterlink afterlink afterlink afterlink""icon availability availability availability availability";
}

@media (max-width: 575.98px) {
	.activity-item .activity-grid {
		grid-template-columns: min-content 1fr min-content min-content min-content;
		grid-template-rows: 1fr repeat(4, min-content);
		grid-template-areas: "icon name actions""icon visibility actions""dates dates dates""groupmode groupmode groupmode""completion completion completion""altcontent altcontent altcontent""afterlink afterlink afterlink""availability availability availability";
	}
}

.activity-item .activity-grid.noname-grid {
	grid-template-columns: min-content 1fr min-content min-content;
	grid-template-areas: "visibility groupmode completion actions""altcontent altcontent altcontent altcontent""afterlink afterlink afterlink afterlink""availability availability availability availability";
}

@media (max-width: 575.98px) {
	.activity-item .activity-grid.noname-grid {
		grid-template-columns: 1fr min-content;
		grid-template-areas: "visibility actions""altcontent altcontent""groupmode groupmode""afterlink afterlink""completion completion""availability availability";
	}
}

.activity-item .activity-actions {
	grid-area: actions;
}

.activity-item .activity-actions .actions {
	position: relative;
}

.activity-item .activity-icon {
	grid-area: icon;
}

.activity-item .activity-dates {
	grid-area: dates;
	font-size: 0.875em;
	color: #495057;
	display: flex;
	flex-wrap: wrap;
	column-gap: 0.75rem;
}

@media (max-width: 575.98px) {
	.activity-item .activity-dates {
		margin-top: 0.5rem;
	}
}

.activity-item .activity-name-area {
	grid-area: name;
}

.activity-item .activity-name-area .activityname .afterlink {
	margin-left: 0.5rem;
}

.activity-item .activity-name-area .activityname .inplaceeditable .quickeditlink {
	position: relative;
	z-index: 2;
	margin-left: 0.5rem;
}

.activity-item .activity-name-area .activitybadge.badge-none {
	font-weight: normal;
	font-size: 0.875em;
	padding: 0;
}

.activity-item .activity-completion {
	grid-area: completion;
	justify-self: end;
}

.activity-item .activity-completion button.btn,
.activity-item .activity-completion a[role="button"].btn {
	color: #1d2125;
	background-color: #fff;
	border-color: #ced4da;
	min-height: 32px;
	font-weight: bold;
	border-radius: 0.5rem;
}

.activity-item .activity-completion button.btn:hover,
.activity-item .activity-completion a[role="button"].btn:hover {
	color: #fff;
	background-color: #6a737b;
	border-color: #b1bbc4;
}

.activity-item .activity-completion button.btn:focus,
.activity-item .activity-completion button.btn.focus,
.activity-item .activity-completion a[role="button"].btn:focus,
.activity-item .activity-completion a[role="button"].btn.focus {
	color: #fff;
	background-color: #6a737b;
	border-color: #b1bbc4;
	box-shadow: 0 0 0 0.2rem rgba(179, 185, 191, 0.5);
}

.activity-item .activity-completion button.btn.disabled,
.activity-item .activity-completion button.btn:disabled,
.activity-item .activity-completion a[role="button"].btn.disabled,
.activity-item .activity-completion a[role="button"].btn:disabled {
	color: #1d2125;
	background-color: #fff;
	border-color: #ced4da;
}

.activity-item .activity-completion button.btn:not(:disabled):not(.disabled):active,
.activity-item .activity-completion button.btn:not(:disabled):not(.disabled).active,
.show>.activity-item .activity-completion button.btn.dropdown-toggle,
.activity-item .activity-completion a[role="button"].btn:not(:disabled):not(.disabled):active,
.activity-item .activity-completion a[role="button"].btn:not(:disabled):not(.disabled).active,
.show>.activity-item .activity-completion a[role="button"].btn.dropdown-toggle {
	color: #1d2125;
	background-color: #e6e6e6;
	border-color: #aab4bf;
}

.activity-item .activity-completion button.btn:not(:disabled):not(.disabled):active:focus,
.activity-item .activity-completion button.btn:not(:disabled):not(.disabled).active:focus,
.show>.activity-item .activity-completion button.btn.dropdown-toggle:focus,
.activity-item .activity-completion a[role="button"].btn:not(:disabled):not(.disabled):active:focus,
.activity-item .activity-completion a[role="button"].btn:not(:disabled):not(.disabled).active:focus,
.show>.activity-item .activity-completion a[role="button"].btn.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(179, 185, 191, 0.5);
}

.activity-item .activity-completion button.btn .icon,
.activity-item .activity-completion a[role="button"].btn .icon {
	font-size: inherit;
}

.activity-item .activity-completion button.btn-primary,
.activity-item .activity-completion a[role="button"].btn-primary {
	color: #1d2125;
	background-color: #cfe2f2;
	border-color: #cfe2f2;
	color: #083660;
}

.activity-item .activity-completion button.btn-primary:hover,
.activity-item .activity-completion a[role="button"].btn-primary:hover {
	color: #fff;
	background-color: #0f6cbf;
	border-color: #a7cae7;
}

.activity-item .activity-completion button.btn-primary:focus,
.activity-item .activity-completion button.btn-primary.focus,
.activity-item .activity-completion a[role="button"].btn-primary:focus,
.activity-item .activity-completion a[role="button"].btn-primary.focus {
	color: #fff;
	background-color: #0f6cbf;
	border-color: #a7cae7;
	box-shadow: 0 0 0 0.2rem rgba(180, 197, 211, 0.5);
}

.activity-item .activity-completion button.btn-primary.disabled,
.activity-item .activity-completion button.btn-primary:disabled,
.activity-item .activity-completion a[role="button"].btn-primary.disabled,
.activity-item .activity-completion a[role="button"].btn-primary:disabled {
	color: #1d2125;
	background-color: #cfe2f2;
	border-color: #cfe2f2;
}

.activity-item .activity-completion button.btn-primary:not(:disabled):not(.disabled):active,
.activity-item .activity-completion button.btn-primary:not(:disabled):not(.disabled).active,
.show>.activity-item .activity-completion button.btn-primary.dropdown-toggle,
.activity-item .activity-completion a[role="button"].btn-primary:not(:disabled):not(.disabled):active,
.activity-item .activity-completion a[role="button"].btn-primary:not(:disabled):not(.disabled).active,
.show>.activity-item .activity-completion a[role="button"].btn-primary.dropdown-toggle {
	color: #1d2125;
	background-color: #a7cae7;
	border-color: #9dc4e4;
}

.activity-item .activity-completion button.btn-primary:not(:disabled):not(.disabled):active:focus,
.activity-item .activity-completion button.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.activity-item .activity-completion button.btn-primary.dropdown-toggle:focus,
.activity-item .activity-completion a[role="button"].btn-primary:not(:disabled):not(.disabled):active:focus,
.activity-item .activity-completion a[role="button"].btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.activity-item .activity-completion a[role="button"].btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(180, 197, 211, 0.5);
}

.activity-item .activity-completion button.btn-primary:hover,
.activity-item .activity-completion a[role="button"].btn-primary:hover {
	color: #fff;
}

.activity-item .activity-completion button.btn-secondary,
.activity-item .activity-completion a[role="button"].btn-secondary {
	color: #1d2125;
	background-color: #f5f6f8;
	border-color: #f5f6f8;
	color: #676a6d;
}

.activity-item .activity-completion button.btn-secondary:hover,
.activity-item .activity-completion a[role="button"].btn-secondary:hover {
	color: #1d2125;
	background-color: #ced4da;
	border-color: #d7dbe3;
}

.activity-item .activity-completion button.btn-secondary:focus,
.activity-item .activity-completion button.btn-secondary.focus,
.activity-item .activity-completion a[role="button"].btn-secondary:focus,
.activity-item .activity-completion a[role="button"].btn-secondary.focus {
	color: #1d2125;
	background-color: #ced4da;
	border-color: #d7dbe3;
	box-shadow: 0 0 0 0.2rem rgba(213, 214, 216, 0.5);
}

.activity-item .activity-completion button.btn-secondary.disabled,
.activity-item .activity-completion button.btn-secondary:disabled,
.activity-item .activity-completion a[role="button"].btn-secondary.disabled,
.activity-item .activity-completion a[role="button"].btn-secondary:disabled {
	color: #1d2125;
	background-color: #f5f6f8;
	border-color: #f5f6f8;
}

.activity-item .activity-completion button.btn-secondary:not(:disabled):not(.disabled):active,
.activity-item .activity-completion button.btn-secondary:not(:disabled):not(.disabled).active,
.show>.activity-item .activity-completion button.btn-secondary.dropdown-toggle,
.activity-item .activity-completion a[role="button"].btn-secondary:not(:disabled):not(.disabled):active,
.activity-item .activity-completion a[role="button"].btn-secondary:not(:disabled):not(.disabled).active,
.show>.activity-item .activity-completion a[role="button"].btn-secondary.dropdown-toggle {
	color: #1d2125;
	background-color: #d7dbe3;
	border-color: #d0d4de;
}

.activity-item .activity-completion button.btn-secondary:not(:disabled):not(.disabled):active:focus,
.activity-item .activity-completion button.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.activity-item .activity-completion button.btn-secondary.dropdown-toggle:focus,
.activity-item .activity-completion a[role="button"].btn-secondary:not(:disabled):not(.disabled):active:focus,
.activity-item .activity-completion a[role="button"].btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.activity-item .activity-completion a[role="button"].btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(213, 214, 216, 0.5);
}

.activity-item .activity-completion button.btn-secondary:hover,
.activity-item .activity-completion a[role="button"].btn-secondary:hover {
	color: #1d2125;
}

.activity-item .activity-completion button.btn-success,
.activity-item .activity-completion a[role="button"].btn-success {
	color: #1d2125;
	background-color: #d7e4d6;
	border-color: #d7e4d6;
	color: #1b3d19;
}

.activity-item .activity-completion button.btn-success:hover,
.activity-item .activity-completion a[role="button"].btn-success:hover {
	color: #fff;
	background-color: #357a32;
	border-color: #b9d0b7;
}

.activity-item .activity-completion button.btn-success:focus,
.activity-item .activity-completion button.btn-success.focus,
.activity-item .activity-completion a[role="button"].btn-success:focus,
.activity-item .activity-completion a[role="button"].btn-success.focus {
	color: #fff;
	background-color: #357a32;
	border-color: #b9d0b7;
	box-shadow: 0 0 0 0.2rem rgba(187, 199, 187, 0.5);
}

.activity-item .activity-completion button.btn-success.disabled,
.activity-item .activity-completion button.btn-success:disabled,
.activity-item .activity-completion a[role="button"].btn-success.disabled,
.activity-item .activity-completion a[role="button"].btn-success:disabled {
	color: #1d2125;
	background-color: #d7e4d6;
	border-color: #d7e4d6;
}

.activity-item .activity-completion button.btn-success:not(:disabled):not(.disabled):active,
.activity-item .activity-completion button.btn-success:not(:disabled):not(.disabled).active,
.show>.activity-item .activity-completion button.btn-success.dropdown-toggle,
.activity-item .activity-completion a[role="button"].btn-success:not(:disabled):not(.disabled):active,
.activity-item .activity-completion a[role="button"].btn-success:not(:disabled):not(.disabled).active,
.show>.activity-item .activity-completion a[role="button"].btn-success.dropdown-toggle {
	color: #1d2125;
	background-color: #b9d0b7;
	border-color: #b2cbb0;
}

.activity-item .activity-completion button.btn-success:not(:disabled):not(.disabled):active:focus,
.activity-item .activity-completion button.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.activity-item .activity-completion button.btn-success.dropdown-toggle:focus,
.activity-item .activity-completion a[role="button"].btn-success:not(:disabled):not(.disabled):active:focus,
.activity-item .activity-completion a[role="button"].btn-success:not(:disabled):not(.disabled).active:focus,
.show>.activity-item .activity-completion a[role="button"].btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(187, 199, 187, 0.5);
}

.activity-item .activity-completion button.btn-success:hover,
.activity-item .activity-completion a[role="button"].btn-success:hover {
	color: #fff;
}

.activity-item .activity-completion button.btn-info,
.activity-item .activity-completion a[role="button"].btn-info {
	color: #1d2125;
	background-color: #cce6ea;
	border-color: #cce6ea;
	color: #00414b;
}

.activity-item .activity-completion button.btn-info:hover,
.activity-item .activity-completion a[role="button"].btn-info:hover {
	color: #fff;
	background-color: #008196;
	border-color: #a8d4db;
}

.activity-item .activity-completion button.btn-info:focus,
.activity-item .activity-completion button.btn-info.focus,
.activity-item .activity-completion a[role="button"].btn-info:focus,
.activity-item .activity-completion a[role="button"].btn-info.focus {
	color: #fff;
	background-color: #008196;
	border-color: #a8d4db;
	box-shadow: 0 0 0 0.2rem rgba(178, 200, 204, 0.5);
}

.activity-item .activity-completion button.btn-info.disabled,
.activity-item .activity-completion button.btn-info:disabled,
.activity-item .activity-completion a[role="button"].btn-info.disabled,
.activity-item .activity-completion a[role="button"].btn-info:disabled {
	color: #1d2125;
	background-color: #cce6ea;
	border-color: #cce6ea;
}

.activity-item .activity-completion button.btn-info:not(:disabled):not(.disabled):active,
.activity-item .activity-completion button.btn-info:not(:disabled):not(.disabled).active,
.show>.activity-item .activity-completion button.btn-info.dropdown-toggle,
.activity-item .activity-completion a[role="button"].btn-info:not(:disabled):not(.disabled):active,
.activity-item .activity-completion a[role="button"].btn-info:not(:disabled):not(.disabled).active,
.show>.activity-item .activity-completion a[role="button"].btn-info.dropdown-toggle {
	color: #1d2125;
	background-color: #a8d4db;
	border-color: #9fd0d7;
}

.activity-item .activity-completion button.btn-info:not(:disabled):not(.disabled):active:focus,
.activity-item .activity-completion button.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.activity-item .activity-completion button.btn-info.dropdown-toggle:focus,
.activity-item .activity-completion a[role="button"].btn-info:not(:disabled):not(.disabled):active:focus,
.activity-item .activity-completion a[role="button"].btn-info:not(:disabled):not(.disabled).active:focus,
.show>.activity-item .activity-completion a[role="button"].btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(178, 200, 204, 0.5);
}

.activity-item .activity-completion button.btn-info:hover,
.activity-item .activity-completion a[role="button"].btn-info:hover {
	color: #fff;
}

.activity-item .activity-completion button.btn-warning,
.activity-item .activity-completion a[role="button"].btn-warning {
	color: #1d2125;
	background-color: #fcefdc;
	border-color: #fcefdc;
	color: #785727;
}

.activity-item .activity-completion button.btn-warning:hover,
.activity-item .activity-completion a[role="button"].btn-warning:hover {
	color: #1d2125;
	background-color: #f0ad4e;
	border-color: #f8daad;
}

.activity-item .activity-completion button.btn-warning:focus,
.activity-item .activity-completion button.btn-warning.focus,
.activity-item .activity-completion a[role="button"].btn-warning:focus,
.activity-item .activity-completion a[role="button"].btn-warning.focus {
	color: #1d2125;
	background-color: #f0ad4e;
	border-color: #f8daad;
	box-shadow: 0 0 0 0.2rem rgba(219, 208, 193, 0.5);
}

.activity-item .activity-completion button.btn-warning.disabled,
.activity-item .activity-completion button.btn-warning:disabled,
.activity-item .activity-completion a[role="button"].btn-warning.disabled,
.activity-item .activity-completion a[role="button"].btn-warning:disabled {
	color: #1d2125;
	background-color: #fcefdc;
	border-color: #fcefdc;
}

.activity-item .activity-completion button.btn-warning:not(:disabled):not(.disabled):active,
.activity-item .activity-completion button.btn-warning:not(:disabled):not(.disabled).active,
.show>.activity-item .activity-completion button.btn-warning.dropdown-toggle,
.activity-item .activity-completion a[role="button"].btn-warning:not(:disabled):not(.disabled):active,
.activity-item .activity-completion a[role="button"].btn-warning:not(:disabled):not(.disabled).active,
.show>.activity-item .activity-completion a[role="button"].btn-warning.dropdown-toggle {
	color: #1d2125;
	background-color: #f8daad;
	border-color: #f7d4a1;
}

.activity-item .activity-completion button.btn-warning:not(:disabled):not(.disabled):active:focus,
.activity-item .activity-completion button.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.activity-item .activity-completion button.btn-warning.dropdown-toggle:focus,
.activity-item .activity-completion a[role="button"].btn-warning:not(:disabled):not(.disabled):active:focus,
.activity-item .activity-completion a[role="button"].btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.activity-item .activity-completion a[role="button"].btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(219, 208, 193, 0.5);
}

.activity-item .activity-completion button.btn-warning:hover,
.activity-item .activity-completion a[role="button"].btn-warning:hover {
	color: #1d2125;
}

.activity-item .activity-completion button.btn-danger,
.activity-item .activity-completion a[role="button"].btn-danger {
	color: #1d2125;
	background-color: #f4d6d2;
	border-color: #f4d6d2;
	color: #651910;
}

.activity-item .activity-completion button.btn-danger:hover,
.activity-item .activity-completion a[role="button"].btn-danger:hover {
	color: #fff;
	background-color: #ca3120;
	border-color: #eab1a9;
}

.activity-item .activity-completion button.btn-danger:focus,
.activity-item .activity-completion button.btn-danger.focus,
.activity-item .activity-completion a[role="button"].btn-danger:focus,
.activity-item .activity-completion a[role="button"].btn-danger.focus {
	color: #fff;
	background-color: #ca3120;
	border-color: #eab1a9;
	box-shadow: 0 0 0 0.2rem rgba(212, 187, 184, 0.5);
}

.activity-item .activity-completion button.btn-danger.disabled,
.activity-item .activity-completion button.btn-danger:disabled,
.activity-item .activity-completion a[role="button"].btn-danger.disabled,
.activity-item .activity-completion a[role="button"].btn-danger:disabled {
	color: #1d2125;
	background-color: #f4d6d2;
	border-color: #f4d6d2;
}

.activity-item .activity-completion button.btn-danger:not(:disabled):not(.disabled):active,
.activity-item .activity-completion button.btn-danger:not(:disabled):not(.disabled).active,
.show>.activity-item .activity-completion button.btn-danger.dropdown-toggle,
.activity-item .activity-completion a[role="button"].btn-danger:not(:disabled):not(.disabled):active,
.activity-item .activity-completion a[role="button"].btn-danger:not(:disabled):not(.disabled).active,
.show>.activity-item .activity-completion a[role="button"].btn-danger.dropdown-toggle {
	color: #1d2125;
	background-color: #eab1a9;
	border-color: #e7a79f;
}

.activity-item .activity-completion button.btn-danger:not(:disabled):not(.disabled):active:focus,
.activity-item .activity-completion button.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.activity-item .activity-completion button.btn-danger.dropdown-toggle:focus,
.activity-item .activity-completion a[role="button"].btn-danger:not(:disabled):not(.disabled):active:focus,
.activity-item .activity-completion a[role="button"].btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.activity-item .activity-completion a[role="button"].btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(212, 187, 184, 0.5);
}

.activity-item .activity-completion button.btn-danger:hover,
.activity-item .activity-completion a[role="button"].btn-danger:hover {
	color: #fff;
}

.activity-item .activity-completion button.btn-light,
.activity-item .activity-completion a[role="button"].btn-light {
	color: #1d2125;
	background-color: #fefefe;
	border-color: #fefefe;
	color: #7c7d7d;
}

.activity-item .activity-completion button.btn-light:hover,
.activity-item .activity-completion a[role="button"].btn-light:hover {
	color: #1d2125;
	background-color: #f8f9fa;
	border-color: #e5e5e5;
}

.activity-item .activity-completion button.btn-light:focus,
.activity-item .activity-completion button.btn-light.focus,
.activity-item .activity-completion a[role="button"].btn-light:focus,
.activity-item .activity-completion a[role="button"].btn-light.focus {
	color: #1d2125;
	background-color: #f8f9fa;
	border-color: #e5e5e5;
	box-shadow: 0 0 0 0.2rem rgba(220, 221, 221, 0.5);
}

.activity-item .activity-completion button.btn-light.disabled,
.activity-item .activity-completion button.btn-light:disabled,
.activity-item .activity-completion a[role="button"].btn-light.disabled,
.activity-item .activity-completion a[role="button"].btn-light:disabled {
	color: #1d2125;
	background-color: #fefefe;
	border-color: #fefefe;
}

.activity-item .activity-completion button.btn-light:not(:disabled):not(.disabled):active,
.activity-item .activity-completion button.btn-light:not(:disabled):not(.disabled).active,
.show>.activity-item .activity-completion button.btn-light.dropdown-toggle,
.activity-item .activity-completion a[role="button"].btn-light:not(:disabled):not(.disabled):active,
.activity-item .activity-completion a[role="button"].btn-light:not(:disabled):not(.disabled).active,
.show>.activity-item .activity-completion a[role="button"].btn-light.dropdown-toggle {
	color: #1d2125;
	background-color: #e5e5e5;
	border-color: #dedede;
}

.activity-item .activity-completion button.btn-light:not(:disabled):not(.disabled):active:focus,
.activity-item .activity-completion button.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.activity-item .activity-completion button.btn-light.dropdown-toggle:focus,
.activity-item .activity-completion a[role="button"].btn-light:not(:disabled):not(.disabled):active:focus,
.activity-item .activity-completion a[role="button"].btn-light:not(:disabled):not(.disabled).active:focus,
.show>.activity-item .activity-completion a[role="button"].btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 221, 221, 0.5);
}

.activity-item .activity-completion button.btn-light:hover,
.activity-item .activity-completion a[role="button"].btn-light:hover {
	color: #1d2125;
}

.activity-item .activity-completion button.btn-dark,
.activity-item .activity-completion a[role="button"].btn-dark {
	color: #1d2125;
	background-color: #d6d8d9;
	border-color: #d6d8d9;
	color: #1a1d20;
}

.activity-item .activity-completion button.btn-dark:hover,
.activity-item .activity-completion a[role="button"].btn-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #bcbfc0;
}

.activity-item .activity-completion button.btn-dark:focus,
.activity-item .activity-completion button.btn-dark.focus,
.activity-item .activity-completion a[role="button"].btn-dark:focus,
.activity-item .activity-completion a[role="button"].btn-dark.focus {
	color: #fff;
	background-color: #343a40;
	border-color: #bcbfc0;
	box-shadow: 0 0 0 0.2rem rgba(186, 189, 190, 0.5);
}

.activity-item .activity-completion button.btn-dark.disabled,
.activity-item .activity-completion button.btn-dark:disabled,
.activity-item .activity-completion a[role="button"].btn-dark.disabled,
.activity-item .activity-completion a[role="button"].btn-dark:disabled {
	color: #1d2125;
	background-color: #d6d8d9;
	border-color: #d6d8d9;
}

.activity-item .activity-completion button.btn-dark:not(:disabled):not(.disabled):active,
.activity-item .activity-completion button.btn-dark:not(:disabled):not(.disabled).active,
.show>.activity-item .activity-completion button.btn-dark.dropdown-toggle,
.activity-item .activity-completion a[role="button"].btn-dark:not(:disabled):not(.disabled):active,
.activity-item .activity-completion a[role="button"].btn-dark:not(:disabled):not(.disabled).active,
.show>.activity-item .activity-completion a[role="button"].btn-dark.dropdown-toggle {
	color: #1d2125;
	background-color: #bcbfc0;
	border-color: #b5b9ba;
}

.activity-item .activity-completion button.btn-dark:not(:disabled):not(.disabled):active:focus,
.activity-item .activity-completion button.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.activity-item .activity-completion button.btn-dark.dropdown-toggle:focus,
.activity-item .activity-completion a[role="button"].btn-dark:not(:disabled):not(.disabled):active:focus,
.activity-item .activity-completion a[role="button"].btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.activity-item .activity-completion a[role="button"].btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(186, 189, 190, 0.5);
}

.activity-item .activity-completion button.btn-dark:hover,
.activity-item .activity-completion a[role="button"].btn-dark:hover {
	color: #fff;
}

@media (max-width: 575.98px) {
	.activity-item .activity-completion {
		width: 100%;
		margin-top: 0.5rem;
	}

	.activity-item .activity-completion button {
		width: 100%;
	}
}

.activity-item .activity-completion .completion-dialog {
	color: #495057;
	font-size: 0.8203125rem;
	min-width: 12rem;
}

.activity-item .activity-completion .completion-dialog .icon {
	font-size: 0.8203125rem;
	width: 0.8203125rem;
	height: 0.8203125rem;
	margin-right: 0.25rem;
}

.activity-item .activity-completion .completion-dialog .editcompletion a {
	border-radius: 0.5rem;
	color: #495057;
	font-weight: bold;
	text-decoration: none;
}

.activity-item .activity-completion .completion-dialog .editcompletion a:hover {
	background-color: #e9ecef;
}

.activity-item .activity-groupmode-info {
	grid-area: groupmode;
	justify-self: end;
}

.activity-item .activity-groupmode-info .groupmode-information {
	height: 32px;
	width: 32px;
	border-radius: 0.5rem;
}

.activity-item .activity-groupmode-info .groupmode-icon-info {
	display: none;
}

@media (max-width: 575.98px) {
	.activity-item .activity-groupmode-info {
		width: 100%;
		margin-top: 0.5rem;
		padding-top: 0.5rem;
		border-top: 1px solid #dee2e6;
	}

	.activity-item .activity-groupmode-info .groupmode-information {
		width: auto;
		font-size: inherit;
		padding: 0 0.5rem;
	}

	.activity-item .activity-groupmode-info .groupmode-icon-info {
		display: inline;
	}

	.activity-item .activity-groupmode-info .v-parent-focus {
		opacity: 1;
		visibility: visible;
	}
}

.activity-item .activity-badges {
	grid-area: visibility;
}

.activity-item .activity-badges .badge {
	font-weight: normal;
}

.activity-item .activity-badges .badge .icon {
	font-size: 12px;
	width: 12px;
	height: 12px;
}

.activity-item .activity-altcontent {
	grid-area: altcontent;
	margin-top: 0.25rem;
}

.activity-item .activity-altcontent.activity-description {
	margin-top: 0.5rem;
	padding-top: 0.5rem;
	border-top: 1px solid #dee2e6;
	font-size: 0.875em;
}

.activity-item .activity-altcontent img {
	border-radius: 1rem;
}

.activity-item .activity-availability {
	grid-area: availability;
}

.activity-item .activity-afterlink {
	grid-area: afterlink;
	margin-top: 0.5rem;
	padding-top: 0.5rem;
	border-top: 1px solid #dee2e6;
}

.activity-item .no-overflow {
	width: 100%;
}

.section .draggable .activity-item .dragicon {
	display: none;
}

.divider {
	position: relative;
}

.divider hr {
	width: 100%;
	margin: 0.5rem 0.25rem;
	border-top: 2px dashed #dee2e6;
}

.changenumsections.disabled .divider hr {
	border-top: 2px dashed #dee2e6;
}

.divider .divider-content {
	opacity: 0;
	visibility: hidden;
	transition: visibility 0.1s;
	position: absolute;
	background: linear-gradient(transparent 40%, #fff 40%, #fff 60%, transparent 60%);
}

.section.hidden .divider .divider-content {
	background: linear-gradient(transparent 40%, #f8f9fa 40%, #f8f9fa 60%, transparent 60%);
}

.divider.always-visible .divider-content {
	opacity: 1;
	visibility: visible;
}

.divider.always-hidden hr {
	opacity: 0;
	visibility: hidden;
}

.divider:hover .divider-content,
.divider:focus .divider-content,
.divider:focus-within .divider-content {
	opacity: 1;
	visibility: visible;
}

.divider:hover hr,
.divider:focus hr,
.divider:focus-within hr {
	opacity: 1;
	visibility: visible;
}

.divider:has(.btn.add-content:hover) hr {
	border-color: #0f6cbf;
}

.changenumsections.disabled .divider:has(.btn.add-content:hover) hr {
	border-color: #e9ecef;
}

.activity:focus-within+.activity .divider .divider-content,
.course-section-header:focus-within+.content .section .activity:first-child .divider .divider-content,
.content .section .activity:focus-within .divider .divider-content,
.course-content:focus-within .changenumsections .divider .divider-content {
	visibility: visible;
}

.course-content ul.topics>li:last-child .changenumsections {
	display: none;
}

.btn.add-content {
	position: relative;
	z-index: 1;
	border-radius: 0.5rem;
	font-size: 0.8203125rem;
	font-weight: bold;
	color: #083660;
	background-color: #cfe2f2;
}

.btn.add-content:hover,
.btn.add-content:focus {
	color: #fff;
	background-color: #0f6cbf;
}

.btn.add-content .icon {
	width: 14px;
	height: 14px;
	font-size: 14px;
}

.changenumsections.disabled .btn.add-content {
	color: #8f959e;
	background-color: #e9ecef;
	outline: none;
	box-shadow: none;
	pointer-events: auto;
}

.changenumsections.disabled .btn.add-content:hover,
.changenumsections.disabled .btn.add-content:focus {
	color: #8f959e;
	background-color: #e9ecef;
	outline: none;
	box-shadow: none;
}

.bulkenabled .bulk-hidden {
	display: none !important;
}

.bulkenabled .section {
	margin-left: 1rem;
}

.bulkenabled .section:not(:first-child) {
	margin-top: 1.5rem;
}

.bulkenabled .activity {
	margin-top: 0.5rem;
	margin-left: 2rem;
	padding-top: 0.5rem;
	border-top: 2px dashed #dee2e6;
}

.bulkenabled .activity:first-child {
	margin-top: 1.5rem;
}

.bulkenabled .activity-item .bulkselect {
	float: left;
	margin-left: -2rem;
}

.bulkenabled .activity-item:has(.delegated-section):hover {
	outline: none !important;
	box-shadow: none !important;
}

.bulkenabled .course-section-header .bulkselect {
	left: -2.75rem;
	position: relative;
	width: 0;
}

@media (max-width: 767.98px) {
	.bulkenabled .course-content {
		margin-left: 2rem;
	}
}

@media (max-width: 767.98px) {
	.sticky-footer-content.bulkactions {
		position: relative;
	}

	.sticky-footer-content.bulkactions .form-check,
	.sticky-footer-content.bulkactions .bulkaction-name,
	.sticky-footer-content.bulkactions .bulkcount {
		display: none;
	}

	.sticky-footer-content.bulkactions .actions button {
		padding: 0 0.5rem;
	}

	.sticky-footer-content.bulkactions .bulkcancel {
		position: absolute;
		top: 0;
		right: 0;
	}
}

.defaultactivitycompletion-item a {
	color: #000;
	text-decoration: none;
}

.defaultactivitycompletion-item .activityicon {
	width: 32px;
	height: 32px;
}

.sitetopic .activity:first-of-type hr {
	display: none;
}

.sitetopic .section-item {
	margin-bottom: 1.5rem;
	border-radius: 0.5rem;
}

.move-activity-tree .collapse-list-item {
	border-radius: 0.5rem;
}

.move-activity-tree .collapse-list-item:hover,
.move-activity-tree .collapse-list-item:focus {
	background-color: #cfe2f2;
}

.move-activity-tree .collapse-list-item:hover a,
.move-activity-tree .collapse-list-item:focus a {
	color: #083660;
}

.move-activity-tree .collapse-list-item a {
	color: #1d2125;
}

.move-activity-tree .collapse-list-item a:hover,
.move-activity-tree .collapse-list-item a:focus {
	text-decoration: none;
}

.move-activity-tree .collapse-list-item a.disabled {
	color: #6a737b;
}

.move-activity-tree .collapse-list-item-content .collapse-list-item {
	padding: 0.5rem 1rem;
}

.move-activity-tree ul {
	margin-left: 1.5rem;
}

.move-activity-tree .collapse-list-link {
	font-weight: bold;
}

.activity.subsection {
	border-top: none;
}

.activity.subsection>.activity-item {
	border: 1px solid #dee2e6;
	padding: 0;
	margin: 0.5rem 0;
}

.activity.subsection>.activity-item>.activity-grid>.activity-altcontent {
	margin-top: 0;
}

.activity.subsection .section {
	margin-top: 0;
}

.activity.subsection .section .section-item {
	border: none;
	padding: 0.75rem;
}

.activity.subsection .section .icons-collapse-expand:has(+ h4) {
	height: 24px;
	width: 24px;
	font-size: 0.8203125rem;
}

.activity.subsection .section h4 {
	font-size: 1.171875rem;
}

.activity.subsection .section .section-actions .btn.btn-icon {
	font-size: inherit;
}

.activity.subsection+.activity {
	border-top: none;
}

.activity.subsection .focus-control:focus-within .v-parent-focus,
.activity.subsection .focus-control:hover .v-parent-focus {
	opacity: 1 !important;
	visibility: visible !important;
}

.activity.subsection .focus-control:focus-within .focus-control .v-parent-focus,
.activity.subsection .focus-control:hover .focus-control .v-parent-focus {
	opacity: 0;
	visibility: hidden;
}

:target,
:focus {
	scroll-margin-top: 70px;
}

.pagelayout-embedded :target {
	padding-top: initial;
	margin-top: initial;
}

#nav-drawer.closed {
	left: -305px;
}

#nav-drawer[aria-hidden=true] .list-group-item {
	display: none;
}

[data-region="drawer"] {
	position: fixed;
	width: 285px;
	top: 60px;
	height: calc(100% - 60px);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 999;
	background-color: #f2f2f2;
	transition: right 0.5s ease, left 0.5s ease;
}

@media (prefers-reduced-motion: reduce) {
	[data-region="drawer"] {
		transition: none;
	}
}

@media (min-width: 576px) {
	[data-region="drawer"] {
		padding: 20px 20px;
	}

	.jsenabled .popover-process-monitor,
	.jsenabled .btn-footer-popover,
	.jsenabled .btn-footer-communication {
		transition: 0.2s;
	}
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {

	.jsenabled .popover-process-monitor,
	.jsenabled .btn-footer-popover,
	.jsenabled .btn-footer-communication {
		transition: none;
	}
}

#nav-drawer {
	right: auto;
	left: 0;
}

#nav-drawer .list-group-item-action.active,
#nav-drawer .list-group-item.active {
	z-index: inherit;
}

#nav-drawer .list-group-item-action.active+.list-group-item,
#nav-drawer .list-group-item.active+.list-group-item {
	border-top: none;
}

#nav-drawer .list-group ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav-drawer .list-group li {
	margin-bottom: -1px;
}

#nav-drawer .list-group li:last-child {
	margin-bottom: 0;
}

body.drawer-ease {
	transition: margin-left 0.5s ease, margin-right 0.5s ease;
}

@media (prefers-reduced-motion: reduce) {
	body.drawer-ease {
		transition: none;
	}
}

@media (min-width: 768px) {
	body:not(.uses-drawers).drawer-open-left {
		margin-left: 285px;
	}
}

@media (min-width: 768px) {
	body.drawer-open-left #page.drawers {
		margin-left: 285px;
		padding-left: 1rem;
	}
}

@media (min-width: 768px) {
	body.drawer-open-right {
		margin-right: 315px;
	}
}

[data-region=right-hand-drawer] {
	display: flex;
	flex-direction: column;
	transition: right 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	[data-region=right-hand-drawer] {
		transition: none;
	}
}

[data-region=right-hand-drawer].drawer {
	z-index: 1021;
	position: fixed;
	top: 60px;
	right: 0;
	height: calc(100% - 60px);
	width: 320px;
	box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.25);
	padding: 0;
	visibility: visible;
	opacity: 1;
}

[data-region=right-hand-drawer].hidden {
	display: block;
	right: -320px;
	visibility: hidden;
	opacity: 0;
	transition: right 0.2s ease-in-out, visibility 0s ease-in-out 0.2s, opacity 0s ease-in-out 0.2s;
}

@media (prefers-reduced-motion: reduce) {
	[data-region=right-hand-drawer].hidden {
		transition: none;
	}
}

@media (max-width: 767.98px) {
	[data-region=right-hand-drawer].drawer {
		top: 0;
		height: 100%;
		z-index: 1031;
	}

	body.drawer-open-left,
	body.drawer-open-right {
		overflow: hidden;
	}
}

.dir-rtl [data-region=right-hand-drawer] {
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.drawer {
	background-color: #f8f9fa;
	z-index: 1015;
	position: fixed;
	height: 100vh;
	top: 0;
}

@media (max-width: 991.98px) {
	.drawer {
		z-index: 1035;
	}
}

.drawer.not-initialized {
	display: none;
}

.drawer.drawer-right {
	transition: right 0.2s ease, top 0.2s ease, bottom 0.2s ease, visibility 0.2s ease, transform 0.5s ease;
	width: 315px;
	max-width: 315px;
	right: calc(-315px + -10px);
	visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
	.drawer.drawer-right {
		transition: none;
	}
}

.drawer.drawer-right.show {
	right: 0;
	visibility: visible;
}

.drawer.drawer-right .drawertoggle {
	margin-left: auto;
	margin-right: 5px;
}

.drawer.drawer-left {
	transition: left 0.2s ease, top 0.2s ease, bottom 0.2s ease, visibility 0.2s ease;
	width: 285px;
	max-width: 285px;
	left: calc(-285px + -10px);
	visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
	.drawer.drawer-left {
		transition: none;
	}
}

.drawer.drawer-left.show {
	left: 0;
	visibility: visible;
}

.drawer.drawer-left .drawertoggle {
	margin-right: auto;
	margin-left: 5px;
}

.drawer.drawer-bottom {
	bottom: -110%;
}

.drawer.drawer-bottom.show {
	bottom: 0;
}

.drawer.drawer-primary .drawertoggle {
	margin-right: 16px;
	margin-left: 5px;
}

@media (min-width: 992px) {
	.drawer#theme_boost-drawers-blocks:focus-within {
		z-index: 1031;
	}

	.drawer.not-initialized {
		display: block;
	}
}

.drawer-md,
.drawer-sm {
	display: none;
}

.drawerheader {
	padding: 0;
	height: 60px;
	display: flex;
	align-items: center;
}

.drawerheader .sitename {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-right: 16px;
}

.drawer.scrolled .drawerheader {
	box-shadow: 0 8px 11px -7px rgba(0, 0, 0, 0.25);
}

@media (max-width: 991.98px) {
	.drawer-md {
		display: block;
		background-color: #f8f9fa;
		z-index: 1015;
		position: fixed;
		height: 100vh;
		top: 0;
	}
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
	.drawer-md {
		z-index: 1035;
	}
}

@media (max-width: 991.98px) {
	.drawer-md.not-initialized {
		display: none;
	}

	.drawer-md.drawer-right {
		transition: right 0.2s ease, top 0.2s ease, bottom 0.2s ease, visibility 0.2s ease, transform 0.5s ease;
		width: 315px;
		max-width: 315px;
		right: calc(-315px + -10px);
		visibility: hidden;
	}
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
	.drawer-md.drawer-right {
		transition: none;
	}
}

@media (max-width: 991.98px) {
	.drawer-md.drawer-right.show {
		right: 0;
		visibility: visible;
	}

	.drawer-md.drawer-right .drawertoggle {
		margin-left: auto;
		margin-right: 5px;
	}

	.drawer-md.drawer-left {
		transition: left 0.2s ease, top 0.2s ease, bottom 0.2s ease, visibility 0.2s ease;
		width: 285px;
		max-width: 285px;
		left: calc(-285px + -10px);
		visibility: hidden;
	}
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
	.drawer-md.drawer-left {
		transition: none;
	}
}

@media (max-width: 991.98px) {
	.drawer-md.drawer-left.show {
		left: 0;
		visibility: visible;
	}

	.drawer-md.drawer-left .drawertoggle {
		margin-right: auto;
		margin-left: 5px;
	}

	.drawer-md.drawer-bottom {
		bottom: -110%;
	}

	.drawer-md.drawer-bottom.show {
		bottom: 0;
	}

	.drawer-md.drawer-primary .drawertoggle {
		margin-right: 16px;
		margin-left: 5px;
	}
}

@media (max-width: 767.98px) {
	.drawer-sm {
		display: block;
		background-color: #f8f9fa;
		z-index: 1015;
		position: fixed;
		height: 100vh;
		top: 0;
	}
}

@media (max-width: 767.98px) and (max-width: 991.98px) {
	.drawer-sm {
		z-index: 1035;
	}
}

@media (max-width: 767.98px) {
	.drawer-sm.not-initialized {
		display: none;
	}

	.drawer-sm.drawer-right {
		transition: right 0.2s ease, top 0.2s ease, bottom 0.2s ease, visibility 0.2s ease, transform 0.5s ease;
		width: 315px;
		max-width: 315px;
		right: calc(-315px + -10px);
		visibility: hidden;
	}
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
	.drawer-sm.drawer-right {
		transition: none;
	}
}

@media (max-width: 767.98px) {
	.drawer-sm.drawer-right.show {
		right: 0;
		visibility: visible;
	}

	.drawer-sm.drawer-right .drawertoggle {
		margin-left: auto;
		margin-right: 5px;
	}

	.drawer-sm.drawer-left {
		transition: left 0.2s ease, top 0.2s ease, bottom 0.2s ease, visibility 0.2s ease;
		width: 285px;
		max-width: 285px;
		left: calc(-285px + -10px);
		visibility: hidden;
	}
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
	.drawer-sm.drawer-left {
		transition: none;
	}
}

@media (max-width: 767.98px) {
	.drawer-sm.drawer-left.show {
		left: 0;
		visibility: visible;
	}

	.drawer-sm.drawer-left .drawertoggle {
		margin-right: auto;
		margin-left: 5px;
	}

	.drawer-sm.drawer-bottom {
		bottom: -110%;
	}

	.drawer-sm.drawer-bottom.show {
		bottom: 0;
	}

	.drawer-sm.drawer-primary .drawertoggle {
		margin-right: 16px;
		margin-left: 5px;
	}
}

.drawercontent {
	position: relative;
	z-index: -1;
	height: calc(100% - 60px);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	overflow-y: auto;
	padding: 0.4rem;
	scrollbar-width: thin;
	scrollbar-color: #6a737b #f8f9fa;
}

.drawercontent .dropdown-menu .dropdown-item {
	width: 220px;
	white-space: normal;
}

.drawercontent::-webkit-scrollbar {
	width: 12px;
}

.drawercontent::-webkit-scrollbar-track {
	background: #f8f9fa;
}

.drawercontent::-webkit-scrollbar-thumb {
	background-color: #6a737b;
	border-radius: 20px;
	border: 3px solid #f8f9fa;
}

.drawercontent::-webkit-scrollbar-thumb:hover {
	background-color: #495057;
}

.fp-content-center {
	height: 100%;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.fp-content-hidden {
	visibility: hidden;
}

.yui3-panel-focused {
	outline: none;
}

.fp-panel-button {
	background: #fff;
	padding: 3px 20px 2px 20px;
	text-align: center;
	margin: 10px;
	border-radius: 10px;
	display: inline-block;
}

.filepicker .yui3-widget-content-expanded {
	height: auto;
}

.filepicker .moodle-dialogue-bd {
	min-height: 520px;
}

.fp-navbar {
	border-color: #8f959e;
	border-bottom: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.file-picker .fp-content {
	border-top: 0;
	background: #fff;
	clear: none;
	overflow: auto;
	height: 452px;
}

.filepicker.moodle-dialogue-fullscreen .file-picker .fp-content {
	width: 100%;
}

.file-picker .fp-content-loading {
	height: 100%;
	width: 100%;
	display: table;
	text-align: center;
}

.file-picker .fp-content .fp-object-container {
	width: 98%;
	height: 98%;
}

.file-picker .fp-def-search {
	margin-top: 0;
}

.file-picker .fp-list {
	list-style-type: none;
	padding: 0;
	float: left;
	width: 100%;
	margin: 0;
}

.file-picker .fp-list .fp-repo a {
	display: block;
	padding: 0.5em 0.7em;
}

.file-picker .fp-list .fp-repo.active {
	background: #f2f2f2;
}

.file-picker .fp-list .fp-repo-icon {
	padding: 0 7px 0 5px;
	width: 16px;
	height: 16px;
}

.fp-toolbar {
	float: left;
}

.fp-toolbar.empty {
	display: none;
}

.fp-toolbar .disabled {
	display: none;
}

.fp-toolbar div {
	display: block;
	float: left;
	margin-right: 4px;
}

.fp-toolbar img {
	vertical-align: -15%;
	margin-right: 5px;
}

.fp-viewbar:not(.disabled) a.checked {
	background-color: #b1bbc4;
	color: #1d2125;
	border-color: #aab4bf;
}

.fp-viewbar.disabled a {
	pointer-events: none;
	opacity: 0.65;
}

.file-picker .fp-clear-left {
	clear: left;
}

.fp-pathbar.empty {
	display: none;
}

.fp-pathbar .fp-path-folder {
	background: url(/theme/image.php/recit2/theme/1759007012/fp/path_folder) left 3px no-repeat;
	background-size: 12px 12px;
	height: 12px;
	margin-left: 12px;
}

.fp-pathbar .fp-path-folder-name {
	margin-left: 24px;
}

.fp-iconview .fp-file {
	float: left;
	text-align: center;
	position: relative;
	margin: 10px 10px 35px;
}

.fp-iconview .fp-thumbnail {
	min-width: 110px;
	min-height: 110px;
	line-height: 110px;
	text-align: center;
	border: 1px solid #fff;
	display: block;
}

.fp-iconview .fp-thumbnail img {
	border: 1px solid #ddd;
	padding: 3px;
	vertical-align: middle;
}

.fp-iconview .fp-thumbnail:hover {
	background: #fff;
	border: 1px solid #ddd;
}

.fp-iconview .fp-filename-field {
	height: 33px;
	margin-top: 3px;
	word-wrap: break-word;
	overflow: hidden;
	position: absolute;
}

.fp-iconview .fp-file:focus .fp-filename-field,
.fp-iconview .fp-file:hover .fp-filename-field {
	overflow: visible;
	z-index: 1000;
}

.fp-iconview .fp-file:focus .fp-filename,
.fp-iconview .fp-file:hover .fp-filename {
	overflow: inherit;
	white-space: normal;
	text-overflow: inherit;
}

.fp-iconview .fp-filename-field .fp-filename {
	background: #fff;
	padding-top: 5px;
	padding-bottom: 12px;
	min-width: 112px;
}

.file-picker .yui3-datatable table {
	border: 0 solid #bbb;
	width: 100%;
}

.file-picker .ygtvtn,
.filemanager .ygtvtn {
	background: url(/theme/image.php/recit2/core/1759007012/y/tn) 0 0 no-repeat;
	width: 19px;
	height: 32px;
}

.file-picker .ygtvtm,
.filemanager .ygtvtm {
	background: url(/theme/image.php/recit2/core/1759007012/y/tm) 0 10px no-repeat;
	width: 13px;
	height: 12px;
	cursor: pointer;
}

.file-picker .ygtvtmh,
.filemanager .ygtvtmh {
	background: url(/theme/image.php/recit2/core/1759007012/y/tm) 0 10px no-repeat;
	width: 13px;
	height: 12px;
	cursor: pointer;
}

.file-picker .ygtvtp,
.filemanager .ygtvtp {
	background: url(/theme/image.php/recit2/core/1759007012/y/tp) 0 10px no-repeat;
	width: 13px;
	height: 12px;
	cursor: pointer;
}

.file-picker .ygtvtph,
.filemanager .ygtvtph {
	background: url(/theme/image.php/recit2/core/1759007012/y/tp) 0 10px no-repeat;
	width: 13px;
	height: 22px;
	cursor: pointer;
}

.file-picker .ygtvln,
.filemanager .ygtvln {
	background: url(/theme/image.php/recit2/core/1759007012/y/ln) 0 0 no-repeat;
	width: 19px;
	height: 32px;
}

.file-picker .ygtvlm,
.filemanager .ygtvlm {
	background: url(/theme/image.php/recit2/core/1759007012/y/lm) 0 10px no-repeat;
	width: 13px;
	height: 12px;
	cursor: pointer;
}

.file-picker .ygtvlmh,
.filemanager .ygtvlmh {
	background: url(/theme/image.php/recit2/core/1759007012/y/lm) 0 10px no-repeat;
	width: 13px;
	height: 12px;
	cursor: pointer;
}

.file-picker .ygtvlp,
.filemanager .ygtvlp {
	background: url(/theme/image.php/recit2/core/1759007012/y/lp) 0 10px no-repeat;
	width: 13px;
	height: 12px;
	cursor: pointer;
}

.file-picker .ygtvlph,
.filemanager .ygtvlph {
	background: url(/theme/image.php/recit2/core/1759007012/y/lp) 0 10px no-repeat;
	width: 13px;
	height: 12px;
	cursor: pointer;
}

.file-picker .ygtvloading,
.filemanager .ygtvloading {
	background: transparent url(/theme/image.php/recit2/core/1759007012/y/loading) 0 0 no-repeat;
	width: 16px;
	height: 22px;
}

.file-picker .ygtvdepthcell,
.filemanager .ygtvdepthcell {
	background: url(/theme/image.php/recit2/core/1759007012/y/vline) 0 0 no-repeat;
	width: 17px;
	height: 32px;
}

.file-picker .ygtvblankdepthcell,
.filemanager .ygtvblankdepthcell {
	width: 17px;
	height: 22px;
}

a.ygtvspacer:hover {
	color: transparent;
	text-decoration: none;
}

.ygtvlabel,
.ygtvlabel:link,
.ygtvlabel:visited,
.ygtvlabel:hover {
	background-color: transparent;
	cursor: pointer;
	margin-left: 2px;
	text-decoration: none;
}

.file-picker .ygtvfocus,
.filemanager .ygtvfocus {
	background-color: #eee;
}

.fp-filename-icon {
	margin-top: 10px;
	display: block;
	position: relative;
}

.fp-icon {
	float: left;
	margin-top: -7px;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	text-align: center;
	line-height: 24px;
}

.fp-icon img {
	max-height: 24px;
	max-width: 24px;
	vertical-align: middle;
}

.fp-filename {
	padding-right: 10px;
}

.file-picker .fp-login-form {
	height: 100%;
	width: 100%;
	display: table;
}

.file-picker .fp-upload-form {
	height: 100%;
	width: 100%;
	display: table;
}

.file-picker .fp-upload-form table {
	margin: 0 auto;
}

.file-picker.fp-dlg {
	text-align: center;
}

.file-picker.fp-dlg .fp-dlg-buttons {
	margin: 0 20px;
}

.file-picker.fp-msg {
	text-align: center;
}

.file-picker .fp-content-error {
	height: 100%;
	width: 100%;
	display: table;
	text-align: center;
}

.file-picker .fp-nextpage {
	clear: both;
}

.file-picker .fp-nextpage .fp-nextpage-loading {
	display: none;
}

.file-picker .fp-nextpage.loading .fp-nextpage-link {
	display: none;
}

.file-picker .fp-nextpage.loading .fp-nextpage-loading {
	display: block;
	text-align: center;
	height: 100px;
	padding-top: 50px;
}

.fp-select .fp-select-loading {
	text-align: center;
	margin-top: 20px;
}

.fp-select table {
	padding: 0 0 10px;
}

.fp-select table .mdl-right {
	min-width: 84px;
}

.fp-select .fp-reflist .mdl-right {
	vertical-align: top;
}

.fp-select .fp-select-buttons {
	float: right;
}

.fp-select .fp-info {
	font-size: 0.703125rem;
}

.fp-select .fp-thumbnail {
	float: left;
	min-width: 110px;
	min-height: 110px;
	line-height: 110px;
	text-align: center;
	margin: 10px 20px 0 0;
	background: #fff;
	border: 1px solid #ddd;
}

.fp-select .fp-thumbnail img {
	border: 1px solid #ddd;
	padding: 3px;
	vertical-align: middle;
	margin: 10px;
}

.fp-select .fp-fileinfo {
	display: inline-block;
	margin-top: 10px;
}

.file-picker.fp-select .fp-fileinfo {
	max-width: 240px;
}

.fp-select .fp-fileinfo div {
	padding-bottom: 5px;
}

.file-picker.fp-select .uneditable {
	display: none;
}

.file-picker.fp-select .fp-select-loading {
	display: none;
}

.file-picker.fp-select.loading .fp-select-loading {
	display: block;
}

.file-picker.fp-select.loading form {
	display: none;
}

.fp-select .fp-dimensions.fp-unknown {
	display: none;
}

.fp-select .fp-size.fp-unknown {
	display: none;
}

.filemanager-loading {
	display: none;
}

.jsenabled .filemanager-loading {
	display: block;
	margin-top: 100px;
}

.filemanager.fm-loading .filemanager-toolbar,
.filemanager.fm-loading .fp-pathbar,
.filemanager.fm-loading .filemanager-container,
.filemanager.fm-loaded .filemanager-loading,
.filemanager.fm-maxfiles .fp-btn-add,
.filemanager.fm-maxfiles .dndupload-message,
.filemanager.fm-noitems .fp-btn-download,
.filemanager.fm-noitems .fp-btn-delete,
.filemanager .fm-empty-container,
.filemanager.fm-noitems .filemanager-container .fp-content {
	display: none;
}

.filemanager .fp-img-downloading {
	display: none;
	padding-top: 7px;
}

.filemanager .filemanager-updating {
	display: none;
	text-align: center;
}

.filemanager.fm-updating .filemanager-updating {
	display: block;
	margin-top: 37px;
}

.filemanager.fm-updating .fm-content-wrapper,
.filemanager.fm-nomkdir .fp-btn-mkdir,
.fitem.disabled .filemanager .filemanager-toolbar,
.fitem.disabled .filemanager .fp-pathbar,
.fitem.disabled .filemanager .fp-restrictions,
.fitem.disabled .filemanager .fm-content-wrapper {
	display: none;
}

.filemanager .fp-restrictions {
	text-align: right;
}

.filemanager-toolbar {
	padding: 4px;
	overflow: hidden;
}

.filemanager .fp-pathbar.empty {
	display: none;
}

.filepicker-filelist,
.filemanager-container {
	min-height: 140px;
	border: 1px solid #8f959e;
	border-radius: 0.5rem;
}

.filemanager .fp-content {
	overflow: auto;
	max-height: 472px;
	min-height: 157px;
}

.filemanager-container,
.filepicker-filelist {
	overflow: hidden;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.file-picker .yui3-datatable-header {
	background: initial;
}

.fitem.disabled .filepicker-filelist,
.fitem.disabled .filemanager-container {
	background-color: #ebebe4;
}

.fitem.disabled .fp-btn-choose {
	color: #6a737b;
}

.fitem.disabled .filepicker-filelist .filepicker-filename {
	display: none;
}

.fp-iconview .fp-reficons1 {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.fp-iconview .fp-reficons2 {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.fp-iconview .fp-file.fp-hasreferences .fp-reficons1 {
	background: url(/theme/image.php/recit2/theme/1759007012/fp/link) no-repeat;
	background-position: bottom right;
	background-size: 16px 16px;
}

.fp-iconview .fp-file.fp-isreference .fp-reficons2 {
	background: url(/theme/image.php/recit2/theme/1759007012/fp/alias) no-repeat;
	background-position: bottom left;
	background-size: 16px 16px;
}

.filemanager .fp-iconview .fp-file.fp-originalmissing .fp-thumbnail img {
	display: none;
}

.filemanager .fp-iconview .fp-file.fp-originalmissing .fp-thumbnail {
	background: url(/theme/image.php/recit2/core/1759007012/s/dead) no-repeat;
	background-position: center center;
}

.filemanager .yui3-datatable table {
	border: 0 solid #bbb;
	width: 100%;
}

.filemanager .yui3-datatable-header {
	background: #fff !important;
	border-bottom: 1px solid #ccc !important;
	border-left: 0 solid #fff !important;
	color: #555 !important;
}

.filemanager .yui3-datatable-odd .yui3-datatable-cell {
	background-color: #f6f6f6 !important;
	border-left: 0 solid #f6f6f6;
}

.filemanager .yui3-datatable-even .yui3-datatable-cell {
	background-color: #fff !important;
	border-left: 0 solid #fff;
}

.filemanager .fp-filename-icon.fp-hasreferences .fp-reficons1 {
	background: url(/theme/image.php/recit2/theme/1759007012/fp/link_sm) no-repeat 0 0;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 8px;
	left: 17px;
	background-size: 16px 16px;
}

.filemanager .fp-filename-icon.fp-isreference .fp-reficons2 {
	background: url(/theme/image.php/recit2/theme/1759007012/fp/alias_sm) no-repeat 0 0;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 9px;
	left: -6px;
	background-size: 16px 16px;
}

.filemanager .fp-contextmenu {
	display: none;
}

.filemanager .fp-iconview .fp-folder.fp-hascontextmenu .fp-contextmenu {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.filemanager .fp-treeview .fp-folder.fp-hascontextmenu .fp-contextmenu,
.filemanager .fp-tableview .fp-folder.fp-hascontextmenu .fp-contextmenu {
	display: inline;
	position: absolute;
	left: 14px;
	margin-right: -20px;
	top: 6px;
}

.filepicker-filelist .filepicker-container,
.filemanager.fm-noitems .fm-empty-container {
	display: block;
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	border: 2px dashed #bbb;
	padding-top: 85px;
	text-align: center;
}

.filepicker-filelist .dndupload-target,
.filemanager-container .dndupload-target {
	background: #fff;
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	border: 2px dashed #fb7979;
	padding-top: 85px;
	text-align: center;
}

.filepicker-filelist.dndupload-over .dndupload-target,
.filemanager-container.dndupload-over .dndupload-target {
	background: #fff;
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	border: 2px dashed #6c8cd3;
	padding-top: 85px;
	text-align: center;
}

.dndupload-message {
	display: none;
}

.dndsupported .dndupload-message {
	display: inline;
}

.dnduploadnotsupported-message {
	display: none;
}

.dndnotsupported .dnduploadnotsupported-message {
	display: inline;
}

.dndupload-target {
	display: none;
}

.dndsupported .dndupload-ready .dndupload-target {
	display: block;
}

.dndupload-uploadinprogress {
	display: none;
	text-align: center;
}

.dndupload-uploading .dndupload-uploadinprogress {
	display: block;
}

.dndupload-arrow {
	width: 100%;
	height: 80px;
	position: absolute;
	top: 5px;
	color: #8f959e;
}

.fitem.disabled .filepicker-container,
.fitem.disabled .fm-empty-container {
	display: none;
}

.dndupload-progressbars {
	padding: 10px;
	display: none;
}

.dndupload-inprogress .dndupload-progressbars {
	display: block;
}

.dndupload-inprogress .fp-content {
	display: none;
}

.filemanager.fm-noitems .dndupload-inprogress .fm-empty-container {
	display: none;
}

.filepicker-filelist.dndupload-inprogress .filepicker-container {
	display: none;
}

.filepicker-filelist.dndupload-inprogress a {
	display: none;
}

.filemanager.fp-select .fp-select-loading {
	display: none;
}

.filemanager.fp-select.loading .fp-select-loading {
	display: block;
}

.filemanager.fp-select.loading form {
	display: none;
}

.filemanager.fp-select.fp-folder .fp-license,
.filemanager.fp-select.fp-folder .fp-author,
.filemanager.fp-select.fp-file .fp-file-unzip,
.filemanager.fp-select.fp-folder .fp-file-unzip,
.filemanager.fp-select.fp-file .fp-file-zip,
.filemanager.fp-select.fp-zip .fp-file-zip {
	display: none;
}

.filemanager.fp-select .fp-file-setmain,
.filemanager.fp-select .fp-file-setmain-help {
	display: none;
}

.filemanager.fp-select.fp-cansetmain .fp-file-setmain,
.filemanager.fp-select.fp-cansetmain .fp-file-setmain-help {
	display: inline-block;
}

.filemanager .fp-mainfile .fp-filename {
	font-weight: bold;
}

.filemanager.fp-select.fp-folder .fp-file-download {
	display: none;
}

.fm-operation {
	font-weight: bold;
}

.filemanager.fp-select .fp-original.fp-unknown,
.filemanager.fp-select .fp-original .fp-originloading {
	display: none;
}

.filemanager.fp-select .fp-original.fp-loading .fp-originloading {
	display: inline;
}

.filemanager.fp-select .fp-reflist.fp-unknown,
.filemanager.fp-select .fp-reflist .fp-reflistloading {
	display: none;
}

.filemanager.fp-select .fp-reflist.fp-loading .fp-reflistloading {
	display: inline;
}

.filemanager.fp-select .fp-reflist .fp-value {
	background: #f9f9f9;
	border: 1px solid #bbb;
	padding: 8px 7px;
	margin: 0;
	max-height: 75px;
	overflow: auto;
}

.filemanager.fp-select .fp-reflist .fp-value li {
	padding-bottom: 7px;
}

.filemanager.fp-mkdir-dlg {
	text-align: center;
}

.filemanager.fp-mkdir-dlg .fp-mkdir-dlg-text {
	text-align: left;
	margin: 20px;
}

.filemanager.fp-dlg {
	text-align: center;
}

.file-picker div.bd {
	text-align: left;
}

.fp-formset {
	padding: 10px;
}

.fp-formset input[type="file"] {
	line-height: inherit;
}

.fp-forminset {
	padding: 0 10px;
}

.fp-fileinfo .fp-value {
	display: inline-block;
	padding-left: 5px;
}

.hidden {
	display: none;
}

.preferences-container .container-fluid,
.preferences-container .container-sm,
.preferences-container .container-md,
.preferences-container .container-lg,
.preferences-container .container-xl {
	padding: 0;
}

.preferences-container .container-fluid .col-md-6,
.preferences-container .container-sm .col-md-6,
.preferences-container .container-md .col-md-6,
.preferences-container .container-lg .col-md-6,
.preferences-container .container-xl .col-md-6 {
	min-height: 20px;
}

.preferences-container .align-bottom {
	vertical-align: bottom;
}

.preferences-container .preference-table {
	border: 1px solid #ddd;
}

.preferences-container .preference-table thead th {
	text-align: center;
}

.preferences-container .preference-table thead th .config-warning {
	display: none;
}

.preferences-container .preference-table thead th.unconfigured .config-warning {
	display: inline-block;
}

.preferences-container .preference-table tr th {
	border-left: 1px solid #dee2e6;
}

.preferences-container .preference-table tr td:not(:first-child) {
	width: 150px;
	text-align: center;
}

.preferences-container .preference-table tr td:nth-child(even) {
	border: 1px solid #dee2e6;
}

.preferences-container .preference-table .preference-row .hover-tooltip-container {
	display: inline-block;
}

.preferences-container .preference-table .preference-row .preference-name {
	vertical-align: middle;
}

.preferences-container .preference-table .preference-row .disabled-message {
	text-align: center;
	height: 30px;
	line-height: 30px;
}

.preferences-container .preference-table .preference-row.loading .preference-name .loading-icon {
	display: block;
}

.disabled-message {
	display: none;
}

.disabled .disabled-message {
	display: block;
}

.disabled .disabled-message+form {
	display: none;
}

.general-settings-container .loading-icon {
	display: none;
}

.general-settings-container .loading .loading-icon {
	display: inline-block;
}

.general-settings-container label {
	display: inline-block;
}

.processor-container {
	position: relative;
}

.processor-container .loading-container {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.5);
}

.processor-container .loading-container .vertical-align {
	height: 100%;
	width: 0%;
	display: inline-block;
	vertical-align: middle;
}

.processor-container.loading .loading-container {
	display: block;
}

.preferences-page-container .checkbox-container {
	margin: 30px 5px;
	line-height: 20px;
}

.preferences-page-container .checkbox-container input {
	line-height: 20px;
	margin: 0;
}

.preferences-page-container .checkbox-container .loading-icon {
	display: none;
}

.preferences-page-container .checkbox-container.loading .loading-icon {
	display: inline-block;
}

.notification-area {
	height: 600px;
	box-sizing: border-box;
	border-radius: 4px;
	margin-bottom: 30px;
	border: 1px solid #e3e3e3;
}

@media (max-height: 670px) {
	.notification-area {
		height: 500px;
	}
}

.notification-area .control-area {
	box-sizing: border-box;
	display: inline-block;
	width: 300px;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	border-right: 1px solid #e3e3e3;
}

.notification-area .control-area .content {
	position: relative;
}

.notification-area .control-area .content .content-item-container {
	cursor: pointer;
}

.notification-area .control-area .content:empty+.empty-text {
	display: block;
}

.notification-area .control-area .loading-icon {
	display: none;
}

.notification-area .control-area .empty-text {
	display: none;
	text-align: center;
	padding-top: 20px;
}

.notification-area .control-area.loading .loading-icon {
	display: block;
	text-align: center;
	box-sizing: border-box;
	padding: 5px;
}

.notification-area .control-area.loading .content:empty+.empty-text {
	display: none;
}

.notification-area .content-area {
	box-sizing: border-box;
	display: inline-block;
	width: calc(100% - 300px);
	float: right;
}

.notification-area .content-area .toggle-mode {
	display: none;
}

.notification-area .content-area .header {
	height: 50px;
	box-sizing: border-box;
	border-bottom: 1px solid #e3e3e3;
	padding: 5px;
}

.notification-area .content-area .header .image-container {
	display: inline-block;
	height: 25px;
	width: 24px;
	float: left;
}

.notification-area .content-area .header .subject-container {
	display: inline-block;
	max-width: calc(100% - 24px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 25px;
	padding-left: 5px;
	box-sizing: border-box;
}

.notification-area .content-area .header .timestamp {
	font-size: 10px;
	line-height: 10px;
	margin: 0;
	color: #666;
	margin-left: 30px;
}

.notification-area .content-area .header:empty {
	display: none;
}

.notification-area .content-area>.content {
	height: 500px;
	box-sizing: border-box;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 15px;
}

@media (max-height: 670px) {
	.notification-area .content-area>.content {
		height: 400px;
	}
}

.notification-area .content-area>.content:empty {
	display: none;
}

.notification-area .content-area>.content:empty+.empty-text {
	display: block;
	text-align: center;
	padding-top: 100px;
}

.notification-area .content-area .empty-text {
	display: none;
}

.notification-area .content-area .footer {
	height: 50px;
	box-sizing: border-box;
	text-align: center;
}

.notification-area .content-area .footer a {
	line-height: 50px;
}

.notification-area .content-area .footer:empty {
	display: none;
}

@media (max-width: 979px) {
	.notification-area {
		position: relative;
		overflow: hidden;
	}

	.notification-area .control-area {
		border-right: none;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 1;
		visibility: visible;
		transition: left 0.25s;
	}

	.notification-area .content-area {
		width: 100%;
		position: absolute;
		top: 0;
		right: -100%;
		opacity: 0;
		visibility: hidden;
		transition: right 0.25s, opacity 0.25s, visibility 0.25s;
	}

	.notification-area .content-area .toggle-mode {
		display: inline-block;
		float: left;
		width: 70px;
		height: 50px;
		line-height: 50px;
		box-sizing: border-box;
		border-right: 1px solid #e3e3e3;
		border-bottom: 1px solid #e3e3e3;
	}

	.notification-area .content-area .header {
		display: inline-block;
		width: calc(100% - 70px);
	}

	.notification-area.show-content-area .control-area {
		left: -100%;
		opacity: 0;
		visibility: hidden;
		transition: left 0.25s, opacity 0.25s, visibility 0.25s;
	}

	.notification-area.show-content-area .content-area {
		right: 0;
		opacity: 1;
		visibility: visible;
		transition: right 0.25s;
	}
}

.drawer .message-app {
	height: 100%;
}

.drawer .message-app .icon-back-in-app {
	display: none;
}

.drawer .message-app .icon-back-in-drawer {
	display: inherit;
}

.message-app {
	display: flex;
	flex-direction: column;
	background-color: #eff1f3;
}

.message-app .icon-back-in-drawer {
	display: none;
}

.message-app.main {
	min-height: 400px;
}

.message-app .header-container {
	flex-shrink: 0;
}

.message-app .overflow-y {
	overflow-y: auto;
}

@media (max-height: 320px) {
	.message-app .header-container [data-region="view-overview"]:not(.hidden) {
		display: flex;
		align-items: center;
	}

	.message-app .footer-container [data-region="view-overview"] {
		display: none;
	}

	.message-app .overflow-y {
		overflow-y: unset;
	}
}

.message-app .body-container {
	flex: 1;
	overflow: hidden;
}

.message-app .body-container>* {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	overflow: auto;
}

.message-app .footer-container {
	flex-shrink: 0;
}

.message-app .footer-container textarea {
	direction: ltr;
}

.message-app .contact-status {
	position: absolute;
	left: 39px;
	top: 34px;
}

.message-app .contact-status.online .icon {
	color: #357a32;
}

.message-app .message p {
	margin: 0;
}

.message-app .clickable {
	cursor: pointer;
}

.message-app .clickable:hover {
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
}

.message-app a,
.message-app .btn-link {
	color: inherit;
}

.message-app .btn-link:hover,
.message-app .btn-link:focus {
	background-color: rgba(0, 0, 0, 0.035);
	text-decoration: none;
}

.message-app .icon {
	margin-right: 0;
}

.message-app .overview-section-toggle .collapsed-icon-container {
	display: none;
}

.message-app .overview-section-toggle .expanded-icon-container {
	display: inline-block;
}

.message-app .overview-section-toggle.collapsed .collapsed-icon-container {
	display: inline-block;
}

.message-app .overview-section-toggle.collapsed .expanded-icon-container {
	display: none;
}

.message-app .btn.btn-link.btn-icon {
	height: 16px;
	width: 16px;
	padding: 0;
	border-radius: 50%;
	flex-shrink: 0;
}

.message-app .btn.btn-link.btn-icon.icon-size-0 {
	height: 20px !important;
	width: 20px !important;
}

.message-app .btn.btn-link.btn-icon.icon-size-1 {
	height: 24px !important;
	width: 24px !important;
}

.message-app .btn.btn-link.btn-icon.icon-size-2 {
	height: 28px !important;
	width: 28px !important;
}

.message-app .btn.btn-link.btn-icon.icon-size-3 {
	height: 36px !important;
	width: 36px !important;
}

.message-app .btn.btn-link.btn-icon.icon-size-4 {
	height: 44px !important;
	width: 44px !important;
}

.message-app .btn.btn-link.btn-icon.icon-size-5 {
	height: 52px !important;
	width: 52px !important;
}

.message-app .btn.btn-link.btn-icon.icon-size-6 {
	height: 60px !important;
	width: 60px !important;
}

.message-app .btn.btn-link.btn-icon.icon-size-7 {
	height: 68px !important;
	width: 68px !important;
}

.message-app .view-overview-body .section {
	display: block;
}

.message-app .view-overview-body .section.expanded {
	display: flex;
}

.message-app .view-overview-body .section div[data-region="toggle"] {
	padding: 0.1rem;
}

.message-app .view-conversation .content-message-container img {
	max-width: 100%;
}

.message-app .list-group {
	border-radius: 0;
}

.message-app .list-group .list-group-item {
	border-left: 0;
	border-right: 0;
}

.message-app .list-group .list-group-item:hover {
	color: #fff;
	background-color: #0f6cbf;
}

.message-app .list-group .list-group-item:hover .badge-primary {
	background-color: #fff;
	color: #0f6cbf;
}

.message-app .list-group .list-group-item:first-child {
	border-top: 0;
}

.message-app .list-group .list-group-item:last-child {
	border-bottom: 0;
}

.message-app .list-group .list-group-item.list-group-item-action {
	margin: 0.1rem;
	width: auto;
	text-align: inherit;
}

.message-app .last-message {
	min-height: 1.5rem;
}

.message-app .section .collapsing {
	overflow: hidden;
}

.message-app .message.send {
	background-color: #dee2e6;
	color: #1d2125;
}

.message-app .message.send .time {
	color: #1d2125;
}

.message-app .message.send .tail {
	right: 0;
	margin-right: -0.5rem;
	border-bottom-color: #dee2e6;
}

.message-app .message.received {
	background-color: #fff;
	color: #1d2125;
}

.message-app .message.received .time {
	color: #616466;
}

.message-app .message.received .tail {
	left: 0;
	margin-left: -0.5rem;
	border-bottom-color: #fff;
}

.message-app .message .tail {
	content: "";
	bottom: 0;
	width: 0;
	height: 0;
	border: 0.5rem solid transparent;
	position: relative;
}

.message-app .day {
	color: #1d2125;
}

.message-app .lazy-load-list {
	overflow-y: auto;
}

#page-message-index #page-header {
	display: none;
}

#page-message-index #region-main {
	height: 100%;
	margin-top: 0;
}

#page-message-index #region-main .conversationcontainer .section {
	max-height: calc(100vh - 50px);
}

#page-message-index #region-main div[role="main"] {
	height: 100%;
}

#page-message-index #region-main div[role="main"] #maincontent {
	margin-top: -1px;
}

#page-message-index #region-main div[role="main"] .message-app.main {
	height: 100%;
}

.dir-rtl .message-drawer {
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
}

.message-app .emoji-picker-container {
	position: absolute;
	top: -5px;
	right: 5px;
	transform: translateY(-100%);
}

.message-app .emoji-picker-container .emoji-picker .picker-row .emoji-button {
	height: 40px;
	width: 40px;
}

@media (max-width: 575.98px) {
	.message-app .emoji-picker-container {
		right: -0.5rem;
	}
}

@media (max-height: 495px) {
	.message-app .emoji-picker-container {
		position: fixed;
		top: 0;
		transform: none;
	}
}

.message-app .emoji-auto-complete-container {
	overflow: auto;
	max-height: 90px;
	transition: max-height 0.15s ease-in-out;
	visibility: visible;
}

.message-app .emoji-auto-complete-container.hidden {
	display: block;
	max-height: 0;
	visibility: hidden;
	overflow: hidden;
	transition: max-height 0.15s ease-in-out, visibility 0s linear 0.15s, overflow 0s linear 0.15s;
}

.questionbank h2 {
	margin-top: 0;
}

.questioncategories h3 {
	margin-top: 0;
}

#chooseqtypebox {
	margin-top: 1em;
}

#chooseqtype h3 {
	margin: 0 0 0.3em;
}

#chooseqtype .instruction {
	display: none;
}

#chooseqtype .fakeqtypes {
	border-top: 1px solid silver;
}

#chooseqtype .qtypeoption {
	margin-bottom: 0.5em;
}

#chooseqtype label {
	display: block;
}

#chooseqtype .qtypename img {
	padding: 0 0.3em;
}

#chooseqtype .qtypename {
	display: inline-table;
	width: 16em;
}

#chooseqtype .qtypesummary {
	display: block;
	margin: 0 2em;
}

#chooseqtype .submitbuttons {
	margin: 0.7em 0;
	text-align: center;
}

#qtypechoicecontainer {
	display: none;
}

#qtypechoicecontainer_c.yui-panel-container.shadow .underlay {
	background: none;
}

#qtypechoicecontainer.yui-panel .hd {
	color: #333;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #bbb;
	background-image: linear-gradient(to bottom, #fff 0%, #ccc 100%);
	background-repeat: repeat-x;
}

#qtypechoicecontainer {
	font-size: 12px;
	color: #333;
	background: #f2f2f2;
	border-radius: 10px;
	border: 1px solid #ccc;
	border-top: 0 none;
}

#qtypechoicecontainer #chooseqtype {
	width: 40em;
}

#chooseqtypehead h3 {
	margin: 0;
	font-weight: normal;
}

#chooseqtype .qtypes {
	position: relative;
	border-bottom: 1px solid #bbb;
	padding: 0.24em 0;
}

#chooseqtype .alloptions {
	overflow-x: hidden;
	overflow-y: auto;
	max-height: calc(100vh - 15em);
	width: 60%;
}

#chooseqtype .qtypeoption {
	margin-bottom: 0;
	padding: 0.3em 0.3em 0.3em 1.6em;
}

#chooseqtype .qtypeoption img {
	vertical-align: text-bottom;
	padding-left: 1em;
	padding-right: 0.5em;
}

#chooseqtype .selected {
	background-color: #fff;
}

#chooseqtype .instruction,
#chooseqtype .qtypesummary {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 60%;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 1.5em 1.6em;
	background-color: #fff;
}

#chooseqtype .instruction,
#chooseqtype .selected .qtypesummary {
	display: block;
}

table.question-bank-table {
	margin: 0;
	background-color: #fff;
	table-layout: fixed;
	overflow-x: scroll;
	width: min-content;
	max-width: 100%;
}

table.question-bank-table th {
	text-align: left;
}

table.question-bank-table>tbody>tr.r1 {
	background-color: rgba(0, 0, 0, 0.03);
}

table.question-bank-table>tbody>tr.highlight {
	border: 1px solid #008196;
}

table.question-bank-table .checkbox input[type="checkbox"] {
	margin-left: 0;
	float: none;
}

table.question-bank-table .iconcol {
	padding: 3px;
	box-sizing: content-box;
}

table.question-bank-table .iconcol .icon {
	margin: 0;
	width: 12px;
	height: 12px;
}

table.question-bank-table label {
	margin: 0;
	display: block;
}

table.question-bank-table .header {
	text-align: left;
}

table.question-bank-table .header.sortable-list-current-position {
	background-color: #a2cff8;
}

table.question-bank-table .header.sortable-list-is-dragged {
	background-color: #fff;
	opacity: 0.85;
}

table.question-bank-table .header .header-text>div {
	display: inline-block;
}

table.question-bank-table .header .dropdown-toggle::after {
	margin-left: 0;
}

table.question-bank-table .header.checkbox .form-check {
	padding-left: 0;
}

#page-mod-quiz-edit div.questionbankwindow div.header {
	margin: 0;
}

#page-mod-quiz-edit div.questionbankwindow.block {
	padding: 0;
}

.questionbank .singleselect {
	margin: 0;
}

#combinedfeedbackhdr div.fhtmleditor {
	padding: 0;
}

#combinedfeedbackhdr div.fcheckbox {
	margin-bottom: 1em;
}

#multitriesheader div.fitem_feditor {
	margin-top: 1em;
}

#multitriesheader div.fitem_fgroup {
	margin-bottom: 1em;
}

#multitriesheader div.fitem_fgroup fieldset.felement label {
	margin-left: 0.3em;
	margin-right: 0.3em;
}

body.path-question-type .fitem .col-form-label.sr-only:not(legend):not([for="id_category"]) {
	position: static;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0 0.5rem 0 0;
	overflow: visible;
	clip: auto;
	clip-path: none;
	border: 0;
}

.que {
	clear: left;
	text-align: left;
	margin: 0 auto 1.8em auto;
}

.que .info {
	float: left;
	width: 7em;
	padding: 0.5em;
	margin-bottom: 1.8em;
	background-color: #f8f9fa;
	border: 1px solid #cad0d7;
	border-radius: 2px;
}

.que h3.no {
	margin: 0;
	font-size: 0.8em;
	line-height: 1;
}

.que span.qno {
	font-size: 1.5em;
	font-weight: bold;
	word-break: break-word;
}

.que .info>div {
	font-size: 0.8em;
	margin-top: 0.7em;
}

.que .info .questionflag.editable {
	cursor: pointer;
}

.que .info .editquestion img,
.que .info .questionflag img,
.que .info .questionflag input {
	vertical-align: bottom;
}

.que .content {
	margin: 0 0 0 8.5em;
}

.que .formulation,
.que .outcome,
.que .comment {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 0 solid transparent;
	border-radius: 0.5rem;
}

.que .outcome,
.que .comment {
	color: #8e662e;
	background-color: #fcefdc;
	border-color: #fbe6ca;
}

.que .outcome hr,
.que .comment hr {
	border-top-color: #f9dbb2;
}

.que .outcome .alert-link,
.que .comment .alert-link {
	color: #674a22;
}

.que .outcome a,
.que .comment a {
	color: #041c31;
}

.que .formulation {
	color: #000d0f;
	background-color: #cce6ea;
	border-color: #b3d9e0;
}

.que .formulation hr {
	border-top-color: #a1d0d9;
}

.que .formulation .alert-link {
	color: #000;
}

.que.multichoice .answer div.r0 .icon.fa-check,
.que.multichoice .answer div.r1 .icon.fa-check,
.que.multichoice .answer div.r0 .icon.fa-remove,
.que.multichoice .answer div.r1 .icon.fa-remove {
	text-indent: 0;
}

.formulation input[type="text"],
.formulation select {
	width: auto;
	vertical-align: baseline;
}

.que.multianswer .formulation .yui3-widget-positioned {
	box-sizing: content-box;
}

.que.multianswer .formulation .yui3-widget-positioned .feedbackspan {
	width: inherit;
	max-width: inherit;
}

.que input[size],
.que textarea[cols] {
	width: auto;
	max-width: 100%;
}

.que .comment {
	color: #1b3d19;
	background-color: #d7e4d6;
	border-color: #c2d7c2;
}

.que .comment hr {
	border-top-color: #b3cdb3;
}

.que .comment .alert-link {
	color: #0b190a;
}

.que .ablock {
	margin: 0.7em 0 0.3em 0;
}

.que .im-controls {
	margin-top: 0.5em;
	text-align: left;
}

.que .specificfeedback,
.que .generalfeedback,
.que .numpartscorrect .que .rightanswer,
.que .im-feedback,
.que .feedback,
.que p {
	margin: 0 0 0.5em;
}

.que .correctness.correct {
	color: #fff;
	background-color: #357a32;
}

a.que .correctness.correct:hover,
a.que .correctness.correct:focus {
	color: #fff;
	background-color: #255623;
}

a.que .correctness.correct:focus,
a.que .correctness.correct.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(53, 122, 50, 0.5);
}

.que .correctness.partiallycorrect {
	color: #1d2125;
	background-color: #f0ad4e;
}

a.que .correctness.partiallycorrect:hover,
a.que .correctness.partiallycorrect:focus {
	color: #1d2125;
	background-color: #ec971f;
}

a.que .correctness.partiallycorrect:focus,
a.que .correctness.partiallycorrect.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5);
}

.que .correctness.notanswered,
.que .correctness.incorrect {
	color: #fff;
	background-color: #ca3120;
}

a.que .correctness.notanswered:hover,
a.que .correctness.notanswered:focus,
.que .correctness.incorrect:hover,
.que .correctness.incorrect:focus {
	color: #fff;
	background-color: #9e2619;
}

a.que .correctness.notanswered:focus,
a.que .correctness.notanswered.focus,
.que .correctness.incorrect:focus,
.que .correctness.incorrect.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(202, 49, 32, 0.5);
}

.que .qtext {
	margin-bottom: 1.5em;
}

.que .validationerror {
	color: #ca3120;
}

.que .grading,
.que .comment,
.que .commentlink,
.que .history {
	margin-top: 0.5em;
}

.que .history h3 {
	margin: 0 0 0.2em;
	font-size: 1em;
}

.que .history table {
	width: 100%;
	margin: 0;
}

.que .history .current {
	font-weight: bold;
}

.que .questioncorrectnessicon {
	vertical-align: text-bottom;
}

body.jsenabled .questionflag input[type=checkbox] {
	display: none;
}

.que .questionflagimage {
	padding-right: 3px;
	height: 16px;
	width: 16px;
}

.importerror {
	margin-top: 10px;
	border-bottom: 1px solid #555;
}

.mform .que.comment .fitemtitle {
	width: 20%;
}

#page-question-preview #techinfo {
	margin: 1em 0;
}

#page-question-preview .collapsibleregion .collapsibleregioncaption,
#page-question-preview .collapsibleregion .collapsibleregionextracontent {
	display: inline-block;
}

#page-mod-quiz-edit ul.slots .activityinstance>a {
	display: flex;
	max-width: 100%;
	align-items: center;
	text-indent: 0;
	padding-left: 0;
}

#page-mod-quiz-edit ul.slots .activityinstance img.activityicon {
	margin-left: 0;
	width: 16px;
	height: 16px;
	padding-right: 4px;
}

#page-mod-quiz-edit .activity img.activityicon {
	vertical-align: text-top;
}

#page-mod-quiz-edit .box.generalbox.questionbank {
	padding: 0.5em;
}

#page-mod-quiz-edit .questionbank .categorypagingbarcontainer,
#page-mod-quiz-edit .questionbank .categoryquestionscontainer,
#page-mod-quiz-edit .questionbank .choosecategory {
	padding: 0;
}

#page-mod-quiz-edit .questionbank .choosecategory select {
	width: 100%;
}

#page-mod-quiz-edit div.questionbank .categoryquestionscontainer {
	background: transparent;
}

#page-mod-quiz-edit .questionbankwindow div.header {
	color: #444;
	text-shadow: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin: 0 -10px 0 -10px;
	padding: 2px 10px 2px 10px;
	background: transparent;
}

#page-mod-quiz-edit .questionbankwindow div.header a:link,
#page-mod-quiz-edit .questionbankwindow div.header a:visited {
	color: #0f6cbf;
}

#page-mod-quiz-edit .questionbankwindow div.header a:hover {
	color: #094478;
}

#page-mod-quiz-edit .createnewquestion {
	padding: 0.3em 0;
}

#page-mod-quiz-edit .createnewquestion div,
#page-mod-quiz-edit .createnewquestion input {
	margin: 0;
}

#page-mod-quiz-edit .questionbankwindow div.header .title {
	color: #1d2125;
}

#page-mod-quiz-edit div.container div.generalbox {
	background-color: transparent;
	padding: 1.5em;
}

#page-mod-quiz-edit .categoryinfo {
	background-color: transparent;
	border-bottom: none;
}

#page-mod-quiz-edit .createnewquestion .singlebutton input {
	margin-bottom: 0;
}

#page-mod-quiz-edit div.questionbank .categorysortopotionscontainer,
#page-mod-quiz-edit div.questionbank .categoryselectallcontainer {
	padding: 0 0 1.5em 0;
}

#page-mod-quiz-edit div.questionbank .categorypagingbarcontainer {
	background-color: transparent;
	margin: 0;
	border-top: 0;
	border-bottom: 0;
}

#page-mod-quiz-edit div.questionbank .categorypagingbarcontainer .paging {
	padding: 0 0.3em;
}

#page-mod-quiz-edit div.question div.content div.questioncontrols {
	background-color: #fff;
}

#page-mod-quiz-edit div.question div.content div.points {
	margin-top: -0.5em;
	padding-bottom: 0;
	border: none;
	background-color: #fff;
	position: static;
	width: 12.1em;
	float: right;
	margin-right: 60px;
}

#page-mod-quiz-edit div.question div.content div.points br {
	display: none;
}

#page-mod-quiz-edit div.question div.content div.points label {
	display: inline-block;
}

#page-mod-quiz-edit div.quizpage .pagecontent .pagestatus {
	background-color: #fff;
}

#page-mod-quiz-edit .quizpagedelete,
#page-mod-quiz-edit .quizpagedelete img {
	background-color: transparent;
}

#page-mod-quiz-edit div.quizpage .pagecontent {
	border: 1px solid #ddd;
	border-radius: 2px;
	overflow: hidden;
}

#page-mod-quiz-edit div.questionbank .categoryinfo {
	padding: 0.3em 0;
}

.questionbankwindow .module {
	width: auto;
}

.questionbankwindow .form-autocomplete-selection {
	margin-left: 0;
}

#page-mod-quiz-edit div.editq div.question div.content {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 2px;
	overflow: hidden;
}

#page-mod-quiz-edit ul.slots .activityinstance img.activityicon {
	margin-top: 0;
	padding-right: 4px;
}

.path-mod-quiz .statedetails {
	display: block;
	font-size: 0.9em;
}

a#hidebankcmd {
	color: #0f6cbf;
}

.que.shortanswer .answer {
	padding: 0;
}

.que label {
	display: inline;
}

.que .content .answer div[data-region="answer-label"] .mediaplugin {
	width: 400px;
}

body.path-question-type .mform fieldset.hidden {
	padding: 0;
	margin: 0.7em 0 0;
}

.que.ddwtos,
.que.ddwtos .drop {
	box-sizing: content-box;
}

.tag-condition-container {
	position: relative;
}

@media (max-width: 767.98px) {
	.que .info {
		float: none;
		width: auto;
	}

	.que .content {
		margin: 0;
	}
}

.qbank_managecategories-item.qbank_managecategories-droptarget-before,
.qbank_managecategories-item .qbank_managecategories-item.qbank_managecategories-droptarget-before,
.qbank_managecategories-categorylist.qbank_managecategories-droptarget-before>.qbank_managecategories-item:first-child {
	border-top-color: #0f6cbf;
}

.qbank_managecategories-item.qbank_managecategories-droptarget,
.qbank_managecategories-categorylist.qbank_managecategories-droptarget>.qbank_managecategories-item:last-child {
	border-bottom-color: #0f6cbf;
}

.qbank_managecategories-newchild.qbank_managecategories-droptarget {
	border-color: #0f6cbf;
	color: #0f6cbf;
}

.userprofile .fullprofilelink {
	text-align: center;
	margin: 10px;
}

.userprofile .page-context-header {
	margin-bottom: 10px;
	column-count: 1;
}

.userprofile .description {
	margin-top: 10px;
	margin-bottom: 30px;
}

.userprofile .profile_tree {
	column-count: 2;
}

#participantsform .no-overflow {
	overflow: visible;
}

.userprofile dl.list>dd+dt {
	clear: left;
}

.user-box {
	margin: 8px;
	width: 115px;
	height: 160px;
	text-align: center;
	float: left;
	clear: none;
}

#page-user-profile .node_category ul,
.path-user .node_category ul {
	margin: 0;
	list-style: none;
	padding-left: 0;
}

#page-user-profile .node_category li,
.path-user .node_category li {
	margin-top: 5px;
}

#page-user-profile .node_category .editprofile,
#page-user-profile .node_category .viewmore,
.path-user .node_category .editprofile,
.path-user .node_category .viewmore {
	text-align: right;
}

.ajax-contact-button {
	box-sizing: border-box;
	position: relative;
}

.ajax-contact-button.loading .loading-icon {
	display: block;
}

.ajax-contact-button .loading-icon {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.7);
}

.ajax-contact-button .loading-icon .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

@media (max-width: 480px) {
	.userprofile .profile_tree {
		column-count: 1;
	}
}

.userlist #showall {
	margin: 10px 0;
}

.userlist .buttons {
	text-align: center;
}

.userlist .buttons label {
	padding: 0 3px;
}

.userlist table#participants {
	text-align: center;
}

.userlist table#participants td {
	text-align: left;
	padding: 4px;
	vertical-align: middle;
}

.userlist table#participants th {
	text-align: left;
	padding: 4px;
}

.userlist table.controls {
	width: 100%;
}

.userlist table.controls tr {
	vertical-align: top;
}

.userlist table.controls .right {
	text-align: right;
}

.userlist table.controls .groupselector {
	margin-bottom: 0;
	margin-top: 0;
}

.userlist table.controls .groupselector label {
	display: block;
}

.userinfobox {
	width: 100%;
	border: 1px solid;
	border-collapse: separate;
	padding: 10px;
}

.userinfobox .left,
.userinfobox .side {
	width: 100px;
	vertical-align: top;
}

.userinfobox .userpicture {
	width: 100px;
	height: 100px;
}

.userinfobox .content {
	vertical-align: top;
}

.userinfobox .links {
	width: 100px;
	padding: 5px;
	vertical-align: bottom;
}

.userinfobox .links a {
	display: block;
}

.userinfobox .list td {
	padding: 3px;
}

.userinfobox .username {
	padding-bottom: 20px;
	font-weight: bold;
}

.userinfobox td.label {
	text-align: right;
	white-space: nowrap;
	vertical-align: top;
	font-weight: bold;
}

.group-edit {
	position: absolute;
	right: 0;
	margin-right: 0.6em;
}

.group-image {
	display: block;
	float: left;
	margin-right: 1em;
}

.group-image .grouppicture {
	border-radius: 50%;
}

.groupinfobox .left {
	padding: 10px;
	width: 100px;
	vertical-align: top;
}

.course-participation #showall {
	text-align: center;
	margin: 10px 0;
}

#user-policy .noticebox {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 80%;
	height: 250px;
}

#user-policy #policyframe {
	width: 100%;
	height: 100%;
}

.iplookup #map {
	margin: auto;
}

.userselector select {
	width: 100%;
}

.userselector div {
	margin-top: 0.2em;
}

.userselector div label {
	margin-right: 0.3em;
}

.userselector .userselector-infobelow {
	font-size: 0.8em;
}

#userselector_options .collapsibleregioncaption {
	font-weight: bold;
}

#userselector_options .collapsibleregioncaption img {
	width: 16px;
	height: 16px;
}

#userselector_options p {
	margin: 0.2em 0;
	text-align: left;
}

#page-user-profile .messagebox {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#page-course-view-weeks .messagebox {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.profileeditor>.singleselect {
	margin: 0 0.5em 0 0;
}

.profileeditor>.singlebutton {
	display: inline-block;
	margin: 0 0 0 0.5em;
}

.profileeditor>.singlebutton div,
.profileeditor>.singlebutton input {
	margin: 0;
}

.userlist h3 .action-icon {
	display: none;
}

#page-enrol-users .popover {
	max-width: none;
}

.user-enroller-panel {
	width: 600px;
}

[data-filterverbfor],
[data-filterregion="filter"]:last-child [data-filterregion="joinadverb"] {
	display: none;
}

[data-filterverb="0"] [data-filterverbfor="0"],
[data-filterverb="1"] [data-filterverbfor="1"],
[data-filterverb="2"] [data-filterverbfor="2"] {
	display: block;
}

#page-user-contactsitesupport .supporticon i {
	font-size: 35px;
}

.search-results .result {
	margin-left: 0;
	margin-right: 0;
}

.search-results .result .result-content {
	margin: 7px 0;
}

.search-results .result .filename {
	font-style: italic;
}

.simplesearchform .input-group input.form-control {
	border-top-left-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
}

.simplesearchform .btn {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.simplesearchform .btn .icon {
	margin: 0;
}

.simplesearchform .btn-submit {
	border-color: #8f959e;
	color: #6a737b;
}

.simplesearchform .btn-close,
.simplesearchform .btn-clear {
	position: absolute;
	top: 0;
	right: 0;
	color: #6a737b;
	z-index: 4;
}

.simplesearchform .btn-close {
	right: 2.2rem;
	opacity: inherit;
	font-size: inherit;
	line-height: inherit;
}

.simplesearchform .btn-submit {
	background-color: #f8f9fa;
}

.simplesearchform .withclear {
	padding-right: 2rem;
}

.simplesearchform .searchinput {
	display: flex;
	flex: 1 1 auto;
}

.simplesearchform .collapsing {
	height: inherit;
	transition: none;
	width: inherit;
}

.simplesearchform .collapse.show,
.simplesearchform .collapsing {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: flex;
	background-color: #fff;
	z-index: 1060;
	height: 60px;
}

.simplesearchform .collapse.show .searchform-navbar,
.simplesearchform .collapsing .searchform-navbar {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

.search-areas-actions {
	margin-bottom: 1rem;
}

.search-areas-actions>div {
	margin-right: 1rem;
	display: inline-block;
}

#core-search-areas .lastcol li {
	margin-left: 24px;
	text-indent: -24px;
}

#core-search-areas .lastcol li>i {
	text-indent: 0;
}

.jsenabled .mform .containsadvancedelements .advanced {
	display: none;
}

.mform .containsadvancedelements .advanced.show {
	display: flex;
}

#adminsettings span.error {
	display: inline-block;
	border: 1px solid #efc1bc;
	border-radius: 4px;
	background-color: #f4d6d2;
	padding: 4px;
	margin-bottom: 4px;
}

.mform .d-flex .fitem {
	margin: 0.1rem 0.25rem 0.1rem 0 !important;
}

.mform .d-flex br+label {
	justify-content: flex-start;
	width: 100%;
	margin-right: 0;
}

.d-flex>.form-control {
	width: auto;
	max-width: 100%;
}

.d-flex>textarea.form-control {
	width: 100%;
}

.custom-select {
	width: auto;
	max-width: 100%;
}

#jump-to-activity.custom-select {
	width: 100%;
}

.mform fieldset {
	margin-bottom: 0.5rem;
	border-bottom: 1px solid #dee2e6;
}

#adminsettings .form-control[size] {
	width: auto;
}

#adminsettings .error {
	color: #ca3120;
}

.mform ul.file-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.mform label .req,
.mform label .adv {
	cursor: help;
}

input#id_externalurl {
	direction: ltr;
}

#portfolio-add-button {
	display: inline;
}

.form-defaultinfo,
.form-label .form-shortname {
	color: #6a737b;
}

.form-label .form-shortname {
	font-size: 0.703125rem;
	display: block;
}

.formsettingheading .form-horizontal {
	color: #6a737b;
}

.no-felement.fstatic {
	color: #6a737b;
	padding-top: 5px;
}

.no-fitem .fstaticlabel {
	font-weight: bold;
}

.form-item .form-setting .defaultsnext>input {
	display: inline-block;
}

.form-item .form-setting .form-checkbox.defaultsnext {
	margin-top: 5px;
	display: inline-block;
}

#adminsettings h3 {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 1.5;
	font-size: 1.171875rem;
	line-height: 3;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

.mform .fitem .felement input[name="email"],
.mform .fitem .felement input[name="email2"],
.mform .fitem .felement input[name="url"],
.mform .fitem .felement input[name="idnumber"],
.mform .fitem .felement input[name="phone1"],
.mform .fitem .felement input[name="phone2"] {
	text-align: left;
	direction: ltr;
}

.que.match .mediaplugin {
	width: 50vw;
}

#page-admin-grade-edit-scale-edit .error input#id_name {
	margin-right: 170px;
}

#page-grade-edit-outcome-course .courseoutcomes {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

#page-grade-edit-outcome-course .courseoutcomes td {
	text-align: center;
}

#installform #id_wwwroot,
#installform #id_dirroot,
#installform #id_dataroot,
#installform #id_dbhost,
#installform #id_dbname,
#installform #id_dbuser,
#installform #id_dbpass,
#installform #id_prefix {
	direction: ltr;
}

.mdl-right>label {
	display: inline-block;
}

.singleselect {
	max-width: 100%;
}

.form-item .form-label label {
	margin-bottom: 0;
}

div#dateselector-calendar-panel {
	z-index: 3100;
}

#id_availabilityconditionsjson[aria-hidden=true],
.availability-field [aria-hidden=true] {
	display: none;
}

.availability-field img {
	width: 16px;
	height: 16px;
}

.availability-eye {
	clear: left;
	float: left;
}

.availability-inner,
.availability-plugincontrols {
	float: left;
	border-radius: 0.5rem;
	border: 1px solid rgba(0, 0, 0, 0.125);
	padding: 1rem;
	margin-top: 0.5rem;
}

.availability-plugincontrols,
.availability-childlist .availability-inner {
	margin-left: 0.625rem;
}

.availability-field .availability-plugincontrols .availability-group select {
	max-width: 12rem;
}

[data-fieldtype=autocomplete] select,
[data-fieldtype=tags] select,
.form-autocomplete-original-select {
	visibility: hidden;
	overflow: hidden;
	width: 15rem;
	height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	margin-top: 1.65625rem;
	vertical-align: bottom;
}

.form-autocomplete-selection {
	margin: 0.25rem 0;
	min-height: 2.375rem;
}

.form-autocomplete-selection [role=option] {
	cursor: pointer;
	white-space: inherit;
	word-break: break-word;
	line-height: 1.4;
	text-align: left;
}

.form-autocomplete-suggestions {
	position: absolute;
	background-color: #fff;
	border: 1px solid #8f959e;
	min-width: 206px;
	max-height: 20em;
	overflow: auto;
	margin: 0.125rem 0 0;
	padding: 0.5rem 0;
	z-index: 3;
}

.form-autocomplete-suggestions li {
	list-style-type: none;
	padding: 0.25rem 1.5rem;
	margin: 0;
	cursor: pointer;
	color: #1d2125;
	word-break: normal;
	overflow-wrap: anywhere;
	white-space: normal;
}

.form-autocomplete-suggestions li:hover,
.form-autocomplete-suggestions li:focus,
.form-autocomplete-suggestions li[aria-selected="true"] {
	background-color: #0f6cbf;
	color: #fff;
}

.form-autocomplete-suggestions li[aria-disabled="true"] {
	pointer-events: none;
	color: #6a737b;
	background-color: #e9ecef;
}

.form-autocomplete-suggestions li.suggestions-heading {
	pointer-events: none;
	font-weight: bold;
	color: #1d2125;
	background-color: #fff;
	padding-left: calc(1.5rem / 2);
}

.form-autocomplete-suggestions li::before {
	content: "​";
}

.form-autocomplete-downarrow {
	color: #1d2125;
	top: 0.2rem;
	right: 0.5rem;
	cursor: pointer;
}

.form-autocomplete-downarrow .loading-icon {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
}

.form-autocomplete-selection+input.form-control {
	width: auto;
	display: inline-block;
	vertical-align: middle;
}

.form-autocomplete-selection [data-active-selection=true] {
	box-shadow: 0 0 0 0.2rem rgba(15, 108, 191, 0.75);
}

select.form-control[size],
select.form-control[multiple] {
	padding-right: 0;
}

select.form-control[size] option,
select.form-control[multiple] option {
	width: fit-content;
}

select[size],
select[multiple] {
	overflow: auto;
}

select[size="1"] {
	overflow: visible;
}

textarea[data-auto-rows] {
	overflow-x: hidden;
	resize: none;
}

.mform.full-width-labels .fitem.row {
	margin-left: 0;
	margin-right: 0;
}

.mform.full-width-labels .fitem.row>.col-md-3,
.mform.full-width-labels .fitem.row>.col-md-9 {
	flex: 0 0 100%;
	max-width: 100%;
	width: inherit;
	padding-right: 0;
	padding-left: 0;
}

.mform.full-width-labels .fitem.row.femptylabel>.col-md-3 {
	display: none;
}

.mform.full-width-labels .fitem.row .form-control {
	width: 100%;
}

.mform .col-form-label .form-label-addon {
	margin-left: 0.25rem;
}

@media (min-width: 576px) {
	.mform:not(.full-width-labels) .col-form-label .form-label-addon {
		margin-left: auto;
	}
}

[data-fieldtype="modgrade"] .fitem {
	padding-bottom: 0.375rem;
}

[data-fieldtype="modgrade"] {
	background-color: #fff;
	border-radius: 0.5rem;
	border: 1px solid rgba(0, 0, 0, 0.125);
	padding: 1.25rem;
	margin-left: 15px;
	max-width: 30rem;
}

[data-filetypesbrowserbody] [aria-expanded="false"]>[role="group"],
[data-filetypesbrowserbody] [aria-expanded="false"] [data-filetypesbrowserfeature="hideifcollapsed"],
[data-filetypesbrowserbody] [aria-expanded="true"] [data-filetypesbrowserfeature="hideifexpanded"] {
	display: none;
}

.felement[data-fieldtype="autocomplete"],
.felement[data-fieldtype="tags"] {
	display: block !important;
	position: static;
}

[data-fieldtype="editor"]>div {
	flex-grow: 1;
}

@media (min-width: 768px) {
	.mform fieldset .fcontainer.collapseable .col-form-label {
		padding-left: 2.5rem;
	}
}

.collapsemenu .collapseall {
	display: block;
}

.collapsemenu .expandall {
	display: none;
}

.collapsemenu.collapsed .collapseall {
	display: none;
}

.collapsemenu.collapsed .expandall {
	display: block;
}

.input-group.form-inset .form-inset-item {
	position: absolute;
	padding-top: calc(.375rem + 1px);
	z-index: 3;
}

.input-group.form-inset.form-inset-left .form-control {
	padding-left: 1.5rem;
}

.input-group.form-inset.form-inset-right .form-control {
	padding-right: 1.5rem;
}

.input-group.form-inset.form-inset-right .form-inset-item {
	right: 0;
}

.form-check.left-indented {
	padding-left: 0;
}

.toggle-sensitive-btn .icon {
	margin-right: 0;
}

@media (min-width: 576px) {
	.toggle-sensitive-wrapper.small-screens-only.input-group:not(.has-validation)>.form-control:not(:last-child) {
		border-radius: 0.5rem;
	}

	.toggle-sensitive-wrapper.small-screens-only.input-group:not(.has-validation)>.form-control-lg:not(:last-child) {
		border-radius: 0.6rem;
	}

	.toggle-sensitive-wrapper.small-screens-only.input-group:not(.has-validation)>.input-group-append .toggle-sensitive-btn {
		display: none;
	}
}

.pagelayout-login #region-main {
	border: 0;
	background-color: inherit;
}

.pagelayout-login #page {
	background: #f8f9fa;
	background-image: linear-gradient(to right, #f8f9fa 0%, #dee2e6 100%);
	background-repeat: repeat-x;
}

.pagelayout-login #page div[role="main"] {
	height: 100%;
}

.login-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.login-container {
	background-color: #fff;
	padding: 3rem;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	margin-bottom: 2rem;
	border-radius: 0.5rem;
}

.login-container .login-languagemenu {
	display: flex;
	justify-content: flex-start;
}

.login-container .login-languagemenu .dropdown-menu {
	max-height: 300px;
	overflow-y: auto;
}

.login-container .login-logo {
	display: flex;
	justify-content: center;
	margin-bottom: 1rem;
}

.login-container .login-divider {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	border-top: 1px solid #dee2e6;
}

.login-container h1.login-heading {
	font-size: 1.875rem;
}

.login-container h2.login-heading {
	font-size: 1.40625rem;
}

.login-container .login-identityproviders .login-identityprovider-btn {
	border: 1px solid #dee2e6;
}

.login-container .divider {
	width: 1px;
	background-color: #dee2e6;
	height: 1.875rem;
}

.login-container .action-menu-trigger a {
	margin: 0.5rem 0;
}

@media (min-width: 768px) {
	.login-container {
		width: 500px !important;
	}
}

select {
	width: auto;
}

.path-mod .activity-header:not(:empty) {
	background-color: #f8f9fa;
	margin-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	border-radius: 0.5rem;
}

.path-mod .activity-header:not(:empty)>div:last-child>div:last-child {
	border-bottom: 0;
}

.path-mod .activity-information .activity-dates {
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #dee2e6;
}

.path-mod .activity-information .completion-info {
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #dee2e6;
}

.path-mod .activity-description {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.path-mod .activity-description>.box.py-3 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.path-mod .activity-description>.box.py-3:empty {
	display: none;
}

.path-mod .automatic-completion-conditions .badge {
	font-size: 80%;
	padding: 0.5rem;
	margin-top: 0.25rem;
	mix-blend-mode: multiply;
}

.path-mod .automatic-completion-conditions .badge.badge-light {
	background-color: #e9ecef !important;
}

.path-mod .automatic-completion-conditions .badge .icon {
	width: 0.7rem;
	height: 0.7rem;
	font-size: 0.7rem;
}

.path-mod .automatic-completion-conditions .badge:first-child {
	margin-top: 0;
}

.path-mod .activity-description .no-overflow p:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.path-mod-choice .horizontal .choices .option {
	display: inline-block;
}

.path-mod-choice .choices .option label {
	vertical-align: top;
}

.path-mod-forum .forumsearch input,
.path-mod-forum .forumsearch .helptooltip {
	margin: 0 3px;
}

.path-mod-forum .forumheaderlist,
.path-mod-forum .forumheaderlist td {
	border: none;
}

.path-mod-forum .forumheaderlist thead .header,
.path-mod-forum .forumheaderlist tbody .discussion td {
	white-space: normal;
	vertical-align: top;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.path-mod-forum .forumheaderlist thead .header {
	white-space: normal;
	vertical-align: top;
}

.path-mod-forum .forumheaderlist thead .header.replies {
	text-align: center;
}

.path-mod-forum .forumheaderlist thead .header.lastpost {
	text-align: right;
}

.path-mod-forum .forumheaderlist thead .header th.discussionsubscription,
.path-mod-forum .forumheaderlist tbody .discussion td.discussionsubscription {
	width: 16px;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.path-mod-forum .forumheaderlist .discussion .replies,
.path-mod-forum .forumheaderlist .discussion .lastpost {
	white-space: normal;
}

.path-mod-forum .forumheaderlist .discussion .discussionsubscription,
.path-mod-forum .forumheaderlist .discussion .replies {
	text-align: center;
}

.path-mod-forum .forumheaderlist .discussion .topic,
.path-mod-forum .forumheaderlist .discussion .discussionsubscription,
.path-mod-forum .forumheaderlist .discussion .topic.starter,
.path-mod-forum .forumheaderlist .discussion .replies,
.path-mod-forum .forumheaderlist .discussion .lastpost {
	vertical-align: top;
}

.path-mod-forum .discussion-list .topic {
	font-weight: inherit;
}

.discussion-settings-container .custom-select {
	width: 100%;
}

.discussion-settings-container input {
	max-width: 100%;
}

.forumpost {
	border: 1px solid #dee2e6;
	display: block;
	padding: 6px;
}

.forumpost .header {
	margin-bottom: 3px;
}

.forumpost .picture img {
	margin: 3px;
}

.forumpost .picture img.userpicture {
	margin-left: 3px;
	margin-right: 10px;
}

.forumpost .content .posting.fullpost {
	margin-top: 8px;
}

.forumpost .row {
	display: block;
}

.forumpost .row .topic,
.forumpost .row .content-mask,
.forumpost .row .options {
	margin-left: 48px;
}

.forumpost .row.side {
	clear: both;
}

.forumpost .row .left {
	width: 48px;
}

.forumpost .options .commands {
	margin-left: 0;
}

.forumpost .subject {
	font-weight: bold;
}

.forumsearch input[type=text] {
	margin-bottom: 0;
}

#page-mod-forum-view table .fit-content {
	width: 1px;
	white-space: nowrap;
}

#page-mod-forum-view table .limit-width {
	max-width: 200px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#page-mod-forum-view table .limit-width .author-info {
	max-width: calc(100% - 35px - .5rem);
}

@keyframes background-highlight {
	from {
		background-color: rgba(0, 123, 255, 0.5);
	}

	to {
		background-color: inherit;
	}
}

.path-mod-forum .nested-v2-display-mode .discussionsubscription,
.path-mod-forum.nested-v2-display-mode .discussionsubscription {
	margin-top: 0;
	text-align: inherit;
	margin-bottom: 0;
}

.path-mod-forum .nested-v2-display-mode .preload-subscribe,
.path-mod-forum .nested-v2-display-mode .preload-unsubscribe,
.path-mod-forum.nested-v2-display-mode .preload-subscribe,
.path-mod-forum.nested-v2-display-mode .preload-unsubscribe {
	display: none;
}

.path-mod-forum .nested-v2-display-mode .post-message,
.path-mod-forum.nested-v2-display-mode .post-message {
	line-height: 1.6;
}

.path-mod-forum .nested-v2-display-mode .indent,
.path-mod-forum.nested-v2-display-mode .indent {
	margin-left: 0;
}

.path-mod-forum .nested-v2-display-mode .badge,
.path-mod-forum.nested-v2-display-mode .badge {
	font-size: inherit;
	font-weight: inherit;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	border-radius: 10rem;
}

.path-mod-forum .nested-v2-display-mode .badge-light,
.path-mod-forum.nested-v2-display-mode .badge-light {
	background-color: #f6f6f6;
	color: #5b5b5b;
}

.path-mod-forum .nested-v2-display-mode .rating-aggregate-container,
.path-mod-forum.nested-v2-display-mode .rating-aggregate-container {
	background-color: #f6f6f6;
	color: #5b5b5b;
	padding: 0.25em 0.5em;
	line-height: 1;
	margin-right: 0.5rem;
	vertical-align: middle;
	border-radius: 10rem;
	text-align: center;
}

.path-mod-forum .nested-v2-display-mode .ratinginput,
.path-mod-forum.nested-v2-display-mode .ratinginput {
	padding: 0.25em 1.75rem 0.25em 0.75em;
	line-height: 1;
	height: auto;
	border-radius: 10rem;
}

@media (max-width: 767.98px) {

	.path-mod-forum .nested-v2-display-mode .ratinginput,
	.path-mod-forum.nested-v2-display-mode .ratinginput {
		margin-top: 0.5rem;
	}
}

.path-mod-forum .nested-v2-display-mode .group-image,
.path-mod-forum.nested-v2-display-mode .group-image {
	width: 35px;
	height: 35px;
	margin-right: 0;
	float: none;
	display: inline-block;
}

.path-mod-forum .nested-v2-display-mode .alert.discussionlocked,
.path-mod-forum.nested-v2-display-mode .alert.discussionlocked {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.path-mod-forum .nested-v2-display-mode .text-muted,
.path-mod-forum .nested-v2-display-mode .dimmed_text,
.path-mod-forum.nested-v2-display-mode .text-muted,
.path-mod-forum.nested-v2-display-mode .dimmed_text {
	color: #707070 !important;
}

.path-mod-forum .nested-v2-display-mode .author-header,
.path-mod-forum.nested-v2-display-mode .author-header {
	font-style: italic;
}

.path-mod-forum .nested-v2-display-mode .author-header .author-name,
.path-mod-forum.nested-v2-display-mode .author-header .author-name {
	font-style: normal;
}

.path-mod-forum .nested-v2-display-mode .tag_list>b,
.path-mod-forum.nested-v2-display-mode .tag_list>b {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.path-mod-forum .nested-v2-display-mode :target>.focus-target,
.path-mod-forum.nested-v2-display-mode :target>.focus-target {
	animation-name: background-highlight;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}

.path-mod-forum .nested-v2-display-mode .forum-post-container .replies-container .forum-post-container,
.path-mod-forum.nested-v2-display-mode .forum-post-container .replies-container .forum-post-container {
	border-top: 1px solid #dee2e6;
	padding-top: 1.5rem;
}

.path-mod-forum .nested-v2-display-mode .forum-post-container .replies-container .forum-post-container .replies-container .forum-post-container,
.path-mod-forum.nested-v2-display-mode .forum-post-container .replies-container .forum-post-container .replies-container .forum-post-container {
	border-top: none;
	padding-top: 0;
}

.path-mod-forum .nested-v2-display-mode .forum-post-container .replies-container .inline-reply-container .reply-author,
.path-mod-forum.nested-v2-display-mode .forum-post-container .replies-container .inline-reply-container .reply-author {
	display: none;
}

.path-mod-forum .nested-v2-display-mode .forum-post-container .post-message p:last-of-type,
.path-mod-forum.nested-v2-display-mode .forum-post-container .post-message p:last-of-type {
	margin-bottom: 0;
}

.path-mod-forum .nested-v2-display-mode .forum-post-container .author-image-container,
.path-mod-forum.nested-v2-display-mode .forum-post-container .author-image-container {
	width: 70px;
	margin-right: 24px;
	flex-shrink: 0;
}

.path-mod-forum .nested-v2-display-mode .forum-post-container .inline-reply-container textarea,
.path-mod-forum.nested-v2-display-mode .forum-post-container .inline-reply-container textarea {
	border: 0;
	resize: none;
}

.path-mod-forum .nested-v2-display-mode .forum-post-container .indent .indent,
.path-mod-forum.nested-v2-display-mode .forum-post-container .indent .indent {
	padding-left: 94px;
}

.path-mod-forum .nested-v2-display-mode .forum-post-container .indent .indent .author-image-container,
.path-mod-forum.nested-v2-display-mode .forum-post-container .indent .indent .author-image-container {
	width: 30px;
	margin-right: 8px;
	padding-top: 3px;
}

.path-mod-forum .nested-v2-display-mode .forum-post-container .indent .indent .indent,
.path-mod-forum.nested-v2-display-mode .forum-post-container .indent .indent .indent {
	padding-left: 38px;
}

.path-mod-forum .nested-v2-display-mode .forum-post-container .indent .indent .indent .indent .indent .indent,
.path-mod-forum.nested-v2-display-mode .forum-post-container .indent .indent .indent .indent .indent .indent {
	padding-left: 0;
}

@media (max-width: 767.98px) {
	#page-mod-forum-discuss.nested-v2-display-mode .forum-post-container .author-image-container {
		width: 30px;
		margin-right: 8px;
	}

	#page-mod-forum-discuss.nested-v2-display-mode .forum-post-container .indent .indent {
		padding-left: 38px;
	}

	#page-mod-forum-discuss.nested-v2-display-mode .forum-post-container .indent .indent .indent .indent {
		padding-left: 0;
	}

	#page-mod-forum-discuss.nested-v2-display-mode .group-image {
		width: 30px;
		height: 30px;
	}
}

.filter-scrollable {
	overflow-y: auto;
	max-height: 25em;
	margin-bottom: 1em;
}

.filter-dates-popover {
	width: 100%;
	max-width: 41.5em;
}

@keyframes expandSearchButton {
	from {
		height: 36px;
		width: 36px;
		border-radius: 18px;
		background-color: #e9ecef;
	}

	to {
		width: 100%;
		height: calc(1.5em + 1rem + 2px);
		border-radius: 0;
		background-color: #fff;
		border-color: #8f959e;
		padding-left: calc(.5rem + 8px);
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		font-size: 1.171875rem;
		line-height: 1.5;
		right: 0;
	}

	@media (max-width: 1200px) {
		to {
			font-size: calc(.9271875rem + .32625vw);
		}
	}
}

@keyframes collapseSearchButton {
	from {
		width: 100%;
		height: calc(1.5em + 1rem + 2px);
		border-radius: 0;
		background-color: #fff;
		border-color: #8f959e;
		padding-left: calc(.5rem + 8px);
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		font-size: 1.171875rem;
		line-height: 1.5;
		right: 0;
	}

	@media (max-width: 1200px) {
		from {
			font-size: calc(.9271875rem + .32625vw);
		}
	}

	to {
		height: 36px;
		width: 36px;
		border-radius: 18px;
		background-color: #e9ecef;
	}
}

.path-mod-forum .unified-grader .navbar {
	max-height: none;
	z-index: 1;
}

.path-mod-forum .unified-grader .body-container {
	overflow: auto;
}

.path-mod-forum .unified-grader .body-container.hidden {
	display: none !important;
}

.path-mod-forum .unified-grader .userpicture {
	height: 60px;
	width: 60px;
}

.path-mod-forum .unified-grader .grader-grading-panel {
	top: 0;
	position: absolute;
	height: 100%;
	z-index: 0;
	width: 430px;
}

.path-mod-forum .unified-grader .grader-grading-panel.hidden {
	right: -430px;
}

.path-mod-forum .unified-grader .grader-grading-panel .grading-icon {
	width: 36px;
}

.path-mod-forum .unified-grader .grader-grading-panel .user-picker-container .user-full-name {
	max-width: 240px;
}

.path-mod-forum .unified-grader .grader-grading-panel .user-picker-container .page-link {
	width: 36px;
	height: 36px;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.path-mod-forum .unified-grader .grader-grading-panel .header-container {
	height: 65px;
	position: relative;
	overflow: hidden;
}

.path-mod-forum .unified-grader .grader-grading-panel .header-container .info-container {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 100%;
	padding: 0.5rem;
	padding-right: calc(36px + .5rem);
	opacity: 1;
	visibility: visible;
	transition: left 0.3s ease-in-out;
	z-index: 1;
}

.path-mod-forum .unified-grader .grader-grading-panel .header-container .toggle-search-button.expand {
	animation-name: expandSearchButton;
	animation-duration: 0.3s;
	animation-timing-function: ease-in-out;
}

.path-mod-forum .unified-grader .grader-grading-panel .header-container .toggle-search-button.collapse {
	display: block;
	animation-name: collapseSearchButton;
	animation-duration: 0.3s;
}

.path-mod-forum .unified-grader .grader-grading-panel .header-container .user-search-container {
	overflow: hidden;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 2;
	width: 100%;
	height: 100% !important;
	padding: 0.5rem;
}

.path-mod-forum .unified-grader .grader-grading-panel .header-container .user-search-container .search-input-container {
	position: relative;
	overflow: visible;
	flex-wrap: nowrap;
}

.path-mod-forum .unified-grader .grader-grading-panel .header-container .user-search-container .search-input-container input {
	padding-left: calc(.5rem + .5rem + 34px);
	padding-right: calc(.5rem + 36px);
	opacity: 1;
	visibility: visible;
	transition: opacity 0s linear 0.3s, visibility 0s linear;
}

.path-mod-forum .unified-grader .grader-grading-panel .header-container .user-search-container .search-input-container .search-icon {
	position: absolute;
	top: 50%;
	left: 0.5rem;
	transform: translateY(-50%);
	color: #495057;
	height: 36px;
	width: 34px;
	background-color: #fff;
	opacity: 1;
	visibility: visible;
	transition: opacity 0s linear 0.3s, visibility 0s linear 0.3s;
}

.path-mod-forum .unified-grader .grader-grading-panel .header-container .user-search-container .search-input-container .toggle-search-button {
	position: absolute;
	top: 50%;
	right: 0.5rem;
	transform: translateY(-50%);
	z-index: 1;
	color: inherit;
	text-align: left;
	padding-left: 9px;
	transition: right 0s linear 0.3s;
}

.path-mod-forum .unified-grader .grader-grading-panel .header-container .user-search-container .search-input-container .toggle-search-button .expanded-icon {
	opacity: 1;
	visibility: visible;
	max-width: 50px;
	max-height: 50px;
	transition: opacity 0s linear 0.3s, max-height 0s linear 0.3s, max-width 0s linear 0.3s, visibility 0s linear 0.3s;
}

.path-mod-forum .unified-grader .grader-grading-panel .header-container .user-search-container .search-input-container .toggle-search-button .collapsed-icon {
	opacity: 0;
	visibility: hidden;
	max-height: 0;
	max-width: 0;
	overflow: hidden;
	transition: opacity 0s linear 0.3s, max-height 0s linear 0.3s, max-width 0s linear 0.3s, visibility 0s linear 0.3s;
}

.path-mod-forum .unified-grader .grader-grading-panel .header-container .user-search-container.collapsed {
	width: calc(36px + .5rem + .5rem);
	transition: width 0.3s ease-in-out;
}

.path-mod-forum .unified-grader .grader-grading-panel .header-container .user-search-container.collapsed .search-input-container {
	flex-wrap: nowrap;
}

.path-mod-forum .unified-grader .grader-grading-panel .header-container .user-search-container.collapsed .search-input-container input,
.path-mod-forum .unified-grader .grader-grading-panel .header-container .user-search-container.collapsed .search-input-container .search-icon {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0s linear, visibility 0s linear;
}

.path-mod-forum .unified-grader .grader-grading-panel .header-container .user-search-container.collapsed .search-input-container input {
	padding-left: 0;
	padding-right: 0;
}

.path-mod-forum .unified-grader .grader-grading-panel .header-container .user-search-container.collapsed .search-input-container .toggle-search-button .expanded-icon {
	opacity: 0;
	visibility: hidden;
	max-height: 0;
	max-width: 0;
	overflow: hidden;
	transition: opacity 0s linear, max-height 0s linear, max-width 0s linear, visibility 0s linear;
}

.path-mod-forum .unified-grader .grader-grading-panel .header-container .user-search-container.collapsed .search-input-container .toggle-search-button .collapsed-icon {
	opacity: 1;
	visibility: visible;
	max-width: 50px;
	max-height: 50px;
	transition: opacity 0s linear, max-height 0s linear, max-width 0s linear, visibility 0s linear;
}

.path-mod-forum .unified-grader .grader-grading-panel .header-container .user-search-container:not(.collapsed)+.info-container {
	opacity: 0;
	visibility: hidden;
	left: calc(100% * -1);
	transition: left 0.3s ease-in-out, opacity 0s linear 0.3s, visibility 0s linear 0.3s, padding 0s linear 0.3s;
}

.path-mod-forum .unified-grader .grader-module-content {
	overflow-y: auto;
	margin-right: 430px;
	transition: margin-right 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.path-mod-forum .unified-grader .grader-module-content {
		transition: none;
	}
}

.path-mod-forum .unified-grader .drawer-button {
	position: relative;
}

.path-mod-forum .unified-grader .drawer-button.active::after {
	content: "";
	position: absolute;
	bottom: calc(-.5rem - 1px);
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #0f6cbf;
}

.path-mod-forum .unified-grader .drawer-button .icon {
	font-size: 20px;
	height: 20px;
	width: 20px;
}

.path-mod-forum .unified-grader .grader-module-content-display .discussion-container:last-of-type>hr {
	display: none;
}

.path-mod-forum .unified-grader .grader-module-content-display .discussion-container .posts-container:last-of-type>hr {
	display: none;
}

.path-mod-forum .unified-grader .grader-module-content-display .discussion-container .posts-container .parent-container {
	position: relative;
}

.path-mod-forum .unified-grader .grader-module-content-display .discussion-container .posts-container .parent-container .show-content-button {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	padding-left: calc(1rem + 45px);
	text-align: left;
	z-index: 1;
}

.path-mod-forum .unified-grader .grader-module-content-display .discussion-container .posts-container .parent-container .show-content-button:not(.collapsed) {
	display: none;
}

.path-mod-forum .unified-grader .grader-module-content-display .discussion-container .posts-container .parent-container .content {
	display: block;
	height: auto !important;
}

.path-mod-forum .unified-grader .grader-module-content-display .discussion-container .posts-container .parent-container .content .header {
	transition: margin-bottom 0.3s ease-in-out;
}

.path-mod-forum .unified-grader .grader-module-content-display .discussion-container .posts-container .parent-container .content .header div+div {
	opacity: 1;
	visibility: visible;
	max-height: none;
	transition: opacity 0.3s linear, visibility 0s linear;
}

.path-mod-forum .unified-grader .grader-module-content-display .discussion-container .posts-container .parent-container .content .body-content-container {
	opacity: 1;
	visibility: visible;
	max-height: none;
	transition: opacity 0.3s linear, visibility 0s linear;
}

.path-mod-forum .unified-grader .grader-module-content-display .discussion-container .posts-container .parent-container .content .forum-post-core {
	opacity: 1;
	visibility: visible;
	max-height: none;
	transition: opacity 0.3s linear, visibility 0s linear;
}

.path-mod-forum .unified-grader .grader-module-content-display .discussion-container .posts-container .parent-container .show-content-button.collapsed+.content {
	opacity: 0.3;
}

.path-mod-forum .unified-grader .grader-module-content-display .discussion-container .posts-container .parent-container .show-content-button.collapsed+.content .header {
	margin-bottom: 0 !important;
}

.path-mod-forum .unified-grader .grader-module-content-display .discussion-container .posts-container .parent-container .show-content-button.collapsed+.content .header div+div {
	opacity: 0;
	visibility: hidden;
	max-height: 0;
}

.path-mod-forum .unified-grader .grader-module-content-display .discussion-container .posts-container .parent-container .show-content-button.collapsed+.content .body-content-container {
	opacity: 0;
	visibility: hidden;
	max-height: 0;
}

.path-mod-forum .unified-grader .grader-module-content-display .discussion-container .posts-container .parent-container .show-content-button.collapsed+.content .forum-post-core {
	opacity: 0;
	visibility: hidden;
	max-height: 0;
}

.path-mod-forum .unified-grader .grader-module-content-display .discussion-container .posts-container .parent-container .show-content-button.collapsed:hover+.content,
.path-mod-forum .unified-grader .grader-module-content-display .discussion-container .posts-container .parent-container .show-content-button.collapsed:focus+.content {
	opacity: 1;
}

.path-mod-forum .unified-grader .grader-module-content-display .no-post-container .icon {
	height: 250px;
	width: 250px;
	margin-right: 0;
}

.path-mod-forum .unified-grader .grader-module-content-display .nested-v2-display-mode .discussion-container .posts-container .parent-container .show-content-button {
	padding-left: 94px;
}

.path-mod-forum .unified-grader .no-search-results-container .icon {
	height: 250px;
	width: 250px;
	margin-right: 0;
}

.path-mod-forum .unified-grader .nested-v2-display-mode .view-context-button {
	margin-left: 94px;
	border-radius: 0.6rem;
}

.path-mod-forum .unified-grader .nested-v2-display-mode .parent-container .author-image-container {
	position: relative;
}

.path-mod-forum .unified-grader .nested-v2-display-mode .parent-container .author-image-container:after {
	position: absolute;
	top: calc(70px + .5rem);
	content: "";
	background-color: #e9ecef;
	width: 2px;
	height: calc(100% - 70px + .5rem);
}

.path-mod-forum .unified-grader .nested-v2-display-mode .parent-container+.post-container .author-image-container img {
	width: 30px !important;
}

.path-mod-forum .unified-grader .nested-v2-display-mode .post-subject,
.path-mod-forum .modal .nested-v2-display-mode .post-subject {
	display: none;
}

@media (max-width: 575.98px) {
	.path-mod-forum .unified-grader .grader-grading-panel {
		width: 100%;
		position: fixed;
		height: calc(100vh - 50px);
		overflow: scroll;
		top: 50px;
	}

	.path-mod-forum .unified-grader .body-container {
		overflow: visible;
	}
}

.maincalendar .calendarmonth td,
.maincalendar .calendarmonth th {
	border: 1px dotted #dee2e6;
}

.path-grade-report-grader h1 {
	text-align: inherit;
}

#page-mod-chat-gui_basic input#message {
	max-width: 100%;
}

#page-mod-data-view #singleimage {
	width: auto;
}

.template_heading {
	margin-top: 10px;
}

.breadcrumb-button {
	margin-top: 4px;
}

.breadcrumb-button .singlebutton {
	float: left;
	margin-left: 4px;
}

.langmenu form {
	margin: 0;
}

canvas {
	-ms-touch-action: auto;
}

div#dock {
	display: none;
}

.path-mod-lesson .invisiblefieldset.fieldsetfix {
	display: block;
}

.path-mod-lesson .answeroption .checkbox label p {
	display: inline;
}

.path-mod-lesson .slideshow {
	overflow: auto;
	padding: 15px;
}

#page-mod-lesson-view .branchbuttoncontainer .singlebutton button[type="submit"] {
	white-space: normal;
}

#page-mod-lesson-view .vertical .singlebutton {
	display: block;
}

#page-mod-lesson-view .vertical .singlebutton+.singlebutton {
	margin-left: 0;
	margin-top: 1rem;
}

#page-mod-lesson-view .fitem .felement .custom-select {
	align-self: flex-start;
}

.path-mod-lesson .generaltable td {
	vertical-align: middle;
}

.path-mod-lesson .generaltable td label {
	margin-bottom: 0;
}

.path-mod-lesson .generaltable td .highlight {
	display: inline-block;
	margin-left: 0.25rem;
}

.path-mod-lesson .generaltable td input[type="checkbox"] {
	display: block;
}

.path-mod-wiki .wiki_headingtitle,
.path-mod-wiki .midpad,
.path-mod-wiki .wiki_headingtime {
	text-align: inherit;
}

.path-mod-wiki .wiki_contentbox {
	width: 100%;
}

.path-mod-survey .surveytable>tbody>tr:nth-of-type(even) {
	background-color: rgba(0, 0, 0, 0.03);
}

.path-mod-survey .surveytable .rblock label {
	text-align: center;
}

.nav .caret {
	margin-left: 4px;
}

.nav .divider {
	overflow: hidden;
	width: 0;
}

.userloggedinas .usermenu .usertext,
.userswitchedrole .usermenu .usertext,
.loginfailures .usermenu .usertext {
	float: left;
	text-align: right;
	margin-right: 0.5rem;
	height: 35px;
}

.userloggedinas .usermenu .usertext .meta,
.userswitchedrole .usermenu .usertext .meta,
.loginfailures .usermenu .usertext .meta {
	font-size: 0.8203125rem;
	align-items: center;
}

.userloggedinas .usermenu .avatar img,
.userswitchedrole .usermenu .avatar img,
.loginfailures .usermenu .avatar img {
	margin: 0;
}

.userloggedinas .usermenu .userbutton .avatars {
	position: relative;
	display: inline-block;
}

.userloggedinas .usermenu .userbutton .avatars .avatar.current {
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.userloggedinas .usermenu .userbutton .avatars .avatar.current img {
	vertical-align: baseline;
}

.userloggedinas .usermenu .userbutton .avatars .avatar.current .userinitials.size-35 {
	width: 20px;
	height: 20px;
	border: 1px solid #dee2e6;
	background-color: #fff;
	font-size: 0.5625rem;
}

.userloggedinas .usermenu .userbutton .avatars .avatar img {
	width: inherit;
	height: inherit;
}

.userloggedinas .usermenu .userbutton .avatars .realuser {
	width: 35px;
	height: 35px;
	display: inline-block;
}

.userinitials {
	background-color: #e9ecef;
	vertical-align: middle;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #343a40;
	font-weight: normal;
	margin-right: 0.25rem;
}

.userinitials.size-16,
.userinitials.size-30 {
	font-size: 0.7rem;
	width: 30px;
	height: 30px;
}

.userinitials.size-35 {
	width: 35px;
	height: 35px;
}

.userinitials.size-50 {
	width: 50px;
	height: 50px;
}

.userinitials.size-64 {
	width: 64px;
	height: 64px;
}

.userinitials.size-100 {
	width: 100px;
	height: 100px;
	font-size: 1.875rem;
}

img.userpicture {
	margin-right: 0.25rem;
}

@media (max-width: 767.98px) {
	.usertext {
		display: none;
	}
}

#page-mod-quiz-mod #id_reviewoptionshdr .col-md-3,
#page-mod-quiz-mod #id_reviewoptionshdr .col-md-9 {
	width: auto;
	max-width: none;
}

#page-mod-quiz-mod #id_reviewoptionshdr .fcontainer>.fitem {
	float: left;
	width: 20rem;
	display: inline-block;
	min-height: 12rem;
}

#page-mod-quiz-mod #id_reviewoptionshdr .btn-link {
	line-height: 1.5;
	vertical-align: bottom;
}

#page-mod-quiz-mod #id_reviewoptionshdr .form-check {
	width: auto;
	height: 22px;
	justify-content: flex-start;
}

#page-mod-quiz-mod #id_reviewoptionshdr .review_option_item {
	width: 90%;
	height: 22px;
}

.path-mod-quiz #mod_quiz_navblock .qnbutton {
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	background-color: #fff;
	background-image: none;
	height: 40px;
	width: 30px;
	border-radius: 3px;
	border: 0;
	overflow: hidden;
	white-space: nowrap;
	margin: 0 6px 6px 0;
}

.path-mod-quiz #mod_quiz_navblock span.qnbutton {
	cursor: default;
	background-color: #e9ecef;
	color: #495057;
}

.path-mod-quiz #mod_quiz_navblock a.qnbutton:hover,
.path-mod-quiz #mod_quiz_navblock a.qnbutton:active,
.path-mod-quiz #mod_quiz_navblock a.qnbutton:focus {
	text-decoration: underline;
}

.path-mod-quiz #mod_quiz_navblock .qnbutton .thispageholder {
	border: 1px solid;
	border-radius: 3px;
	z-index: 1;
}

.path-mod-quiz #mod_quiz_navblock .qnbutton.thispage .thispageholder {
	border-width: 3px;
}

.path-mod-quiz #mod_quiz_navblock .allquestionsononepage .qnbutton.thispage .thispageholder {
	border-width: 1px;
}

.path-mod-quiz #mod_quiz_navblock .qnbutton.flagged .thispageholder {
	background: transparent url(/theme/image.php/recit2/theme/1759007012/mod/quiz/flag-on) 15px 0 no-repeat;
}

.path-mod-quiz #mod_quiz_navblock .qnbutton .trafficlight {
	border: 0;
	background: #fff none center/10px no-repeat scroll;
	height: 20px;
	margin-top: 20px;
	border-radius: 0 0 3px 3px;
}

.path-mod-quiz #mod_quiz_navblock .qnbutton.correct .thispageholder {
	border-color: #306e2d;
}

.path-mod-quiz #mod_quiz_navblock .qnbutton.incorrect .thispageholder {
	border-color: #b62c1d;
}

.path-mod-quiz #mod_quiz_navblock .qnbutton.partiallycorrect .thispageholder {
	border-color: #90682f;
}

.path-mod-quiz #mod_quiz_navblock .qnbutton.correct,
.path-mod-quiz #mod_quiz_navblock .qnbutton.correct .trafficlight {
	background-color: #dff4d8;
}

.path-mod-quiz #mod_quiz_navblock .qnbutton.incorrect,
.path-mod-quiz #mod_quiz_navblock .qnbutton.incorrect .trafficlight {
	background-color: #fdd;
}

.path-mod-quiz #mod_quiz_navblock .qnbutton.partiallycorrect,
.path-mod-quiz #mod_quiz_navblock .qnbutton.partiallycorrect .trafficlight {
	background-color: #fcefdc;
}

.path-mod-quiz #mod_quiz_navblock .qnbutton.blocked,
.path-mod-quiz #mod_quiz_navblock .qnbutton.blocked .trafficlight,
.path-mod-quiz #mod_quiz_navblock .qnbutton.complete,
.path-mod-quiz #mod_quiz_navblock .qnbutton.complete .trafficlight,
.path-mod-quiz #mod_quiz_navblock .qnbutton.answersaved,
.path-mod-quiz #mod_quiz_navblock .qnbutton.answersaved .trafficlight,
.path-mod-quiz #mod_quiz_navblock .qnbutton.requiresgrading,
.path-mod-quiz #mod_quiz_navblock .qnbutton.requiresgrading .trafficlight {
	background-color: #dee2e6;
}

.path-mod-quiz #mod_quiz_navblock .qnbutton.notyetanswered .trafficlight,
.path-mod-quiz #mod_quiz_navblock .qnbutton.invalidanswer .trafficlight {
	background-color: #fff;
}

.path-mod-quiz #mod_quiz_navblock .qnbutton.invalidanswer .trafficlight {
	background-image: url(/theme/image.php/recit2/theme/1759007012/mod/quiz/warningtriangle);
}

.path-mod-quiz #mod_quiz_navblock .qnbutton.correct .trafficlight {
	background-image: url(/theme/image.php/recit2/core/1759007012/i/grade_correct);
	color: #357a32;
	background-size: 14px;
}

.path-mod-quiz #mod_quiz_navblock .qnbutton.blocked .trafficlight {
	background-image: url(/theme/image.php/recit2/core/1759007012/t/locked);
}

.path-mod-quiz #mod_quiz_navblock .qnbutton.notanswered .trafficlight,
.path-mod-quiz #mod_quiz_navblock .qnbutton.incorrect .trafficlight {
	background-image: url(/theme/image.php/recit2/core/1759007012/i/grade_incorrect);
	color: #ca3120;
	background-size: 14px;
}

.path-mod-quiz #mod_quiz_navblock .qnbutton.partiallycorrect .trafficlight {
	background-image: url(/theme/image.php/recit2/core/1759007012/i/grade_partiallycorrect);
	color: #f0ad4e;
	background-size: 14px;
}

.path-mod-quiz #mod_quiz_navblock .qnbutton.complete .trafficlight,
.path-mod-quiz #mod_quiz_navblock .qnbutton.answersaved .trafficlight,
.path-mod-quiz #mod_quiz_navblock .qnbutton.requiresgrading .trafficlight {
	background-color: #dee2e6;
}

#page-mod-quiz-edit ul.slots li.section li.activity .instancemaxmarkcontainer form input {
	height: 1.4em;
	vertical-align: middle;
}

#page-mod-quiz-edit ul.slots li.section li.activity .instancemaxmarkcontainer {
	padding: 0.5em 0 0.5em 0.1em;
	margin: 2px;
}

#attemptsform .icon.text-success,
.formulation .answer .icon.text-success {
	color: #306e2d !important;
}

#attemptsform .icon.text-danger,
.formulation .answer .icon.text-danger {
	color: #b62c1d !important;
}

#attemptsform .icon.text-warning,
.formulation .answer .icon.text-warning {
	color: #90682f !important;
}

#page-mod-quiz-attempt #region-main {
	overflow-x: inherit;
}

#quiz-timer-wrapper {
	display: none;
	position: sticky;
	justify-content: end;
	top: 65px;
	z-index: 1020;
}

#quiz-timer-wrapper #quiz-timer {
	border: 1px solid #ca3120;
	background-color: #fff;
}

.pagelayout-embedded #quiz-timer-wrapper {
	top: 5px;
}

#quiz-timer-wrapper #quiz-timer.timeleft0 {
	background-color: #ca3120;
	color: #fff;
}

#quiz-timer-wrapper #quiz-timer.timeleft1 {
	background-color: #d73422;
	color: #fff;
}

#quiz-timer-wrapper #quiz-timer.timeleft2 {
	background-color: #dd3d2b;
	color: #fff;
}

#quiz-timer-wrapper #quiz-timer.timeleft3 {
	background-color: #e04938;
	color: #fff;
}

#quiz-timer-wrapper #quiz-timer.timeleft4 {
	background-color: #e25546;
	color: #fff;
}

#quiz-timer-wrapper #quiz-timer.timeleft5 {
	background-color: #e46153;
	color: #fff;
}

#quiz-timer-wrapper #quiz-timer.timeleft6 {
	background-color: #e66d60;
	color: #fff;
}

#quiz-timer-wrapper #quiz-timer.timeleft7 {
	background-color: #e8796d;
	color: #1d2125;
}

#quiz-timer-wrapper #quiz-timer.timeleft8 {
	background-color: #ea867a;
	color: #1d2125;
}

#quiz-timer-wrapper #quiz-timer.timeleft9 {
	background-color: #ec9288;
	color: #1d2125;
}

#quiz-timer-wrapper #quiz-timer.timeleft10 {
	background-color: #ee9e95;
	color: #1d2125;
}

#quiz-timer-wrapper #quiz-timer.timeleft11 {
	background-color: #f0aaa2;
	color: #1d2125;
}

#quiz-timer-wrapper #quiz-timer.timeleft12 {
	background-color: #f2b6af;
	color: #1d2125;
}

#quiz-timer-wrapper #quiz-timer.timeleft13 {
	background-color: #f4c2bc;
	color: #1d2125;
}

#quiz-timer-wrapper #quiz-timer.timeleft14 {
	background-color: #f7ceca;
	color: #1d2125;
}

#quiz-timer-wrapper #quiz-timer.timeleft15 {
	background-color: #f9dad7;
	color: #1d2125;
}

#quiz-timer-wrapper #quiz-timer.timeleft16 {
	background-color: #fbe6e4;
	color: #1d2125;
}

.path-mod-assign [data-region="grade-actions-panel"] [data-region="grade-actions"] .collapse-buttons {
	top: auto;
}

.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) .fcontainer .fitem.popout .felement {
	height: calc(100% - 4rem);
}

.path-mod-assign [data-region="grade-panel"] {
	padding-top: 1rem;
}

.path-mod-assign [data-region="grade-panel"] .fitem>.col-md-3,
.path-mod-assign [data-region="grade-panel"] .fitem>.col-md-9 {
	width: 100%;
	padding: 0;
	max-width: 100%;
	flex: none;
}

.path-mod-assign [data-region="grade-panel"] fieldset,
.path-mod-assign [data-region="grade-panel"] .fitem.row {
	margin: 0;
}

.path-mod-assign [data-region="grade-panel"] .mform .fitem.has-popout .felement {
	width: 100%;
	overflow: auto;
	height: calc(100% - 4rem);
}

.path-mod-assign [data-region="grade-panel"] .mform .fitem .felement {
	width: auto;
}

.path-mod-assign [data-region="grade-panel"] .popout {
	background-color: #fff;
}

.path-mod-assign [data-region="grade-panel"] .fitem.has-popout {
	background-color: #fff;
	border-radius: 0.5rem;
	border: 1px solid rgba(0, 0, 0, 0.125);
	padding: 1.25rem;
	margin-bottom: 1rem;
}

.path-mod-assign [data-region="grade-panel"] .has-popout .col-md-3 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 1rem;
}

.path-mod-assign [data-region="grade-panel"] .popout>.col-md-3 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	font-size: 1.40625rem;
}

.path-mod-assign [data-region="grade-panel"] .popout [data-region="popout-button"] {
	margin-top: 0;
}

.path-mod-assign [data-region="assignment-info"] {
	overflow-y: hidden;
}

.path-mod-assign [data-region="grading-navigation"] {
	padding: 6px;
}

.path-mod-assign [data-region="grade-actions"] {
	padding: 10px;
}

.path-mod-assign [data-region="user-info"] .img-rounded {
	margin-top: 0;
}

.path-mod-assign [data-region="grading-navigation-panel"] {
	height: 85px;
}

@media (max-width: 767px) {
	.path-mod-assign [data-region="grading-navigation-panel"] {
		height: auto;
	}

	.path-mod-assign [data-region="user-info"] {
		margin-top: 1rem;
	}
}

.path-mod-assign [data-region="grading-navigation"] [data-region="input-field"] input {
	width: auto;
	display: inline-block;
}

.assignfeedback_editpdf_widget * {
	box-sizing: content-box;
}

.assignfeedback_editpdf_widget button {
	box-sizing: border-box;
}

.assignfeedback_editpdf_widget .commentcolourbutton img {
	border-width: 0;
}

.assignfeedback_editpdf_widget .label {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 0 solid transparent;
	border-radius: 0.5rem;
	color: #00414b;
	background-color: #cce6ea;
	border-color: #b3d9e0;
}

.assignfeedback_editpdf_widget .label hr {
	border-top-color: #a1d0d9;
}

.assignfeedback_editpdf_widget .label .alert-link {
	color: #001518;
}

.assignfeedback_editpdf_menu {
	padding: 0;
}

.path-mod-assign [data-region="grade-panel"] .gradingform_guide .remark .commentchooser {
	float: none;
}

.path-mod-assign [data-region="grade-panel"] .gradingform_guide .markingguideremark {
	width: 100%;
}

.path-mod-assign [data-region="grade-panel"] .mform .fitem .felement[data-fieldtype="grading"] {
	padding-left: 1rem;
	padding-right: 1rem;
}

.path-mod-assign [data-region="grade-panel"] .showmarkerdesc,
.path-mod-assign [data-region="grade-panel"] .showstudentdesc {
	background-color: #fff;
}

.path-mod-assign .gradingtable thead tr {
	position: sticky;
	top: 60px;
	z-index: 1;
}

.path-admin-mod-lti .btn .loader img,
.path-admin-mod-lti #tool-list-loader-container .loader img {
	height: auto;
}

.path-mod-feedback span.feedback_info {
	font-weight: bold;
}

.path-mod-feedback div.feedback_is_dependent {
	background: #6a737b;
}

.path-mod-feedback span.feedback_depend {
	color: #ca3120;
}

.path-mod-feedback hr.feedback_pagebreak {
	height: 4px;
	color: #6a737b;
	background-color: #6a737b;
	border: 0;
	margin: 0;
}

.path-mod-feedback .drag_target_active {
	opacity: 0.25;
}

.path-mod-feedback .drag_item_active {
	opacity: 0.5;
}

.path-mod-feedback .feedback_bar_image {
	height: 10px;
}

.path-mod-feedback #analysis-form label {
	display: inline;
}

.path-mod-feedback .templateslist td.cell.action {
	width: 10%;
}

.path-mod-feedback .templateslist th.header.action {
	width: 10%;
}

.path-mod-feedback .feedback_form .itemactions {
	display: inline-block;
	margin: 0 0.5rem;
}

.path-mod-feedback .feedback-item-label {
	width: 100%;
}

.path-mod-feedback #feedback_edit_form [id*=_feedback_item_].feedback_itemlist {
	padding: 1rem;
	border: 1px solid #dee2e6;
	border-radius: 0.5rem;
}

.path-mod-feedback #feedback_edit_form [id*=_feedback_item_].feedback_itemlist .itemhandle {
	position: absolute;
	width: 32px;
	height: 32px;
	text-align: center;
	align-content: center;
}

.path-mod-feedback #feedback_edit_form [id*=_feedback_item_].feedback_itemlist .action-menu {
	position: absolute;
	top: 0;
	right: 0;
}

.path-mod-feedback #feedback_edit_form [id*=_feedback_item_].feedback_itemlist .dropdown-toggle {
	border-radius: 0.5rem;
	width: 32px;
	height: 32px;
}

.path-mod-feedback table.analysis {
	width: 100%;
	border-top: 1px solid #dee2e6;
	margin-top: 10px;
}

.path-mod-feedback table.analysis.itemtype_textarea td {
	padding: 4px 0;
}

.path-mod-feedback table.analysis tr:first-child th {
	padding-top: 10px;
}

.path-mod-feedback table.analysis tr:hover {
	background: #dee2e6;
}

.path-mod-feedback table.analysis td.singlevalue:before,
.path-mod-feedback table.analysis td.optionname:before {
	content: "- ";
}

.path-mod-feedback table.analysis tr.isempty {
	display: none;
}

.path-mod-feedback #showentrytable td.cell.completed_timemodified,
.path-mod-feedback #showentryanontable td.cell.random_response {
	font-weight: bold;
}

.path-mod-feedback #showentrytable td.cell.userpic,
.path-mod-feedback #showentrytable td.cell.deleteentry,
.path-mod-feedback #showentryanontable td.cell.deleteentry {
	width: 10px;
}

.path-mod-feedback .response_navigation {
	margin: 0.5rem 0;
}

.path-mod-feedback .response_navigation a {
	display: block;
}

.path-mod-feedback .response_navigation a.back_to_list {
	text-align: center;
}

.path-mod-feedback .response_navigation .prev_response {
	text-align: left;
}

.path-mod-feedback .response_navigation .prev_response:before {
	content: " ◄ ";
}

.path-mod-feedback .response_navigation .next_response {
	text-align: right;
}

.path-mod-feedback .response_navigation .next_response:after {
	content: " ► ";
}

.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax {
	background-color: #fff;
}

.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit div.yui-layout-bd-nohd,
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit div.yui-layout-bd-noft,
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit div.yui-layout-bd,
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-right,
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-bottom {
	border: 0;
}

.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-right,
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-bottom {
	border-radius: 0;
}

.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit div.yui-layout-bd {
	background-color: transparent;
}

.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit.yui-layout-unit-center div.yui-layout-bd {
	background-color: #f8f9fa;
}

.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-input-area.py-3 {
	padding: 0 !important;
}

.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-input-area table.generaltable,
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-input-area table.generaltable td.cell {
	border: 0;
	padding: 3px 15px;
	white-space: nowrap;
	margin-bottom: 0;
}

.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-userlist {
	padding: 10px 5px;
}

.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-userlist #users-list {
	border-top: 1px solid #dee2e6;
	border-bottom: 1px solid #fff;
}

.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-userlist #users-list li {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dee2e6;
	padding: 5px 10px;
}

.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-userlist #users-list img {
	margin-right: 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
	max-width: none;
}

.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages {
	margin: 20px 25px;
}

.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .chat-event.course-theme {
	text-align: center;
	margin: 10px 0;
	font-size: 0.8203125rem;
	color: #495057;
}

.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .chat-message.course-theme {
	margin-bottom: 0.75rem;
	border-radius: 0.5rem;
	border: 1px solid rgba(0, 0, 0, 0.125);
	padding: 1.25rem;
}

.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .chat-message.course-theme .time {
	float: right;
	font-size: 11px;
	color: #495057;
}

.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .chat-message.course-theme {
	background-color: #fff;
}

.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .chat-message.course-theme .user {
	font-weight: bold;
}

#page-report-participation-index .participationselectform div label {
	display: inline-block;
	margin: 0 5px;
}

#page-report-participation-index .participationselectform div label[for=menuinstanceid] {
	margin-left: 0;
}

#page-report-outline-index .font-lg {
	font-size: 1.03125rem;
}

#page-report-outline-index .generaltable tbody tr {
	background-color: #fff;
}

#page-report-outline-index .generaltable tbody tr.section {
	padding-left: 2rem;
}

#page-report-outline-index .generaltable tbody tr.section h3 {
	font-size: 1.171875rem;
}

#page-report-outline-index .generaltable tbody tr.section h4 {
	font-size: 1.03125rem;
}

#page-report-outline-index .generaltable tbody td.delegated {
	padding-left: 3.5rem;
}

#page-report-outline-user .section {
	border: 1px solid #dee2e6;
	border-radius: 1rem;
}

#page-report-outline-user .font-lg {
	font-size: 1.03125rem;
}

#page-report-log-index #menumodid option:disabled {
	color: #4b535a;
	font-weight: bolder;
}

.path-backup .mform .grouped_settings {
	clear: both;
	overflow: hidden;
}

.path-backup .mform .grouped_settings.section_level {
	background-color: #fff;
	border-radius: 0.5rem;
	border: 1px solid rgba(0, 0, 0, 0.125);
	padding: 1.25rem;
	margin-bottom: 1.25rem;
}

.path-backup .mform .grouped_settings.section_level::after {
	display: block;
	clear: both;
	content: "";
}

.path-backup .mform .grouped_settings.subsection_level {
	background-color: #fff;
	border-radius: 0.5rem;
	border: 1px solid rgba(0, 0, 0, 0.125);
	padding: 1.25rem;
	margin: 0 1.25rem 1.25rem 1.25rem;
}

.path-backup .mform .grouped_settings.subsection_level::after {
	display: block;
	clear: both;
	content: "";
}

.path-backup .mform .include_setting {
	width: 50%;
	display: inline-block;
	float: left;
	padding: 0.3rem;
}

.path-backup .mform .normal_setting {
	width: 50%;
	display: inline-block;
	float: left;
	padding: 0.3rem;
}

.path-backup .section_level {
	font-weight: bold;
}

.path-backup .section_level .activity_level {
	font-weight: normal;
}

.path-backup .proceedbutton {
	margin-left: auto;
}

.path-backup .mform .root_setting:nth-of-type(odd),
.path-backup .mform .grouped_settings:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.03);
}

.path-backup .mform .root_setting:nth-of-type(even),
.path-backup .mform .grouped_settings:nth-of-type(even) {
	background-color: #fff;
}

.path-backup .mform .root_setting .fitem .col-md-3.checkbox,
.path-backup .mform .grouped_settings .fitem .col-md-3.checkbox {
	width: 0%;
}

.path-backup .mform .root_setting .fitem .col-md-9.checkbox,
.path-backup .mform .grouped_settings .fitem .col-md-9.checkbox {
	width: 100%;
	left: 0;
}

.path-backup .detail-pair .detail-pair-label {
	width: 25%;
	float: left;
	clear: left;
}

.path-backup .detail-pair .detail-pair-value {
	width: 75%;
	float: left;
}

.path-backup .backup-restore .singlebutton {
	float: right;
}

.path-backup .backup-section {
	background-color: #fff;
	border-radius: 0.5rem;
	border: 1px solid rgba(0, 0, 0, 0.125);
	padding: 1.25rem;
	margin-bottom: 1.25rem;
}

.path-backup .backup-section .sub-header,
.path-backup .backup-section .backup-sub-section,
.path-backup .backup-section .singlebutton,
.path-backup .backup-section .header {
	width: 100%;
	float: left;
	clear: both;
}

.path-backup .backup-section th.header {
	width: auto;
	float: none;
}

.path-backup .backup-section ::after {
	content: "";
	display: table;
	clear: both;
}

.path-backup .backup-section::after {
	display: block;
	clear: both;
	content: "";
}

.path-backup .notification.dependencies_enforced {
	color: #ca3120;
	font-weight: bold;
}

.path-backup .backup_progress {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.path-backup .backup_progress .backup_stage {
	color: #6a737b;
}

.path-backup .backup_progress .backup_stage.backup_stage_current {
	font-weight: bold;
	color: inherit;
}

.path-backup .backup_progress span.backup_stage.backup_stage_complete {
	color: inherit;
}

#page-backup-restore .filealiasesfailures {
	background-color: #f4d6d2;
}

#page-backup-restore .filealiasesfailures .aliaseslist {
	background-color: #fff;
}

.path-backup .wibbler {
	width: 500px;
	margin: 0 auto 10px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	position: relative;
	min-height: 4px;
}

.path-backup .wibbler .wibble {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 4px;
}

.path-backup .wibbler .state0 {
	background: #eee;
}

.path-backup .wibbler .state1 {
	background: #ddd;
}

.path-backup .wibbler .state2 {
	background: #ccc;
}

.path-backup .wibbler .state3 {
	background: #bbb;
}

.path-backup .wibbler .state4 {
	background: #aaa;
}

.path-backup .wibbler .state5 {
	background: #999;
}

.path-backup .wibbler .state6 {
	background: #888;
}

.path-backup .wibbler .state7 {
	background: #777;
}

.path-backup .wibbler .state8 {
	background: #666;
}

.path-backup .wibbler .state9 {
	background: #555;
}

.path-backup .wibbler .state10 {
	background: #444;
}

.path-backup .wibbler .state11 {
	background: #333;
}

.path-backup .wibbler .state12 {
	background: #222;
}

.generaltable {
	width: 100%;
	margin-bottom: 1rem;
	color: #1d2125;
}

.generaltable th,
.generaltable td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}

.generaltable th .form-check,
.generaltable td .form-check {
	padding: 0;
}

.generaltable thead th,
.generaltable thead td {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}

.generaltable tbody+tbody {
	border-top: 2px solid #dee2e6;
}

.generaltable tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.03);
}

.generaltable thead .sticky-column,
.generaltable tbody tr:nth-of-type(even) {
	background-color: #fff;
}

.generaltable tbody tr:nth-of-type(odd) .sticky-column {
	background-color: rgba(0, 0, 0, 0.03);
}

.generaltable.table-sm th,
.generaltable.table-sm td {
	padding: 0.3rem;
}

.generaltable tbody tr:hover {
	color: #1d2125;
	background-color: rgba(0, 0, 0, 0.075);
}

.generaltable tbody tr:hover.dimmed_text a:not(.menu-action) {
	color: #1d2125;
}

.generaltable tbody tr:hover td.sticky-column {
	background-color: rgba(0, 0, 0, 0.075);
}

table caption {
	font-size: 24px;
	font-weight: bold;
	line-height: 42px;
	text-align: left;
	caption-side: top;
}

table .sticky-column {
	position: sticky;
	left: 0;
	background-color: inherit;
}

.table-dynamic>.loading-icon {
	position: absolute;
	left: calc(50% - 1.5rem);
	top: 200px;
}

.table-dynamic>.loading-icon .icon {
	max-height: 3rem;
	max-width: 3rem;
	font-size: 3rem;
}

.singlebutton {
	display: inline-block;
}

.singlebutton+.singlebutton {
	margin-left: 0.5rem;
}

.continuebutton {
	text-align: center;
}

p.arrow_button {
	margin-top: 5em;
	text-align: center;
}

#addcontrols {
	margin-top: 11.25rem;
	text-align: center;
	margin-bottom: 3em;
}

#addcontrols label {
	display: inline;
}

#addcontrols input,
#removecontrols input {
	width: 100%;
	margin: auto;
}

.btn-lineup {
	margin: 0 0 10px 5px;
}

.btn.btn-icon {
	height: 36px;
	width: 36px;
	font-size: 16px;
	line-height: 16px;
	padding: 0;
	border-radius: 50%;
	flex-shrink: 0;
}

.btn.btn-icon:hover,
.btn.btn-icon:focus {
	background-color: #e9ecef;
}

.btn.btn-icon.icon-size-0 {
	height: 20px !important;
	width: 20px !important;
	font-size: 0 !important;
	line-height: 0 !important;
}

.btn.btn-icon.icon-size-1 {
	height: 24px !important;
	width: 24px !important;
	font-size: 4px !important;
	line-height: 4px !important;
}

.btn.btn-icon.icon-size-2 {
	height: 28px !important;
	width: 28px !important;
	font-size: 8px !important;
	line-height: 8px !important;
}

.btn.btn-icon.icon-size-3 {
	height: 36px !important;
	width: 36px !important;
	font-size: 16px !important;
	line-height: 16px !important;
}

.btn.btn-icon.icon-size-4 {
	height: 44px !important;
	width: 44px !important;
	font-size: 24px !important;
	line-height: 24px !important;
}

.btn.btn-icon.icon-size-5 {
	height: 52px !important;
	width: 52px !important;
	font-size: 32px !important;
	line-height: 32px !important;
}

.btn.btn-icon.icon-size-6 {
	height: 60px !important;
	width: 60px !important;
	font-size: 40px !important;
	line-height: 40px !important;
}

.btn.btn-icon.icon-size-7 {
	height: 68px !important;
	width: 68px !important;
	font-size: 48px !important;
	line-height: 48px !important;
}

.btn.btn-icon.icons-collapse-expand {
	color: #0f6cbf;
	background-color: #e7f0f9;
}

.btn.btn-icon.icons-collapse-expand:hover {
	outline: 2px solid #0f6cbf;
}

.btn-primary:focus,
.btn-primary.focus {
	outline: 0.2rem solid #000102;
	box-shadow: inset 0 0 0 2px #fff;
}

.btn-secondary:focus,
.btn-secondary.focus {
	outline: 0.2rem solid #5f6e7d;
	box-shadow: inset 0 0 0 2px #fff;
}

.btn-success:focus,
.btn-success.focus {
	outline: 0.2rem solid #000;
	box-shadow: inset 0 0 0 2px #fff;
}

.btn-info:focus,
.btn-info.focus {
	outline: 0.2rem solid #000;
	box-shadow: inset 0 0 0 2px #fff;
}

.btn-warning:focus,
.btn-warning.focus {
	outline: 0.2rem solid #694109;
	box-shadow: inset 0 0 0 2px #fff;
}

.btn-danger:focus,
.btn-danger.focus {
	outline: 0.2rem solid #1a0604;
	box-shadow: inset 0 0 0 2px #fff;
}

.btn-light:focus,
.btn-light.focus {
	outline: 0.2rem solid #8193a5;
	box-shadow: inset 0 0 0 2px #fff;
}

.btn-dark:focus,
.btn-dark.focus {
	outline: 0.2rem solid #000;
	box-shadow: inset 0 0 0 2px #fff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
	outline: 0.2rem solid #000102;
	box-shadow: inset 0 0 0 2px #343a40;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
	outline: 0.2rem solid #5f6e7d;
	box-shadow: inset 0 0 0 2px #343a40;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
	outline: 0.2rem solid #000;
	box-shadow: inset 0 0 0 2px #343a40;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
	outline: 0.2rem solid #000;
	box-shadow: inset 0 0 0 2px #343a40;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
	outline: 0.2rem solid #694109;
	box-shadow: inset 0 0 0 2px #343a40;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
	outline: 0.2rem solid #1a0604;
	box-shadow: inset 0 0 0 2px #343a40;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
	outline: 0.2rem solid #8193a5;
	box-shadow: inset 0 0 0 2px #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
	outline: 0.2rem solid #000;
	box-shadow: inset 0 0 0 2px #343a40;
}

.gradetreebox {
	margin: 20px 0 30px 0;
}

.gradetreebox h4 {
	font-size: 0.9375rem;
}

.gradetreebox th.cell,
.gradetreebox input[type=text] {
	width: auto;
}

.gradetreebox input[type=text],
.gradetreebox select {
	margin-bottom: 0;
}

.core_grades_notices .singlebutton {
	display: inline-block;
}

.path-grade-report #maincontent+.urlselect {
	position: absolute;
	left: 40vw;
}

.path-grade-report-grader #region-main {
	min-width: 100%;
	width: auto;
	display: flex;
	flex-direction: column;
}

.path-grade-report-grader #region-main>.card {
	width: auto;
	overflow-x: initial;
}

.path-grade-report-grader #region-main div[role="main"] {
	flex: 1 1 auto;
}

.path-grade-report-grader [data-region="blocks-column"] {
	width: 100%;
	clear: both;
}

.path-grade-report-grader .gradepass,
.path-grade-report-user .gradepass {
	color: #357a32;
}

.path-grade-report-grader .gradefail,
.path-grade-report-user .gradefail {
	color: #ca3120;
}

.path-grade #region-main {
	overflow-x: visible;
}

.path-grade .user-heading .userinitials {
	width: 50px;
	height: 50px;
}

#page-grade-grading-manage #activemethodselector label {
	display: inline-block;
}

#page-grade-grading-manage #activemethodselector .helptooltip {
	margin-right: 0.5em;
}

#page-grade-grading-manage .actions {
	display: block;
	text-align: center;
	margin-bottom: 1em;
}

#page-grade-grading-manage .actions .action {
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 150px;
	text-align: center;
	overflow: hidden;
	margin: 0.5em;
	padding: 1em;
	border: 1px solid #aaa;
}

#page-grade-grading-manage .actions .action .action-text {
	position: relative;
	top: 0.4em;
	font-size: 14px;
	white-space: normal;
}

#page-grade-grading-form-rubric-edit .gradingform_rubric_editform .status {
	font-size: 70%;
}

.gradingform_rubric {
	margin-bottom: 1em;
}

.gradingform_rubric.evaluate .criterion .levels .level:hover,
.gradingform_rubric.evaluate .criterion .levels .level.checked {
	background: #dff0d8;
}

.gradingform_rubric.evaluate .criterion .levels .level.checked {
	border: none;
	border-left: 1px solid #dee2e6;
}

.gradingform_rubric .criterion .description {
	vertical-align: top;
	padding: 6px;
}

.gradingform_rubric .criterion .description textarea {
	margin-bottom: 0;
	height: 115px;
}

.gradingform_rubric .criterion .definition textarea {
	width: 80%;
	margin-bottom: 0;
}

.gradingform_rubric .criterion .score {
	margin-top: 5px;
	margin-right: 28px;
	font-style: italic;
	font-weight: bold;
	color: #2a6228;
}

.gradingform_rubric .criterion .score input {
	margin-bottom: 0;
}

.gradingform_rubric .criterion .level {
	vertical-align: top;
	padding: 6px;
}

.gradingform_rubric .criterion .level.currentchecked {
	background: #fff0f0;
}

.gradingform_rubric .criterion .level.checked {
	background: #d0ffd0;
	border: 1px solid #555;
}

.gradingform_rubric .criterion .level .delete {
	position: relative;
	width: 32px;
	height: 32px;
	margin-top: -32px;
	clear: both;
	float: right;
}

.gradingform_rubric .criterion .level .delete input {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 24px;
	width: 24px;
	margin: 0;
}

.gradingform_rubric .criterion .level .delete input:hover {
	background-color: #ddd;
}

.gradingform_rubric .criterion .scorevalue input {
	float: none;
	width: 2em;
}

.gradingform_rubric .criterion .scorevalue input.hiddenelement,
.gradingform_rubric .criterion .scorevalue input.pseudotablink {
	width: 0;
}

.gradingform_rubric .criterion .addlevel {
	vertical-align: top;
	padding-top: 6px;
}

.gradingform_rubric .criterion .addlevel input {
	height: 30px;
	line-height: 1rem;
}

.gradingform_rubric .addcriterion {
	margin-left: 5px;
	padding: 0;
	margin-bottom: 1em;
}

.gradingform_rubric .addcriterion input {
	margin: 0;
	color: inherit;
	text-shadow: inherit;
	border: 0 none;
	line-height: inherit;
	background: transparent url(/theme/image.php/recit2/core/1759007012/t/add) no-repeat 7px 8px;
	padding-left: 26px;
}

.gradingform_rubric .options {
	clear: both;
}

.gradingform_rubric .options .option label {
	margin: 0;
	padding: 0;
	font-size: inherit;
	font-weight: normal;
	line-height: 2em;
	color: inherit;
	text-shadow: none;
	background-color: transparent;
}

.gradingform_rubric .options .option input {
	margin-left: 5px;
	margin-right: 12px;
}

.grade-display .description {
	font-size: 1rem;
}

.criterion .description {
	font-size: 1rem;
}

.criterion .criterion-toggle .expanded-icon {
	display: block;
}

.criterion .criterion-toggle .collapsed-icon {
	display: none;
}

.criterion .criterion-toggle.collapsed .expanded-icon {
	display: none;
}

.criterion .criterion-toggle.collapsed .collapsed-icon {
	display: block;
}

.path-grade-edit-tree .collapse-list .unlist {
	padding-left: 2rem;
}

.path-grade-edit-tree .collapse-list .unlist [data-for="sectionnode"]:focus>.collapse-list-item:first-child {
	background-color: #e6f2f5;
	border-color: #b3d9e0;
}

.path-grade-edit-tree .collapse-list .unlist [data-for="sectionnode"][data-selected="true"]>.collapse-list-item:first-child {
	background-color: #e6f2f5;
	border-color: #b3d9e0;
	color: #0f6cbf;
}

.path-grade-edit-tree .collapse-list .unlist [data-for="sectionnode"] .collapse-list-item-content[aria-hidden="true"] {
	display: none;
}

.path-grade-edit-tree .collapse-list .unlist [data-for="sectionnode"][aria-expanded="true"]>.collapse-list-item .collapsed-icon {
	display: none;
}

.path-grade-edit-tree .collapse-list .unlist [data-for="sectionnode"][aria-expanded="false"]>.collapse-list-item .expanded-icon {
	display: none;
}

.path-grade-edit-tree .collapse-list .unlist .collapse-list-item {
	padding: 0.5rem 1rem;
	cursor: pointer;
}

.path-grade-edit-tree .collapse-list .unlist .collapse-list-item .collapse-list-item-name {
	font-weight: bold;
}

.path-grade-edit-tree .collapse-list .unlist .collapse-list-item .collapse-list-link {
	color: #1d2125;
	padding: 0 0.2rem;
	margin-right: 0.3rem;
}

.path-grade-edit-tree .collapse-list .unlist .collapse-list-item .collapse-list-link i {
	font-size: 12px;
	width: 12px;
	height: 12px;
	margin: 0;
}

.path-grade-edit-tree .gradetree-wrapper {
	padding: 10px 10px;
	background-color: #f8f9fa;
}

.path-grade-edit-tree .gradetree-wrapper .setup-grades h4 {
	margin: 0;
}

.path-grade-edit-tree .gradetree-wrapper .setup-grades .column-rowspan {
	padding: 0;
	width: 24px;
	min-width: 24px;
	max-width: 24px;
}

.path-grade-edit-tree .gradetree-wrapper .setup-grades .emptyrow {
	display: none;
}

.path-grade-edit-tree .gradetree-wrapper .setup-grades .gradeitemdescription {
	font-weight: normal;
	padding-left: 24px;
}

.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr.spacer {
	height: 0.5rem;
}

.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr[data-hidden="true"] {
	display: none;
}

.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr th {
	vertical-align: bottom;
	border: none;
	text-align: left;
	background-color: #f8f9fa;
}

.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr th.rowspan {
	padding: 0;
	width: 24px;
	min-width: 24px;
}

.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr td {
	min-width: 4.5em;
	background-color: #f8f9fa;
	border: none;
	vertical-align: middle;
}

.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr td.column-name .small {
	font-size: 70%;
}

.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr td.column-name .itemselect {
	margin-right: 15px;
}

.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr td.column-weight {
	min-width: 15em;
}

.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr td.column-weight .weightoverride {
	margin-right: 5px;
}

.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr td.column-actions .dropdown-toggle::after {
	display: none;
}

.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr td.movehere {
	padding: 0;
}

.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr td.movehere a.movehere {
	display: block;
	width: 100%;
	margin: 5px 0 5px 0;
	padding: 3px 0 3px 0;
}

.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr td.movehere a.movehere hr {
	border-top: 2px dashed #8f959e;
	margin: 0;
}

.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr td.movehere a.movehere:hover hr {
	border-top: 2px dashed #0f6cbf;
}

.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr.category td {
	background-color: #fff;
	border-top: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
}

.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr.category td:first-child {
	border-left: 1px solid #dee2e6;
}

.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr.category td:last-child {
	border-right: 1px solid #dee2e6;
}

.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr.category td.column-name {
	font-weight: bold;
}

.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr.category td.column-name div {
	display: flex;
	min-height: 30px;
	align-items: center;
}

.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr.category td.column-name div .form-check {
	padding: 0;
}

.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr.category td.column-name div .form-check .itemselect {
	margin-right: 5px;
}

.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr.category td.column-name div a.toggle-category {
	height: 24px;
	width: 24px;
	font-size: 12px;
	line-height: 24px;
	margin-right: 3px;
}

.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr.category td.column-name div a.toggle-category[aria-expanded="true"] .expanded,
.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr.category td.column-name div a.toggle-category[aria-expanded="false"] .collapsed {
	display: none;
}

.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr.category td.column-name div a.toggle-category i {
	font-size: 12px;
	width: 12px;
	height: 12px;
	color: #1d2125;
	margin: 0;
}

.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr.item td {
	background-color: #fff;
	border-top: 3px solid #f8f9fa;
}

.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr.item.categoryitem td,
.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr.item.courseitem td {
	min-width: 4.5em;
	background-color: #f8f9fa;
	border: none;
	vertical-align: middle;
}

.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr.item.categoryitem td.column-name,
.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr.item.courseitem td.column-name {
	padding-left: 0;
}

.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr.item.categoryitem td:not(.column-actions),
.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr.item.courseitem td:not(.column-actions) {
	font-weight: bold;
}

.path-grade-edit-tree .gradetree-wrapper .badge-light {
	color: #1d2125;
	background-color: #ced4da;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}

.path-grade-report-grader .gradeparent tr .cell,
.path-grade-report-grader .gradeparent .floater .cell {
	background-color: #fff;
}

.path-grade-report-grader .gradeparent tr .cell.gradecell .dropdown-menu.show,
.path-grade-report-grader .gradeparent .floater .cell.gradecell .dropdown-menu.show {
	z-index: 1;
}

.path-grade-report-grader .gradeparent table,
.path-grade-report-grader .gradeparent .cell {
	border-color: #dee2e6;
}

.path-grade-report-grader .gradeparent .heading .cell,
.path-grade-report-grader .gradeparent .cell.category,
.path-grade-report-grader .gradeparent .avg .cell {
	background-color: #f8f9fa;
}

.path-grade-report-grader .gradeparent table .clickable {
	cursor: pointer;
}

.path-grade-report-grader .gradeparent tr.heading {
	position: sticky;
	top: 60px;
	z-index: 4;
}

.path-grade-report-grader .gradeparent tr.userrow th {
	z-index: 2;
}

.path-grade-report-grader .gradeparent tr.userrow th.actions-menu-active {
	z-index: 3;
}

.path-grade-report-grader .gradeparent tr.lastrow:not(.userrow) {
	position: sticky;
	bottom: -1px;
}

.path-grade-report-grader .gradeparent tr.lastrow:not(.userrow).pinned {
	z-index: 4;
}

.path-grade-report-grader .gradeparent tr.lastrow td,
.path-grade-report-grader .gradeparent tr.lastrow th {
	border-top: 1px solid #dee2e6;
}

.path-grade-report-grader .gradeparent th.header {
	left: 0;
	position: sticky;
}

.path-grade-report-grader .gradeparent th.header#studentheader {
	z-index: 1;
}

.path-grade-report-grader .gradeparent td.noborder {
	border-right: transparent;
}

.path-grade-report-grader.hasstickyfooter .gradeparent tr.lastrow {
	bottom: calc(calc(max(80px, calc(.9375rem * 3))) - 1px);
}

.path-grade-report-user .user-grade {
	border: none;
}

.path-grade-report-user .user-grade.generaltable .levelodd {
	background-color: rgba(0, 0, 0, 0.03);
}

.path-grade-report-user .user-grade .column-contributiontocoursetotal,
.path-grade-report-user .user-grade .column-range,
.path-grade-report-user .user-grade .column-percentage,
.path-grade-report-user .user-grade .column-weight {
	direction: ltr;
}

.path-grade-report-singleview .reporttable input[name^="finalgrade"] {
	width: 80px;
	display: inline-block;
}

.path-grade-report-singleview .reporttable .action-menu {
	display: inline-block;
	margin-left: 0.5rem;
	float: right;
}

.path-grade-report-singleview .reporttable .dropdown-toggle::after {
	display: none;
}

.gradereport-grader-table input[name^="grade"] {
	width: 80px;
	display: inline-block;
}

.gradereport-grader-table .dropdown-toggle::after {
	display: none;
}

.search-widget .dropdown-menu {
	padding: 0.8rem 1.2rem;
}

.search-widget .dropdown-menu.wide {
	width: 350px;
}

.search-widget .dropdown-menu.narrow {
	width: 250px;
}

.search-widget .dropdown-menu .dropdown-item span.email {
	color: #6a737b;
}

.search-widget .dropdown-menu .dropdown-item:hover span,
.search-widget .dropdown-menu .dropdown-item:active span {
	color: #fff;
}

.search-widget .dropdown-menu .searchresultscontainer {
	height: 178px;
	font-size: 90%;
}

.search-widget .dropdown-menu .searchresultscontainer .searchresultitemscontainer {
	height: 178px;
	max-height: 178px;
	overflow: auto;
}

.search-widget .dropdown-menu .unsearchablecontentcontainer {
	border-top: 1px solid #dee2e6;
	padding-top: 10px;
	font-size: 90%;
}

#fitem_id_submitbutton {
	padding-right: 2em;
}

.gradestatus {
	padding-top: 10px;
}

.gradestatus .icon {
	margin-right: 1rem;
}

.columns-autoflow-1to1to1 {
	column-count: 3;
}

@media (max-width: 767px) {
	.columns-autoflow-1to1to1 {
		column-count: 1;
	}
}

li.activity.label,
.file-picker td.label {
	background: inherit;
	color: inherit;
	text-shadow: none;
	white-space: normal;
	display: block;
	font-size: inherit;
	line-height: inherit;
	text-align: inherit;
}

.file-picker td.label {
	border: inherit;
	display: table-cell;
	text-align: right;
	padding: 8px;
}

.choosercontainer #chooseform .option {
	font-size: 12px;
}

.section.hidden,
.block.hidden,
.block.invisible {
	visibility: visible;
	display: block;
}

.forumpost .row {
	margin-left: 0 !important;
}

.forumpost .row:before,
.forumpost .row:after {
	content: none;
}

fieldset.hidden {
	display: inherit;
	visibility: inherit;
}

#questionbank+.container {
	width: auto;
}

body:not(.jsenabled) .dropdown:hover>.dropdown-menu {
	display: block;
	margin-top: -6px;
}

body:not(.jsenabled) .langmenu:hover>.dropdown-menu,
.langmenu.open>.dropdown-menu {
	display: block;
	max-height: 150px;
	overflow-y: auto;
}

.navbar.fixed-top .dropdown .dropdown-menu {
	max-height: calc(100vh - 60px);
	overflow-y: auto;
}

.page-item.active .page-link,
.page-item.active .page-link:hover,
.page-item.active .page-link:focus {
	z-index: inherit;
}

.custom-select {
	word-wrap: normal;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
	transform: translateX(0);
}

.carousel-item-next,
.active.carousel-item-right {
	transform: translateX(100%);
}

.carousel-item-prev,
.active.carousel-item-left {
	transform: translateX(-100%);
}

body.reset-style #page-header .card {
	border: none;
}

body.reset-style #page-header .card .page-header-headings h1 {
	margin-bottom: 0;
}

@media (max-width: 767.98px) {
	body.reset-style #page-header .card .card-body {
		padding-left: 0;
		padding-right: 0;
	}
}

body.reset-style #page-header>div {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

body.reset-style #page-content {
	padding-bottom: 0 !important;
}

body.reset-style #page-content #region-main-box #region-main {
	border: none;
	display: inline-flex;
	flex-direction: column;
	padding: 0;
	height: 100%;
	width: 100%;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	vertical-align: top;
}

body.reset-style #page-content #region-main-box #region-main div[role="main"] {
	flex: 1 0 auto;
}

body.reset-style #page-content #region-main-box #region-main .activity-navigation {
	overflow: hidden;
}

body.reset-style #page-content #region-main-box #region-main.has-blocks {
	width: calc(100% - 375px);
}

@media (max-width: 1199.98px) {
	body.reset-style #page-content #region-main-box #region-main.has-blocks {
		width: 100%;
	}
}

@media (max-width: 767.98px) {
	body.reset-style #page-content #region-main-box #region-main {
		padding-left: 0;
		padding-right: 0;
	}
}

body.reset-style #page-content #region-main-box [data-region="blocks-column"] {
	margin-left: auto;
}

@media (max-width: 1199.98px) {
	body.reset-style #page-content #region-main-box {
		display: flex;
		flex-direction: column;
	}
}

body.reset-style select,
body.reset-style input,
body.reset-style textarea,
body.reset-style .btn:not(.btn-icon) {
	border-radius: 0.6rem;
}

body.behat-site .fixed-top {
	position: absolute;
}

body.behat-site.hasstickyfooter .stickyfooter,
body.behat-site .stickyfooter {
	position: inherit;
	z-index: inherit;
}

body.behat-site.hasstickyfooter .stickyfooter .sticky-footer-content-wrapper,
body.behat-site .stickyfooter .sticky-footer-content-wrapper {
	padding: 0;
	margin: 0;
}

body.behat-site .dropdown-item {
	margin-top: 4px !important;
}

body.behat-site.drawer-ease {
	-webkit-transition: initial;
	-moz-transition: initial;
	transition: initial;
}

body.behat-site [data-region="drawer"] {
	-webkit-transition: initial;
	-moz-transition: initial;
	transition: initial;
	position: absolute;
}

body.behat-site .custom-control,
body.behat-site .custom-switch {
	padding-left: 0;
}

body.behat-site .custom-control-input {
	position: static;
	z-index: 0;
	opacity: 1;
	width: auto;
}

body.behat-site .custom-control-label::before,
body.behat-site .custom-control-label::after {
	content: none;
}

body.behat-site [data-region="message-drawer"] {
	padding-right: 10px;
}

body.behat-site.jsenabled #page-footer .footer-content-popover {
	display: block;
}

body.behat-site.path-grade-report-grader .gradeparent tr.heading,
body.behat-site.path-grade-report-grader .gradeparent tr.lastrow,
body.behat-site.path-grade-report-grader .gradeparent th.header {
	position: relative;
	left: auto;
}

body.behat-site.path-grade-report-grader .gradeparent tr.heading {
	top: auto;
}

.phpinfo table,
.phpinfo th,
.phpinfo h2 {
	margin: auto;
}

.phpinfo .e,
.phpinfo .v,
.phpinfo .h {
	border: 1px solid #000;
	font-size: 0.8em;
	vertical-align: baseline;
	color: #000;
	background-color: #ccc;
}

.phpinfo .e {
	background-color: #ccf;
	font-weight: bold;
}

.phpinfo .h {
	background-color: #99c;
	font-weight: bold;
}

body>.debuggingmessage {
	margin-top: 60px;
}

body>.debuggingmessage~.debuggingmessage {
	margin-top: 0.5rem;
}

html,
body {
	height: 100%;
}

.stickyfooter {
	position: fixed;
	right: 0;
	left: 0;
	height: calc(max(80px, calc(.9375rem * 3)));
	bottom: calc(calc(max(80px, calc(.9375rem * 3))) * -1);
	transition: bottom 0.5s;
	z-index: 1030;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
	font-size: calc(.9375rem * 1.10);
}

@media (min-width: 768px) {

	.pagelayout-standard .stickyfooter .sticky-footer-content,
	body.limitedwidth.uses-drawers .stickyfooter .sticky-footer-content {
		max-width: 830px;
	}

	body.mediumwidth.uses-drawers .stickyfooter .sticky-footer-content {
		max-width: 1120px;
	}
}

.stickyfooter .sticky-footer-content-wrapper {
	transition: 0.2s;
}

@media (prefers-reduced-motion: reduce) {
	.stickyfooter .sticky-footer-content-wrapper {
		transition: none;
	}
}

@media (min-width: 992px) {
	.stickyfooter .sticky-footer-content-wrapper .drawers {
		padding: 0 3rem;
	}

	.show-drawer-left .stickyfooter .sticky-footer-content-wrapper {
		margin-left: 285px;
		padding: 0 3rem 0 1rem;
	}

	.show-drawer-right .stickyfooter .sticky-footer-content-wrapper {
		margin-right: 315px;
		padding: 0 1rem 0 3rem;
	}

	.show-drawer-right.show-drawer-left .stickyfooter .sticky-footer-content-wrapper {
		padding: 0 1rem;
	}
}

.hasstickyfooter .stickyfooter {
	bottom: 0;
}

.stickyfooter ul.pagination {
	margin-bottom: 0.25rem;
}

.stickyfooter .btn {
	font-size: calc(.9375rem * 1.10);
}

@media (min-width: 576px) {
	#page-wrapper {
		height: 100%;
		display: flex;
		flex-direction: column;
	}

	#page-wrapper #page {
		display: flex;
		flex-direction: column;
	}

	#page-wrapper #page:not(.drawers) {
		flex: 1 0 auto;
	}

	#page-wrapper #page #page-content {
		flex: 1 0 auto;
	}

	#page-wrapper #page-footer {
		flex-shrink: 0;
	}
}

@media (max-width: 767.98px) {
	#page-wrapper {
		height: 100%;
		display: flex;
		flex-direction: column;
	}

	#page-wrapper #page {
		display: flex;
		flex-direction: column;
	}

	#page-wrapper #page:not(.drawers) {
		flex: 1 0 auto;
	}
}

.popover-region {
	position: relative;
}

.popover-region.collapsed .popover-region-toggle:before,
.popover-region.collapsed .popover-region-toggle:after {
	display: none;
}

.popover-region.collapsed .popover-region-container {
	opacity: 0;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	transition: height 0.25s, opacity 101ms 0.25s, visibility 101ms 0.25s;
}

.popover-region-toggle {
	cursor: pointer;
}

.popover-region-toggle::before {
	content: "";
	display: inline-block;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ddd;
	position: absolute;
	bottom: 0;
	right: 7px;
}

.popover-region-toggle::after {
	content: "";
	display: inline-block;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #fff;
	position: absolute;
	bottom: -1px;
	right: 8px;
	z-index: 2;
}

.count-container {
	padding: 2px;
	border-radius: 2px;
	background-color: #ca3120;
	color: #fff;
	font-size: 11px;
	line-height: 11px;
	position: absolute;
	top: 5px;
	right: 0;
}

.popover-region-container {
	opacity: 1;
	visibility: visible;
	position: absolute;
	right: 0;
	top: 0;
	height: 500px;
	width: 380px;
	border: 1px solid #ddd;
	transition: height 0.25s;
	background-color: #fff;
	z-index: 1;
}

.popover-region-header-container {
	height: 25px;
	line-height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
}

.popover-region-footer-container {
	height: 30px;
	text-align: center;
	border-top: 1px solid #ddd;
	background-color: #fff;
	padding-top: 3px;
}

.popover-region-header-text {
	float: left;
	margin: 0;
	font-size: 14px;
	line-height: 25px;
}

.popover-region-header-actions {
	float: right;
}

.popover-region-header-actions>* {
	margin-left: 10px;
	min-width: 20px;
	display: inline-block;
}

.popover-region-header-actions .loading-icon {
	display: none;
	height: 12px;
	width: 12px;
}

.popover-region-header-actions .newmessage-link {
	margin-right: 10px;
}

.popover-region-header-actions label {
	display: inline-block;
	text-align: center;
	margin-bottom: 0;
}

.popover-region-content-container {
	height: calc(100% - 55px);
	width: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.popover-region-content-container>.loading-icon {
	display: none;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
}

.popover-region-content-container .empty-message {
	display: none;
	text-align: center;
	padding: 10px;
}

.popover-region-content-container.loading>.loading-icon {
	display: block;
}

.popover-region-content-container.loading .empty-message {
	display: none;
}

.navbar-nav .popover-region .icon {
	font-weight: bolder;
}

.navbar .popover-region.collapsed .popover-region-container {
	opacity: 0;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	transition: height 0.25s, opacity 101ms 0.25s, visibility 101ms 0.25s;
}

.navbar .count-container {
	padding: 2px;
	border-radius: 2px;
	background-color: #ca3120;
	color: #fff;
	font-size: 11px;
	line-height: 11px;
	position: absolute;
	top: 15px;
	right: 0;
}

.navbar .popover-region-container {
	top: 60px;
}

.content-item-container {
	width: 100%;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	padding: 5px;
	position: relative;
	margin: 0;
	display: block;
	color: inherit;
	text-decoration: none;
}

.content-item-container:hover {
	color: #fff;
	background-color: #0f6cbf;
}

.content-item-container:hover .content-item-footer .timestamp {
	color: #fff;
}

.content-item-container:hover .view-more {
	color: inherit;
}

.content-item-container.unread {
	margin: 0;
	background-color: #f4f4f4;
}

.content-item-container.unread:hover {
	color: #fff;
	background-color: #0f6cbf;
}

.content-item-container.unread .content-item-body .notification-message {
	font-weight: 600;
}

.content-item-container .context-link {
	color: inherit;
	text-decoration: none;
}

.content-item-container .content-item-body {
	box-sizing: border-box;
	margin-bottom: 5px;
}

.content-item-container .content-item-footer {
	text-align: left;
	box-sizing: border-box;
}

.content-item-container .content-item-footer .timestamp {
	font-size: 10px;
	line-height: 10px;
	margin: 0;
	color: inherit;
	margin-left: 24px;
}

.content-item-container .view-more {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 12px;
	line-height: 12px;
}

.content-item-container .view-more:hover {
	color: inherit;
}

.content-item-container.notification .content-item-body .notification-image {
	display: inline-block;
	width: 24px;
	height: 24px;
	float: left;
}

.content-item-container.notification .content-item-body .notification-image img {
	height: 75%;
}

.content-item-container.notification .content-item-body .notification-message {
	display: inline-block;
	font-size: 12px;
	width: calc(100% - 24px);
}

.content-item-container.selected {
	background-color: #3279b3;
	color: #fff;
	border-color: #3279b3;
}

.content-item-container.selected .content-item-footer .timestamp {
	color: #fff;
}

.popover-region-notifications .popover-region-header-container .mark-all-read-button .normal-icon {
	display: inline-block;
}

.popover-region-notifications .popover-region-header-container .mark-all-read-button.loading .normal-icon {
	display: none;
}

.popover-region-notifications .popover-region-header-container .mark-all-read-button.loading .loading-icon {
	display: inline-block;
}

.popover-region-notifications .all-notifications {
	opacity: 1;
	visibility: visible;
	height: auto;
	overflow: hidden;
}

.popover-region-notifications .all-notifications:empty+.empty-message {
	display: block;
}

.popover-region-notifications .notification-image {
	display: inline-block;
	width: 8%;
	vertical-align: top;
}

.popover-region-notifications .notification-image img {
	height: 75%;
}

.popover-region-notifications .notification-message {
	display: inline-block;
	font-size: 12px;
}

.popover-region-notifications .popover-region-content-container.loading .all-notifications:empty+.empty-message {
	display: none;
}

.popover-region-messages .mark-all-read-button .normal-icon {
	display: inline-block;
}

.popover-region-messages .mark-all-read-button.loading .normal-icon {
	display: none;
}

.popover-region-messages .mark-all-read-button.loading .loading-icon {
	display: inline-block;
}

.popover-region-messages .popover-region-content-container.loading .popover-region-content .messages:empty+.empty-message {
	display: none;
}

.popover-region-messages .messages:empty+.empty-message {
	display: block;
}

.popover-region-messages .content-item-container.unread .content-item-body {
	font-weight: 600;
	width: calc(90% - 30px);
}

.popover-region-messages .content-item-container.unread .unread-count-container {
	display: inline-block;
	width: 10%;
	text-align: center;
	float: right;
}

.popover-region-messages .content-item {
	height: 100%;
	width: 100%;
	box-sizing: border-box;
}

.popover-region-messages .profile-image-container {
	width: 30px;
	display: inline-block;
	text-align: center;
	float: left;
}

.popover-region-messages .profile-image-container img {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
}

.popover-region-messages .content-item-body {
	display: inline-block;
	box-sizing: border-box;
	width: calc(100% - 30px);
	font-size: 12px;
	padding-left: 10px;
	overflow: hidden;
}

.popover-region-messages .content-item-body h3 {
	font-size: 12px;
	line-height: 12px;
	margin: 0;
	width: 100%;
}

.popover-region-messages .content-item-body p {
	margin: 0;
}

.popover-region-messages .unread-count-container {
	display: none;
}

@media (max-width: 767px) {
	.navbar .popover-region .popover-region-container {
		right: -70px;
	}
}

@media (max-width: 480px) {
	.navbar .popover-region .popover-region-container {
		position: fixed;
		top: 46px;
		right: 0;
		left: 0;
		bottom: 0;
		width: auto;
		height: auto;
	}
}

div[data-flexitour="backdrop"] {
	background-color: #000;
	opacity: 0.5;
	z-index: 1040;
}

span[data-flexitour="container"] {
	z-index: 1041;
}

span[data-flexitour="container"] .modal-dialog {
	margin: 0;
}

span[data-flexitour="container"] div[data-role="arrow"] {
	border-width: 1rem;
}

span[data-flexitour="container"] div[data-role="arrow"],
span[data-flexitour="container"] div[data-role="arrow"]:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 1rem;
}

span[data-flexitour="container"][x-placement="top"],
span[data-flexitour="container"][x-placement="top-start"] {
	margin-bottom: 1rem;
}

span[data-flexitour="container"][x-placement="top"] div[data-role="arrow"],
span[data-flexitour="container"][x-placement="top-start"] div[data-role="arrow"] {
	bottom: -1rem;
	left: 50%;
	margin-left: -1rem;
	border-bottom-width: 0;
	border-top-color: rgba(0, 0, 0, 0.25);
}

span[data-flexitour="container"][x-placement="top"] div[data-role="arrow"]:after,
span[data-flexitour="container"][x-placement="top-start"] div[data-role="arrow"]:after {
	bottom: 1px;
	margin-left: -1rem;
	content: " ";
	border-bottom-width: 0;
	border-top-color: #fff;
}

span[data-flexitour="container"][x-placement="bottom"],
span[data-flexitour="container"][x-placement="bottom-start"] {
	margin-top: 1rem;
}

span[data-flexitour="container"][x-placement="bottom"] div[data-role="arrow"],
span[data-flexitour="container"][x-placement="bottom-start"] div[data-role="arrow"] {
	top: -1rem;
	left: 50%;
	margin-left: -1rem;
	border-top-width: 0;
	border-bottom-color: rgba(0, 0, 0, 0.25);
}

span[data-flexitour="container"][x-placement="bottom"] div[data-role="arrow"]:after,
span[data-flexitour="container"][x-placement="bottom-start"] div[data-role="arrow"]:after {
	top: 1px;
	margin-left: -1rem;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff;
}

span[data-flexitour="container"][x-placement="left"],
span[data-flexitour="container"][x-placement="left-start"] {
	margin-right: 1rem;
}

span[data-flexitour="container"][x-placement="left"] div[data-role="arrow"],
span[data-flexitour="container"][x-placement="left-start"] div[data-role="arrow"] {
	right: -1rem;
	top: 50%;
	margin-top: -1rem;
	border-right-width: 0;
	border-left-color: rgba(0, 0, 0, 0.25);
}

span[data-flexitour="container"][x-placement="left"] div[data-role="arrow"]:after,
span[data-flexitour="container"][x-placement="left-start"] div[data-role="arrow"]:after {
	right: 1px;
	margin-top: -1rem;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff;
}

span[data-flexitour="container"][x-placement="right"],
span[data-flexitour="container"][x-placement="right-start"] {
	margin-left: 1rem;
}

span[data-flexitour="container"][x-placement="right"] div[data-role="arrow"],
span[data-flexitour="container"][x-placement="right-start"] div[data-role="arrow"] {
	left: -1rem;
	top: 50%;
	margin-top: -1rem;
	border-left-width: 0;
	border-right-color: rgba(0, 0, 0, 0.25);
}

span[data-flexitour="container"][x-placement="right"] div[data-role="arrow"]:after,
span[data-flexitour="container"][x-placement="right-start"] div[data-role="arrow"]:after {
	left: 1px;
	margin-top: -1rem;
	content: " ";
	border-left-width: 0;
	border-right-color: #fff;
}

.dir-rtl span[data-flexitour="container"][x-placement^="right"] {
	margin-left: 1rem;
}

.dir-rtl span[data-flexitour="container"][x-placement^="right"] div[data-role="arrow"] {
	transform: rotate(180deg);
	left: -1rem;
	right: auto;
}

.dir-rtl span[data-flexitour="container"][x-placement^="left"] {
	margin-right: 1rem;
}

.dir-rtl span[data-flexitour="container"][x-placement^="left"] div[data-role="arrow"] {
	transform: rotate(180deg);
	left: auto;
	right: -1rem;
}

[data-region="drawer"] [data-flexitour="container"] {
	margin-left: -15px;
	width: 275px;
}

@media print {

	body.drawer-open-left.jsenabled,
	body.drawer-open-right.jsenabled {
		margin: 0;
	}

	.container {
		width: auto;
	}
}

.modal .modal-body>.loading-icon {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.modal .modal-body>.loading-icon .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.modal .btn-close {
	margin: -0.8rem -0.8rem -0.8rem auto;
}

.modal .btn-close:not(:disabled):not(.disabled):hover,
.modal .btn-close:not(:disabled):not(.disabled):focus {
	opacity: inherit;
}

.modal-dialog-scrollable:has(.form-autocomplete-suggestions) {
	position: static;
}

.modal-dialog-scrollable:has(.form-autocomplete-suggestions) .modal-content {
	position: static;
}

.modal-dialog-scrollable:has(.form-autocomplete-suggestions) .modal-content .modal-body {
	position: static;
}

body.tox-fullscreen .modal-dialog {
	width: 100%;
	max-width: 100%;
	height: 100%;
}

body.tox-fullscreen .modal-dialog .modal-header {
	height: 0;
	padding: 0;
}

body.tox-fullscreen .modal-dialog .tox-tinymce-aux {
	position: relative;
}

body.tox-fullscreen .tox.tox-tinymce-aux {
	position: relative !important;
}

.layout.fullscreen {
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	transition: 0.5s;
	width: 100vw;
	margin: 0;
	opacity: 1;
	background-color: #fff;
}

@media (prefers-reduced-motion: reduce) {
	.layout.fullscreen {
		transition: none;
	}
}

.layout.fullscreen>div {
	height: 100%;
	width: 100%;
}

.layout.fullscreen .loading-icon {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: inline-block;
	width: 100%;
	top: 40%;
	position: fixed;
}

.layout.fullscreen .loading-icon .icon {
	max-width: 4em;
	max-height: 4em;
	font-size: 4em;
}

#page.drawers {
	margin-top: 60px;
	scrollbar-width: thin;
	scrollbar-color: #6a737b #f8f9fa;
}

#page.drawers::-webkit-scrollbar {
	width: 12px;
}

#page.drawers::-webkit-scrollbar-track {
	background: #f8f9fa;
}

#page.drawers::-webkit-scrollbar-thumb {
	background-color: #6a737b;
	border-radius: 20px;
	border: 3px solid #f8f9fa;
}

#page.drawers::-webkit-scrollbar-thumb:hover {
	background-color: #495057;
}

#page.drawers .main-inner {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	border-radius: 0.5rem;
	background-color: #fff;
	padding: 1.5rem 0.5rem;
	margin-top: 0.5rem;
	margin-bottom: 3rem;
	flex: 1 0 auto;
}

#page.drawers .activity-header {
	margin-left: 15px;
	margin-right: 15px;
}

@media (min-width: 768px) {

	.pagelayout-standard #page.drawers .main-inner,
	body.limitedwidth #page.drawers .main-inner {
		max-width: 830px;
	}

	.pagelayout-standard #page.drawers .footer-popover,
	body.limitedwidth #page.drawers .footer-popover {
		max-width: 830px;
		width: 100%;
		margin: 0 auto;
		border-radius: 0.5rem;
	}

	body.mediumwidth #page.drawers .main-inner {
		max-width: 1120px;
	}

	body.mediumwidth #page.drawers .footer-popover {
		max-width: 1120px;
		width: 100%;
		margin: 0 auto;
		border-radius: 0.5rem;
	}

	.header-maxwidth {
		max-width: 830px;
		margin: 0 auto;
		padding-left: 15px;
		padding-right: 15px;
	}

	.header-maxwidth .header-inner {
		padding-left: 0;
		padding-right: 0;
	}
}

.drawer-toggles .drawer-toggler {
	position: fixed;
	top: calc(60px + 0.7rem);
	z-index: 2;
}

.drawer-toggles .drawer-toggler .btn {
	border-radius: 200px;
	padding: 16px;
	background-color: #dee2e6;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	transition: padding 200ms;
}

.drawer-toggles .drawer-toggler .btn .icon {
	width: auto;
	height: auto;
}

.drawer-toggles .drawer-toggler .btn:focus {
	box-shadow: 0 0 0 0.2rem rgba(15, 108, 191, 0.75);
}

.drawer-toggles .drawer-left-toggle {
	left: 0;
}

.drawer-toggles .drawer-left-toggle .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding-right: 14px;
	padding-left: 10px;
}

.drawer-toggles .drawer-left-toggle .btn:hover {
	padding-left: 20px;
}

.drawer-toggles .drawer-right-toggle {
	right: 0;
}

.drawer-toggles .drawer-right-toggle .btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	padding-right: 10px;
	padding-left: 14px;
}

.drawer-toggles .drawer-right-toggle .btn:hover {
	padding-right: 20px;
}

#page.drawers.show-drawer-left .drawer-left-toggle {
	display: none;
}

#page.drawers.show-drawer-right .drawer-right-toggle {
	display: none;
}

@media (max-width: 767.98px) {
	.drawer-toggles {
		z-index: 100;
	}

	.drawer-toggles .drawer-right-toggle,
	.drawer-toggles .drawer-left-toggle {
		top: calc(99vh - (60px * 2.5));
	}

	#page.drawers.scroll-down .drawer-right-toggle {
		transform: translateX(150%);
		pointer-events: auto;
		visibility: hidden;
	}

	#page.drawers.scroll-down .drawer-left-toggle {
		transform: translateX(-150%);
		pointer-events: auto;
		visibility: hidden;
	}
}

@media (min-width: 576px) {
	#page.drawers .main-inner {
		margin-top: 1.5rem;
	}
}

@media (min-width: 768px) {
	#page.drawers {
		padding-left: 3rem;
		padding-right: 3rem;
	}

	#page.drawers .main-inner {
		padding: 1.5rem 0.5rem;
	}

	#page.drawers div[role="main"] {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 992px) {

	.drawer-left,
	.drawer-right {
		top: 60px;
		height: calc(100vh - 60px);
	}

	.hasstickyfooter .drawer-left,
	.hasstickyfooter .drawer-right {
		top: 60px;
		height: calc(100vh - 60px - calc(max(80px, calc(.9375rem * 3))));
	}

	#page.drawers {
		position: relative;
		overflow-y: visible;
		transition: 0.2s;
		left: 0;
		right: 0;
	}
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
	#page.drawers {
		transition: none;
	}
}

@media (min-width: 992px) {
	#page.drawers.show-drawer-left {
		margin-left: 285px;
		margin-right: 0;
		padding-left: 1rem;
	}

	#page.drawers.show-drawer-right {
		margin-left: 0;
		margin-right: 315px;
		padding-right: 1rem;
	}

	.jsenabled #page.drawers.show-drawer-right .popover-process-monitor,
	.jsenabled #page.drawers.show-drawer-right .btn-footer-popover,
	.jsenabled #page.drawers.show-drawer-right .btn-footer-communication {
		right: calc(315px + 2rem);
	}

	#page.drawers.show-drawer-left.show-drawer-right {
		margin-left: 285px;
		margin-right: 315px;
	}

	#page.drawers.hasstickyfooter {
		margin-bottom: calc(max(80px, calc(.9375rem * 3)));
	}
}

.drawercontrolbuttons {
	margin-top: 92px;
}

.drawercontrolbuttons .buttons {
	z-index: 1;
}

.form-control:-ms-input-placeholder {
	color: #6a737b;
}

.custom-select {
	-webkit-appearance: none;
	-moz-appearance: none;
}

.custom-range {
	-webkit-appearance: none;
	-moz-appearance: none;
}

.custom-range::-webkit-slider-thumb,
.custom-range::-moz-range-thumb,
.custom-range::-ms-thumb {
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
}

@media (min-width: 576px) {
	.card-columns {
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
	}
}

.carousel-item {
	-webkit-backface-visibility: hidden;
}

.card {
	-webkit-background-clip: border-box;
}

.carousel-indicators li,
.dropdown-menu,
.form-control,
.modal-content,
.popover,
.toast {
	-webkit-background-clip: padding-box;
}

.btn {
	-webkit-user-select: none;
	-ms-user-select: none;
}

.user-select-all {
	-webkit-user-select: all !important;
	-ms-user-select: none;
}

.user-select-auto {
	-webkit-user-select: auto !important;
	-ms-user-select: none;
}

.user-select-none {
	-webkit-user-select: none !important;
	-ms-user-select: none;
}

.editor_atto_content_wrap {
	background-color: #fff;
	color: #333;
}

.editor_atto_content {
	padding: 4px;
	resize: vertical;
	overflow: auto;
}

.editor_atto_content_wrap,
.editor_atto+textarea {
	width: 100%;
	padding: 0;
}

.editor_atto+textarea {
	border-radius: 0;
	resize: vertical;
	margin-top: -1px;
}

div.editor_atto_toolbar {
	display: block;
	background: #f2f2f2;
	min-height: 35px;
	border: 1px solid #8f959e;
	width: 100%;
	padding: 0 0 9px 0;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
}

div.editor_atto_toolbar button {
	padding: 4px 9px;
	background: none;
	border: 0;
	margin: 0;
	border-radius: 0;
	cursor: pointer;
}

div.editor_atto_toolbar .menuplaceholder {
	display: inline-block;
}

div.editor_atto_toolbar button+button,
div.editor_atto_toolbar .menuplaceholder+button {
	border-left: 1px solid #ccc;
}

div.editor_atto_toolbar button[disabled] {
	opacity: 0.45;
	background: none;
	cursor: default;
}

.editor_atto_toolbar button:hover {
	background-image: radial-gradient(ellipse at center, #fff 60%, #dfdfdf 100%);
	background-color: #ebebeb;
}

.editor_atto_toolbar button:active,
.editor_atto_toolbar button.highlight {
	background-image: radial-gradient(ellipse at center, #fff 40%, #dfdfdf 100%);
	background-color: #dfdfdf;
}

div.editor_atto_toolbar button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

div.editor_atto_toolbar button .icon {
	padding: 0;
	margin: 2px 0;
}

div.editor_atto_toolbar div.atto_group {
	display: inline-block;
	border: 1px solid #ccc;
	border-bottom: 1px solid #b3b3b3;
	border-radius: 4px;
	margin: 9px 0 0 9px;
	background: #fff;
}

div.editor_atto_toolbar .atto_toolbar_row {
	margin: 6px 0 -3px 5px;
	display: table;
}

div.editor_atto_toolbar .atto_toolbar_row div.atto_group {
	margin: 3px 5px 3px 4px;
}

.editor_atto_content img {
	resize: both;
	overflow: auto;
}

.atto_hasmenu {
	white-space: nowrap;
}

.atto_menuentry .icon {
	width: 16px;
	height: 16px;
}

.atto_menuentry {
	clear: left;
}

.atto_menuentry h1,
.atto_menuentry h2,
.atto_menuentry p {
	margin: 4px;
}

.atto_form textarea.fullwidth,
.atto_form input.fullwidth {
	width: 100%;
}

.atto_form {
	padding: 0.5rem;
}

.atto_control {
	position: absolute;
	right: -6px;
	bottom: -6px;
	display: none;
	cursor: pointer;
}

.atto_control .icon {
	background-color: #fff;
}

div.editor_atto_content:focus .atto_control,
div.editor_atto_content:hover .atto_control {
	display: block;
}

.editor_atto_menu.yui3-menu-hidden {
	display: none;
}

.editor_atto_content img:-moz-broken {
	-moz-force-broken-image-icon: 1;
	min-width: 24px;
	min-height: 24px;
}

.moodle-dialogue-base .editor_atto_menu .moodle-dialogue-content .moodle-dialogue-bd {
	padding: 0;
	z-index: 1000;
}

.editor_atto_menu .dropdown-menu>li>a {
	margin: 3px 14px;
}

.editor_atto_menu .open ul.dropdown-menu {
	padding-top: 5px;
	padding-bottom: 5px;
}

.editor_atto_wrap {
	position: relative;
}

.editor_atto_wrap textarea {
	direction: ltr;
}

.editor_atto_notification {
	display: inline-block;
	padding: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
}

.editor_atto_notification .atto_info {
	background-color: #f2f2f2;
}

.editor_atto_notification .atto_warning {
	background-color: gold;
}

.editor_atto_toolbar,
.editor_atto_content_wrap,
.editor_atto+textarea {
	box-sizing: border-box;
}

.editor_atto_content.form-control {
	width: 100%;
	border-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.has-danger .editor_atto_content.form-control .invalid-feedback,
.has-danger .editor_atto_content.form-control-danger .invalid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 0.875em;
	color: #ca3120;
}

.has-danger .editor_atto_content.form-control .invalid-tooltip,
.has-danger .editor_atto_content.form-control-danger .invalid-tooltip {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.8203125rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(202, 49, 32, 0.9);
	border-radius: 0.5rem;
}

.form-row>.col>.has-danger .editor_atto_content.form-control .invalid-tooltip,
.form-row>[class*="col-"]>.has-danger .editor_atto_content.form-control .invalid-tooltip,
.form-row>.col>.has-danger .editor_atto_content.form-control-danger .invalid-tooltip,
.form-row>[class*="col-"]>.has-danger .editor_atto_content.form-control-danger .invalid-tooltip {
	left: 5px;
}

.was-validated .has-danger .editor_atto_content.form-control:invalid~.invalid-feedback,
.was-validated .has-danger .editor_atto_content.form-control:invalid~.invalid-tooltip,
.has-danger .editor_atto_content.form-control.is-invalid~.invalid-feedback,
.has-danger .editor_atto_content.form-control.is-invalid~.invalid-tooltip,
.was-validated .has-danger .editor_atto_content.form-control-danger:invalid~.invalid-feedback,
.was-validated .has-danger .editor_atto_content.form-control-danger:invalid~.invalid-tooltip,
.has-danger .editor_atto_content.form-control-danger.is-invalid~.invalid-feedback,
.has-danger .editor_atto_content.form-control-danger.is-invalid~.invalid-tooltip {
	display: block;
}

.was-validated .has-danger .editor_atto_content.form-control .form-control:invalid,
.has-danger .editor_atto_content.form-control .form-control.is-invalid,
.was-validated .has-danger .editor_atto_content.form-control-danger .form-control:invalid,
.has-danger .editor_atto_content.form-control-danger .form-control.is-invalid {
	border-color: #ca3120;
	padding-right: calc(1.5em + .75rem) !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ca3120' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ca3120' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.was-validated .has-danger .editor_atto_content.form-control .form-control:invalid:focus,
.has-danger .editor_atto_content.form-control .form-control.is-invalid:focus,
.was-validated .has-danger .editor_atto_content.form-control-danger .form-control:invalid:focus,
.has-danger .editor_atto_content.form-control-danger .form-control.is-invalid:focus {
	border-color: #ca3120;
	box-shadow: 0 0 0 0.2rem rgba(202, 49, 32, 0.25);
}

.was-validated .has-danger .editor_atto_content.form-control select.form-control:invalid,
.has-danger .editor_atto_content.form-control select.form-control.is-invalid,
.was-validated .has-danger .editor_atto_content.form-control-danger select.form-control:invalid,
.has-danger .editor_atto_content.form-control-danger select.form-control.is-invalid {
	padding-right: 3rem !important;
	background-position: right 1.5rem center;
}

.was-validated .has-danger .editor_atto_content.form-control textarea.form-control:invalid,
.has-danger .editor_atto_content.form-control textarea.form-control.is-invalid,
.was-validated .has-danger .editor_atto_content.form-control-danger textarea.form-control:invalid,
.has-danger .editor_atto_content.form-control-danger textarea.form-control.is-invalid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.was-validated .has-danger .editor_atto_content.form-control .custom-select:invalid,
.has-danger .editor_atto_content.form-control .custom-select.is-invalid,
.was-validated .has-danger .editor_atto_content.form-control-danger .custom-select:invalid,
.has-danger .editor_atto_content.form-control-danger .custom-select.is-invalid {
	border-color: #ca3120;
	padding-right: calc(.75em + 2.3125rem) !important;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ca3120' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ca3120' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
}

.was-validated .has-danger .editor_atto_content.form-control .custom-select:invalid:focus,
.has-danger .editor_atto_content.form-control .custom-select.is-invalid:focus,
.was-validated .has-danger .editor_atto_content.form-control-danger .custom-select:invalid:focus,
.has-danger .editor_atto_content.form-control-danger .custom-select.is-invalid:focus {
	border-color: #ca3120;
	box-shadow: 0 0 0 0.2rem rgba(202, 49, 32, 0.25);
}

.was-validated .has-danger .editor_atto_content.form-control .form-check-input:invalid~.form-check-label,
.has-danger .editor_atto_content.form-control .form-check-input.is-invalid~.form-check-label,
.was-validated .has-danger .editor_atto_content.form-control-danger .form-check-input:invalid~.form-check-label,
.has-danger .editor_atto_content.form-control-danger .form-check-input.is-invalid~.form-check-label {
	color: #ca3120;
}

.was-validated .has-danger .editor_atto_content.form-control .form-check-input:invalid~.invalid-feedback,
.was-validated .has-danger .editor_atto_content.form-control .form-check-input:invalid~.invalid-tooltip,
.has-danger .editor_atto_content.form-control .form-check-input.is-invalid~.invalid-feedback,
.has-danger .editor_atto_content.form-control .form-check-input.is-invalid~.invalid-tooltip,
.was-validated .has-danger .editor_atto_content.form-control-danger .form-check-input:invalid~.invalid-feedback,
.was-validated .has-danger .editor_atto_content.form-control-danger .form-check-input:invalid~.invalid-tooltip,
.has-danger .editor_atto_content.form-control-danger .form-check-input.is-invalid~.invalid-feedback,
.has-danger .editor_atto_content.form-control-danger .form-check-input.is-invalid~.invalid-tooltip {
	display: block;
}

.was-validated .has-danger .editor_atto_content.form-control .custom-control-input:invalid~.custom-control-label,
.has-danger .editor_atto_content.form-control .custom-control-input.is-invalid~.custom-control-label,
.was-validated .has-danger .editor_atto_content.form-control-danger .custom-control-input:invalid~.custom-control-label,
.has-danger .editor_atto_content.form-control-danger .custom-control-input.is-invalid~.custom-control-label {
	color: #ca3120;
}

.was-validated .has-danger .editor_atto_content.form-control .custom-control-input:invalid~.custom-control-label::before,
.has-danger .editor_atto_content.form-control .custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .has-danger .editor_atto_content.form-control-danger .custom-control-input:invalid~.custom-control-label::before,
.has-danger .editor_atto_content.form-control-danger .custom-control-input.is-invalid~.custom-control-label::before {
	border-color: #ca3120;
}

.was-validated .has-danger .editor_atto_content.form-control .custom-control-input:invalid:checked~.custom-control-label::before,
.has-danger .editor_atto_content.form-control .custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .has-danger .editor_atto_content.form-control-danger .custom-control-input:invalid:checked~.custom-control-label::before,
.has-danger .editor_atto_content.form-control-danger .custom-control-input.is-invalid:checked~.custom-control-label::before {
	border-color: #e04d3d;
	background-color: #e04d3d;
}

.was-validated .has-danger .editor_atto_content.form-control .custom-control-input:invalid:focus~.custom-control-label::before,
.has-danger .editor_atto_content.form-control .custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .has-danger .editor_atto_content.form-control-danger .custom-control-input:invalid:focus~.custom-control-label::before,
.has-danger .editor_atto_content.form-control-danger .custom-control-input.is-invalid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(202, 49, 32, 0.25);
}

.was-validated .has-danger .editor_atto_content.form-control .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.has-danger .editor_atto_content.form-control .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .has-danger .editor_atto_content.form-control-danger .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.has-danger .editor_atto_content.form-control-danger .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
	border-color: #ca3120;
}

.was-validated .has-danger .editor_atto_content.form-control .custom-file-input:invalid~.custom-file-label,
.has-danger .editor_atto_content.form-control .custom-file-input.is-invalid~.custom-file-label,
.was-validated .has-danger .editor_atto_content.form-control-danger .custom-file-input:invalid~.custom-file-label,
.has-danger .editor_atto_content.form-control-danger .custom-file-input.is-invalid~.custom-file-label {
	border-color: #ca3120;
}

.was-validated .has-danger .editor_atto_content.form-control .custom-file-input:invalid:focus~.custom-file-label,
.has-danger .editor_atto_content.form-control .custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .has-danger .editor_atto_content.form-control-danger .custom-file-input:invalid:focus~.custom-file-label,
.has-danger .editor_atto_content.form-control-danger .custom-file-input.is-invalid:focus~.custom-file-label {
	border-color: #ca3120;
	box-shadow: 0 0 0 0.2rem rgba(202, 49, 32, 0.25);
}

.open.atto_menu>.dropdown-menu {
	display: block;
}

div.editor_atto_toolbar button .icon {
	color: #495057;
}

.toast {
	border-radius: 0.25rem;
}

.toast.toast-success {
	background-color: rgba(215, 228, 214, 0.95);
	color: #1b3d19;
}

.toast.toast-success .toast-header {
	color: #1b3d19;
}

.toast.toast-success .toast-body:before {
	margin: 2px 5px 0 0;
	content: "";
}

.toast.toast-danger {
	background-color: rgba(244, 214, 210, 0.95);
	color: #651910;
}

.toast.toast-danger .toast-header {
	color: #651910;
}

.toast.toast-danger .toast-body:before {
	margin: 2px 5px 0 0;
	content: "";
}

.toast.toast-info {
	background-color: rgba(204, 230, 234, 0.95);
	color: #00414b;
}

.toast.toast-info .toast-header {
	color: #00414b;
}

.toast.toast-info .toast-body:before {
	margin: 2px 5px 0 0;
	content: "";
}

.toast.toast-warning {
	background-color: rgba(252, 239, 220, 0.95);
	color: #785727;
}

.toast.toast-warning .toast-header {
	color: #785727;
}

.toast.toast-warning .toast-body:before {
	margin: 2px 5px 0 0;
	content: "";
}

.toast .btn-close {
	color: inherit;
}

.navbar.fixed-top {
	padding-top: 0;
	padding-bottom: 0;
	box-shadow: none;
	border-bottom: #dee2e6 1px solid;
	align-items: stretch;
	height: 61px;
}

.navbar.fixed-top .navbar-brand .logo {
	max-height: calc(60px - (.25rem * 2));
}

.navbar.fixed-top .nav-link {
	height: 100%;
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.navbar.fixed-top .divider {
	width: 1px;
	background-color: #dee2e6;
}

.navbar.fixed-top #usernavigation .nav-link {
	padding: 0 0.5rem;
}

.navbar.fixed-top .login {
	display: flex;
	align-items: center;
}

.navbar.fixed-top .usermenu {
	display: flex;
}

.navbar.fixed-top .usermenu .action-menu {
	display: flex;
	align-items: center;
}

.navbar.fixed-top .usermenu .dropdown {
	display: flex;
	align-items: center;
}

.navbar.fixed-top .usermenu .dropdown .dropdown-toggle {
	padding-top: 0;
	padding-bottom: 0;
	border-radius: 0;
	display: flex;
	align-items: center;
	height: 100%;
}

.navbar.fixed-top .usermenu .dropdown-menu {
	min-width: 235px;
}

.navbar.fixed-top .usermenu .dropdown-menu .carousel-navigation-link>* {
	pointer-events: none;
}

.navbar.fixed-top .usermenu .dropdown-menu .dropdown-item {
	padding: 0.25rem 1.75rem 0.25rem 0.75rem;
}

.navbar.fixed-top .usermenu .dropdown-menu .dropdown-item.carousel-navigation-link::after {
	content: "";
	font-size: 1rem;
	padding-top: 0.2rem;
	right: 0.75rem;
	position: absolute;
}

.navbar.fixed-top .usermenu .dropdown-menu .submenu .header {
	padding: 0.25rem 0.75rem;
	font-size: 0.975rem;
}

.navbar.fixed-top .usermenu .dropdown-menu .submenu .header .icon {
	font-size: 20px;
	height: 20px;
	width: 20px;
	margin: 0;
}

.navbar.fixed-top .usermenu .dropdown-menu .submenu .items .dropdown-item[aria-current="true"]::before {
	content: "";
	font-size: 0.75rem;
	padding-left: 0.25rem;
}

.navbar.fixed-top .usermenu .login {
	display: flex;
	align-items: center;
}

.navbar.fixed-top .usermenu .dropdown,
.navbar.fixed-top .langmenu .dropdown {
	display: flex;
	align-items: center;
	height: 100%;
}

.navbar.fixed-top .usermenu .dropdown .dropdown-toggle,
.navbar.fixed-top .langmenu .dropdown .dropdown-toggle {
	padding-top: 0;
	padding-bottom: 0;
	border-radius: 0;
	display: flex;
	align-items: center;
	height: 100%;
}

.navbar.fixed-top .langmenu .dropdown-menu .dropdown-item[aria-current="true"]::before {
	content: "";
	font-size: 0.75rem;
	padding-left: 0.25rem;
}

@media (max-width: 767.98px) {
	.navbar.fixed-top .langmenu .langbutton {
		display: none;
	}
}

.navbar.fixed-top .moodle-actionmenu .menubar,
.navbar.fixed-top .action-menu-trigger .dropdown {
	height: 100%;
	display: flex;
}

.dir-rtl .navbar.fixed-top .usermenu .dropdown-menu .dropdown-item.carousel-navigation-link::after {
	content: "";
}

.dir-rtl .navbar.fixed-top .usermenu .dropdown-menu .carousel .carousel-inner .carousel-item-prev.carousel-item-right,
.dir-rtl .navbar.fixed-top .usermenu .dropdown-menu .carousel .carousel-inner .carousel-item-next.carousel-item-left {
	transform: translateX(0);
}

.dir-rtl .navbar.fixed-top .usermenu .dropdown-menu .carousel .carousel-inner .carousel-item-next,
.dir-rtl .navbar.fixed-top .usermenu .dropdown-menu .carousel .carousel-inner .carousel-item-right.active {
	transform: translateX(-100%);
}

.dir-rtl .navbar.fixed-top .usermenu .dropdown-menu .carousel .carousel-inner .carousel-item-prev,
.dir-rtl .navbar.fixed-top .usermenu .dropdown-menu .carousel .carousel-inner .carousel-item-left.active {
	transform: translateX(100%);
}

#page {
	margin-top: 60px;
}

.pagelayout-embedded #page {
	margin-top: 0;
}

.navbar-bootswatch .navbar-brand {
	overflow: hidden;
	text-overflow: ellipsis;
}

.navbar-bootswatch .navbar-brand .sitename {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

:root {
	--navbar-height: 60px
}

.reportbuilder-wrapper .btn-outline-secondary[data-toggle="collapse"]:not(.collapsed),
.reportbuilder-wrapper .dropdown.show .btn-outline-secondary[data-toggle="dropdown"] {
	color: #fff;
	background-color: #6a737b;
	border-color: #6a737b;
}

.reportbuilder-table .action-menu .menubar {
	justify-content: end;
}

.reportbuilder-table .action-menu .menubar .btn.btn-icon {
	height: 32px;
	width: 32px;
	border-radius: 0.5rem;
}

.reportbuilder-wrapper .filters-dropdown {
	width: 27rem;
	padding: 0 0 4rem 0;
	z-index: 1050;
	overflow: hidden;
}

@media (max-width: 767.98px) {
	.reportbuilder-wrapper .filters-dropdown {
		width: 100%;
	}
}

.reportbuilder-filters-sidebar {
	max-height: 30rem;
	overflow-y: auto;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	scrollbar-width: thin;
	scrollbar-color: #6a737b #fff;
	background: linear-gradient(#fff 30%, rgba(255, 255, 255, 0)) center top, linear-gradient(rgba(255, 255, 255, 0), #fff 70%) center bottom, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), transparent) center top, radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), transparent) center bottom;
	background-repeat: no-repeat;
	background-size: 100% 1rem, 100% 1rem, 100% calc(1rem / 2), 100% calc(1rem / 2);
	background-attachment: local, local, scroll, scroll;
}

.reportbuilder-filters-sidebar::-webkit-scrollbar {
	width: 12px;
}

.reportbuilder-filters-sidebar::-webkit-scrollbar-track {
	background: #fff;
}

.reportbuilder-filters-sidebar::-webkit-scrollbar-thumb {
	background-color: #6a737b;
	border-radius: 20px;
	border: 3px solid #fff;
}

.reportbuilder-filters-sidebar::-webkit-scrollbar-thumb:hover {
	background-color: #495057;
}

.reportbuilder-filters-sidebar .filter:not(:nth-last-child(2)) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.reportbuilder-filters-sidebar .filter .filter-name:hover {
	white-space: normal;
	text-overflow: clip;
	word-break: break-all;
}

.reportbuilder-filters-sidebar .fitem[data-groupname="buttonar"] {
	position: absolute;
	bottom: 0;
	height: 4rem;
	align-items: center;
}

.reportbuilder-filters-sidebar .fitem[data-groupname="buttonar"] .col-form-label {
	display: none !important;
}

.reportbuilder-filters-wrapper .mform.full-width-labels .fdate_selector,
.reportbuilder-conditions-list .mform.full-width-labels .fdate_selector {
	flex-wrap: wrap;
}

.reportbuilder-filters-wrapper .mform.full-width-labels .fitem,
.reportbuilder-conditions-list .mform.full-width-labels .fitem {
	margin-bottom: 0 !important;
	max-width: 100%;
}

.reportbuilder-filters-wrapper .mform.full-width-labels .fitem:not(.row):last-child,
.reportbuilder-conditions-list .mform.full-width-labels .fitem:not(.row):last-child {
	flex: 1;
	min-width: 0;
}

.reportbuilder-filters-wrapper .mform.full-width-labels .fitem:not(.row):last-child span,
.reportbuilder-filters-wrapper .mform.full-width-labels .fitem:not(.row):last-child .custom-select,
.reportbuilder-conditions-list .mform.full-width-labels .fitem:not(.row):last-child span,
.reportbuilder-conditions-list .mform.full-width-labels .fitem:not(.row):last-child .custom-select {
	width: 100%;
}

@media (min-width: 992px) {
	.path-admin-reportbuilder.pagelayout-popup.behat-site .fixed-top {
		position: fixed;
	}

	.path-admin-reportbuilder.pagelayout-popup #region-main {
		border: none;
		padding: 0;
	}

	.path-admin-reportbuilder.pagelayout-popup #maincontent {
		visibility: hidden;
	}

	.path-admin-reportbuilder.pagelayout-popup .dynamictabs .nav-tabs {
		position: fixed;
		z-index: 1030;
		width: calc(100% - 35px);
		padding-top: 1.25rem;
		background-color: #fff;
		box-shadow: 0 1.25rem 0 #fff;
	}

	.path-admin-reportbuilder.pagelayout-popup .dynamictabs .tab-content {
		padding-top: 83px;
	}

	.path-admin-reportbuilder.pagelayout-popup .reportbuilder-sidebar-menu {
		position: fixed;
	}

	.path-admin-reportbuilder.pagelayout-popup .reportbuilder-sidebar-menu .reportbuilder-sidebar-menu-cards {
		max-height: calc(100vh - 163px - 52px);
	}

	.path-admin-reportbuilder.pagelayout-popup .reportbuilder-sidebar-settings {
		position: fixed;
		right: 30px;
		max-height: calc(100vh - 163px);
	}

	.path-admin-reportbuilder.pagelayout-popup .reportbuilder-report[data-editing] .reportbuilder-report-container {
		max-height: calc(100vh - 163px);
		overflow-y: auto;
		scrollbar-width: thin;
		scrollbar-color: #6a737b #f8f9fa;
		margin-left: calc(250px + 1rem);
		margin-right: calc(350px + 1rem);
	}

	.path-admin-reportbuilder.pagelayout-popup .reportbuilder-report[data-editing] .reportbuilder-report-container::-webkit-scrollbar {
		width: 12px;
	}

	.path-admin-reportbuilder.pagelayout-popup .reportbuilder-report[data-editing] .reportbuilder-report-container::-webkit-scrollbar-track {
		background: #f8f9fa;
	}

	.path-admin-reportbuilder.pagelayout-popup .reportbuilder-report[data-editing] .reportbuilder-report-container::-webkit-scrollbar-thumb {
		background-color: #6a737b;
		border-radius: 20px;
		border: 3px solid #f8f9fa;
	}

	.path-admin-reportbuilder.pagelayout-popup .reportbuilder-report[data-editing] .reportbuilder-report-container::-webkit-scrollbar-thumb:hover {
		background-color: #495057;
	}

	.path-admin-reportbuilder.pagelayout-popup .reportbuilder-audiences-container {
		margin-left: calc(250px + 1rem);
	}
}

#page-admin-reportbuilder-edit #page {
	overflow-y: auto;
}

.reportbuilder-report-container {
	min-width: 0;
}

.reportbuilder-report-container button[data-action="toggle-edit-preview"] .loading-icon {
	margin-left: 0.5rem;
}

.reportbuilder-editor-table-container {
	overflow-x: auto;
}

.reportbuilder-table th button[data-action="report-remove-column"] .icon,
.reportbuilder-table th span[data-drag-type="move"] .icon {
	width: 12px;
	height: 12px;
	font-size: 12px;
	vertical-align: text-top;
	color: #1d2125;
}

.reportbuilder-table th button[data-action="report-remove-column"] .icon {
	margin-right: 0;
}

@media (min-width: 992px) {
	.reportbuilder-sidebar-menu {
		width: 250px;
		flex-shrink: 0;
	}
}

.reportbuilder-sidebar-menu .card-body .list-group-item {
	padding: 0.75rem;
}

.reportbuilder-sidebar-menu .card-body .list-group-item .icon {
	width: 12px;
	height: 12px;
	font-size: 12px;
}

.reportbuilder-sidebar-menu-cards {
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #6a737b #f8f9fa;
}

.reportbuilder-sidebar-menu-cards::-webkit-scrollbar {
	width: 12px;
}

.reportbuilder-sidebar-menu-cards::-webkit-scrollbar-track {
	background: #f8f9fa;
}

.reportbuilder-sidebar-menu-cards::-webkit-scrollbar-thumb {
	background-color: #6a737b;
	border-radius: 20px;
	border: 3px solid #f8f9fa;
}

.reportbuilder-sidebar-menu-cards::-webkit-scrollbar-thumb:hover {
	background-color: #495057;
}

.reportbuilder-sidebar-settings {
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #6a737b #f8f9fa;
}

.reportbuilder-sidebar-settings::-webkit-scrollbar {
	width: 12px;
}

.reportbuilder-sidebar-settings::-webkit-scrollbar-track {
	background: #f8f9fa;
}

.reportbuilder-sidebar-settings::-webkit-scrollbar-thumb {
	background-color: #6a737b;
	border-radius: 20px;
	border: 3px solid #f8f9fa;
}

.reportbuilder-sidebar-settings::-webkit-scrollbar-thumb:hover {
	background-color: #495057;
}

@media (min-width: 992px) {
	.reportbuilder-sidebar-settings {
		width: 350px;
		flex-shrink: 0;
	}
}

.reportbuilder-sidebar-settings div[data-region="settings-conditions"] .reportbuilder-conditions-select .form-autocomplete-selection,
.reportbuilder-sidebar-settings div[data-region="settings-filters"] .reportbuilder-filters-select .form-autocomplete-selection {
	display: none;
}

.reportbuilder-sidebar-settings div[data-region="settings-conditions"] .reportbuilder-conditions-select .form-autocomplete-input,
.reportbuilder-sidebar-settings div[data-region="settings-filters"] .reportbuilder-filters-select .form-autocomplete-input {
	width: 100%;
}

.reportbuilder-sidebar-settings div[data-region="settings-conditions"] .reportbuilder-conditions-select .form-autocomplete-suggestions,
.reportbuilder-sidebar-settings div[data-region="settings-filters"] .reportbuilder-filters-select .form-autocomplete-suggestions {
	width: calc(100% - 2 * .5rem);
}

.reportbuilder-sidebar-settings .list-group-item {
	padding: 0.75rem;
}

.reportbuilder-sidebar-settings .list-group-item .icon {
	width: 12px;
	height: 12px;
	font-size: 12px;
	color: #1d2125;
}

.reportbuilder-sidebar-settings .list-group-item button[data-action="report-remove-filter"] .icon,
.reportbuilder-sidebar-settings .list-group-item button[data-action="report-remove-condition"] .icon {
	margin-right: 0;
	vertical-align: text-top;
}

.reportbuilder-sidebar-settings .list-group-item span[data-drag-type="move"] .icon {
	vertical-align: text-top;
}

.reportbuilder-sidebar-settings div[data-region="settings-sorting"] .list-group-item span[data-drag-type="move"] .icon {
	vertical-align: middle;
}

.reportbuilder-sidebar-settings div[data-region="settings-cardview"] form .col-md-3,
.reportbuilder-sidebar-settings div[data-region="settings-cardview"] form .col-md-9 {
	flex: 1 1;
	max-width: initial;
}

.reportbuilder-sidebar-settings div[data-region="settings-cardview"] form div[data-fieldtype="submit"] {
	flex-basis: auto;
}

.reportbuilder-sidebar-settings .inplaceeditable.inplaceeditingon input {
	width: 100%;
}

@keyframes sortable-list-drag-color-reset {
	from {
		background-color: #a2cff8;
	}

	to {
		background-color: inherit;
	}
}

.reportbuilder-sortable-list li.sortable-list-current-position,
.reportbuilder-table th.sortable-list-current-position,
.reportbuilder-conditions-list .condition.sortable-list-current-position {
	background-color: #a2cff8;
}

.reportbuilder-sortable-list li.sortable-list-is-dragged,
.reportbuilder-table th.sortable-list-is-dragged,
.reportbuilder-conditions-list .condition.sortable-list-is-dragged {
	background-color: #fff;
	opacity: 0.85;
}

.reportbuilder-sortable-list li.sortable-list-is-dropped,
.reportbuilder-table th.sortable-list-is-dropped,
.reportbuilder-conditions-list .condition.sortable-list-is-dropped {
	animation: sortable-list-drag-color-reset 1s ease;
}

.reportbuilder-toggle-card .card-header {
	border-bottom: none;
}

.reportbuilder-toggle-card .card-body {
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.reportbuilder-toggle-card .toggle-card-button i.toggle-card-icon {
	color: #6a737b;
	font-weight: 700;
}

.reportbuilder-toggle-card .toggle-card-button .collapsed-icon-container {
	display: none;
}

.reportbuilder-toggle-card .toggle-card-button .expanded-icon-container {
	display: inline-block;
}

.reportbuilder-toggle-card .toggle-card-button.collapsed .collapsed-icon-container {
	display: inline-block;
}

.reportbuilder-toggle-card .toggle-card-button.collapsed .expanded-icon-container {
	display: none;
}

.reportbuilder-audiences-container .audience-separator {
	text-transform: uppercase;
}

.reportbuilder-audiences-container .audience-separator::before,
.reportbuilder-audiences-container .audience-separator::after {
	content: "";
	flex: 1;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.reportbuilder-audiences-container .audience-separator:not(:empty)::before {
	margin-right: 1rem;
}

.reportbuilder-audiences-container .audience-separator:not(:empty)::after {
	margin-left: 1rem;
}

.reportbuilder-audiences-container .instance-card .card-header i.icon {
	margin-right: 0;
}

@media (max-width: 575.98px) {
	.reportbuilder-report[data-report-type="0"]:not([data-editing]):not([data-force-table]) table.reportbuilder-table thead {
		display: none;
	}

	.reportbuilder-report[data-report-type="0"]:not([data-editing]):not([data-force-table]) table.reportbuilder-table tr {
		display: flex;
		flex-direction: column;
		margin: 0.5rem 0;
		padding: 0.25rem 0.5rem 0 0.5rem;
		background-color: #fff !important;
		word-wrap: break-word;
		background-clip: border-box;
		border: 1px solid rgba(0, 0, 0, 0.125);
		border-radius: 0.5rem;
	}

	.reportbuilder-report[data-report-type="0"]:not([data-editing]):not([data-force-table]) table.reportbuilder-table tr:hover {
		background-color: #fff !important;
	}

	.reportbuilder-report[data-report-type="0"]:not([data-editing]):not([data-force-table]) table.reportbuilder-table tr.emptyrow {
		display: none;
	}

	.reportbuilder-report[data-report-type="0"]:not([data-editing]):not([data-force-table]) table.reportbuilder-table tr:not(.show) td[data-cardviewhidden] {
		display: none;
	}

	.reportbuilder-report[data-report-type="0"]:not([data-editing]):not([data-force-table]) table.reportbuilder-table tr td {
		display: block;
		min-height: 3.6rem;
		padding: 0.5rem 0.25rem;
		border: none;
	}

	.reportbuilder-report[data-report-type="0"]:not([data-editing]):not([data-force-table]) table.reportbuilder-table tr td::before {
		content: attr(data-cardtitle);
		display: block;
		text-transform: uppercase;
		font-size: 70%;
		color: #343a40;
	}

	.reportbuilder-report[data-report-type="0"]:not([data-editing]):not([data-force-table]) table.reportbuilder-table tr td:not([data-cardtitle]) {
		min-height: 3rem;
	}

	.reportbuilder-report[data-report-type="0"]:not([data-editing]):not([data-force-table]) table.reportbuilder-table tr td:not(:first-child):not(.card-toggle) {
		border-top: 1px solid rgba(0, 0, 0, 0.125);
	}

	.reportbuilder-report[data-report-type="0"]:not([data-editing]):not([data-force-table]) table.reportbuilder-table tr td:first-child {
		padding-right: 2rem;
	}

	.reportbuilder-report[data-report-type="0"]:not([data-editing]):not([data-force-table]) table.reportbuilder-table tr td.card-toggle {
		display: block !important;
		position: absolute;
		right: 10px;
	}

	.reportbuilder-report[data-report-type="0"]:not([data-editing]):not([data-force-table]) table.reportbuilder-table tr td.card-toggle button {
		padding: 0 0.5rem;
		color: #6a737b;
	}

	.reportbuilder-report[data-report-type="0"]:not([data-editing]):not([data-force-table]) table.reportbuilder-table tr td.card-toggle button i {
		font-size: 1.5em;
		font-weight: bold;
	}
}

@media (min-width: 576px) {
	.reportbuilder-report[data-report-type="0"]:not([data-editing])[data-force-card] table.reportbuilder-table thead {
		display: none;
	}

	.reportbuilder-report[data-report-type="0"]:not([data-editing])[data-force-card] table.reportbuilder-table tr {
		display: flex;
		flex-direction: column;
		margin: 0.5rem 0;
		padding: 0.25rem 0.5rem 0 0.5rem;
		background-color: #fff !important;
		word-wrap: break-word;
		background-clip: border-box;
		border: 1px solid rgba(0, 0, 0, 0.125);
		border-radius: 0.5rem;
	}

	.reportbuilder-report[data-report-type="0"]:not([data-editing])[data-force-card] table.reportbuilder-table tr:hover {
		background-color: #fff !important;
	}

	.reportbuilder-report[data-report-type="0"]:not([data-editing])[data-force-card] table.reportbuilder-table tr.emptyrow {
		display: none;
	}

	.reportbuilder-report[data-report-type="0"]:not([data-editing])[data-force-card] table.reportbuilder-table tr:not(.show) td[data-cardviewhidden] {
		display: none;
	}

	.reportbuilder-report[data-report-type="0"]:not([data-editing])[data-force-card] table.reportbuilder-table tr td {
		display: block;
		min-height: 3.6rem;
		padding: 0.5rem 0.25rem;
		border: none;
	}

	.reportbuilder-report[data-report-type="0"]:not([data-editing])[data-force-card] table.reportbuilder-table tr td::before {
		content: attr(data-cardtitle);
		display: block;
		text-transform: uppercase;
		font-size: 70%;
		color: #343a40;
	}

	.reportbuilder-report[data-report-type="0"]:not([data-editing])[data-force-card] table.reportbuilder-table tr td:not([data-cardtitle]) {
		min-height: 3rem;
	}

	.reportbuilder-report[data-report-type="0"]:not([data-editing])[data-force-card] table.reportbuilder-table tr td:not(:first-child):not(.card-toggle) {
		border-top: 1px solid rgba(0, 0, 0, 0.125);
	}

	.reportbuilder-report[data-report-type="0"]:not([data-editing])[data-force-card] table.reportbuilder-table tr td:first-child {
		padding-right: 2rem;
	}

	.reportbuilder-report[data-report-type="0"]:not([data-editing])[data-force-card] table.reportbuilder-table tr td.card-toggle {
		display: block !important;
		position: absolute;
		right: 10px;
	}

	.reportbuilder-report[data-report-type="0"]:not([data-editing])[data-force-card] table.reportbuilder-table tr td.card-toggle button {
		padding: 0 0.5rem;
		color: #6a737b;
	}

	.reportbuilder-report[data-report-type="0"]:not([data-editing])[data-force-card] table.reportbuilder-table tr td.card-toggle button i {
		font-size: 1.5em;
		font-weight: bold;
	}
}

.courseindex .courseindex-item {
	padding: 0.5rem 0.5rem;
	border: 1px solid transparent;
	border-radius: 0.5rem;
}

.courseindex .courseindex-item.courseindex-section-title a {
	font-weight: bold;
}

.courseindex .courseindex-item .icons-collapse-expand {
	padding-right: 4px;
}

.courseindex .courseindex-item .courseindex-link,
.courseindex .courseindex-item .courseindex-chevron {
	color: #495057;
}

.courseindex .courseindex-item .courseindex-link:hover,
.courseindex .courseindex-item .courseindex-link:focus,
.courseindex .courseindex-item .courseindex-chevron:hover,
.courseindex .courseindex-item .courseindex-chevron:focus {
	color: #000;
	text-decoration: none;
}

.courseindex .courseindex-item:hover,
.courseindex .courseindex-item:focus {
	color: #000;
}

.courseindex .courseindex-item:hover .courseindex-link,
.courseindex .courseindex-item:hover .courseindex-chevron,
.courseindex .courseindex-item:focus .courseindex-link,
.courseindex .courseindex-item:focus .courseindex-chevron {
	color: #000;
	cursor: pointer;
}

.courseindex .courseindex-item:hover.dimmed,
.courseindex .courseindex-item:focus.dimmed {
	color: #000;
}

.courseindex .courseindex-item:hover.dimmed .courseindex-link,
.courseindex .courseindex-item:hover.dimmed .courseindex-chevron,
.courseindex .courseindex-item:focus.dimmed .courseindex-link,
.courseindex .courseindex-item:focus.dimmed .courseindex-chevron {
	color: #000;
}

.courseindex .courseindex-item:hover.draggable,
.courseindex .courseindex-item:focus.draggable {
	cursor: move;
}

.courseindex .courseindex-item:hover.pageitem,
.courseindex .courseindex-item:hover .pageitem,
.courseindex .courseindex-item:focus.pageitem,
.courseindex .courseindex-item:focus .pageitem {
	background-color: #0c589c;
	color: #e6e6e6;
}

.courseindex .courseindex-item:hover.pageitem .courseindex-link,
.courseindex .courseindex-item:hover.pageitem .courseindex-chevron,
.courseindex .courseindex-item:hover .pageitem .courseindex-link,
.courseindex .courseindex-item:hover .pageitem .courseindex-chevron,
.courseindex .courseindex-item:focus.pageitem .courseindex-link,
.courseindex .courseindex-item:focus.pageitem .courseindex-chevron,
.courseindex .courseindex-item:focus .pageitem .courseindex-link,
.courseindex .courseindex-item:focus .pageitem .courseindex-chevron {
	color: #e6e6e6;
}

.courseindex .courseindex-item:hover.pageitem .courseindex-link a,
.courseindex .courseindex-item:hover.pageitem .courseindex-chevron a,
.courseindex .courseindex-item:hover .pageitem .courseindex-link a,
.courseindex .courseindex-item:hover .pageitem .courseindex-chevron a,
.courseindex .courseindex-item:focus.pageitem .courseindex-link a,
.courseindex .courseindex-item:focus.pageitem .courseindex-chevron a,
.courseindex .courseindex-item:focus .pageitem .courseindex-link a,
.courseindex .courseindex-item:focus .pageitem .courseindex-chevron a {
	color: #e6e6e6;
}

.courseindex .courseindex-item.dragging {
	border: 1px solid #b3d9e0;
	background-color: #e6f2f5;
}

.courseindex .courseindex-item.active {
	background-color: #f8f9fa;
	border-color: #dee2e6;
}

.courseindex .courseindex-item.dimmed {
	color: #6a737b;
}

.courseindex .courseindex-item.dimmed .courseindex-link,
.courseindex .courseindex-item.dimmed .courseindex-chevron {
	color: #6a737b;
}

.courseindex .courseindex-item.dimmed.pageitem {
	color: #fff;
}

.courseindex .courseindex-item.dimmed.pageitem a {
	color: #fff;
}

.courseindex .courseindex-item .courseindex-locked {
	display: none;
}

.courseindex .courseindex-item.restrictions .courseindex-locked {
	display: block;
}

.courseindex .courseindex-item.pageitem {
	background-color: #0f6cbf;
	color: #fff;
	scroll-margin: 6rem;
}

.courseindex .courseindex-item.pageitem a {
	color: #fff;
}

.courseindex .courseindex-item .completioninfo {
	min-width: 24px;
}

.courseindex .courseindex-item .completioninfo.completion_complete {
	color: #357a32;
}

.courseindex .courseindex-item .completioninfo.completion_fail {
	color: #ca3120;
}

.courseindex .courseindex-item.indented {
	margin-left: 1rem;
}

.courseindex .courseindex-section {
	border-left: solid 3px transparent;
}

.courseindex .courseindex-section.dragging {
	border: 1px solid #b3d9e0;
	background-color: #e6f2f5;
}

.courseindex .courseindex-section .current-badge {
	line-height: 1.5;
	display: none;
}

.courseindex .courseindex-section.current {
	border-left: solid 3px #0f6cbf;
}

.courseindex .courseindex-section.current .current-badge {
	display: inline-block;
}

.courseindex .courseindex-section.current .delegated-section .current-badge {
	display: none;
}

.courseindex .courseindex-section.dropready .courseindex-item-content {
	padding-bottom: 1em;
}

.courseindex .courseindex-section .courseindex-sectioncontent .courseindex-item {
	padding-left: 0.5rem;
}

.courseindex .courseindex-section.delegated-section {
	width: 100%;
}

.courseindex .icon {
	font-size: 10px;
}

.courseindex .d-flex-noedit {
	display: none;
}

.courseindex.editing .d-flex-noedit {
	display: flex;
}

.courseindex .placeholders .rounded-circle {
	height: 1rem;
	width: 1rem;
}

.courseindex .placeholders .w-100 {
	height: 1rem;
	margin: 0.5rem 0;
}

.moremenu {
	opacity: 0;
	height: 60px;
}

.moremenu.observed {
	opacity: 1;
}

.moremenu .nav-link {
	height: 60px;
	display: flex;
	align-items: center;
	border-right: none;
	border-bottom: solid 3px transparent;
	border-left: none;
	border-top: none;
}

.moremenu .nav-link:hover,
.moremenu .nav-link:focus {
	border-color: transparent;
	background-color: #f8f9fa;
}

.moremenu .nav-link.active {
	background-color: #f8f9fa;
	border-color: transparent;
	border-bottom-color: #0f6cbf;
}

.moremenu .nav-link.active:focus,
.moremenu .nav-link.active:hover {
	background-color: #f8f9fa;
	border-bottom-color: #0f6cbf;
}

.moremenu .nav-link.focus,
.moremenu .nav-link:focus {
	position: relative;
}

.moremenu .nav-link[data-toggle="tab"] {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.moremenu .nav-link[data-toggle="tab"]::after {
	content: attr(data-text)/"";
	height: 0;
	visibility: hidden;
	overflow: hidden;
	user-select: none;
	pointer-events: none;
	font-weight: bold;
}

@media speech {
	.moremenu .nav-link[data-toggle="tab"]::after {
		display: none;
	}
}

.moremenu .nav-tabs {
	margin-left: 0;
	background-color: #fff;
}

.moremenu .show>.nav-link,
.moremenu .active>.nav-link,
.moremenu .nav-link.show,
.moremenu .nav-link.active {
	background: transparent;
}

.moremenu .dropdownmoremenu>.dropdown-menu>.dropdown-item {
	padding: 0;
}

.moremenu .dropdownmoremenu>.dropdown-menu .dropdown-menu {
	position: static;
	padding: 0;
	border: 0;
}

.moremenu .dropdownmoremenu>.dropdown-menu .dropdown-menu.show {
	display: block;
}

.moremenu .dropdownmoremenu>.dropdown-menu .dropdown-menu .dropdown-item {
	background-color: #f8f9fa;
}

.moremenu .dropdownmoremenu>.dropdown-menu .dropdown-menu .dropdown-item:hover,
.moremenu .dropdownmoremenu>.dropdown-menu .dropdown-menu .dropdown-item:focus {
	color: #fff;
	background-color: #0f6cbf;
}

.moremenu .dropdownmoremenu>.dropdown-menu .dropdown-menu .dropdown-divider {
	display: none;
}

.moremenu .dropdown-item[aria-current="true"],
.moremenu .dropdown-item.active {
	background-color: transparent;
	color: #1d2125;
}

.moremenu .dropdown-item[aria-current="true"]:focus-within,
.moremenu .dropdown-item[aria-current="true"]:hover,
.moremenu .dropdown-item.active:focus-within,
.moremenu .dropdown-item.active:hover {
	background-color: #0f6cbf;
	color: #fff;
}

.moremenu .dropdown-item[aria-current="true"]:focus-within a,
.moremenu .dropdown-item[aria-current="true"]:hover a,
.moremenu .dropdown-item.active:focus-within a,
.moremenu .dropdown-item.active:hover a {
	color: #fff;
}

.moremenu .dropdown-item[aria-current="true"]:before,
.moremenu .dropdown-item.active:before {
	content: "";
}

.primary-navigation .navigation {
	height: 60px;
}

.primary-navigation .navigation .nav-link {
	height: 60px;
	color: #1d2125;
	border-top: 3px solid transparent;
}

@media (max-width: 767.98px) {
	.primary-navigation {
		display: none;
	}

	.editmode-switch-form label {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}
}

.editmode-switch-form .custom-control-input {
	width: 100%;
	z-index: 1;
}

.drawer-primary .drawercontent {
	padding: 0;
}

.drawer-primary .drawercontent .list-group {
	border-radius: 0;
	margin-top: -1px;
}

.drawer-primary .drawercontent .list-group .list-group-item {
	border-left: 0;
	border-right: 0;
}

.secondary-navigation {
	padding-bottom: 15px;
}

.secondary-navigation .navigation {
	border-bottom: 1px solid #dee2e6;
	background-color: #fff;
	margin: 0 -0.5rem;
	padding: 0 0.5rem;
}

.secondary-navigation .navigation .nav-tabs {
	border: none;
	max-width: 830px;
	margin: 0 auto;
}

.secondary-navigation .navigation .nav-tabs .nav-link {
	border-radius: initial;
}

@media (min-width: 768px) {
	.secondary-navigation .navigation {
		padding: 0 calc(0.5rem + 15px);
	}
}

.tertiary-navigation {
	padding-top: 10px;
}

.tertiary-navigation.full-width-bottom-border {
	width: calc(100% + 1rem + 30px);
	margin-left: calc(-0.5rem - 15px);
	margin-right: calc(-0.5rem - 15px);
	border-bottom: 1px solid #dee2e6;
	margin-bottom: 25px;
}

@media (max-width: 767.98px) {
	.tertiary-navigation.full-width-bottom-border {
		width: calc(100% + 1rem);
		margin-left: -0.5rem;
		margin-right: -0.5rem;
	}
}

.tertiary-navigation.full-width-bottom-border .row {
	margin: 0;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.tertiary-navigation .navitem,
.tertiary-navigation .navitem-divider {
	display: flex;
	margin-bottom: 25px;
}

.tertiary-navigation .navitem-divider {
	width: 1px;
	background-color: #dee2e6;
}

.tertiary-navigation>a.btn,
.tertiary-navigation>div.urlselect {
	margin-bottom: 25px;
}

.tertiary-navigation .row {
	column-gap: 10px;
}

.tertiary-navigation .tertiary-navigation-selector .dropdown-toggle {
	padding: 0;
	font-size: 1.4rem;
	font-weight: bold;
}

.tertiary-navigation h2 {
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0;
	align-self: center;
}

.tertiary-navigation .navitem:not(:last-child),
.tertiary-navigation .navitem-divider:not(:last-child) {
	margin-right: 20px;
}

.tertiary-navigation .btn>div {
	max-width: 200px;
}

@media (max-width: 767.98px) {
	.tertiary-navigation .mform {
		padding-left: initial;
	}
}

@media (max-width: 575.98px) {
	.tertiary-navigation .page-toggler>p {
		font-size: 80%;
	}
}

@media print {
	.tertiary-navigation {
		display: none;
	}
}

.popover-process-monitor {
	position: fixed;
	right: 2rem;
	bottom: 5rem;
	width: 350px;
	background-color: #fff;
	border-radius: 0.5rem;
	border: 1px solid #dee2e6;
}

.popover-process-monitor .process-list {
	max-height: 30vh;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #6a737b #f8f9fa;
}

.popover-process-monitor .process-list::-webkit-scrollbar {
	width: 12px;
}

.popover-process-monitor .process-list::-webkit-scrollbar-track {
	background: #f8f9fa;
}

.popover-process-monitor .process-list::-webkit-scrollbar-thumb {
	background-color: #6a737b;
	border-radius: 20px;
	border: 3px solid #f8f9fa;
}

.popover-process-monitor .process-list::-webkit-scrollbar-thumb:hover {
	background-color: #495057;
}

.popover-process-monitor .queue-process {
	border-bottom: 1px solid #e9ecef;
}

.popover-process-monitor .queue-process:last-child {
	border-bottom: 0;
}

.moodlenet-share-dialog {
	min-height: 500px;
}

.moodlenet-share-dialog .modal-header .moodlenet-share-moodlenetinfo {
	align-items: baseline;
}

.moodlenet-share-dialog .modal-header .moodlenet-share-moodlenetinfo .moodlenet-logo {
	display: flex;
}

.moodlenet-share-dialog .modal-header .moodlenet-share-moodlenetinfo .moodlenet-logo .icon {
	width: auto;
	height: 1.3rem;
}

.moodlenet-share-dialog .modal-header .moodlenet-share-moodlenetinfo .moodlenet-title {
	display: flex;
	padding-left: 0.5em;
}

.moodlenet-share-dialog .modal-header.no-border {
	border-bottom: none;
}

.moodlenet-share-dialog .modal-header.no-header-text .moodlenet-share-moodlenetinfo .moodlenet-title {
	display: none;
}

.moodlenet-share-dialog .modal-body .moodlenet-share-activity-info {
	border-radius: 0.5rem;
	color: #1d2125;
	background-color: #e7f0f9;
	border-color: #3f89cc;
	border-width: 1px;
	border-style: solid;
	padding: 0.6em 1.5em;
	margin-bottom: 1rem;
}

.moodlenet-share-dialog .modal-body .moodlenet-share-activity-info hr {
	border-top-color: #337cbf;
}

.moodlenet-share-dialog .modal-body .moodlenet-share-activity-info .alert-link {
	color: #070808;
}

.moodlenet-share-dialog .modal-body .moodlenet-share-activity-info .moodlenet-share-activity-info-hr {
	border-bottom: 1px solid #dee2e6;
}

.moodlenet-share-dialog .modal-body .moodlenet-share-activity-info .moodlenet-activity-type,
.moodlenet-share-dialog .modal-body .moodlenet-share-activity-info .moodlenet-activity-name {
	display: block;
}

.moodlenet-share-dialog .modal-body .moodlenet-share-notice {
	background-color: #f8f9fa;
	padding: 1rem;
}

.moodlenet-share-dialog .modal-body .moodlenet-share-modal-content .loading-icon .icon {
	max-width: 4em;
	max-height: 4em;
	font-size: 4em;
}

.moodlenet-share-dialog .modal-body .moodlenet-share-modal-content .moodlenet-circle-status {
	height: 18rem;
	margin: auto;
}

.moodlenet-share-dialog .modal-body .moodlenet-share-modal-content .moodlenet-circle-status.success {
	background: radial-gradient(circle, rgba(25, 143, 81, 0.1) 9rem, transparent 9rem);
}

.moodlenet-share-dialog .modal-body .moodlenet-share-modal-content .moodlenet-circle-status.fail {
	background: radial-gradient(circle, rgba(202, 49, 32, 0.1) 9rem, transparent 9rem);
}

.moodlenet-share-dialog .modal-body .moodlenet-share-modal-content .moodlenet-circle-status span {
	display: block;
	margin: auto;
}

.moodlenet-share-dialog .modal-body .moodlenet-share-modal-content .moodlenet-circle-status span.status-icon .icon {
	font-size: 8rem;
	width: auto;
	margin: 0;
}

.moodlenet-share-dialog .modal-footer .moodlenet-share-to {
	margin-right: auto;
}

.dropdown-item a {
	display: block;
	width: 100%;
	color: #1d2125;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:focus-within {
	outline: 0;
	background-color: #0f6cbf;
	color: #fff;
}

.dropdown-item.active a,
.dropdown-item:active a,
.dropdown-item:hover a,
.dropdown-item:focus a,
.dropdown-item:focus-within a {
	color: #fff;
}

.dropdown-item[aria-current="true"],
.dropdown-item[aria-selected="true"] {
	position: relative;
	display: flex;
	align-items: center;
}

.dropdown-item[aria-current="true"]:before,
.dropdown-item[aria-selected="true"]:before {
	content: "";
	position: absolute;
	left: 0.4rem;
	font-size: 0.7rem;
}

.dropdown-menu {
	width: fit-content;
}

.dropdown-item.text-primary {
	color: #0f6cbf;
}

.dropdown-item.text-primary:hover {
	color: #fff !important;
}

.dropdown-item.text-secondary {
	color: #ced4da;
}

.dropdown-item.text-secondary:hover {
	color: #fff !important;
}

.dropdown-item.text-success {
	color: #357a32;
}

.dropdown-item.text-success:hover {
	color: #fff !important;
}

.dropdown-item.text-info {
	color: #008196;
}

.dropdown-item.text-info:hover {
	color: #fff !important;
}

.dropdown-item.text-warning {
	color: #f0ad4e;
}

.dropdown-item.text-warning:hover {
	color: #fff !important;
}

.dropdown-item.text-danger {
	color: #ca3120;
}

.dropdown-item.text-danger:hover {
	color: #fff !important;
}

.dropdown-item.text-light {
	color: #f8f9fa;
}

.dropdown-item.text-light:hover {
	color: #fff !important;
}

.dropdown-item.text-dark {
	color: #343a40;
}

.dropdown-item.text-dark:hover {
	color: #fff !important;
}

body.behat-site .path-course-view li.activity form.togglecompletion,
.path-course-view li.activity form.togglecompletion body.behat-site.path-course-view li.activity form.togglecompletion,
body.themedesignermode .path-course-view li.activity form.togglecompletion,
.path-course-view li.activity form.togglecompletion body.themedesignermode.path-course-view li.activity form.togglecompletion {
	outline: 3px dotted #ca3120 !important;
	background-color: #fceeed !important;
}

body.behat-site .path-course-view li.activity form.togglecompletion::before,
.path-course-view li.activity form.togglecompletion body.behat-site.path-course-view li.activity form.togglecompletion::before,
body.themedesignermode .path-course-view li.activity form.togglecompletion::before,
.path-course-view li.activity form.togglecompletion body.themedesignermode.path-course-view li.activity form.togglecompletion::before {
	content: "Deprecated style in use" !important;
	color: #ca3120 !important;
	font-size: smaller !important;
}

.path-course-view li.activity form.togglecompletion .ajaxworking {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 22px;
	top: 3px;
	background: url(/theme/image.php/recit2/core/1759007012/i/ajaxloader) no-repeat;
}

.path-course-view li.activity form.togglecompletion .btn {
	padding: 0;
}

.path-course-view li.activity form.togglecompletion img {
	max-width: none;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.navbar {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.userpicture {
	border-radius: 50%;
}

.btn-outline-secondary {
	color: #6a737b;
	border-color: #6a737b;
	border-color: #6a737b;
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6a737b;
	border-color: #6a737b;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
	box-shadow: 0 0 0 0.2rem rgba(106, 115, 123, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #6a737b;
	background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #6a737b;
	border-color: #6a737b;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(106, 115, 123, 0.5);
}

.btn-outline-info {
	color: #1f7e9a;
	border-color: #1f7e9a;
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #1f7e9a;
	border-color: #1f7e9a;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
	box-shadow: 0 0 0 0.2rem rgba(31, 126, 154, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #1f7e9a;
	background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #1f7e9a;
	border-color: #1f7e9a;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(31, 126, 154, 0.5);
}

.btn-outline-warning {
	color: #a6670e;
	border-color: #a6670e;
}

.btn-outline-warning:hover {
	color: #fff;
	background-color: #a6670e;
	border-color: #a6670e;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
	box-shadow: 0 0 0 0.2rem rgba(166, 103, 14, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #a6670e;
	background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
	color: #fff;
	background-color: #a6670e;
	border-color: #a6670e;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(166, 103, 14, 0.5);
}

/*# sourceMappingURL=preset.css.map */
/*! 
 * Theme RECIT
 * L'ordre des fichiers est important. Réfléchir avant de faire un changement.
 */
@font-face {
    font-family: 'Viga';
    font-style: normal;
    font-weight: normal;
    src: url('../webfonts/Viga-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: normal;
    src: url('../webfonts/Ubuntu-Regular.ttf') format('truetype');
}

@font-face {
	font-family: "SpecialElite";
	src: url(/theme/font.php/recit2/theme/1759007012/SpecialElite-webfont.eot%3F%23iefix) format("embedded-opentype"), url(/theme/font.php/recit2/theme/1759007012/SpecialElite-webfont.woff) format("woff"), url(/theme/font.php/recit2/theme/1759007012/SpecialElite-webfont.ttf) format("truetype"), url(/theme/font.php/recit2/theme/1759007012/SpecialElite-webfont.svg%23special_eliteregular) format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "fontello";
	/* src: url(http://devserver/shared/moodle/theme/recit/fonts/fontello.eot?21999518);*/
	src: url(/theme/font.php/recit2/theme/1759007012/fontello.eot) format("embedded-opentype"), url(/theme/font.php/recit2/theme/1759007012/fontello.woff2) format("woff2"), url(/theme/font.php/recit2/theme/1759007012/fontello.woff) format("woff"), url(/theme/font.php/recit2/theme/1759007012/fontello.ttf) format("truetype"), url(/theme/font.php/recit2/theme/1759007012/fontello.svg%23fontello) format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?21999518#fontello') format('svg');
  }
}
*/
[class^="recitfad-"]:before,
[class*=" recitfad-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: 0.2em;
	text-align: center;
	/* opacity: .8; */
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: 0.2em;
	/* you can be more comfortable with increased icons size */
	font-size: 120%;
	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* Uncomment for 3D effect */
	text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
}

.recitfad-avant-daller-plus-loin_b:before {
	content: "";
}

/* '' */
.recitfad-ampoule:before {
	content: "";
}

/* '' */
.recitfad-actualiser-son-potentiel_n:before {
	content: "";
}

/* '' */
.recitfad-etau:before {
	content: "";
}

/* '' */
.recitfad-inhalation:before {
	content: "";
}

/* '' */
.recitfad-laver-mains:before {
	content: "";
}

/* '' */
.recitfad-manches-repliees:before {
	content: "";
}

/* '' */
.recitfad-nettoyer:before {
	content: "";
}

/* '' */
.recitfad-pas-courir:before {
	content: "";
}

/* '' */
.recitfad-pas-jeter-dans-evier:before {
	content: "";
}

/* '' */
.recitfad-pas-nourriture:before {
	content: "";
}

/* '' */
.recitfad-pas-verres-contact:before {
	content: "";
}

/* '' */
.recitfad-pas-vetements-amples:before {
	content: "";
}

/* '' */
.recitfad-pichenote:before {
	content: "";
}

/* '' */
.recitfad-porter-sarrau:before {
	content: "";
}

/* '' */
.recitfad-port-lunettes:before {
	content: "";
}

/* '' */
.recitfad-position-adequate:before {
	content: "";
}

/* '' */
.recitfad-suggestions-outils:before {
	content: "";
}

/* '' */
.recitfad-tenir-xacto:before {
	content: "";
}

/* '' */
.recitfad-xacto:before {
	content: "";
}

/* '' */
.recitfad-chaussures-adequates:before {
	content: "";
}

/* '' */
.recitfad-cheveux:before {
	content: "";
}

/* '' */
.recitfad-choix-outils:before {
	content: "";
}

/* '' */
.recitfad-couper-avec-xacto:before {
	content: "";
}

/* '' */
.recitfad-bloc-argile_n:before {
	content: "";
}

/* '' */
.recitfad-ce-travai-compte_n:before {
	content: "";
}

/* '' */
.recitfad-collaboration_n:before {
	content: "";
}

/* '' */
.recitfad-communiquer_n:before {
	content: "";
}

/* '' */
.recitfad-consignes-audio_n:before {
	content: "";
}

/* '' */
.recitfad-consultable-sur-un-cellulaire_n:before {
	content: "";
}

/* '' */
.recitfad-consultable-sur-une-tablette_n:before {
	content: "";
}

/* '' */
.recitfad-consultable-sur-un-ordi_n:before {
	content: "";
}

/* '' */
.recitfad-consulte-la-carte_n:before {
	content: "";
}

/* '' */
.recitfad-consulte-le-diagramme_n:before {
	content: "";
}

/* '' */
.recitfad-consulte-le-document_n:before {
	content: "";
}

/* '' */
.recitfad-consulte-le-graphique_n:before {
	content: "";
}

/* '' */
.recitfad-consulte-le-tableau_n:before {
	content: "";
}

/* '' */
.recitfad-consulte-limage_n:before {
	content: "";
}

/* '' */
.recitfad-creativite_n:before {
	content: "";
}

/* '' */
.recitfad-criteres-de-succes_n:before {
	content: "";
}

/* '' */
.recitfad-vivre-ensemble-et-citoyennete_n:before {
	content: "";
}

/* '' */
.recitfad-utilise-suite-bureautique-en-ligne_n:before {
	content: "";
}

/* '' */
.recitfad-univers_n:before {
	content: "";
}

/* '' */
.recitfad-televerse-la-piece_n:before {
	content: "";
}

/* '' */
.recitfad-telecharge-la-piece-suivante_n:before {
	content: "";
}

/* '' */
.recitfad-techniques_n:before {
	content: "";
}

/* '' */
.recitfad-sante-et-bien-etre_n:before {
	content: "";
}

/* '' */
.recitfad-robotique_n:before {
	content: "";
}

/* '' */
.recitfad-resoudre-un-probleme_n:before {
	content: "";
}

/* '' */
.recitfad-recommencer-avec-nouveaux-exercices_n:before {
	content: "";
}

/* '' */
.recitfad-realite-virtuelle_n:before {
	content: "";
}

/* '' */
.recitfad-realite-augmentee_n:before {
	content: "";
}

/* '' */
.recitfad-programmation_n:before {
	content: "";
}

/* '' */
.recitfad-prends-des-notes_n:before {
	content: "";
}

/* '' */
.recitfad-pinceaux_n:before {
	content: "";
}

/* '' */
.recitfad-pastels_n:before {
	content: "";
}

/* '' */
.recitfad-orientation-et-entrepreneuriat_n:before {
	content: "";
}

/* '' */
.recitfad-notions-cles_n:before {
	content: "";
}

/* '' */
.recitfad-narration-dun-texte_n:before {
	content: "";
}

/* '' */
.recitfad-methode-de-travail_n:before {
	content: "";
}

/* '' */
.recitfad-media_n:before {
	content: "";
}

/* '' */
.recitfad-lunettes-realitevirtuelle_n:before {
	content: "";
}

/* '' */
.recitfad-livre-de-reference-a-se-procurer_n:before {
	content: "";
}

/* '' */
.recitfad-laisse-des-traces-demarche_n:before {
	content: "";
}

/* '' */
.recitfad-jugement-critique_n:before {
	content: "";
}

/* '' */
.recitfad-jette-un-oeil_n:before {
	content: "";
}

/* '' */
.recitfad-intentions_n:before {
	content: "";
}

/* '' */
.recitfad-important_n:before {
	content: "";
}

/* '' */
.recitfad-gouache_n:before {
	content: "";
}

/* '' */
.recitfad-gestes-et-materiel_n:before {
	content: "";
}

/* '' */
.recitfad-exporter-linformation_n:before {
	content: "";
}

/* '' */
.recitfad-exploiter-les-technologies_n:before {
	content: "";
}

/* '' */
.recitfad-environnement-et-consommation_n:before {
	content: "";
}

/* '' */
.recitfad-enregistre-une-video_n:before {
	content: "";
}

/* '' */
.recitfad-enregistre-un-audio_n:before {
	content: "";
}

/* '' */
.recitfad-ecoute-la-video_n:before {
	content: "";
}

/* '' */
.recitfad-duree_n:before {
	content: "";
}

/* '' */
.recitfad-document-a-imprimer_n:before {
	content: "";
}

/* '' */
.recitfad-demande-un-casque-ecoute-micro_n:before {
	content: "";
}

/* '' */
.recitfad-demande-un-cellulaire_n:before {
	content: "";
}

/* '' */
.recitfad-demande-une-tablette_n:before {
	content: "";
}

/* '' */
.recitfad-demande-une-webcam_n:before {
	content: "";
}

/* '' */
.recitfad-demande-un-ordinateur_n:before {
	content: "";
}

/* '' */
.recitfad-bbnidan:before {
	content: "";
}

/* '' */
.recitfad-Terre-et-espace:before {
	content: "";
}

/* '' */
.recitfad-Univers-materiel:before {
	content: "";
}

/* '' */
.recitfad-Univers-vivant:before {
	content: "";
}

/* '' */
.recitfad-Univers-technologique:before {
	content: "";
}

/* '' */
.recitfad-communication_orale:before {
	content: "";
}

/* '' */
.recitfad-creer:before {
	content: "";
}

/* '' */
.recitfad-ecrire:before {
	content: "";
}

/* '' */
.recitfad-lire:before {
	content: "";
}

/* '' */
.recitfad-reperes:before {
	content: "";
}

/* '' */
.recitfad-repertoire:before {
	content: "";
}

/* '' */
.recitfad-intro_sept:before {
	content: "";
}

/* '' */
.recitfad-intro_huit:before {
	content: "";
}

/* '' */
.recitfad-intro_neuf:before {
	content: "";
}

/* '' */
.recitfad-fonction:before {
	content: "";
}

/* '' */
.recitfad-intro_un:before {
	content: "";
}

/* '' */
.recitfad-intro_deux:before {
	content: "";
}

/* '' */
.recitfad-intro_trois:before {
	content: "";
}

/* '' */
.recitfad-intro_quatre:before {
	content: "";
}

/* '' */
.recitfad-intro_cinq:before {
	content: "";
}

/* '' */
.recitfad-intro_six:before {
	content: "";
}

/* '' */
.recitfad-ordi_algebre:before {
	content: "";
}

/* '' */
.recitfad-algebre:before {
	content: "";
}

/* '' */
.recitfad-question:before {
	content: "";
}

/* '' */
.recitfad-ordi_question:before {
	content: "";
}

/* '' */
.recitfad-ordi_fonction:before {
	content: "";
}

/* '' */
.recitfad-loupe_fonction:before {
	content: "";
}

/* '' */
.recitfad-loupe-geometrie:before {
	content: "";
}

/* '' */
.recitfad-loupe_geo_ana:before {
	content: "";
}

/* '' */
@font-face {
	font-family: "Material Symbols Outlined";
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v156/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHOej.woff2) format("woff2");
}

.material-symbols-outlined {
	font-family: "Material Symbols Outlined";
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: "liga";
	-webkit-font-smoothing: antialiased;
}

/*****************************
 * BOOTSTRAP OVERRIDE
 *****************************/
.mform fieldset legend {
	font-size: 1.2em;
}

body.pagelayout-admin .row,
body.pagelayout-login .row,
.editeur .row,
section .row {
	background-color: unset !important;
}

.shadow-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
	box-shadow: none !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-decoration-none {
	text-decoration: none !important;
}

@media (min-width: 992px) {

	.modal-lg,
	.modal-xl {
		max-width: 800px;
	}
}

@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}

.border-1 {
	border-width: 1px !important;
}

.border-2 {
	border-width: 2px !important;
}

.border-3 {
	border-width: 3px !important;
}

.border-4 {
	border-width: 4px !important;
}

.border-5 {
	border-width: 5px !important;
}

.rounded-1 {
	border-radius: 0.2rem !important;
}

.rounded-2 {
	border-radius: 0.25rem !important;
}

.rounded-3 {
	border-radius: 0.3rem !important;
}

.rounded-pill {
	border-radius: 50rem !important;
}

.top-50 {
	top: 50% !important;
}

.top-100 {
	top: 100% !important;
}

.bottom-0 {
	bottom: 0 !important;
}

.bottom-50 {
	bottom: 50% !important;
}

.bottom-100 {
	bottom: 100% !important;
}

.start-0 {
	left: 0 !important;
}

.start-50 {
	left: 50% !important;
}

.start-100 {
	left: 100% !important;
}

.end-0 {
	right: 0 !important;
}

.end-50 {
	right: 50% !important;
}

.end-100 {
	right: 100% !important;
}

.translate-middle {
	transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
	transform: translateX(-50%) !important;
}

.translate-middle-y {
	transform: translateY(-50%) !important;
}

.modal-backdrop.show {
	opacity: 0.9;
}

/* Début arrière plan */
/* by default center center */
.cover {
	background-attachment: scroll;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.cover-t {
	background-position: center top;
}

.cover-b {
	background-position: center bottom;
}

.cover-r {
	background-position: right center;
}

.cover-rt {
	background-position: right top;
}

.cover-rb {
	background-position: right bottom;
}

.cover-l {
	background-position: left center;
}

.cover-lt {
	background-position: left top;
}

.cover-lb {
	background-position: left bottom;
}

.tabs .btn-primary:focus,
.tabs .btn-primary.focus,
.tabs .btn-secondary:focus,
.tabs .btn-secondary.focus,
.tabs .btn-success:focus,
.tabs .btn-success.focus,
.tabs .btn-info:focus,
.tabs .btn-info.focus,
.tabs .btn-warning:focus,
.tabs .btn-warning.focus,
.tabs .btn-danger:focus,
.tabs .btn-danger.focus,
.tabs .btn-light:focus,
.tabs .btn-light.focus,
.tabs .btn-dark:focus,
.tabs .btn-dark.focus,
.tabs .btn-outline-primary:focus,
.tabs .btn-outline-primary.focus,
.tabs .btn-outline-secondary:focus,
.tabs .btn-outline-secondary.focus,
.tabs .btn-outline-success:focus,
.tabs .btn-outline-success.focus,
.tabs .btn-outline-info:focus,
.tabs .btn-outline-info.focus,
.tabs .btn-outline-warning:focus,
.tabs .btn-outline-warning.focus,
.tabs .btn-outline-danger:focus,
.tabs .btn-outline-danger.focus,
.tabs .btn-outline-light:focus,
.tabs .btn-outline-light.focus,
.tabs .btn-outline-dark:focus,
.tabs .btn-outline-dark.focus,
.tabs .nav-link:focus {
	outline: unset;
	box-shadow: unset !important;
}

/*****************************
 * MOODLE OVERRIDE
 *****************************/
body {
	height: auto;
}

body #page-wrapper {
	padding: 0px;
}

.block_myoverview .card-deck .myoverviewimg.courseimage {
	background-size: contain;
	background-repeat: no-repeat;
}

section .block_myoverview .card {
	border: none;
}

#categoryquestions td,
#categoryquestions th {
	border: none;
	padding: 0.4rem;
}

.editor_atto_content {
	width: 100% !important;
}

.generaltable {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
}

.generaltable tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05);
}

#id_onlinetext_editor_atto_image_widthentry,
#id_onlinetext_editor_atto_image_heightentry {
	width: 100px;
}

.path-mod-quiz #mod_quiz_navblock .qnbutton {
	color: #007bff;
}

.path-mod-quiz .formulation {
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.125);
}

.path-mod-quiz .que .info {
	float: none;
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	background-color: transparent;
	border: none;
	margin: 0;
}

.path-mod-quiz .que .info>div {
	margin: 0;
}

.path-mod-quiz .que .content {
	margin: 0;
}

.que .formulation {
	background-color: transparent !important;
}

.qnbutton.flagged .thispageholder {
	background: transparent url(/theme/image.php/recit2/theme/1759007012/mod/quiz/flag-on) 15px 0 no-repeat;
}

.path-mod-assign [data-region="user-selector"] [data-action="previous-user"]:before {
	font-size: 26px;
	content: "<";
}

.path-mod-assign [data-region="user-selector"] [data-action="next-user"]::before {
	font-size: 26px;
	content: ">";
}

.moodle-dialogue-wrap {
	min-width: 350px;
}

@media (min-width: 576px) {
	.form-inline .form-control {
		width: inherit;
	}
}

body.drawer-open-right {
	margin-right: inherit;
}

@media (min-width: 768px) {
	body.drawer-open-right {
		margin-right: inherit;
	}
}

#page-wrapper {
	margin-bottom: 0px;
}

#page-wrapper::after {
	content: "";
	display: block;
	min-height: 0px;
}

.block_navigation .block_tree [aria-expanded=false]:before,
.block_settings .block_tree [aria-expanded=false]:before {
	content: "⏵";
}

.block_navigation .block_tree [aria-expanded=true]:before,
.block_settings .block_tree [aria-expanded=true]:before {
	content: "⏷";
}

.messaging-area-container .messaging-area .contacts-area {
	width: 340px;
}

.messaging-area-container .messaging-area .messages-area {
	width: calc(100% - 340px);
}

span.instancename {
	margin: 0.5rem;
}

#mod_quiz_navblock .btn {
	white-space: normal !important;
}

nav.navbar ul.navbar-nav .popover-region .popover-region-toggle {
	line-height: normal;
}

#course-banner .page-context-header .header-button-group {
	float: inherit;
}

#course-banner .page-context-header .header-button-group #message-user-button {
	color: #FFF;
}

#fitem_id_h5peditor .form-control-static {
	width: 100% !important;
}

#top-1.engine {
	display: none;
}

@media (max-width: 767.98px) {
	.breadcrumb:not(:empty) {
		border: 0;
	}
}

/**
 * Grader report. Table heading to stick under navbar
 */
.path-grade-report-grader #mainTopNav {
	max-width: unset;
}

.path-grade-report-grader #page-wrapper #page {
	max-width: unset;
}

.path-grade-report-grader #page-footer {
	max-width: unset;
}

.path-grade-report-grader .gradeparent tr.heading {
	position: sticky;
	top: 67px;
	z-index: 1;
}

.path-admin-reportbuilder #page-wrapper {
	margin-top: 67px !important;
}

@media (min-width: 768px) {
	.activity-item:not(.activityinline) {
		padding: 0.5rem 1.5rem;
	}

	.activity-item:not(.activityinline) .activityiconcontainer {
		width: 40px;
		height: 40px;
	}
}

body.bulkenabled #region-main {
	padding-left: 2rem;
}

.course-content li.section:not(.course-section) ul {
	list-style: none;
}

.path-mod-book #mod_book-chaptersnavigation {
	margin: auto !important;
	position: fixed;
	top: 45%;
	width: 95vw;
	z-index: 2;
	max-width: calc(1500px - 37px);
}

.path-mod-book #mod_book-chaptersnavigation .tertiary-navigation {
	padding: 0px;
}

.scale-up {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: scale(0);
	transform: scale(0);
	display: inline-block;
	transform-origin: right 0;
}

.scale-up-show {
	transform: scale(1);
	transform-origin: right 0;
}

.scale-up-left {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	display: inline-block;
	-webkit-transform-origin: left 0;
	-ms-transform-origin: left 0;
	transform-origin: left 0;
}

.scale-up-left-show {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: left 0;
	-ms-transform-origin: left 0;
	transform-origin: left 0;
}

.scale-up-right {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	display: inline-block;
	-webkit-transform-origin: right 0;
	-ms-transform-origin: right 0;
	transform-origin: right 0;
}

.scale-up-right-show {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: right 0;
	-ms-transform-origin: right 0;
	transform-origin: right 0;
}

@-moz-keyframes heartbit {
	0% {
		-moz-transform: scale(0);
		opacity: 0;
	}

	25% {
		-moz-transform: scale(0.1);
		opacity: 0.1;
	}

	50% {
		-moz-transform: scale(0.3);
		opacity: 0.3;
	}

	75% {
		-moz-transform: scale(0.6);
		opacity: 0.5;
	}

	100% {
		-moz-transform: scale(0.9);
		opacity: 0;
	}
}

@-webkit-keyframes heartbit {
	0% {
		-webkit-transform: scale(0);
		opacity: 0;
	}

	25% {
		-webkit-transform: scale(0.1);
		opacity: 0.1;
	}

	50% {
		-webkit-transform: scale(0.3);
		opacity: 0.3;
	}

	75% {
		-webkit-transform: scale(0.6);
		opacity: 0.5;
	}

	100% {
		-webkit-transform: scale(0.9);
		opacity: 0;
	}
}

@font-face {
	font-family: "simple-line-icons";
	src: url(/theme/font.php/recit2/theme/1759007012/Simple-Line-Icons.eot?v=2.4.0);
	src: url("/theme/font.php/recit2/theme/1759007012/Simple-Line-Icons.eot?v=2.4.0#iefix") format("embedded-opentype"), url(/theme/font.php/recit2/theme/1759007012/Simple-Line-Icons.ttf?v=2.4.0) format("truetype"), url(/theme/font.php/recit2/theme/1759007012/Simple-Line-Icons.woff?v=2.4.0) format("woff"), url("/theme/font.php/recit2/theme/1759007012/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons") format("svg");
	font-weight: normal;
	font-style: normal;
}

.icon-user,
.icon-people,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-login,
.icon-logout,
.icon-emotsmile,
.icon-phone,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-map,
.icon-location-pin,
.icon-direction,
.icon-directions,
.icon-compass,
.icon-layers,
.icon-menu,
.icon-list,
.icon-options-vertical,
.icon-options,
.icon-arrow-down,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-arrow-left-circle,
.icon-arrow-right-circle,
.icon-arrow-down-circle,
.icon-check,
.icon-clock,
.icon-plus,
.icon-minus,
.icon-close,
.icon-event,
.icon-exclamation,
.icon-organization,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-mustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-disc,
.icon-cursor,
.icon-cursor-move,
.icon-crop,
.icon-chemistry,
.icon-speedometer,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglass,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-folder-alt,
.icon-folder,
.icon-film,
.icon-feed,
.icon-drop,
.icon-drawer,
.icon-docs,
.icon-doc,
.icon-diamond,
.icon-cup,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-frame,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-loop,
.icon-home,
.icon-grid,
.icon-graph,
.icon-microphone,
.icon-music-tone-alt,
.icon-music-tone,
.icon-earphones-alt,
.icon-earphones,
.icon-equalizer,
.icon-like,
.icon-dislike,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-calendar,
.icon-bulb,
.icon-chart,
.icon-ban,
.icon-bubble,
.icon-camrecorder,
.icon-camera,
.icon-cloud-download,
.icon-cloud-upload,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symbol-female,
.icon-symbol-male,
.icon-target,
.icon-credit-card,
.icon-paypal,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-facebook,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pinterest,
.icon-social-github,
.icon-social-google,
.icon-social-reddit,
.icon-social-skype,
.icon-social-dribbble,
.icon-social-behance,
.icon-social-foursqare,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-stumbleupon,
.icon-social-youtube,
.icon-social-dropbox,
.icon-social-vkontakte,
.icon-social-steam {
	font-family: "simple-line-icons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
}

.icon-user:before {
	content: "";
}

.icon-people:before {
	content: "";
}

.icon-user-female:before {
	content: "";
}

.icon-user-follow:before {
	content: "";
}

.icon-user-following:before {
	content: "";
}

.icon-user-unfollow:before {
	content: "";
}

.icon-login:before {
	content: "";
}

.icon-logout:before {
	content: "";
}

.icon-emotsmile:before {
	content: "";
}

.icon-phone:before {
	content: "";
}

.icon-call-end:before {
	content: "";
}

.icon-call-in:before {
	content: "";
}

.icon-call-out:before {
	content: "";
}

.icon-map:before {
	content: "";
}

.icon-location-pin:before {
	content: "";
}

.icon-direction:before {
	content: "";
}

.icon-directions:before {
	content: "";
}

.icon-compass:before {
	content: "";
}

.icon-layers:before {
	content: "";
}

.icon-menu:before {
	content: "";
}

.icon-list:before {
	content: "";
}

.icon-options-vertical:before {
	content: "";
}

.icon-options:before {
	content: "";
}

.icon-arrow-down:before {
	content: "";
}

.icon-arrow-left:before {
	content: "";
}

.icon-arrow-right:before {
	content: "";
}

.icon-arrow-up:before {
	content: "";
}

.icon-arrow-up-circle:before {
	content: "";
}

.icon-arrow-left-circle:before {
	content: "";
}

.icon-arrow-right-circle:before {
	content: "";
}

.icon-arrow-down-circle:before {
	content: "";
}

.icon-check:before {
	content: "";
}

.icon-clock:before {
	content: "";
}

.icon-plus:before {
	content: "";
}

.icon-minus:before {
	content: "";
}

.icon-close:before {
	content: "";
}

.icon-event:before {
	content: "";
}

.icon-exclamation:before {
	content: "";
}

.icon-organization:before {
	content: "";
}

.icon-trophy:before {
	content: "";
}

.icon-screen-smartphone:before {
	content: "";
}

.icon-screen-desktop:before {
	content: "";
}

.icon-plane:before {
	content: "";
}

.icon-notebook:before {
	content: "";
}

.icon-mustache:before {
	content: "";
}

.icon-mouse:before {
	content: "";
}

.icon-magnet:before {
	content: "";
}

.icon-energy:before {
	content: "";
}

.icon-disc:before {
	content: "";
}

.icon-cursor:before {
	content: "";
}

.icon-cursor-move:before {
	content: "";
}

.icon-crop:before {
	content: "";
}

.icon-chemistry:before {
	content: "";
}

.icon-speedometer:before {
	content: "";
}

.icon-shield:before {
	content: "";
}

.icon-screen-tablet:before {
	content: "";
}

.icon-magic-wand:before {
	content: "";
}

.icon-hourglass:before {
	content: "";
}

.icon-graduation:before {
	content: "";
}

.icon-ghost:before {
	content: "";
}

.icon-game-controller:before {
	content: "";
}

.icon-fire:before {
	content: "";
}

.icon-eyeglass:before {
	content: "";
}

.icon-envelope-open:before {
	content: "";
}

.icon-envelope-letter:before {
	content: "";
}

.icon-bell:before {
	content: "";
}

.icon-badge:before {
	content: "";
}

.icon-anchor:before {
	content: "";
}

.icon-wallet:before {
	content: "";
}

.icon-vector:before {
	content: "";
}

.icon-speech:before {
	content: "";
}

.icon-puzzle:before {
	content: "";
}

.icon-printer:before {
	content: "";
}

.icon-present:before {
	content: "";
}

.icon-playlist:before {
	content: "";
}

.icon-pin:before {
	content: "";
}

.icon-picture:before {
	content: "";
}

.icon-handbag:before {
	content: "";
}

.icon-globe-alt:before {
	content: "";
}

.icon-globe:before {
	content: "";
}

.icon-folder-alt:before {
	content: "";
}

.icon-folder:before {
	content: "";
}

.icon-film:before {
	content: "";
}

.icon-feed:before {
	content: "";
}

.icon-drop:before {
	content: "";
}

.icon-drawer:before {
	content: "";
}

.icon-docs:before {
	content: "";
}

.icon-doc:before {
	content: "";
}

.icon-diamond:before {
	content: "";
}

.icon-cup:before {
	content: "";
}

.icon-calculator:before {
	content: "";
}

.icon-bubbles:before {
	content: "";
}

.icon-briefcase:before {
	content: "";
}

.icon-book-open:before {
	content: "";
}

.icon-basket-loaded:before {
	content: "";
}

.icon-basket:before {
	content: "";
}

.icon-bag:before {
	content: "";
}

.icon-action-undo:before {
	content: "";
}

.icon-action-redo:before {
	content: "";
}

.icon-wrench:before {
	content: "";
}

.icon-umbrella:before {
	content: "";
}

.icon-trash:before {
	content: "";
}

.icon-tag:before {
	content: "";
}

.icon-support:before {
	content: "";
}

.icon-frame:before {
	content: "";
}

.icon-size-fullscreen:before {
	content: "";
}

.icon-size-actual:before {
	content: "";
}

.icon-shuffle:before {
	content: "";
}

.icon-share-alt:before {
	content: "";
}

.icon-share:before {
	content: "";
}

.icon-rocket:before {
	content: "";
}

.icon-question:before {
	content: "";
}

.icon-pie-chart:before {
	content: "";
}

.icon-pencil:before {
	content: "";
}

.icon-note:before {
	content: "";
}

.icon-loop:before {
	content: "";
}

.icon-home:before {
	content: "";
}

.icon-grid:before {
	content: "";
}

.icon-graph:before {
	content: "";
}

.icon-microphone:before {
	content: "";
}

.icon-music-tone-alt:before {
	content: "";
}

.icon-music-tone:before {
	content: "";
}

.icon-earphones-alt:before {
	content: "";
}

.icon-earphones:before {
	content: "";
}

.icon-equalizer:before {
	content: "";
}

.icon-like:before {
	content: "";
}

.icon-dislike:before {
	content: "";
}

.icon-control-start:before {
	content: "";
}

.icon-control-rewind:before {
	content: "";
}

.icon-control-play:before {
	content: "";
}

.icon-control-pause:before {
	content: "";
}

.icon-control-forward:before {
	content: "";
}

.icon-control-end:before {
	content: "";
}

.icon-volume-1:before {
	content: "";
}

.icon-volume-2:before {
	content: "";
}

.icon-volume-off:before {
	content: "";
}

.icon-calendar:before {
	content: "";
}

.icon-bulb:before {
	content: "";
}

.icon-chart:before {
	content: "";
}

.icon-ban:before {
	content: "";
}

.icon-bubble:before {
	content: "";
}

.icon-camrecorder:before {
	content: "";
}

.icon-camera:before {
	content: "";
}

.icon-cloud-download:before {
	content: "";
}

.icon-cloud-upload:before {
	content: "";
}

.icon-envelope:before {
	content: "";
}

.icon-eye:before {
	content: "";
}

.icon-flag:before {
	content: "";
}

.icon-heart:before {
	content: "";
}

.icon-info:before {
	content: "";
}

.icon-key:before {
	content: "";
}

.icon-link:before {
	content: "";
}

.icon-lock:before {
	content: "";
}

.icon-lock-open:before {
	content: "";
}

.icon-magnifier:before {
	content: "";
}

.icon-magnifier-add:before {
	content: "";
}

.icon-magnifier-remove:before {
	content: "";
}

.icon-paper-clip:before {
	content: "";
}

.icon-paper-plane:before {
	content: "";
}

.icon-power:before {
	content: "";
}

.icon-refresh:before {
	content: "";
}

.icon-reload:before {
	content: "";
}

.icon-settings:before {
	content: "";
}

.icon-star:before {
	content: "";
}

.icon-symbol-female:before {
	content: "";
}

.icon-symbol-male:before {
	content: "";
}

.icon-target:before {
	content: "";
}

.icon-credit-card:before {
	content: "";
}

.icon-paypal:before {
	content: "";
}

.icon-social-tumblr:before {
	content: "";
}

.icon-social-twitter:before {
	content: "";
}

.icon-social-facebook:before {
	content: "";
}

.icon-social-instagram:before {
	content: "";
}

.icon-social-linkedin:before {
	content: "";
}

.icon-social-pinterest:before {
	content: "";
}

.icon-social-github:before {
	content: "";
}

.icon-social-google:before {
	content: "";
}

.icon-social-reddit:before {
	content: "";
}

.icon-social-skype:before {
	content: "";
}

.icon-social-dribbble:before {
	content: "";
}

.icon-social-behance:before {
	content: "";
}

.icon-social-foursqare:before {
	content: "";
}

.icon-social-soundcloud:before {
	content: "";
}

.icon-social-spotify:before {
	content: "";
}

.icon-social-stumbleupon:before {
	content: "";
}

.icon-social-youtube:before {
	content: "";
}

.icon-social-dropbox:before {
	content: "";
}

.icon-social-vkontakte:before {
	content: "";
}

.icon-social-steam:before {
	content: "";
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

#nav-drawer .metismenu .collapse {
	display: none;
}

#nav-drawer .metismenu .collapse.in {
	display: block;
}

#nav-drawer .metismenu .collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition-timing-function: ease;
	transition-duration: 0.35s;
	transition-property: height, visibility;
}

#nav-drawer .metismenu .has-arrow {
	position: relative;
	cursor: pointer;
}

#nav-drawer .metismenu .has-arrow::after {
	position: absolute;
	content: "";
	width: 0.5em;
	height: 0.5em;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: initial;
	right: 1em;
	-webkit-transform: rotate(-45deg) translate(0, -50%);
	transform: rotate(-45deg) translate(0, -50%);
	-webkit-transform-origin: top;
	transform-origin: top;
	top: 50%;
	transition: all 0.3s ease-out;
}

#nav-drawer .metismenu .active>.has-arrow::after,
#nav-drawer .metismenu .has-arrow[aria-expanded="true"]::after {
	-webkit-transform: rotate(-135deg) translate(0, -50%);
	transform: rotate(-135deg) translate(0, -50%);
}

/*******************
Body
*******************/
body {
	font-family: "Ubuntu", sans-serif;
	font-size: 0.937rem;
	background-color: #f7f7f7 !important;
	color: #373a3c;
	counter-reset: arts-tab-counter;
	-webkit-font-smoothing: antialiased;
	counter-reset: arts-tab-counter;
	/* Set "my-sec-counter" to 0 */
}

body #page-content {
	overflow: inherit;
}

body.h5p-embed {
	background-color: #fff !important;
}

body.h5p-embed #page-content {
	margin-top: 0px;
}

#page-enrol-index #region-main .generalbox {
	margin: auto;
	width: 50%;
}

#page-enrol-index #region-main .generalbox:last-of-type {
	width: 70%;
	padding-left: 2rem;
	padding-right: 2rem;
}

@media (min-width: 576px) {
	#region-main {
		border: none;
	}
}

/*******************
Pages
*******************/
#page-wrapper {
	position: relative;
	margin-top: 67px;
	min-height: calc(100vh - 67px);
}

#page-wrapper #page {
	max-width: 1500px;
	background-color: #FFF;
	margin: auto;
	width: 100%;
}

.pagelayout-maintenance #page-wrapper #page {
	padding: 2rem;
}

#page-admin-index.pagelayout-maintenance {
	margin-left: 0;
}

#page-admin-index.pagelayout-maintenance #page-wrapper::after {
	min-height: inherit;
}

body.pagelayout-course #page-content,
body.pagelayout-coursecategory #page-content,
body.pagelayout-incourse #page-content,
body.pagelayout-admin #page-content,
body.pagelayout-frontpage #page-content,
body.pagelayout-mydashboard #page-content,
body.pagelayout-base #page-content,
body.pagelayout-report #page-content,
body.pagelayout-standard #page-content,
body.pagelayout-mypublic #page-content {
	display: flex;
	flex-wrap: wrap;
	overflow-x: auto;
}

body.pagelayout-course #page-content #region-main-box,
body.pagelayout-coursecategory #page-content #region-main-box,
body.pagelayout-incourse #page-content #region-main-box,
body.pagelayout-admin #page-content #region-main-box,
body.pagelayout-frontpage #page-content #region-main-box,
body.pagelayout-mydashboard #page-content #region-main-box,
body.pagelayout-base #page-content #region-main-box,
body.pagelayout-report #page-content #region-main-box,
body.pagelayout-standard #page-content #region-main-box,
body.pagelayout-mypublic #page-content #region-main-box {
	width: 100%;
	background-color: #FFF;
	padding: 0px;
}

body.pagelayout-course #page-content #region-main-box #region-main>.card,
body.pagelayout-coursecategory #page-content #region-main-box #region-main>.card,
body.pagelayout-incourse #page-content #region-main-box #region-main>.card,
body.pagelayout-admin #page-content #region-main-box #region-main>.card,
body.pagelayout-frontpage #page-content #region-main-box #region-main>.card,
body.pagelayout-mydashboard #page-content #region-main-box #region-main>.card,
body.pagelayout-base #page-content #region-main-box #region-main>.card,
body.pagelayout-report #page-content #region-main-box #region-main>.card,
body.pagelayout-standard #page-content #region-main-box #region-main>.card,
body.pagelayout-mypublic #page-content #region-main-box #region-main>.card {
	border: none;
	border-radius: 0px;
}

body.pagelayout-course #page-content #region-main-box #region-main>.card .card-body,
body.pagelayout-coursecategory #page-content #region-main-box #region-main>.card .card-body,
body.pagelayout-incourse #page-content #region-main-box #region-main>.card .card-body,
body.pagelayout-admin #page-content #region-main-box #region-main>.card .card-body,
body.pagelayout-frontpage #page-content #region-main-box #region-main>.card .card-body,
body.pagelayout-mydashboard #page-content #region-main-box #region-main>.card .card-body,
body.pagelayout-base #page-content #region-main-box #region-main>.card .card-body,
body.pagelayout-report #page-content #region-main-box #region-main>.card .card-body,
body.pagelayout-standard #page-content #region-main-box #region-main>.card .card-body,
body.pagelayout-mypublic #page-content #region-main-box #region-main>.card .card-body {
	padding: 1rem;
}

body.pagelayout-course #page-content #region-main-box #region-main>.card .card-body .activity-title-container,
body.pagelayout-coursecategory #page-content #region-main-box #region-main>.card .card-body .activity-title-container,
body.pagelayout-incourse #page-content #region-main-box #region-main>.card .card-body .activity-title-container,
body.pagelayout-admin #page-content #region-main-box #region-main>.card .card-body .activity-title-container,
body.pagelayout-frontpage #page-content #region-main-box #region-main>.card .card-body .activity-title-container,
body.pagelayout-mydashboard #page-content #region-main-box #region-main>.card .card-body .activity-title-container,
body.pagelayout-base #page-content #region-main-box #region-main>.card .card-body .activity-title-container,
body.pagelayout-report #page-content #region-main-box #region-main>.card .card-body .activity-title-container,
body.pagelayout-standard #page-content #region-main-box #region-main>.card .card-body .activity-title-container,
body.pagelayout-mypublic #page-content #region-main-box #region-main>.card .card-body .activity-title-container {
	display: grid;
	grid-template-columns: 70% 30%;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}

body.pagelayout-course #page-content #region-main-box #region-main>.card .card-body .activity-title-container .activity-title,
body.pagelayout-coursecategory #page-content #region-main-box #region-main>.card .card-body .activity-title-container .activity-title,
body.pagelayout-incourse #page-content #region-main-box #region-main>.card .card-body .activity-title-container .activity-title,
body.pagelayout-admin #page-content #region-main-box #region-main>.card .card-body .activity-title-container .activity-title,
body.pagelayout-frontpage #page-content #region-main-box #region-main>.card .card-body .activity-title-container .activity-title,
body.pagelayout-mydashboard #page-content #region-main-box #region-main>.card .card-body .activity-title-container .activity-title,
body.pagelayout-base #page-content #region-main-box #region-main>.card .card-body .activity-title-container .activity-title,
body.pagelayout-report #page-content #region-main-box #region-main>.card .card-body .activity-title-container .activity-title,
body.pagelayout-standard #page-content #region-main-box #region-main>.card .card-body .activity-title-container .activity-title,
body.pagelayout-mypublic #page-content #region-main-box #region-main>.card .card-body .activity-title-container .activity-title {
	font-size: 36px;
}

body.pagelayout-course #page-content #region-main-box #region-main>.card .card-body .activity-title-container .activity-controls,
body.pagelayout-coursecategory #page-content #region-main-box #region-main>.card .card-body .activity-title-container .activity-controls,
body.pagelayout-incourse #page-content #region-main-box #region-main>.card .card-body .activity-title-container .activity-controls,
body.pagelayout-admin #page-content #region-main-box #region-main>.card .card-body .activity-title-container .activity-controls,
body.pagelayout-frontpage #page-content #region-main-box #region-main>.card .card-body .activity-title-container .activity-controls,
body.pagelayout-mydashboard #page-content #region-main-box #region-main>.card .card-body .activity-title-container .activity-controls,
body.pagelayout-base #page-content #region-main-box #region-main>.card .card-body .activity-title-container .activity-controls,
body.pagelayout-report #page-content #region-main-box #region-main>.card .card-body .activity-title-container .activity-controls,
body.pagelayout-standard #page-content #region-main-box #region-main>.card .card-body .activity-title-container .activity-controls,
body.pagelayout-mypublic #page-content #region-main-box #region-main>.card .card-body .activity-title-container .activity-controls {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

body.pagelayout-course #page-content #region-main-box #region-main>.card .card-body .activity-nav,
body.pagelayout-coursecategory #page-content #region-main-box #region-main>.card .card-body .activity-nav,
body.pagelayout-incourse #page-content #region-main-box #region-main>.card .card-body .activity-nav,
body.pagelayout-admin #page-content #region-main-box #region-main>.card .card-body .activity-nav,
body.pagelayout-frontpage #page-content #region-main-box #region-main>.card .card-body .activity-nav,
body.pagelayout-mydashboard #page-content #region-main-box #region-main>.card .card-body .activity-nav,
body.pagelayout-base #page-content #region-main-box #region-main>.card .card-body .activity-nav,
body.pagelayout-report #page-content #region-main-box #region-main>.card .card-body .activity-nav,
body.pagelayout-standard #page-content #region-main-box #region-main>.card .card-body .activity-nav,
body.pagelayout-mypublic #page-content #region-main-box #region-main>.card .card-body .activity-nav {
	display: grid;
	grid-gap: 2%;
	grid-template-columns: 31% 33% 31%;
	grid-template-areas: "prevlink activitylist nextlink";
}

body.pagelayout-course #page-content #region-main-box #region-main>.card .card-body .activity-nav .prevlink,
body.pagelayout-coursecategory #page-content #region-main-box #region-main>.card .card-body .activity-nav .prevlink,
body.pagelayout-incourse #page-content #region-main-box #region-main>.card .card-body .activity-nav .prevlink,
body.pagelayout-admin #page-content #region-main-box #region-main>.card .card-body .activity-nav .prevlink,
body.pagelayout-frontpage #page-content #region-main-box #region-main>.card .card-body .activity-nav .prevlink,
body.pagelayout-mydashboard #page-content #region-main-box #region-main>.card .card-body .activity-nav .prevlink,
body.pagelayout-base #page-content #region-main-box #region-main>.card .card-body .activity-nav .prevlink,
body.pagelayout-report #page-content #region-main-box #region-main>.card .card-body .activity-nav .prevlink,
body.pagelayout-standard #page-content #region-main-box #region-main>.card .card-body .activity-nav .prevlink,
body.pagelayout-mypublic #page-content #region-main-box #region-main>.card .card-body .activity-nav .prevlink {
	grid-area: prevlink;
	justify-self: start;
	width: 100%;
}

body.pagelayout-course #page-content #region-main-box #region-main>.card .card-body .activity-nav .prevlink button:nth-child(2),
body.pagelayout-coursecategory #page-content #region-main-box #region-main>.card .card-body .activity-nav .prevlink button:nth-child(2),
body.pagelayout-incourse #page-content #region-main-box #region-main>.card .card-body .activity-nav .prevlink button:nth-child(2),
body.pagelayout-admin #page-content #region-main-box #region-main>.card .card-body .activity-nav .prevlink button:nth-child(2),
body.pagelayout-frontpage #page-content #region-main-box #region-main>.card .card-body .activity-nav .prevlink button:nth-child(2),
body.pagelayout-mydashboard #page-content #region-main-box #region-main>.card .card-body .activity-nav .prevlink button:nth-child(2),
body.pagelayout-base #page-content #region-main-box #region-main>.card .card-body .activity-nav .prevlink button:nth-child(2),
body.pagelayout-report #page-content #region-main-box #region-main>.card .card-body .activity-nav .prevlink button:nth-child(2),
body.pagelayout-standard #page-content #region-main-box #region-main>.card .card-body .activity-nav .prevlink button:nth-child(2),
body.pagelayout-mypublic #page-content #region-main-box #region-main>.card .card-body .activity-nav .prevlink button:nth-child(2) {
	width: 100%;
	border: 1px solid #efefef;
}

body.pagelayout-course #page-content #region-main-box #region-main>.card .card-body .activity-nav .nextlink,
body.pagelayout-coursecategory #page-content #region-main-box #region-main>.card .card-body .activity-nav .nextlink,
body.pagelayout-incourse #page-content #region-main-box #region-main>.card .card-body .activity-nav .nextlink,
body.pagelayout-admin #page-content #region-main-box #region-main>.card .card-body .activity-nav .nextlink,
body.pagelayout-frontpage #page-content #region-main-box #region-main>.card .card-body .activity-nav .nextlink,
body.pagelayout-mydashboard #page-content #region-main-box #region-main>.card .card-body .activity-nav .nextlink,
body.pagelayout-base #page-content #region-main-box #region-main>.card .card-body .activity-nav .nextlink,
body.pagelayout-report #page-content #region-main-box #region-main>.card .card-body .activity-nav .nextlink,
body.pagelayout-standard #page-content #region-main-box #region-main>.card .card-body .activity-nav .nextlink,
body.pagelayout-mypublic #page-content #region-main-box #region-main>.card .card-body .activity-nav .nextlink {
	grid-area: nextlink;
	justify-self: end;
	width: 100%;
}

body.pagelayout-course #page-content #region-main-box #region-main>.card .card-body .activity-nav .nextlink button:nth-child(1),
body.pagelayout-coursecategory #page-content #region-main-box #region-main>.card .card-body .activity-nav .nextlink button:nth-child(1),
body.pagelayout-incourse #page-content #region-main-box #region-main>.card .card-body .activity-nav .nextlink button:nth-child(1),
body.pagelayout-admin #page-content #region-main-box #region-main>.card .card-body .activity-nav .nextlink button:nth-child(1),
body.pagelayout-frontpage #page-content #region-main-box #region-main>.card .card-body .activity-nav .nextlink button:nth-child(1),
body.pagelayout-mydashboard #page-content #region-main-box #region-main>.card .card-body .activity-nav .nextlink button:nth-child(1),
body.pagelayout-base #page-content #region-main-box #region-main>.card .card-body .activity-nav .nextlink button:nth-child(1),
body.pagelayout-report #page-content #region-main-box #region-main>.card .card-body .activity-nav .nextlink button:nth-child(1),
body.pagelayout-standard #page-content #region-main-box #region-main>.card .card-body .activity-nav .nextlink button:nth-child(1),
body.pagelayout-mypublic #page-content #region-main-box #region-main>.card .card-body .activity-nav .nextlink button:nth-child(1) {
	width: 100%;
	border: 1px solid #efefef;
}

body.pagelayout-course #page-content #region-main-box #region-main>.card .card-body .activity-nav .activitylist,
body.pagelayout-coursecategory #page-content #region-main-box #region-main>.card .card-body .activity-nav .activitylist,
body.pagelayout-incourse #page-content #region-main-box #region-main>.card .card-body .activity-nav .activitylist,
body.pagelayout-admin #page-content #region-main-box #region-main>.card .card-body .activity-nav .activitylist,
body.pagelayout-frontpage #page-content #region-main-box #region-main>.card .card-body .activity-nav .activitylist,
body.pagelayout-mydashboard #page-content #region-main-box #region-main>.card .card-body .activity-nav .activitylist,
body.pagelayout-base #page-content #region-main-box #region-main>.card .card-body .activity-nav .activitylist,
body.pagelayout-report #page-content #region-main-box #region-main>.card .card-body .activity-nav .activitylist,
body.pagelayout-standard #page-content #region-main-box #region-main>.card .card-body .activity-nav .activitylist,
body.pagelayout-mypublic #page-content #region-main-box #region-main>.card .card-body .activity-nav .activitylist {
	grid-area: activitylist;
	justify-self: stretch;
}

body.pagelayout-course #frontpage-available-course-list,
body.pagelayout-course #frontpage-category-names,
body.pagelayout-course #frontpage-category-combo,
body.pagelayout-course #site-news-forum,
body.pagelayout-coursecategory #frontpage-available-course-list,
body.pagelayout-coursecategory #frontpage-category-names,
body.pagelayout-coursecategory #frontpage-category-combo,
body.pagelayout-coursecategory #site-news-forum,
body.pagelayout-incourse #frontpage-available-course-list,
body.pagelayout-incourse #frontpage-category-names,
body.pagelayout-incourse #frontpage-category-combo,
body.pagelayout-incourse #site-news-forum,
body.pagelayout-admin #frontpage-available-course-list,
body.pagelayout-admin #frontpage-category-names,
body.pagelayout-admin #frontpage-category-combo,
body.pagelayout-admin #site-news-forum,
body.pagelayout-frontpage #frontpage-available-course-list,
body.pagelayout-frontpage #frontpage-category-names,
body.pagelayout-frontpage #frontpage-category-combo,
body.pagelayout-frontpage #site-news-forum,
body.pagelayout-mydashboard #frontpage-available-course-list,
body.pagelayout-mydashboard #frontpage-category-names,
body.pagelayout-mydashboard #frontpage-category-combo,
body.pagelayout-mydashboard #site-news-forum,
body.pagelayout-base #frontpage-available-course-list,
body.pagelayout-base #frontpage-category-names,
body.pagelayout-base #frontpage-category-combo,
body.pagelayout-base #site-news-forum,
body.pagelayout-report #frontpage-available-course-list,
body.pagelayout-report #frontpage-category-names,
body.pagelayout-report #frontpage-category-combo,
body.pagelayout-report #site-news-forum,
body.pagelayout-standard #frontpage-available-course-list,
body.pagelayout-standard #frontpage-category-names,
body.pagelayout-standard #frontpage-category-combo,
body.pagelayout-standard #site-news-forum,
body.pagelayout-mypublic #frontpage-available-course-list,
body.pagelayout-mypublic #frontpage-category-names,
body.pagelayout-mypublic #frontpage-category-combo,
body.pagelayout-mypublic #site-news-forum {
	padding: 1rem;
}

body.pagelayout-report #page-content {
	overflow-x: inherit !important;
}

body.pagelayout-embedded #page-content {
	display: block;
}

/* Third party plugins compatibility. */
/* Course format grid */
#gridshadebox_content {
	top: 80px !important;
}

.popover .arrow {
	bottom: -8px;
}

.navbar {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

#page-footer {
	max-width: 1500px;
	margin: auto;
	width: 100%;
}

#page-footer img {
	width: 100%;
	max-width: 100px;
}

#page-footer a,
#page-footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#page-footer .infolink-list {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 30px;
}

#page-footer .social-media-list {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}

#page-footer .social-media-list .social-media-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	margin: 0.3rem;
}

#goto-top-link {
	position: fixed;
	right: 15px;
	bottom: 50px;
}

.ftoggler h3 {
	font-weight: normal;
	font-size: 17px;
	color: #0f6fc5;
	font-family: "Ubuntu", sans-serif;
}

.guestbanner {
	width: 100%;
	padding: 10px;
	background-color: #cce6ea;
}

.guestbanner p {
	text-align: center;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 16px;
}

#themerecit2_navbuttonhome {
	/* define padding and margin here to allow the user to override it*/
	padding: 1.5rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	border-radius: 0.5rem;
	border: 1px solid #dee2e6;
	background-color: #f8f9fa;
	display: flex;
	justify-content: center;
}

#sectionPagination {
	/* define padding and margin here to allow the user to override it*/
	padding: 1.5rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	border-radius: 0.5rem;
	border: 1px solid #dee2e6;
	background-color: #f8f9fa;
}

#sectionPagination ul {
	display: flex;
	justify-content: center;
	margin: 0;
	padding-left: 0;
	list-style: none;
	border-radius: 0.5rem;
}

#mainTopNav {
	-moz-transition: width .5s ease, margin .5s ease;
	-webkit-transition: width .5s ease, margin .5s ease;
	-ms-transition: width .5s ease, margin .5s ease;
	-o-transition: width .5s ease, margin .5s ease;
	max-width: 1500px;
	min-height: 67px;
	margin: auto;
	border-bottom: none;
}

@media screen and (max-width: 992px) {
	#mainTopNav.fixed-top .dropdown .dropdown-menu {
		max-height: calc(40vh);
	}

	#mainTopNav .nav-item-divider {
		transform: rotate(90deg);
		align-self: flex-start !important;
	}

	#mainTopNav #navbarMenuItems {
		padding: 10px;
	}

	#mainTopNav .navbar-nav {
		align-items: unset !important;
	}
}

#mainTopNav .count-container {
	right: 10px;
}

#mainTopNav #menu-mobile li {
	margin-block: auto;
}

#mainTopNav .navbar-brand {
	line-height: 48px;
}

#mainTopNav.navbar-dark .navbar-toggler {
	border-color: rgba(0, 0, 0, 0);
}

#mainTopNav.navbar-dark a .icon {
	color: unset !important;
}

#mainTopNav .navbar-nav {
	align-items: center;
}

#mainTopNav .navbar-nav .nav-item .nav-link {
	min-width: 50px;
}

#mainTopNav .navbar-nav .nav-item .nav-link i.fa {
	font-size: 1.1rem;
}

#mainTopNav .navbar-nav .nav-item .nav-link span[data-title] {
	display: none;
	margin-left: 0.5rem;
}

#mainTopNav .navbar-nav .nav-item.popover-region {
	float: none;
	margin-right: 0;
}

#mainTopNav .navbar-nav .nav-item-divider {
	width: 2px;
	height: 25px;
	border-right: 1px solid #666;
	margin-bottom: 0rem;
	margin-right: 1rem;
	display: flex;
	align-self: center;
}

#mainTopNav .dropdown-menu {
	right: 0;
	left: auto;
}

#mainTopNav .popover-region-header-actions .icon {
	color: rgba(0, 0, 0, 0.5) !important;
}

.navbar.fixed-top {
	align-items: unset;
	height: unset;
}

nav.navbar {
	max-height: inherit;
}

.header-action {
	margin-right: 10px;
}

nav.navbar .logo img {
	max-width: 60px;
}

.userloggedinas nav.navbar ul.navbar-nav .usermenu {
	line-height: 35px;
}

.userloggedinas nav.navbar ul.navbar-nav .usermenu .usertext .meta.viewingas {
	line-height: initial;
}

.userloggedinas nav.navbar ul.navbar-nav .usermenu .userbutton .avatars .realuser {
	padding-top: 10px;
}

.secondary-navigation .navigation {
	margin: 0;
	padding: 0;
}

.breadcrumb {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	padding: 0.5rem;
}

/* Patch m2 overlapping page content */
#page-content {
	margin-top: 10px;
}

#frontpage-course-list h2,
#frontpage-category-combo h2 {
	text-align: center;
}

#frontpage-course-list .card-deck .card .card-footer .icon,
#frontpage-category-combo .card-deck .card .card-footer .icon {
	height: 36px;
}

.course-contacts {
	margin: -25px 0px -10px 0px;
	text-align: right;
}

.course-contacts .contact {
	margin: 0 3px;
}

.course-contacts .contact img {
	width: 48px;
	border: 2px solid white;
	cursor: pointer;
	border-radius: 50%;
}

#frontpage-course-list h2 {
	color: #373a3c;
}

.recit-course-list-grid {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	justify-items: center;
}

.recit-course-list-grid .recit-card-img-top {
	border-top-left-radius: calc(0.5rem - 1px);
	border-top-right-radius: calc(0.5rem - 1px);
}

.recit-course-list-grid .courseinfo {
	position: absolute;
	bottom: 5px;
	right: 30px;
}

.recit-course-list-grid .card {
	width: 95%;
}

.recit-course-list .card {
	margin: 10px;
	border: 1px solid #efefef;
}

.recit-course-list .card .card-body {
	text-align: center;
}

.recit-course-list .card:hover {
	background-color: #efefef;
}

.recit-course-list .courseimg .instructors {
	display: none;
	position: relative;
	bottom: 50px;
	background-color: rgba(0, 0, 0, 0.15);
	text-align: center;
}

.recit-course-list .courseimg {
	height: 100%;
	align-self: center;
}

.recit-course-list .coursetitle {
	min-height: 52px;
}

.course-card .instructors img {
	height: 35px;
	border-radius: 50px;
}

.course-card .summary {
	min-height: 75px;
}

.recit-card-img-top {
	width: 100%;
	height: 195px;
	object-fit: cover;
	border-bottom: 1px solid #efefef;
}

#page-site-index.notloggedin {
	margin-left: 0;
}

#page-site-index.notloggedin .hide-content {
	display: none;
	opacity: 0;
	visibility: hidden;
}

#page-site-index.notloggedin .btn-login-top {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #0069bf;
	border: 1px solid #0069bf;
}

#page-site-index.notloggedin #page-header {
	background-position: top;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: contain;
	height: 33vw;
	max-height: 500px;
	margin-bottom: 30px;
}

#page-site-index.notloggedin #page-header #loginbox {
	opacity: 0.94;
	margin-bottom: 3rem;
}

#page-site-index.notloggedin #page-header #loginbox #intro,
#page-site-index.notloggedin #page-header #loginbox #boxForm {
	margin-top: 3rem;
}

#page-site-index.notloggedin #page-header #loginbox #intro {
	text-align: left;
	color: #fff;
}

#page-site-index.notloggedin #page-header #loginbox #intro h1 {
	color: #fff;
	letter-spacing: 0.2rem;
	text-shadow: 2px 4px 4px #000;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

#page-site-index.notloggedin #page-header #loginbox #intro h2 {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	letter-spacing: 0.1rem;
	max-width: 80%;
}

#page-site-index.notloggedin #page-header #loginbox #boxForm {
	color: #5a5a5a;
	background-color: #fff;
	opacity: 1;
	padding: 20px;
	text-align: left;
}

#page-site-index.notloggedin #page-header #loginbox #boxForm h3 {
	margin-top: 0;
	font-size: 1.6rem;
}

#page-site-index.notloggedin #page-header #loginbox #boxForm label {
	font-size: 1.3rem;
	margin-bottom: 0.1rem;
}

#page-site-index.notloggedin #page-header #loginbox #boxForm .input-group {
	margin-bottom: 10px;
}

#page-site-index.notloggedin #page-header #loginbox #boxForm .input-group input,
#page-site-index.notloggedin #page-header #loginbox #boxForm .input-group .input-group-addon {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#page-site-index.notloggedin #page-header #loginbox #boxForm .input-group input {
	height: 40px;
	font-size: 1.2rem;
}

#page-site-index.notloggedin #page-header #loginbox #boxForm .input-group .input-group-addon {
	width: 40px;
	height: 40px;
	line-height: 30px;
	padding: 4px 10px;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	color: #55595c;
	text-align: center;
	background-color: #eceeef;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-right: 0;
}

#page-site-index.notloggedin #page-header #loginbox #boxForm .sign-up-btn .btn {
	padding: 10px 20px;
	margin-left: 0;
	font-size: 1.3rem;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#page-site-index.notloggedin #page-header #loginbox #boxForm p {
	text-shadow: none;
	margin-top: 14px;
}

#page-site-index.notloggedin #page-header #loginbox #boxForm p a {
	text-decoration: none;
	color: #0069bf;
	font-size: 1.2rem;
}

#page-site-index.notloggedin #page-header #loginbox #boxForm .btn-register {
	margin: 0;
	width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#page-site-index.notloggedin .frontpage-marketing {
	margin: -4em 0 2em 0;
	padding: 2em 20px 0 20px;
	background-image: url(/theme/image.php/recit2/theme/1759007012/headerimg-bg);
	background-position: center top;
	background-size: contain;
}

#page-site-index.notloggedin .frontpage-marketing .card {
	text-align: center;
	min-height: 300px;
}

#page-site-index.notloggedin .frontpage-marketing .card img {
	max-width: 100%;
}

#page-site-index.notloggedin .frontpage-marketing .card h2 {
	color: #565656;
	margin: 20px 0;
}

#page-site-index.notloggedin .frontpage-marketing .card h3 {
	color: #a4a3a3;
}

#page-site-index.notloggedin .frontpage-marketing .card p {
	color: #9f9f9f;
	margin: 1.5em 0;
}

#page-site-index.notloggedin .fontpage-faq {
	margin: 3em auto;
}

#page-site-index.notloggedin .fontpage-faq h2 {
	color: #0069bf;
	margin-bottom: 2rem;
	font-size: 2rem;
}

#page-site-index.notloggedin .fontpage-faq #accordion .card {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#page-site-index.notloggedin .fontpage-faq #accordion .btn-link {
	color: #130e24;
	text-decoration: none;
	font-weight: 400;
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
}

#page-site-index.notloggedin .fontpage-faq #accordion .btn-link:before {
	color: #0069bf;
	content: "";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#page-site-index.notloggedin .fontpage-faq #accordion .btn-link.collapsed:before {
	content: "";
}

#page-site-index.slideshow #page-header {
	padding: 0;
	position: relative;
	background-image: none !important;
}

#page-site-index.slideshow #loginbox {
	display: none;
	position: absolute;
	right: 20px;
	top: 20px;
}

#page-login-index.recit-login {
	/*background-color: #f1f1f1;*/
	margin-left: 0;
}

#page-login-index.recit-login #page-wrapper {
	margin-top: 0px;
}

#page-login-index.recit-login #page-wrapper #page {
	background-color: rgba(255, 255, 255, 0.5);
	margin-top: 0;
	background-size: cover;
	background-position: center;
	min-height: 100vh;
	max-width: none;
}

#page-login-index.recit-login #page-wrapper::after {
	min-height: 0;
}

#page-login-index.recit-login #page {
	padding: 0;
}

#page-login-index.recit-login #page #region-main-box {
	padding: 0;
}

#page-login-index.recit-login #page #region-main-box .loginpanel .instructions {
	/*border-top-right-radius: $m-login-padding;
              -webkit-border-top-right-radius: $m-login-padding;
              -moz-border-radius-topright: $m-login-padding;*/
	border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	padding: 20px 15px;
	min-height: inherit;
}

#page-login-index.recit-login #page #region-main-box .loginpanel .form {
	height: inherit;
	max-height: inherit;
}

#page-login-index.recit-login .loginpanel .instructions {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

#page-login-index.recit-login .logo {
	text-align: center;
	margin-bottom: 2rem;
}

#page-login-index.recit-login .logo img {
	max-height: 200px;
}

#page-login-index.recit-login .row {
	margin: 0;
}

#page-login-index.recit-login .instructionspanel {
	border-radius: 10px;
	border: none;
}

#page-login-index.recit-login .loginpanel {
	border-radius: 10px;
	border: none;
}

#page-login-index.recit-login .loginpanel .card-block {
	padding: 0;
}

#page-login-index.recit-login .loginpanel .card-block .form {
	padding: 20px 15px;
	height: 350px;
	max-height: 350px;
}

#page-login-index.recit-login .loginpanel .card-block .form .welcome {
	font-size: 1.2rem;
}

#page-login-index.recit-login .loginpanel .card-block .form .input-group-addon {
	width: 40px;
	line-height: 30px;
	padding: 4px 10px;
	margin-bottom: 0;
	font-size: 1rem;
	text-align: center;
	background-color: #eceeef;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-right: 0;
}

#page-login-index.recit-login .loginpanel .card-block .form .input-group-username .input-group-addon {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

#page-login-index.recit-login .loginpanel .card-block .form .input-group-password .input-group-addon {
	border-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#page-login-index.recit-login .loginpanel .card-block .form #username,
#page-login-index.recit-login .loginpanel .card-block .form #password {
	border: 1px solid rgba(0, 0, 0, 0.15);
	height: 44px;
}

#page-login-index.recit-login .loginpanel .card-block .form #username {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

#page-login-index.recit-login .loginpanel .card-block .form #password {
	border-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#page-login-index.recit-login .loginpanel .card-block .form #loginbtn {
	padding: 0.5rem;
}

#page-login-index.recit-login .loginpanel .card-block .instructions {
	background-color: #0069bf;
	padding: 60px 15px;
	color: #fff;
	min-height: 350px;
}

#page-login-index.recit-login .loginpanel .card-block .instructions img {
	max-width: 100%;
}

#page-login-index.recit-login .loginpanel .card-block .instructions .text-info {
	color: #fff !important;
}

#page-login-index.recit-login .loginpanel .card-block .instructions h2,
#page-login-index.recit-login .loginpanel .card-block .instructions h3 {
	color: #fff;
}

#page-login-index.recit-login .loginpanel .card-block .instructions hr {
	width: 50%;
	margin-top: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.7);
}

#page-login-index.recit-login .loginpanel .card-block .instructions .m-t-2 {
	margin-top: 1rem !important;
}

#page-login-index.recit-login .box.generalbox.boxaligncenter {
	border-color: #d7dfe3;
	border-radius: 0;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	background-color: #fff;
	padding: 2rem !important;
}

#page-login-signup {
	margin-left: 0;
}

#page-login-signup #page-wrapper {
	/* padding-bottom: 0;
        margin-bottom: 0;*/
}

#page-login-signup #page-wrapper:after {
	min-height: 0;
}

#page-login-index {
	margin-right: 0px;
}

#page-login-index #page-content #region-main-box {
	background-color: transparent;
}

#page-login-index .loginpanel .form,
#page-login-index #page-content,
#page-login-index #region-main,
#page-login-index .logo,
#page-login-index .my-4,
#page-login-index .card-block .row {
	background-color: transparent !important;
}

#page-login-index .plugins_standard_footer_html {
	display: none !important;
}

#page-login-index .logo img {
	max-height: 80px !important;
}

/*#page-login-index.recit-login #page-wrapper 
{
    background-color: rgba(0,0,0,0.7);
}*/
#page-login-index .welcome {
	color: #fba22a !important;
	font-weight: bold !important;
}

#page-login-index .instructions {
	background-color: #0068bf !important;
}

#page-login-index .instructions h2 {
	font-weight: bold !important;
}

#page-login-index .input-group .input-group-addon {
	border-bottom-left-radius: 10px !important;
	border-top-left-radius: 10px !important;
}

#page-login-index .input-group input,
#page-login-index .loginpanel .form {
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}

#page-login-index .input-group-username {
	margin-bottom: 10px !important;
}

#page-login-index .input-group-password .input-group-addon,
#page-login-index .input-group-password input {
	border-top: 1px solid rgba(0, 0, 0, 0.15) !important;
}

#page-login-index .forgetpass a {
	color: #0068bf;
}

.potentialidplist .potentialidp {
	margin-bottom: 5px;
}

#page-login-signup.pagelayout-login {
	margin-left: 0;
}

#page-login-signup.pagelayout-login #page-wrapper {
	margin-top: 0px;
}

#page-login-signup.pagelayout-login #page-wrapper #page {
	background-color: rgba(255, 255, 255, 0.5);
	margin-top: 0;
	background-size: cover;
	background-position: center;
	min-height: 100vh;
	max-width: none;
}

#page-login-signup.pagelayout-login #page-wrapper::after {
	min-height: 0;
}

#page-login-signup.pagelayout-login .card-block {
	padding: 15px;
}

body:not(.pagelayout-secure) -control,
body:not(.pagelayout-secure) [data-region="blocks-column"] {
	-moz-transition: width .5s ease, right .5s ease, opacity .5s ease, height .5s ease;
	-webkit-transition: width .5s ease, right .5s ease, opacity .5s ease, height .5s ease;
	-ms-transition: width .5s ease, right .5s ease, opacity .5s ease, height .5s ease;
	-o-transition: width .5s ease, right .5s ease, opacity .5s ease, height .5s ease;
}

body:not(.pagelayout-secure) -control .dropdown-menu,
body:not(.pagelayout-secure) [data-region="blocks-column"] .dropdown-menu {
	min-width: 245px;
}

body:not(.pagelayout-secure) -control .dropdown-menu .dropdown-item,
body:not(.pagelayout-secure) [data-region="blocks-column"] .dropdown-menu .dropdown-item {
	white-space: initial;
}

body:not(.pagelayout-secure) -control .card-block .content h3,
body:not(.pagelayout-secure) [data-region="blocks-column"] .card-block .content h3 {
	font-size: 1.143rem;
	font-weight: 600;
	text-transform: uppercase;
	border-top: 1px dashed #0069bf;
	padding-top: 4px;
	margin-top: 10px;
}

body:not(.pagelayout-secure) #sidepreopen-control {
	background-color: #e69321;
	position: fixed;
	right: 0;
	-moz-transition: width .5s ease, right .5s ease, opacity .5s ease, height .5s ease;
	-webkit-transition: width .5s ease, right .5s ease, opacity .5s ease, height .5s ease;
	-ms-transition: width .5s ease, right .5s ease, opacity .5s ease, height .5s ease;
	-o-transition: width .5s ease, right .5s ease, opacity .5s ease, height .5s ease;
	top: 67px;
	color: #fff;
	width: 30px;
	height: 64px;
	line-height: 50px;
	border-radius: 100% 0px 0px 100%;
	font-size: 20px;
	padding: 8px 0 0 4px;
	cursor: pointer;
	z-index: 1000;
	border: 2px solid #FFF;
}

body:not(.pagelayout-secure) #sidepreopen-control:before {
	font-family: "simple-line-icons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "";
}

body:not(.pagelayout-secure) #sidepreopen-control:hover {
	box-shadow: 0 0 6px #0069bf;
}

body:not(.pagelayout-secure).drawer-open-right #sidepreopen-control {
	right: 315px;
	-moz-transition: right .5s ease;
	-webkit-transition: right .5s ease;
	-ms-transition: right .5s ease;
	-o-transition: right .5s ease;
}

body:not(.pagelayout-secure) #sidepre-blocks {
	-moz-transition: width .5s ease;
	-webkit-transition: width .5s ease;
	-ms-transition: width .5s ease;
	-o-transition: width .5s ease;
	overflow-y: auto;
	width: 315px;
	min-height: 100vh;
	z-index: 1020;
	background-color: #e3e3e3;
}

body:not(.pagelayout-secure) #sidepre-blocks .card .card-body {
	padding: 0.5rem;
}

body:not(.pagelayout-secure) #sidepre-blocks.closed {
	-moz-transition: width .5s ease;
	-webkit-transition: width .5s ease;
	-ms-transition: width .5s ease;
	-o-transition: width .5s ease;
	width: 0px;
}

body:not(.pagelayout-secure) [data-region="blocks-column"] {
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0px;
	overflow-y: scroll;
	z-index: 1050;
	border-left: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

body #page-header {
	background-color: #fff;
}

body #page-header .second-navbar {
	display: flex;
	justify-content: space-between;
	padding: 0 0.8rem 0 0.8rem;
	align-items: center;
}

/* #page-h5p-embed {

    &::-webkit-scrollbar { width: 4px; height: 4px;}
    
    // Track 
    &::-webkit-scrollbar-track { background: #f1f1f1; }

    //* Handle
    &::-webkit-scrollbar-thumb {background: #888;}

    //* Handle on hover
    &::-webkit-scrollbar-thumb:hover {background: #555;}
}*/
.titre_actvity {
	color: #000;
	border: none;
}

.titre_actvity h2 {
	font-size: 3em;
}

#block-region-side-top {
	border-left: solid;
	border-image: linear-gradient(white, #e3e3e3, white) 30 stretch;
	padding: 15px;
}

#page-site-index #loginbox {
	display: none;
}

.course-content .current::before {
	border: none;
}

.truncate-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#page-mod-quiz-mod #id_reviewoptionshdr .btn-link {
	float: right;
}

.ekko-lightbox {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-right: 0 !important;
}

.ekko-lightbox-container {
	position: relative;
}

.ekko-lightbox-container>div.ekko-lightbox-item {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
}

.ekko-lightbox iframe {
	width: 100%;
	height: 100%;
}

.ekko-lightbox-nav-overlay {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
}

.ekko-lightbox-nav-overlay a {
	-ms-flex: 1;
	flex: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	transition: opacity 0.5s;
	color: #fff;
	font-size: 30px;
	z-index: 1;
}

.ekko-lightbox-nav-overlay a>* {
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.ekko-lightbox-nav-overlay a> :focus {
	outline: none;
}

.ekko-lightbox-nav-overlay a span {
	padding: 0 30px;
}

.ekko-lightbox-nav-overlay a:last-child span {
	text-align: right;
}

.ekko-lightbox-nav-overlay a:hover {
	text-decoration: none;
}

.ekko-lightbox-nav-overlay a:focus {
	outline: none;
}

.ekko-lightbox-nav-overlay a.disabled {
	cursor: default;
	visibility: hidden;
}

.ekko-lightbox a:hover {
	opacity: 1;
	text-decoration: none;
}

.ekko-lightbox .modal-dialog {
	display: none;
}

.ekko-lightbox .modal-footer {
	text-align: left;
}

.ekko-lightbox-loader {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.ekko-lightbox-loader>div {
	width: 40px;
	height: 40px;
	position: relative;
	text-align: center;
}

.ekko-lightbox-loader>div>div {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	animation: a 2s infinite ease-in-out;
}

.ekko-lightbox-loader>div>div:last-child {
	animation-delay: -1s;
}

.modal-dialog .ekko-lightbox-loader>div>div {
	background-color: #333;
}

@keyframes a {

	0%,
	to {
		transform: scale(0);
		-webkit-transform: scale(0);
	}

	50% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

.ekko-lightbox a:not([class]):focus {
	outline: unset;
	color: unset;
	background-color: unset;
	box-shadow: unset;
}

[data-region=right-hand-drawer] {
	display: flex;
	flex-direction: column;
	transition: right 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	[data-region=right-hand-drawer] {
		transition: none;
	}
}

[data-region=right-hand-drawer].drawer {
	z-index: 1030;
	position: fixed;
	right: 0;
	height: calc(100% - 67px);
	width: 315px;
	box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.08);
	padding: 0;
	visibility: visible;
	opacity: 1;
	top: 67px;
}

[data-region=right-hand-drawer] .closewidget {
	display: none;
}

[data-region=right-hand-drawer].hidden {
	display: block;
	right: -315px;
	visibility: hidden;
	opacity: 0;
	transition: right 0.2s ease-in-out, visibility 0s ease-in-out 0.2s, opacity 0s ease-in-out 0.2s;
}

@media (prefers-reduced-motion: reduce) {
	[data-region=right-hand-drawer].hidden {
		transition: none;
	}
}

#block-region-side-pre {
	border-left: solid;
	border-image: linear-gradient(white, #e3e3e3, white) 30 stretch;
	padding: 15px;
	overflow-y: auto;
	max-height: calc(100vh - 67px);
}

body:not(.pagelayout-secure) #sidepre-blocks {
	position: fixed;
	overflow-y: hidden;
	padding: 67px 0;
	/* width */
	/* Track */
	/* Handle */
	/* Handle on hover */
	/* Scrollbar for Firefox */
	scrollbar-color: #888 #f1f1f1;
	scrollbar-width: thin;
}

body:not(.pagelayout-secure) #sidepre-blocks ::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

body:not(.pagelayout-secure) #sidepre-blocks ::-webkit-scrollbar-track {
	background: #f1f1f1;
}

body:not(.pagelayout-secure) #sidepre-blocks ::-webkit-scrollbar-thumb {
	background: #888;
}

body:not(.pagelayout-secure) #sidepre-blocks ::-webkit-scrollbar-thumb:hover {
	background: #555;
}

/*
@include media-breakpoint-down(sm) {
    [data-region=right-hand-drawer] {
        &.drawer {
            top: 0;
            height: 100%;
            z-index: $zindex-fixed;
        }
        .closewidget {
            display: block;
            padding: 0 0.2rem;
        }
    }
    body.drawer-open-left,
    body.drawer-open-right {
        overflow: hidden;
    }
}*/
.dir-rtl [data-region=right-hand-drawer] {
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 2170px) {
	.maincontent {
		-moz-transition: width .5s ease;
		-webkit-transition: width .5s ease;
		-ms-transition: width .5s ease;
		-o-transition: width .5s ease;
		width: 100%;
	}
}

.drawer-open-right .maindrawer {
	position: fixed;
	width: 315px;
	z-index: 1030;
}

.drawer-open-right .mainpage {
	width: 100%;
}

.drawer-open-right .maincontent {
	width: min(calc(100vw - 315px), 1500px);
}

@media screen and (min-width: 2170px) {

	.drawer-open-right .maincontent,
	.drawer-open-right #mainTopNav {
		margin: auto;
	}
}

@media screen and (max-width: 2170px) {

	.drawer-open-right .maincontent,
	.drawer-open-right #mainTopNav {
		margin-right: 315px;
		margin: unset;
	}
}

@media screen and (max-width: 1023px) {

	.drawer-open-right .maincontent,
	.drawer-open-right #mainTopNav {
		margin-right: unset;
		margin: unset;
		width: 100%;
		max-width: 100vw;
	}
}

@media screen and (max-width: 1500px) {
	.drawer-open-right #mainTopNav {
		max-width: 100vw;
	}
}

#mainTopNav {
	background-color: #343a40 !important;
}

#page-footer {
	background-color: #343a40 !important;
}

.theme-bg-color {
	background-color: #0069bf;
}

.recit-btn-primary {
	color: #FFF;
	background-color: #0069bf;
	border-color: #0069bf;
	border-radius: 30px;
}

.recit-btn-primary:hover {
	color: #fff;
	background-color: #022f53;
	border-color: #022f53;
}

.recit-btn-secondary {
	color: #FFF;
	background-color: #e69321;
	border-color: #e69321;
	border-radius: 30px;
}

.recit-btn-secondary:hover {
	color: #fff;
	background-color: #8a5205;
	border-color: #8a5205;
}

#jump-to-activity {
	background: #0069bf url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -1 4 7'%3E%3Cpath fill='white' d='M2 0L0 0h4zm0 4L0 2h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
	color: #FFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Viga", sans-serif;
}

.card-header {
	font-family: "Viga", sans-serif;
}

.list_num.list_num_color li::before {
	background: #434343;
}

.btn-round {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.figure_custom {
	border: 1px solid !important;
	border-color: #0069bf !important;
}

#course-banner {
	background-image: url(/theme/image.php/recit2/theme/1759007012/banner-course);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	height: 12vw;
	max-height: 150px;
	min-height: 75px;
	border: none;
	padding: 1.25rem;
	display: flex;
	align-items: center;
}

#course-banner .page-header-headings h1 {
	color: #FFFFFF;
	font-family: "Viga", sans-serif !important;
	font-size: 2.34375rem;
	text-shadow: 3px 3px 3px #000;
	background-color: #0000000d;
}

/**********************************************************
/ tablets layout
/*********************************************************/
@media screen and (min-width: 768px) and (max-width: 1023px) {
	body #page-header #course-banner .page-header-headings h1 {
		font-size: 2rem;
	}

	body.drawer-open-right #sidepreopen-control {
		right: 50vw;
	}

	#sidepre-blocks {
		width: 50vw;
	}

	body.pagelayout-course #page-content #region-main-box #region-main>.card .card-body .activity-title-container,
	body.pagelayout-coursecategory #page-content #region-main-box #region-main>.card .card-body .activity-title-container,
	body.pagelayout-incourse #page-content #region-main-box #region-main>.card .card-body .activity-title-container,
	body.pagelayout-admin #page-content #region-main-box #region-main>.card .card-body .activity-title-container,
	body.pagelayout-frontpage #page-content #region-main-box #region-main>.card .card-body .activity-title-container,
	body.pagelayout-mydashboard #page-content #region-main-box #region-main>.card .card-body .activity-title-container,
	body.pagelayout-base #page-content #region-main-box #region-main>.card .card-body .activity-title-container,
	body.pagelayout-report #page-content #region-main-box #region-main>.card .card-body .activity-title-container,
	body.pagelayout-standard #page-content #region-main-box #region-main>.card .card-body .activity-title-container,
	body.pagelayout-mypublic #page-content #region-main-box #region-main>.card .card-body .activity-title-container {
		grid-template-columns: auto;
		grid-template-rows: auto auto;
	}

	body.pagelayout-course #page-content #region-main-box #region-main>.card .card-body .activity-nav,
	body.pagelayout-coursecategory #page-content #region-main-box #region-main>.card .card-body .activity-nav,
	body.pagelayout-incourse #page-content #region-main-box #region-main>.card .card-body .activity-nav,
	body.pagelayout-admin #page-content #region-main-box #region-main>.card .card-body .activity-nav,
	body.pagelayout-frontpage #page-content #region-main-box #region-main>.card .card-body .activity-nav,
	body.pagelayout-mydashboard #page-content #region-main-box #region-main>.card .card-body .activity-nav,
	body.pagelayout-base #page-content #region-main-box #region-main>.card .card-body .activity-nav,
	body.pagelayout-report #page-content #region-main-box #region-main>.card .card-body .activity-nav,
	body.pagelayout-standard #page-content #region-main-box #region-main>.card .card-body .activity-nav,
	body.pagelayout-mypublic #page-content #region-main-box #region-main>.card .card-body .activity-nav {
		grid-template-columns: calc(50% - 1rem) calc(50% - 1rem);
		grid-template-rows: auto auto;
		grid-template-areas: "prevlink nextlink""activitylist activitylist";
	}

	.recit-course-list-grid {
		grid-template-columns: 50% 50%;
	}
}

/**********************************************************
/ tablets layout
/*********************************************************/
@media screen and (max-width: 1280px) {
	.recit-course-list .coursedesc .row {
		padding: 5px 15px;
	}

	.recit-course-list .summary {
		height: unset;
		min-height: 115px;
	}

	.recit-course-list .coursetitle {
		min-height: unset;
	}

	.recit-course-list .recit-card-img-top {
		width: 100%;
		min-height: 225px;
	}

	.recit-course-list .instructors img {
		height: 35px;
	}
}

/**********************************************************
/ Smartphone layout
/*********************************************************/
@media screen and (max-width: 767px) {

	/* Hide this panel in mobile because of layout issues */
	/* Reduce font-size on this block due to layout issues...it exceeds the container*/
	body #page-header #course-banner .page-header-headings h1 {
		font-size: 1.5rem;
	}

	body.pagelayout-course #page-content #region-main-box #region-main>.card .card-body .activity-title-container,
	body.pagelayout-coursecategory #page-content #region-main-box #region-main>.card .card-body .activity-title-container,
	body.pagelayout-incourse #page-content #region-main-box #region-main>.card .card-body .activity-title-container,
	body.pagelayout-admin #page-content #region-main-box #region-main>.card .card-body .activity-title-container,
	body.pagelayout-frontpage #page-content #region-main-box #region-main>.card .card-body .activity-title-container,
	body.pagelayout-mydashboard #page-content #region-main-box #region-main>.card .card-body .activity-title-container,
	body.pagelayout-base #page-content #region-main-box #region-main>.card .card-body .activity-title-container,
	body.pagelayout-report #page-content #region-main-box #region-main>.card .card-body .activity-title-container,
	body.pagelayout-standard #page-content #region-main-box #region-main>.card .card-body .activity-title-container,
	body.pagelayout-mypublic #page-content #region-main-box #region-main>.card .card-body .activity-title-container {
		grid-template-columns: auto;
		grid-template-rows: auto auto;
		margin-top: 1rem;
		margin-bottom: 0.5rem;
	}

	body.pagelayout-course #page-content #region-main-box #region-main>.card .card-body .activity-title-container .activity-title,
	body.pagelayout-coursecategory #page-content #region-main-box #region-main>.card .card-body .activity-title-container .activity-title,
	body.pagelayout-incourse #page-content #region-main-box #region-main>.card .card-body .activity-title-container .activity-title,
	body.pagelayout-admin #page-content #region-main-box #region-main>.card .card-body .activity-title-container .activity-title,
	body.pagelayout-frontpage #page-content #region-main-box #region-main>.card .card-body .activity-title-container .activity-title,
	body.pagelayout-mydashboard #page-content #region-main-box #region-main>.card .card-body .activity-title-container .activity-title,
	body.pagelayout-base #page-content #region-main-box #region-main>.card .card-body .activity-title-container .activity-title,
	body.pagelayout-report #page-content #region-main-box #region-main>.card .card-body .activity-title-container .activity-title,
	body.pagelayout-standard #page-content #region-main-box #region-main>.card .card-body .activity-title-container .activity-title,
	body.pagelayout-mypublic #page-content #region-main-box #region-main>.card .card-body .activity-title-container .activity-title {
		font-size: 30px;
	}

	body.pagelayout-course #page-content #region-main-box #region-main>.card .card-body .activity-title-container .activity-controls,
	body.pagelayout-coursecategory #page-content #region-main-box #region-main>.card .card-body .activity-title-container .activity-controls,
	body.pagelayout-incourse #page-content #region-main-box #region-main>.card .card-body .activity-title-container .activity-controls,
	body.pagelayout-admin #page-content #region-main-box #region-main>.card .card-body .activity-title-container .activity-controls,
	body.pagelayout-frontpage #page-content #region-main-box #region-main>.card .card-body .activity-title-container .activity-controls,
	body.pagelayout-mydashboard #page-content #region-main-box #region-main>.card .card-body .activity-title-container .activity-controls,
	body.pagelayout-base #page-content #region-main-box #region-main>.card .card-body .activity-title-container .activity-controls,
	body.pagelayout-report #page-content #region-main-box #region-main>.card .card-body .activity-title-container .activity-controls,
	body.pagelayout-standard #page-content #region-main-box #region-main>.card .card-body .activity-title-container .activity-controls,
	body.pagelayout-mypublic #page-content #region-main-box #region-main>.card .card-body .activity-title-container .activity-controls {
		justify-content: space-between;
	}

	body.pagelayout-course #page-content #region-main-box #region-main>.card .card-body .activity-nav,
	body.pagelayout-coursecategory #page-content #region-main-box #region-main>.card .card-body .activity-nav,
	body.pagelayout-incourse #page-content #region-main-box #region-main>.card .card-body .activity-nav,
	body.pagelayout-admin #page-content #region-main-box #region-main>.card .card-body .activity-nav,
	body.pagelayout-frontpage #page-content #region-main-box #region-main>.card .card-body .activity-nav,
	body.pagelayout-mydashboard #page-content #region-main-box #region-main>.card .card-body .activity-nav,
	body.pagelayout-base #page-content #region-main-box #region-main>.card .card-body .activity-nav,
	body.pagelayout-report #page-content #region-main-box #region-main>.card .card-body .activity-nav,
	body.pagelayout-standard #page-content #region-main-box #region-main>.card .card-body .activity-nav,
	body.pagelayout-mypublic #page-content #region-main-box #region-main>.card .card-body .activity-nav {
		grid-template-columns: 49% 49%;
		grid-template-rows: auto auto;
		grid-template-areas: "prevlink nextlink""activitylist activitylist";
	}

	.recit-course-list-grid {
		grid-template-columns: auto;
	}

	.recit-course-list .course-card {
		height: unset;
	}

	.recit-course-list .summary {
		height: unset;
		min-height: unset;
	}

	#page-login-index.recit-login #page-wrapper #page #region-main-box .loginpanel {
		border-radius: 0;
	}

	#page-login-index.recit-login #page-wrapper #page #region-main-box .loginpanel .instructions {
		border-radius: 0;
	}

	#page-login-index.recit-login #page-wrapper #page #region-main-box .loginpanel .form {
		border-radius: 0;
	}

	body.drawer-open-right #sidepreopen-control {
		right: 92vw;
	}

	#sidepre-blocks {
		width: 92vw;
	}

	#page-enrol-index #region-main .generalbox {
		width: 100%;
	}

	#page-my-index .page-context-header {
		display: none;
	}

	.block-myoverview .btn {
		font-size: 13px;
	}
}

#page-content {
	grid-area: page-content;
}

.page-content-wrapper {
	display: grid;
	grid-template-areas: "navsections""activitysettings""page-content";
}

.page-content-wrapper .navbar-toggler-desktop {
	display: none;
}

.vertical-right {
	display: grid;
	grid-template-columns: 80% 20%;
	grid-template-rows: auto auto;
	grid-template-areas: "activitysettings activitysettings""page-content navsections";
}

.vertical-right .activitysettings {
	margin-bottom: 7px;
}

.vertical-right .navbar-toggler-desktop {
	display: none;
}

.vertical-left {
	transition: width ease-in-out 0.25s;
	display: grid;
	grid-template-columns: 20% 80%;
	grid-template-rows: auto auto;
	grid-template-areas: "activitysettings activitysettings""navsections page-content";
}

@media screen and (min-width: 992px) {
	.vertical-left .menuM5-inner {
		height: calc(100vh - 67px);
		overflow-y: auto;
		position: relative;
	}

	.vertical-left .navbar-expand-lg .navbar-toggler-desktop {
		display: block !important;
		padding: 0.25rem 0.75rem;
		font-size: 1.171875rem;
		line-height: 1;
		background-color: transparent;
		border: 1px solid transparent;
		color: #fff;
	}

	.vertical-left .navbar-expand-lg .navbar-toggler-desktop .icon {
		margin: 5px 0 0 5px;
	}

	.vertical-left.collapsedM5 {
		grid-template-columns: 4% 95%;
	}

	.vertical-left.collapsedM5 #nav-sections {
		padding: 0;
		transition: width ease-in-out 0.25s;
		width: calc(min(100vw, 1500px) * 0.04) !important;
	}

	.vertical-left.collapsedM5 .navbar-collapse.collapse {
		display: none !important;
	}

	.vertical-left.collapsedM5 .hideif-collapsed {
		display: none;
	}

	.vertical-left.collapsedM5 .hideif-notcollapsed {
		display: block;
	}

	.vertical-left .hideif-collapsed {
		display: block;
	}

	.vertical-left .hideif-notcollapsed {
		display: none;
	}

	.vertical-left .navbar-collapse.collapse {
		display: flex !important;
	}
}

@media screen and (max-width: 992px) {
	.vertical-right {
		grid-template-columns: 100%;
		grid-template-areas: "navsections""activitysettings""page-content";
	}

	.vertical-left {
		grid-template-columns: 100%;
		grid-template-areas: "navsections""activitysettings""page-content";
	}
}

.activitysettings {
	grid-area: activitysettings;
	margin-top: 7px;
}

.navsections {
	grid-area: navsections;
	z-index: 1;
	max-width: 100%;
}

.navsections.overflow-scroll {
	/* width */
	/* Track */
	/* Handle */
	/* Handle on hover */
	/* Scrollbar for Firefox */
	scrollbar-color: #888 #f1f1f1;
	scrollbar-width: thin;
	overflow-x: auto;
	overflow-y: hidden;
}

.navsections.overflow-scroll::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.navsections.overflow-scroll::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.navsections.overflow-scroll::-webkit-scrollbar-thumb {
	background: #888;
}

.navsections.overflow-scroll::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.navsections.horizontal {
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto auto;
}

.navsections.horizontal .menuM5 ul.navbar-nav {
	flex-wrap: wrap;
}

.navsections.horizontal .menuM5 ul.navbar-nav li.nav-item {
	text-align: center;
}

.navsections.horizontal .menuM5 ul.navbar-nav ul.dropdown-menu {
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.navsections.horizontal .menuM5 ul.navbar-nav ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu {
	margin-left: 0px;
}

.navsections.horizontal .menuM5 ul.navbar-nav li.nav-item[data-selected="1"]>a {
	font-weight: bold;
	text-decoration: underline solid;
	color: #fff;
}

.navsections.vertical {
	grid-template-rows: auto;
}

.navsections.vertical .menuM5-inner {
	/* width */
	/* Track */
	/* Handle */
	/* Handle on hover */
	/* Scrollbar for Firefox */
}

.navsections.vertical .menuM5-inner::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.navsections.vertical .menuM5-inner::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.navsections.vertical .menuM5-inner::-webkit-scrollbar-thumb {
	background: #888;
}

.navsections.vertical .menuM5-inner::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.navsections.vertical .navbar {
	align-items: baseline;
	align-content: baseline;
}

.navsections.vertical .navbar-expand-lg .navbar-toggler-desktop {
	display: none;
}

@media (min-width: 992px) {
	.navsections.vertical .navbar-expand-lg .navbar-nav {
		flex-direction: column;
	}

	.navsections.vertical .navbar-expand-lg .navbar-nav .dropdown-menu {
		position: relative;
	}

	.navsections.vertical .menuM5 {
		display: block;
		height: 100%;
	}
}

.navsections.vertical .menuM5 .dropdown-submenu>.dropdown-menu {
	left: 0;
	top: 100%;
}

.navsections.vertical .menuM5 ul.navbar-nav ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu {
	margin-left: 1rem;
}

.navsections.vertical .menuM5 ul.navbar-nav ul.dropdown-menu li .dropdown-item {
	height: auto;
	white-space: normal;
}

.navsections.vertical .menuM5 ul.navbar-nav .nav-item[data-selected="1"],
.navsections.vertical .menuM5 ul.navbar-nav li.nav-item.show .dropdown-item[data-selected="1"] {
	font-weight: bold;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 0.5rem;
}

.navsections.vertical .menuM5 ul.navbar-nav .nav-item[data-selected="1"] .nav-link,
.navsections.vertical .menuM5 ul.navbar-nav li.nav-item.show .dropdown-item[data-selected="1"] .nav-link {
	box-shadow: none;
}

.navsections.vertical .menuM5 ul.navbar-nav .nav-item .nav-link.dropdown-toggle {
	white-space: normal;
}

.navsections .menuM1 ul li a:hover {
	color: #606972;
}

.navsections .menuM1 ul li a {
	padding: 0.3rem;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #606972;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	white-space: normal;
	background-color: transparent;
	box-shadow: none;
}

.navsections .menuM1 ul li[data-selected="1"]:before {
	content: " ❯";
	font-size: 20px;
	color: #fff;
	font-weight: 700;
}

.navsections .menuM1 ul li[data-selected="1"] a {
	color: #fff;
}

.navsections .menuM1.normal {
	position: relative;
}

.navsections .menuM1.normal .responsive-bar {
	display: none;
}

.navsections .menuM1.normal ul {
	background-color: #EAC167;
	min-width: 100%;
	max-width: 1366px;
	list-style: none;
	margin: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	padding: 0;
	height: 70px;
}

.navsections .menuM1.normal ul li {
	padding: 0.5rem;
	align-self: center;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 200px;
}

.navsections .menuM1.normal ul li:not(:empty) {
	min-width: 75px;
	width: max-content;
}

.navsections .menuM1.normal ul li button[data-btn-submenu-collapse] {
	display: none;
}

.navsections .menuM1.normal ul li ul {
	position: absolute;
	top: 70px;
	left: 0px;
	background-color: #606972;
	display: none;
}

.navsections .menuM1.normal ul li ul a:hover {
	color: #606972;
}

.navsections .menuM1.normal ul li ul li[data-selected="0"] a {
	color: #EAC167;
}

.navsections .menuM1.normal ul li ul li[data-selected="0"] a:hover {
	color: #EAC167;
}

.navsections .menuM1.normal ul li ul li[data-selected="1"]::before {
	color: #fff;
}

.navsections .menuM1.normal ul li ul li[data-selected="1"] a {
	color: #fff;
}

.navsections .menuM1.normal ul li[data-selected="1"] ul {
	display: flex;
}

.navsections .menuM1.normal ul li:empty {
	border-left: 1px solid #fff;
	height: 35px;
	padding: 0px;
	margin: 0px;
}

.navsections .menuM1.normal ul li:last-child:empty {
	display: none;
}

.navsections .menuM1.responsive {
	width: 100%;
}

.navsections .menuM1.responsive .responsive-bar {
	background-color: #EAC167;
	width: 100%;
	display: flex;
	justify-content: left;
	padding: 1rem;
}

.navsections .menuM1.responsive .responsive-bar #btn-menu-collapse {
	width: 40px;
}

.navsections .menuM1.responsive .responsive-bar .active-item {
	width: 90%;
	font-variant: all-petite-caps;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: 500;
	line-height: 1.2;
	font-size: 22px;
}

.navsections .menuM1.responsive ul {
	background-color: #606972;
	list-style: none;
	display: none;
	flex-direction: column;
	height: auto;
	margin: 0px;
	max-width: 500px;
}

.navsections .menuM1.responsive ul a {
	color: #EAC167;
}

.navsections .menuM1.responsive ul li {
	border-bottom: 0.1px solid #fff;
	width: 90%;
	flex-direction: column;
	padding: 0.5rem;
	margin: 0.1rem;
}

.navsections .menuM1.responsive ul li button[data-btn-submenu-collapse] {
	display: inline;
	float: right;
}

.navsections .menuM1.responsive ul li ul li {
	border-bottom: none;
}

.navsections .menuM1.responsive ul li:empty {
	display: none;
}

.navsections .menuM1.responsive ul li:nth-last-child(2) {
	border-bottom: none;
}

.navsections .menuM5 {
	background-color: #002442;
	padding: 0.5rem 0.1rem 0.5rem 0.5rem;
}

.navsections .menuM5 .nav-item.dropdown {
	padding-right: 1rem;
}

.navsections .menuM5 .dropdown-submenu {
	position: relative;
}

.navsections .menuM5 .dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
}

.navsections .menuM5 ul.navbar-nav li.nav-item {
	text-align: left;
}

.navsections .menuM5 ul.navbar-nav li.nav-item .nav-link {
	color: #fff;
}

.navsections .menuM5 ul.navbar-nav li.nav-item .nav-link:hover {
	color: rgba(255, 255, 255, 0.5);
}

.navsections .menuM5 ul.navbar-nav ul.dropdown-menu {
	background-color: #002442;
	margin: 0;
	border-radius: 0px;
	border: none;
}

.navsections .menuM5 ul.navbar-nav ul.dropdown-menu li .dropdown-item {
	color: #fff;
	height: 30px;
}

.navsections .menuM5 ul.navbar-nav ul.dropdown-menu li .dropdown-item:hover {
	color: rgba(255, 255, 255, 0.5);
	background-color: transparent;
}

.navsections .menuM5 ul.navbar-nav ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu {
	margin-left: 1.5rem;
}

.navsections .menuM5 ul.navbar-nav .dropdown-submenu .pull-left {
	float: none;
}

.navsections .menuM5 ul.navbar-nav .dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 15px 15px;
	-moz-border-radius: 6px 0 15px 15px;
	border-radius: 6px 0 15px 15px;
}

@media screen and (max-width: 992px) {
	.navsections .menuM5 ul.navbar-nav li.nav-item {
		text-align: left !important;
	}

	.navsections .menuM5 ul.navbar-nav ul.dropdown-menu {
		box-shadow: none !important;
	}

	.navsections .menuM5 ul.navbar-nav ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu {
		margin-left: 1rem !important;
	}
}

/* classes of before moodle approval */
/* Start RÉCIT Éditor */
.row-fluid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

/* Popup */
.r_popup,
.r_popup .modal-dialog {
	max-width: 100vw;
	max-height: 100vh;
	width: fit-content;
	width: -moz-fit-content;
	margin: auto;
}

.r_popup .modal-body {
	padding: 0;
	overflow: hidden;
}

.r_popup iframe {
	width: 90vw;
	height: 85vh;
	border: 0;
}

.r_popup img {
	max-height: 85vh;
	max-width: 90vw;
}

.img-popup {
	cursor: pointer;
}

/* Image cliquable */
.imgclick {
	text-align: center;
	position: relative;
	overflow: hidden;
	width: fit-content;
	width: -moz-fit-content;
}

.imgclick img {
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.imgclick a,
.imgclick a:hover {
	display: block;
	color: #fff;
}

.imgclick .imgclickcontent {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.imgclick:hover img {
	transform: scale(1.1);
	filter: brightness(50%);
}

.imgclick:hover .imgclickcontent {
	display: block;
}

/* Flipcard */
.flipcard2 {
	cursor: pointer;
	perspective: 1000px;
}

.flipcard2 .flipcard-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flipcard2.hover2 .flipcard-inner {
	transform: rotateY(180deg);
}

.flipcard2 .back,
.flipcard2 .front {
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	/* Safari */
	backface-visibility: hidden;
}

.flipcard2 .back {
	position: absolute;
	top: 0px;
	transform: rotateY(180deg);
}

/* End RÉCIT Éditor */
#page-site-index.notloggedin #page-header {
	/** Extra SCSS from theme_recit2_get_extra_scss **/
	background-image: url(//ena.recitfad.com/pluginfile.php/1/theme_recit2/headerimg/1759007012/banniere_pages.jpg);
}

#page-login-index.recit-login #page-wrapper #page,
#page-login-signup #page-wrapper #page {
	background-image: url(https://ena.recitfad.com/theme/image.php/recitlegacy/theme/1759007012/login_bg)
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:focus-within {
	background-color: #002442
}