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

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: 2;
}

#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;
}

#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: 150px;
	margin-bottom: 100px;
}

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

#topPanel.edit .bg {
	opacity: 0;
}

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

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

#studentList {
	padding-top: 15px;
	/* grid-template-columns: repeat(6, minmax(35px,50px)); */
}

#studentList.listView {
	/* grid-template-columns: repeat(2, 1fr); */
}

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

#topPanel .bg-white {
	background: #fff;
	position: absolute;
	height: 100%;
	/* top: -150px; */
	/* margin-bottom: -3200px; */
	/* width: 100%; */
	right: 0;
}

#topPanel .title {
	margin-bottom: 60px;
}


#topPanel .title h1 {
	font-size: 66px;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 50px;
	white-space: normal;
	background: #fff;
	margin-top: 140px;
}

#topPanel .title .meta {
	padding-top: 10px;
	/* padding-bottom: 0px; */
	padding-left: 50px;
	text-transform: capitalize;
	background: #fff;
	margin-top: 5px;
}

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

#topPanel .title .meta>span {
	display: inline-block;
	margin-right: 30px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left top 3px;
	margin-bottom: 10px;
}

#topPanel #classTitleEdit textarea,
#topPanel #classTitleEdit .textareaSizer {
	font-size: 66px;
	font-family: "playfair display",
		"Dosis",
		"helvetica";
	font-weight: 300;
	line-height: 1;
	min-height: 84px;
	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 8px 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 2px top 3px !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 6px top 3px !important;
	text-transform: none;
}

.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 {
	border-color: #bbb;
}

#topPanel.edit .showOnEdit {
	display: block;
}

#topPanel .edit:before {
	border-color: #333;
}

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

#topPanel .members {
	opacity: 0;
	transition: opacity 400ms;
}

#topPanel #teachers {
	background: #fff;
	padding-top: 20px;
	padding-left: 50px;
}

#topPanel .teacher .fullname {
	/* display: block; */
	/* float: left; */
	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;
	margin-bottom: 20px;
	align-items: center;
}

#topPanel .teacher .col-xs-3 {
	padding-right: 0;
}

#topPanel .teacher .userThumbContainer {
	overflow: hidden;
}

#topPanel .teacher .userThumb {
	/* position: static; */
}

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

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

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

#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.edit label {
	/* position: relative; */
	/* padding: 12px 0 6px 0; */
	/* border-bottom: 1px solid #333; */
	/* display: inline-block; */
	/* width: auto; */
}

#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;
}

.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;
}

#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: 70px;
}

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

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

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

.collection.edit .collectionHeader {
	padding-top: 45px;
}

.collection.edit .collectionTitle {
	width: 100%;
}

.collection.edit .collectionTitleContainer {

	width: 0;
	/* padding-left: 9.6%; */
	/* margin-left: -15px; */
}

.collectionCounter {
	font-size: 93px;
	font-weight: 600;
	line-height: 1;
	position: relative;
	left: 0%;
	text-align: right;
	width: auto;
	letter-spacing: -0.07em;
	word-break: normal;
	/* clip-path: inset(0 0 1px 0); */
	padding-right: 20px;
	margin-bottom: -15px;
	/* height: 101px; */
	/* transition: left 200ms, bottom 200ms; */
	font-family: 'Source Sans 3', 'Helvetica', sans-serif;
}

.collection.edit .collectionCounter {
	position: absolute;
	clip-path: none;
	left: 1%;
	bottom: 20px;
	/* width: 8.3%; */
	overflow: hidden;
	display: none;
}

.collectionActions {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}

.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;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	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 {
	margin-left: 15px;
	margin-right: 15px;
	box-shadow: 0 0 15px #999;
}

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

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

.collection.edit h2 {
	margin-top: -11px;
}

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

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

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

#collections .content {
	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;
}

#collections .collection.edit .content {
	border-color: #333;
	background: #fff;
}

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


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

.collection pre {
	border-radius: 0;
	background: #fff;
	border-left-width: 7px;
	border-color: #ddd;
	color: #333;
	width: 100%;
	overflow: hidden;
	display: block;
	font-size: 1em;
}

