@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@600&display=swap');
@import url('../markdown.css');

html,
body {
	background: var(--black);
}

html.preview .navbar,
html.preview .students,
html.preview #createCollection,
html.preview .newSketchLi,
html.preview .collectionIcons,
html.preview .footer {
	display: none !important;
} 

#mainControls {
	display: none;
}

#websiteControls,
#userControls {
	pointer-events: all;
	white-space: nowrap;
}

#classControls {
	position: absolute;
	right: 0px;
}

hr {
	border-top-color: #333;
}

#pageControls {
	color: #333;
	/* display: none; */
	padding-top: 6px;
}

#classUserFilter {
	max-width: 250px;
	width: auto;
	position: relative;
	overflow: hidden;
	display: inline-block;
	color: #333;
	vertical-align: sub;
	border-left: 1px solid #333;
	padding-left: 20px;
	margin-left: 10px;
	padding-top: 0px;
	margin-top: 5px;
	height: 25px;
	flex: 1 0 auto;
}

body.noScroll #classUserFilter {
	display: none;
}

.navbar #classUserFilter select {
	background: transparent;
	display: inline-block;
	padding: 0;
	width: 100%;
	-webkit-appearance: none;
	border: none;
	border-radius: 0px !important;
	text-overflow: ellipsis;
	overflow: hidden !important;
	cursor: pointer;
	width: 92px;
}

.navbar #classUserFilter a:first-child {
	padding-right: 20px;
}

#classFilters {
	/* background: #f5f5f5; */
	position: fixed;
	top: 50px;
	width: 300px;
	/* height: 35px; */
	z-index: 3;
	padding: 10px 15px;
}

#classFilters .formItem {
	margin-bottom: 20px;
	padding-top: 4px;
}

#editButton {
	transition: opacity 200ms;
	margin-right: 15px;
}

#editButton a {
	color: #F54949;
}

#saveButton {
	position: fixed;
	top: 0;
	right: 0;
	padding: 13px 40px;
	z-index: 3;
}

#inviteURLBig {
	display: none;
	align-items: center;
	justify-content: center;
	align-content: center;
	position: fixed;
	z-index: 1000000;
	height: 100%;
	width: 100%;
	color: #fff;
	font-size: 5vw;
	background: #333333dd;
	backdrop-filter: blur(15px);
	cursor: pointer;
}

#topPanel {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	z-index: 4;
	border-bottom: 1px solid #333;
	background: #ffffff;
	padding-bottom: 30px;
}

#topPanel.edit {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('/assets/img/patterns/b_pattern_paper.png') #f7f3ed;
	overflow: auto;
	z-index: 6;
}

#topPanel #editForm {
	margin-top: 120px;
	margin-bottom: 100px;
}

#topPanel #editForm textarea {
	min-height: 100px;
}

#topPanel .bg {
	/* transition: opacity 200ms; */
	/* background: url('/assets/img/patterns/bg_pattern_zigzag.png') #ECE84C;
	background-size: 18px; */
	position: absolute;
	height: 100%;
	width: 30vw;
	border-bottom: 5px solid #333;
	overflow: hidden;
}

#topPanel .bg iframe {
	border: none;
	opacity: 0;
	transition: opacity 400ms;
	pointer-events: none;
	overflow: hidden;
	user-select: none;
	height: 120%;
	aspect-ratio: 1/1;
	position: relative;
	z-index: -1;
}

#topPanel .sketchAttribution {
	position: absolute;
	bottom: 13px;
	left: 5px;
	width: 26px;
	height: 26px;
	/* background: url('/assets/img/collection/creative-commons.svg') left 5px top 5px no-repeat; */
	background-size: 16px;
	padding: 5px;
	z-index: 2;
	opacity: 0.7;
	transition: opacity 200ms;
}
#topPanel .sketchAttribution:hover {
	opacity: 1;
}
#topPanel .sketchAttribution .label {
	gap: 5px;
	padding-left: 20px;
}
#topPanel .sketchAttribution > * {
	visibility: hidden;
}
#topPanel .sketchAttribution:hover > * {
	visibility: visible;
}
#topPanel.edit .bg {
	opacity: 0;
}

