/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

.mt-0 {
	margin-top: 0 !important;
}

.mt-1 {
	margin-top: 1em !important;
}

#table{
	overflow-x: scroll;
	height: 100vh;

}

.important-text{
	font-size:0.8em; font-weight: bold;color: #ff0000;
}

.dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover, .dropdown-menu a:active, .dropdown-menu a:focus, .dropdown-menu a:hover{
	forced-color-adjust: none;
}

.checkbox-decorator .check::before, .form-check .form-check-label .pass-c.circle .check, .form-check .form-check-label .fail-c.circle .check{
forced-color-adjust: preserve-parent-color;
}

span.tags {
    font-weight: 700;
    font-size: 13px;
}

#submission_table .dropdown-item{
	padding-top: 6px;
    padding-bottom: 6px;
    min-height: 1.5em;
}

.btn-unit-settings {
	border-radius: 50%;
	width: 5%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: darkorange;
}

.label-font {
	color: #aaa;
	font-size: 1rem;
	font-weight: 400;
}

.authHeader {
	text-align: center;
	background: #3c3c3c;
	color: white;
	padding: 24px;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	margin-top: 0;
}

#questions .card-title {
	padding: 0 4px;
}

.auth-body {
	padding: 24px 24px;
}

.auth-body .form-check,
.auth-body label {
	color: #3c3c3c;
}

.box-heading {
	color: #fff;
	background-color: #03a9f4;
	width: 100%;
}

#infoMessage p {
	margin-bottom: 0;
}

.maroon-title-box {
	background-color: #A00016;
	color: white;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 15px;
}

.card-text-maroon {
	background: #a00016 !important;
	-webkit-border-radius: 15px !important;
	border-radius: 15px !important;
}

.card-text-maroon h4 {
	margin-bottom: 0;
	-webkit-margin-after: 0 !important;
	margin-block-end: 0 !important;
}

.dashboard .progress {
	margin-top: 2em;
}

.progress-bar {
	background: #009f00;
}

.form-check .form-check-input:checked+.form-check-sign .check {
	background: #000;
}

.form-control,
.is-focused .form-control {
	background-image: linear-gradient(0deg, #00bcd4 2px, rgba(156, 39, 176, 0) 0), linear-gradient(0deg, #d2d2d2 1px, hsla(0, 0%, 82%, 0) 0);
}

.sidebar[data-color=green] li>a {
	margin-left: 0;
	margin-right: 0;
}

.sidebar[data-color=green] li.active>a {
	background-color: #00bcd4;
	margin-left: 0;
	margin-right: 0;
	-webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(0, 0, 0, .4);
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(0, 0, 0, .4);
}

.sidebar-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sidebar-wrapper img.logo {
	width: 64%;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.sidebar .nav li:first-child>a {
	margin: 0 0;
}

.unit-menu li.active>a {
	border-left: 5px solid #00bcd4;
}

.vertical-nav li.active>a {
	/*border-top: 5px solid #00bcd4;*/
	background-color: lightblue;
}

.thread-menu li.active>a {
	background-color: #00bcd4;
}

.vertical-nav>ul.nav {
	margin: 0 auto;
	height: 100%;
}

.vertical-nav>ul.nav li {
	writing-mode: vertical-rl;
	margin-right: 5px;
	font-size: 0.8em;
	text-orientation: mixed;
}

.vertical-nav .nav-link {
	white-space: pre;
}


/* TO auto prefix */

.vr-link {
	margin-left: 8em;
}

span.UnitList__Unit.UnitList__Unit_Mobile {
	display: inline-block;
	min-width: 115px;
}

.navbar,
.navbar>.container,
.navbar>.container-fluid {
	justify-content: flex-end;
}

.custom-file-control,
textarea.form-control {
	padding-left: 7px;
	padding-right: 7px;
}

.subadmin .fr-box,
.subadmin .card.question {
	pointer-events: none;
}

.subadmin .sb-h {
	display: none;
}


/* The switch - the box around the slider */

.switch {
	position: relative;
	display: inline-block;
	width: 34px;
	height: 19px;
}


/* Hide default HTML checkbox */

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}


/* The slider */

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 13px;
	width: 13px;
	left: 4px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background-color: #2196F3;
}