.collection code {
	background: #fff;
	color: #333;
	font-size: 0.8em;
	border-radius: 0;
}

.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.edit .dateChartContainer {
	display: none;
}

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

.dateChart svg path {
	fill: #BCDDFA;
	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: right;
	position: absolute;
	bottom: 7px;
}

.dateChart {
	padding-top: 15px;
}


/*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%;
}

.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 .collectionCounter,
.collection.mainCollection .collectionHeader,
.collection.mainCollection .collectionMeta,
.collection.mainCollection .collectionBorder {
	display: none;
}

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

.collection.edit .bariol {
	font-size: 30px;
}


.collection .icon_sort_red {
	top: 3px;
	margin-right: 5px;
}

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

}

.collection .collectionDescription.edit,
.collection .privateNotes.edit {
	border: 1px solid #ccc !important;
	margin-top: 30px;
	margin-bottom: 60px;
	white-space: break-spaces;
	overflow: visible;
}

.privateNotes {}

.markdown {
	line-height: 1.4;
}

.markdown h1,
.markdown h2,
.markdown h3,
.markdown h4,
.markdown h5,
.markdown h6 {
	font-family: inherit;
	font-weight: bold;
}

.markdown h1 {
	font-size: 33px;
	line-height: 1;
	margin-bottom: 10px;
}

.markdown h2 {
	font-size: 26px;
	line-height: 1;
	margin-bottom: 10px;
}

.markdown h3 {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 0px;
	margin-bottom: 10px;
}

.markdown p {
	margin: 0px 0 10px 0;
}

.markdown ul,
.markdown ol {
	padding: 0px 0 10px 20px;
}

.markdown ul>li {
	list-style: disc;
}

.markdown ol>li {
	list-style: decimal;
}

.markdown li {
	padding: 0 0 0 0px;
}

.markdown pre {}

.markdown pre code {
	white-space: pre;
}

.markdown img {
	max-width: 100%;
}



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

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

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

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

.collection.edit textarea,
.collection.edit .textareaSizer {
	min-height: 120px;
}

html.classTemplate .showPrivateNotesLink {
	/* display: none; */
}

html.classTemplate .privateNotes {
	/* display: block !important; */
}

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



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

.collection.edit .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 10px;
	background: #eee;


	flex-direction: column;
	min-width: 200px;
	border-radius: 65px;
	font-size: 0.9em;
	height: 40px;
	cursor: pointer;
	color: var(--black);
}

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


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

.deadlineContainer .datePickerContainer {
	/* opacity: 0; */
	/* position: absolute; */
	/* left: -150%; */
	/* width: 0; */
	/* top: 60px; */
}

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

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

.collection:not(.edit) .deadlineDateInput {
	border-bottom: none !important;
}

.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 .showOnEdit,
.collection.edit .hideOnEdit {
	display: none;
}

.collection.edit .showOnEdit {
	display: inline-block;
}

.collectionIcons>* {}

.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;
	}

	#topPanel .title h1 {
		font-size: 52px;
		padding: 15px 15px;
		background: transparent;
		margin-top: 100px;
	}

	#topPanel .title .meta {
		padding: 15px;
		background: transparent;
	}

	#topPanel .title>* {
		background: transparent;
	}

	#topPanel #teachers {
		background-color: transparent;
		padding-left: 15px;
	}

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

	.dateChartMeta {
		text-align: left;
		position: relative;
		bottom: 0px;
	}

	.dateChart {
		padding-bottom: 5px;
	}

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

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

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

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

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

	.collection .collectionMeta {
		/* margin-bottom: 10px; */
	}

	.collection .collectionCounter {
		padding-left: 5px;
		top: unset;
		bottom: 1px;
		z-index: 1;
		position: relative;
		font-size: 80px;
		background: #333;
		margin-right: 15px;
		padding-right: 12px;
		color: #fff;
	}

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

	.collectionActions {
		margin-left: -5px;
		margin-right: -5px;
	}

	.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;
	}

	.bootstrap-datetimepicker-widget {
		left: 5% !important;
		width: 90% !important;
		padding: 30px 10px !important;
		text-align: center;
		padding: 15px !important;
	}

	.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) {}