#topPanel.edit .bg-white {
	display: none;
}

#topPanel.edit .icon_list_small {
	bottom: 5px;
}

#studentList {
	padding-top: 7px;
	grid-template-columns: repeat(auto-fill, minmax(40px,50px));
	max-width: 470px;
}

#studentList.listView {
	grid-template-columns: repeat(auto-fit, minmax(35px,200px));
}

#topPanel.edit .userThumbPlus,
#studentList .userThumbPlus {
	display: none;
}

#topPanel .section {
	background: #ffffff;
	padding: 45px;
	border-radius: 15px;
	position: relative;
	z-index: 1;
}


#topPanel .title {
	margin-bottom: 60px;
	margin-top: 110px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}


#topPanel .title h1 {
	font-size: 70px;
	margin-left: -5px;
	margin-top: -5px;
}

#topPanel .title .meta {
	display: flex;
	column-gap: 30px;
	flex-wrap: wrap;
	row-gap: 10px;
}

#topPanel .description {
}
#topPanel.edit .meta {
	padding-left: 15px;
}

#topPanel .title .meta>span {
	display: inline-block;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left top 3px;
	text-transform: capitalize;
	white-space: nowrap;
}

#topPanel #classTitleEdit textarea {
	font-size: 66px;
	font-family: "playfair display",
		"Dosis",
		"helvetica";
	font-weight: 300;
	line-height: 1;
	min-height: 64px;
	padding-bottom: 20px;
}

.meta .institution {
	background-image: url('/assets/img/icons/institution@2x.png');
	background-size: 20px;
	background-position-x: 0px;
}

.meta .location {
	background-image: url('/assets/img/icons/pin@2x.png');
	background-size: 10px 16px;
	background-position: left 9px top 3px !important;
	margin-left: -5px;
}

.meta .year {
	background-image: url('/assets/img/icons/calendar@2x.png');
	background-size: 15px 14px;
	background-position-x: 0px;
	background-position: left 4px top 4px !important;
}

.meta .url a {
	color: #333;
}

.meta .url {
	background-image: url('/assets/img/icons/link@2x.png');
	background-size: 14px 14px;
	background-position-x: 0px;
	background-position: left 2px top 4px !important;
	text-transform: none;
	padding-left: 24px !important;
}

.meta .editLink {
	background: url('/assets/img/icons/settings_small_red@2x.png') no-repeat;
	background-size: 16px 17px;
	background-position: left 2px top 2px !important;
}



.meta .institution {
	background: url('/assets/img/icons/institution@2x.png') no-repeat;
	background-size: 20px;
}

#topPanel .title .meta>span.edit {
	margin-right: 15px;
	min-width: 26.3%;
	background: none;
	padding-left: 110px;
}

#topPanel #additionalFormFields>* {
	margin-bottom: 80px;
}


#topPanel.edit .formItem .description {
	height: auto;
}

#topPanel .members {
	background: transparent;
	align-items: flex-start;
}

#topPanel #teachers {
	min-width: 320px;
	gap: 30px;
	width: 50%;
}

#topPanel .teacher .fullname {
	padding-left: 15px;
	max-height: 90px;
	overflow: hidden;
}

#topPanel .teacher h2 {
	text-overflow: ellipsis;
	position: relative;
	max-height: 2.3em;
	margin-bottom: 0;
	margin-top: 5px;
}

#topPanel .teacher {
	display: flex;
	align-items: center;
}

#topPanel .teacher .userThumbContainer {
	max-width: 60px;
	display: block;
	aspect-ratio: 1/1;
	position: relative;
}

#topPanel .members.fadeIn {
	opacity: 1;
}

#topPanel .teacher .tableCell {
	padding-left: 0;
	padding-right: 0;
}

#topPanel .teacher .byText {
	padding-left: 15px;
}

#topPanel .students {
	flex: 1 1 120px;
	margin: 46px 0 30px 0;
}

#topPanel .removeIfProfessorPlus .edit {
	pointer-events: none;
}

#classDescriptionTextarea {
	min-height: 238px;
}

html.preview .plusPromo {
	display: none;
}

#promos {
	padding-bottom: 60px;
}