input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
	-webkit-transform: translateX(13px);
	-ms-transform: translateX(13px);
	transform: translateX(13px);
}


/* Rounded sliders */

.slider.round {
	border-radius: 19px;
}

.slider.round:before {
	border-radius: 50%;
}

.form-check-label {
	margin-right: 1em;
}

.form-check .form-check-input:checked {
	color: rgba(0, 0, 0, .54);
}

.form-check .form-check-input~.circle {
	margin-top: 3px;
}

.form-check .pass.form-check-input:checked~.circle {
	border-color: #009688;
}

.form-check .form-check-label .pass-c.circle .check {
	background-color: #009688;
}

.form-check .fail.form-check-input:checked~.circle {
	border-color: #f44336;
}

.form-check .form-check-label .fail-c.circle .check {
	background-color: #f44336;
}

.support-rounded-button {
	width: 100%;
	text-align: center !important;
	padding: 6px 0 !important;
	border-radius: 43px !important;
	color: #FFFFFF !important;
	font: normal normal normal 24px/32px Segoe UI;
	margin: 7px;
}

canvas {
	border: 1px solid gray;
	margin: 0 0 0 12px;
}

.disable-clicks {
	pointer-events: none;
}

.card.tpecb {
	margin-top: 12px;
}

.support-svg-img {
	width: 27px;
	height: 27px;
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(12deg) brightness(102%) contrast(102%);
	margin: 5px;
}

.support-button-wrapper {
	position: relative;
	bottom: -33.33%;
}

.trainer-submission-right-card_title {
	font-size: 16px !important;
	font-weight: 300 !important;
}

.trainer-submission-right-card {
	margin-bottom: 10px;
	margin-top: 10px;
}

.plagarize-button {
	margin-top: 25px;
}

.not-satisfactory-card-body {
	padding-bottom: 0px !important;
}

.trainer-exam-plagiarise_button {
	margin-top: 25px;
}

.nav-tabs .nav-link.active {
	border-bottom: 5px solid #00bcd4 !important;
}

.trainer-exam-navtab-row {
	margin-bottom: 10px;
}

.m-top-15 {
	margin-top: 15px;
}

.m-top-10 {
	margin-top: 10px;
}

.m-top-5 {
	margin-top: 5px;
}

.tick-icon {
	color: #4caf50;
	font-size: 14px;
}

.center-item-div {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

@media only screen and (max-width: 768px) {
	.support-button-wrapper {
		bottom: unset;
	}
}

.submission_sidebar_container {
	overflow: hidden;
	height: calc(100vh - 15px);
	direction: ltr;
	position: sticky !important;
	top: 10px;
}

.submission_sidebar_container:hover {
	overflow-y: auto;
}

.trainer-submission-right-card {
	direction: ltr;
}

#custom-submission-scrollbar::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#custom-submission-scrollbar::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}

#custom-submission-scrollbar::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #c1c1c1;

}

.completed-units-accordin-card {
	margin-top: 7px;
	margin-bottom: 7px;
	padding: 7px;
}

.no-padding {
	padding: unset;
}

.completed-unit-submission-collapse-btn {
	padding: 5px !important;
	margin-top: 7px !important;
	margin-bottom: 7px !important;
}

.collapse-submissions-btn-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.submission-unit-btn-title {
	color: black;
	font-size: 15px;
}

.submission-unit-btn-icons {
	margin-left: auto;
	color: black;
	font-size: 10px;
	text-transform: capitalize;
}

.student-supervisors.pdf, .student-supervisors.none{
	display:none !important;	
}