.plusPromo {
	background: #F0EEA3;
	height: auto;
	/* max-height: 0px; */
	overflow: hidden;
	transition: max-height 800ms 1000ms;
	bottom: 0px;
	position: relative;
	margin: 15px;
	border-radius: 5px;
	border: 1px solid #eae400;
}

.plusPromo.trialMode {
	background: #f5f5f5;
	font-size: 0.9em;
	border-bottom: 1px solid #ccc;
}

.plusPromo.slideDown {
	max-height: 100px;
}

.plusPromo>div {
	margin: 8px;
}


#topPanel .students .listToggle,
#topPanel .students hr {
	visibility: hidden;
	/* opacity: 0; */
}

#topPanel .students:hover .listToggle,
#topPanel .students:hover hr {
	visibility: visible;
	/* opacity: 1; */

}

#topPanel .students hr {
	margin-top: -6px;
}

.userList li:nth-of-type(6n+1) {}

.userList li:nth-of-type(6n+6) {
	/*    margin-right: -5px;*/
}

.userList label.userLabel {
	font-size: 16px;
}


#classActions .sectionHeader {
	position: relative;
	margin-top: 70px;
}

#topPanel.edit .showOnEdit .sectionHeader label {
	padding: 12px 0 6px 0;
	border-bottom: 1px solid #333;
	display: inline-block;
	width: auto;
}

#classActions .description {
	font-size: 14px;
	padding-left: 27px;
	color: #888;
}

#classActions .icon {
	margin-right: 5px;
	vertical-align: sub;
}

#archiveClassModal ul {
	margin-bottom: 15px;
}

.fieldDescription {
	font-size: 14px;
	line-height: 1.2;
}

#topPanel.edit #studentList {
	margin-top: -5px;
	margin-bottom: 30px;
}

#joinButton {
	/* height: 0%; */
	display: block;
	position: relative;
	padding: 11px 19px;
	border-radius: 500px;
}

#joinButton::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#privateCode {
	text-transform: uppercase;
	font-size: 46px;
	padding: 0px 15px;
	width: 240px;
	text-align: center;
	border-radius: 0;
	border: 1px solid #333;
}

#privateCode::placeholder {
	color: #bbb;
}

#joinButton:hover {
	background: #ECE84C;
	color: #F54949;
}

.inviteMemberContainer .userThumbContainer:hover {
	/* background-color: #F8E71C; */
	/* z-index: 100; */
	/* border-color: transparent; */
}

.modal .editable {
	border-bottom-color: rgba(51, 51, 51, 0.2);
	margin-top: 30px;
	padding-bottom: 3px;
	padding-left: 45px;
}

.modal .editable:before {
	border-bottom-color: #333;
}

.modal .editable[label='Code'] {
	font-size: 26px;
	padding-bottom: 0px;
	text-align: left;
}

#welcomeStudentModal .modal-dialog {
	border-radius: 15px;
	max-width: 800px;
}

#welcomeStudentModal .modal-body {
	background: url("/assets/img/collection/welcomeBackground.svg") no-repeat left -20px top -30px #fff;
	background-size: 35vw;
	border-radius: 15px;
}

#inviteStudentModal .textarea {
	min-height: 75px;
	border: 1px solid rgba(51, 51, 51, 0.2);
	margin-top: 50px;
	margin-bottom: 20px;
	padding-left: 5px;
}

#submitSketchModal .modal-body>* {
	margin-bottom: 30px;
	display: block;
}

/*COLLECTIONS*/

.collection {
	/*    this should be same with marginBottom variable in collection.js for reordering transition*/
	margin-bottom: 100px;
	position: relative;
	transition: top 800ms;
	background-color: #f5f5f5;
	box-shadow: 0 0 0px 0px #ccc;
	transition: box-shadow 800ms, background-color 800ms;
}

.collection.highlight {
	background-color: #fff;
	border-radius: 5px;
	margin-left: 7px;
	margin-right: 7px;
	padding-left: 8px;
	padding-right: 8px;
	box-shadow: 0 0 20px 1px #ccc
}

.collectionTitleContainer {
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: flex-end;
	flex: 2;
}

.collection .titleInputContainer.formItem {margin-bottom: 0;}

.collectionButtons {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.collectionHeaderSub {
	display: flex;
	justify-content: space-between;
	flex: 2;
	align-items: flex-end;
	max-width: 100%;
}

.collectionTitle {
	/* padding-left: 20px; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 0px;
}


.collectionCounter {
	font-size: 84px;
	font-weight: 600;
	line-height: 1;
	position: relative;
	left: 0%;
	text-align: right;
	width: auto;
	letter-spacing: -0.07em;
	word-break: normal;
	padding-right: 20px;
	margin-bottom: -15px;
	font-family: 'Source Sans 3', 'Helvetica', sans-serif;
}


.collectionActions {
	display: flex;
	align-items: center;
	/* flex-wrap: nowrap; */
	max-width: 100%;
	flex-direction: row;
	justify-content: flex-end;
}

.collectionActions .btn-primary {
	border-radius: 70px;
}

.collectionActions>* {
	display: inline-block;
	margin-left: 15px;
	line-height: 1;
}

.collectionAction .icon_list_small {
	top: -2px;
}

.collection .permalink label {
	margin-right: 5px;
	margin-bottom: 0;
}

.collection .addSketchButton {
	background-image: url('/assets/img/icons/plus_small_white@2x.png');
	background-position: left 11px top 13px;
	background-repeat: no-repeat;
	background-size: 14px;
	height: 40px;
	padding-right: 15px;
	margin-bottom: -2px;
}

.collection .addSketchButton::after {
	content: 'Add Sketch';
	padding-left: 23px;
	top: -0.5px;
	position: relative;
}

.collectionMeta>* {
	display: inline-block;
	margin-right: 15px;
}

.collection .collectionMeta {
	display: flex;
	/* justify-content: space-between; */
	padding-top: 8px;
	align-items: center;
	flex-direction: row;
	margin-bottom: -2px;
}

.collection .collectionMeta>* {
	margin-right: 15px;
}

.collection .collectionMeta>*:last-of-type {
	margin-right: 0px;
}

.collection .collectionMeta.hasBorder {
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

.collection .collectionMeta .icon {
	top: -2px;
	margin-right: 3px;
}

.collection.deleted {
	transition: all 200ms ease-in;
	transform: scale(0.8);
	opacity: 0;
}

.collection.draft .collectionCounter {
	-webkit-text-stroke: 1px #ccc;
	color: #f5f5f5;
}

.collection.archive .collectionCounter {
	background: url('/assets/img/icons/icon_archive_xlarge_dark.png') top right no-repeat;
	background-size: contain;
	color: transparent;
}

.collection.draft hr.collectionBorder {
	border-top: 1px dashed #ccc;
}

.collection .collectionHeader {
	position: relative;
	border: 1px solid transparent;
	border-width: 1px 1px 0px 1px;
	background: transparent;
	/* overflow: hidden; */
	padding-bottom: 10px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.collection .collectionHeader,
.collection .content {
	transition: border-color 200ms, background 200ms;
}
/* COLLECTION EDIT FORM */
.collection.edit {
	border: 1px solid #333;
	border-radius: 5px;
	margin-left: 15px;
	margin-right: 15px;
	box-shadow: 0 0 15px #999;
	padding-bottom: 30px;
}
.collectionForm {
}

.collectionForm .collectionFormHeader {
	padding: 30px 15px;
	background: #eee;
	margin-bottom: 15px;
	border-radius: 5px 5px 0 0;
}

.collectionForm .collectionHeader {
	border-color: #333;
	background: #fafafa;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: -56px;
	justify-content: flex-start;
}

.collectionHeader h2 {
	margin-bottom: 0px;
	position: relative;
	z-index: 2;
}

.collectionForm h2 {
	margin-top: -11px;
}

hr.collectionBorder {
	border: none;
	border-top: 1px solid #ccc;

	margin: 0px 15px 15px 15px;
	width: calc(100% - 60px);
}

.collectionForm hr.collectionBorder {
	display: none;
	/* border-color: #eee; */
}

.collection .content {
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px solid transparent;
	border-width: 0px 1px 1px 1px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	transition: border-color 200ms, background 200ms;
	border-top: 1px solid #ccc;
	gap: 10%;
}

.collectionForm .content {
	border-color: #333;
	background: #fff;
}

.collection .collectionDescription {
	margin-bottom: 20px;
	width: 35%;
}


.collection .deleteCollectionIcon {
	position: absolute;
	top: -10px;
	right: -12px;
	background-color: #fff;
}

.collectionSelectTooltip {
	text-align: left;
}

.collectionSelectTooltip::before {
	content: 'Select a collection to move the sketch:';
	color: #999;
	font-weight: bold;
}

.collectionSelectTooltip>li {
	list-style-type: decimal-leading-zero;
	margin-left: 20px;
	cursor: pointer;
	padding-right: 14px;
}

.collectionSelectTooltip>li.loading {
	background-image: url('/assets/img/icons/loader_white.svg');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 12px;
}

.collectionSelectTooltip>li:hover {
	background-color: #666;
}

.collectionSelectTooltip>li:first-child {
	list-style-type: none;
	margin-left: 20px;
}


/*DATECHART*/
#topPanel .dateChartContainer {
	margin-bottom: -30px;
}

.dateChart svg {
	width: 100%;
	height: 60px;
	position: relative;
	bottom: -5px;
	z-index: 5;
}

.dateChart svg path {
	fill: #f2f2f2;
	transition: fill 200ms;
}

.dateChart svg:hover path {
	fill: #8cc3f4;
}

.dateChart svg line.cursor {
	stroke: rgba(51, 51, 51, 0.6);
	stroke-width: 1px;
	pointer-events: none;
}

.dateChartRow {
	position: relative;
}

.dateChartMeta {
	text-align: left;
	position: absolute;
	bottom: -60px;
	background: #ffffff99;
	padding: 2px 8px;
	border-radius: 5px;
	width: auto;
	left: 15px;
	display: block;
	height: auto;
	backdrop-filter: blur(4px);
}

.dateChart {
	padding-top: 15px;
	margin-left: 30vw;
}


/*CONTENT=======*/

#content {
	/* opacity: 0; */
	transition: opacity 400ms 800ms;
	padding-bottom: 120px;
	padding-top: 1px;
	background: #f5f5f5;
}

#content.fadeIn {
	opacity: 1;
}

#privateCollectionWarning {
	margin-top: 100px;
	margin-bottom: 100px;
}

#content .icon_locked_xlarge_dark {
	margin-top: -50%;
	width: 30%;
}

.sketchListContainer {
	flex: 1;
	/* grid-template-columns: repeat(auto-fill, minmax(40px, 1fr)); */
	/* display: grid; */
}


.sketchList.listView {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
	gap: 15px;
}

.sketchLi.filterOut {
	opacity: 0.1;
}

.sketchLi.filterIn {
	border: 5px solid #73C1E8;
} 

.newSketchLi {
	padding: 0;
	border: none;
	display: flex;
	align-content: center;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.newSketchLi .sketchLabel {
	text-align: center;
	opacity: 1;
	background: none;
	overflow: hidden;
	display: flex;
	color: #F54949;
	align-items: center;
	justify-content: center;

	top: 0;
	flex-direction: column;
}

.newSketchLi .sketchLabel .icon {
	margin-bottom: 5px;
	margin-top: 5px;
}

#submitSketchModal .sketchList.loading {
	pointer-events: none;
}

#submitSketchModal .icon_share {
	width: 15px;
	height: 15px;
	background-size: 100%;
	margin: 0 2px;
}

#createCollection .collectionCounter {
	color: #ddd;
}

#createCollection .sketchList {
	display: none;
}

.collection .collectionMeta .icon_hidden {
	top: -1px;
}

.collection.mainCollection .content {
	border: none;
}


.collection .collectionDescription,
.collection .privateNotes {
	white-space: normal;
	margin-top: 0px;
	overflow-wrap: break-word;
	border: none;

}

.showPrivateNotesLink {
	display: block;
	padding-bottom: 10px;
}

.collection .privateNotesContainer {
	margin-bottom: 40px;
}

.collection .privateNotesContainer .formItem {
	margin-bottom: 0px;
}

.collection .privateNotesContainer .privateNotes {
	margin-top: 10px;
}

.collectionForm textarea {
	min-height: 120px;
}

.collection .deadlineContainer {
	display: block;
	position: relative;
}

.collectionForm .deadlineDateInput {
	border-bottom: 1px dotted #ccc !important;
	/* margin-right: 15px !important; */
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
}

.collection .formItem {
	margin-bottom: 30px;
}

.deadlineContainer .formItem {
	margin-bottom: 0;
}

.deadlineContainer .deadlineDateInput {
	/* width: 100% !important; */
	color: #333;
	padding: 0 !important;
	top: 0px;
	min-height: 24px !important;
	text-align: left;
}

.collection .deadlineWarning {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--black);
	padding: 2px 14px;
	/* background: #eee; */
	flex-direction: column;
	border-radius: 65px;
	font-size: 0.9em;
	height: 40px;
	cursor: pointer;
	color: var(--black);
	flex: 1 1 200px;
}

.collection .deadlineWarning label {
	margin-bottom: 0;
}


.deadlineContainer .dateInputContainer {
	display: block;
	position: relative;
	width: 100%;
	margin-top: 5px;
}

.collection.newCollection {
	top: -45px;
}

.collection .collectionIcons {
	transform: translateX(-50%);
	left: 50%;
	position: absolute;
	top: -12px;
}

.deadlineContainer .icon_x_circle_dark {
	position: absolute;
	right: 15px;
	top: 5px;
}

.deadlineContainer .icon_calendar {
	position: absolute;
	right: 17px;
	top: 8px;
}

.deadlineContainer .description {
	position: relative;
	text-align: left;
	padding: 8px 0;
}

.bootstrap-datetimepicker-widget {
	/* user-select: none; */
	/* text-align: center; */
	/* padding: 10px; */
	/* transform: translateY(-75px); */
	/* top: 32px !important; */
	/* left: -50% !important; */
	/* bottom: 83px !important; */
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.275);
	padding: 35px 0px 25px 25px !important;
	width: 590px !important;
	z-index: 10;
	transform: translate(14%, -8px);
}

.bootstrap-datetimepicker-widget th {
	text-align: center;
}

.bootstrap-datetimepicker-widget .day {
	cursor: pointer;
	text-align: center;
}

.bootstrap-datetimepicker-widget .old,
.bootstrap-datetimepicker-widget .new {
	color: #aaa !important;
}

.bootstrap-datetimepicker-widget .day.active,
.bootstrap-datetimepicker-widget .month.active,
.bootstrap-datetimepicker-widget .year.active {
	background: #73C2E9;
	color: #f5f5f5;
	font-weight: 600;
	text-shadow: none;
}

.bootstrap-datetimepicker-widget .day.active:hover,
.bootstrap-datetimepicker-widget .month.active:hover,
.bootstrap-datetimepicker-widget .year.active:hover {
	background: rgba(115, 194, 233, 0.7);
	color: #f5f5f5;
	font-weight: 600;
}

.bootstrap-datetimepicker-widget .icon {
	background-position: center center;
	cursor: pointer !important;
}

.bootstrap-datetimepicker-widget table td span:hover,
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
	background-color: unset;
	cursor: default;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
	left: unset;
	right: 30%;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
	/* left: 246px; */
	/* right: unset; */
	right: 30%;
}

.bootstrap-datetimepicker-widget .datepicker {
	/* border-right: 1px solid #ccc; */
	padding: 0 30px;
	display: inline-block;
	width: 340px;
}

.bootstrap-datetimepicker-widget .timepicker {
	border-left: 1px solid #ccc;
	padding: 50px 0 50px 15px;
	display: inline-block;
	width: auto;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute {
	font-size: 30px;
}

.bootstrap-datetimepicker-widget .btn {
	border: none;
	padding: 0;
	border-radius: 0;
	transform: translateY(-3px);
	background: transparent;
	color: #333;
	cursor: pointer;
}

.collection.swapping .collectionHeader,
.collection.swapping .content {
	transition: none !important;
}

.collection .collectionButtons button {
	/* margin-left: 15px; */
	/* padding: 14px; */
	/* margin-bottom: 15px; */
	max-width: 100%;
	flex: 1;
}

.collection .edit {
	border-color: #ccc;
	margin-top: -20px;
}

.collection .edit:before {
	border-color: #333;
	font-family: inherit;
}

.collection .icon_edit_dark {
	width: 10px;
	height: 30px;
	background-position: right center;
	border-radius: 0;
	position: absolute;
	top: 45px;
	right: 15px;
}

.collection .icon_plus.red,
.icon_plus_red {
	width: 30px;
	height: 30px;
}

.collection .icon.circle {
	width: 40px;
	height: 40px;
	border: 1px solid var(--black);
	background-size: 16px;
	margin-bottom: -3px;
}

.collection .moveUpIcon {
	background-color: #fff;
	margin-right: 10px;
}

.collection .moveDownIcon {
	background-color: #fff;
}

.collection .icon.loading {
	pointer-events: none;
	background: url('/assets/img/icons/loader.svg') center center #f5f5f5 no-repeat;
	border: 1px solid #aaa;
	background-size: 10px;
}

.collection:first .collectionHeader,
.collection:first .collectionBorder {
	display: none;
}

.collection:nth-of-type(2) .moveUpIcon {
	background-color: #aaa;
	pointer-events: none;
}

.collection:last-of-type .moveDownIcon {
	background-color: #ddd;
	pointer-events: none;
}

.tooltip-inner {
	white-space: nowrap;
	font-size: 14px;
	font-weight: 400;
}

#examplesNotice {
	float: left;
}


/* Extra small devices (phones, less than 768px) */

@media (max-width: 768px) {
	#topPanel .bg {
		position: absolute;
		height: 100%;
		width: 100%;
		opacity: 1;
		z-index: -1;
	}

	#topPanel .title {
		margin-bottom: 15px;
		margin-top: 60px;
		padding: 30px;
	}

	#topPanel .title h1 {
		font-size: 42px;
	}

	#topPanel .members {
		flex-direction: column;
		display: flex;
		align-items: stretch;
		gap: 15px;
	}

	#topPanel .section {
		padding: 30px;
		flex-basis: 100%;
		width: 100% !important;
	}

	#topPanel #students {
		padding: 30px;
		background: #fff;
		border-radius: 15px;
		margin-top: 0;
	}

	#topPanel #studentList {
		/* grid-template-columns: repeat(8, 1fr); */
	}

	.dateChart {
		display: none;
	}

	.collection .collectionHeader {
		display: flex;
		align-items: stretch;
	}

	.collection .collectionHeaderSub {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding-top: 9px;
		flex: 1;
	}

	.collection .collectionTitleContainer {
		margin-bottom: 10px;
	}

	.col.collection .collectionTitle {
		padding-left: 0;
	}

	.collection .titleInputContainer.formItem {
		margin-top: 20px;
	}

	.collection .collectionDescription,
	.collection .privateNotes {
		width:100%;
	}


	.collection .collectionCounter {
		margin-bottom: -10px;
		font-size: 39px;
		background: #333;
		margin-right: 15px;
		color: #fff;
		padding: 7px 10px 0 5px;
	}

	.collection.edit .collectionCounter {
		display: none;
	}

	.collectionActions {
		margin-left: -5px;
		margin-right: -5px;
		flex-wrap: wrap;
		row-gap: 10px;
	}

	.collectionActions>* {
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 0px;
	}

	.collection .addSketchButton::after {
		content: '';
	}

	.collection .addSketchButton {
		width: 40px;
		height: 40px;
	}

	.collectionIcons {
		position: absolute;
		/* right: 25px; */
		top: 0px;
	}

	.collectionButtons {
		position: absolute;
		top: -22px;
	}

	.collection .content {
		flex-direction: column;
	}

	.bootstrap-datetimepicker-widget .datepicker {
		width: 100% !important;
	}

	.bootstrap-datetimepicker-widget .timepicker {
		border: 0;
		border-top: 1px solid #ccc;
		margin-top: 10px;
		padding: 30px 40px 0 40px;
		width: 100%;
	}
}



/* No media query since this is the default in Bootstrap */


/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width:991px) {
	#topPanel .title h1 {
		font-size: 66px;
	}

	#content .sketchList>li {}
}


/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {}


/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}