nav.leftMenu a.nav-link{
	color: #ffffff;
	padding: 0.5rem 1rem 0.5rem 0.2rem;
}
nav.leftMenu .active a.nav-link{
	color: #dca200;
}
nav.leftMenu a.nav-link:hover{
	color: #ffba1e;
}
nav.leftMenu a{
	transition: all linear 0.2s;
}
nav.leftMenu a.closeMenu{
	display: none;	
}
nav.submenuTop{
	padding-left: 16rem;
}
.leftMenu li{
	list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}
.leftMenu a.link_profile, .leftMenu a.header_login, .leftMenu a.authLink{
	margin-left: 13%;
}
.leftMenu li img.menuicon{
	max-width:2rem;
	margin-left: 13%;
}
ul.selectedScans li{
	color: #8d8d8d;
	list-style: none;
}
ul.uploadedScans li{
	color: #0089ff;
	list-style: none;
}
ul.uploadedScans li a{
    color: #0089ff;
    text-decoration: none;
    font-weight: 500;
}
.borderfrm{
	border: 1px solid #ced4da;
	border-radius: 0.375rem;
	color: #212529;
	font-size: 1rem;
	padding: 1rem 0.75rem;

}
.form-floating> label{
	opacity: 0.4;
}
.form-floating>.filled ~ label{
	opacity: 1;
}

.photoCard,.teacherCard img.photoCard, .studentCard img.photoCard, .userProfile .avatar img {
	/*filter: blur(15px);*/
}
.mProfile img,.questionAnswer .ava img{
	/*filter: blur(6px);*/
}

.accordion-button .opened{
	display: inline;
}
.accordion-button.collapsed .opened{
	display: none;
}
.accordion-button .closed{
	display: none;
}
.accordion-button.collapsed .closed{
	display: inline;
}

.bg-primary a:hover,.bg-primary a{
	color: #fff;
}
.bg-info a:hover,.bg-info a{
	color: #000;
}
.bg-danger a:hover,.bg-danger a{
	color: #fff;
}
.bg-warning a:hover,.bg-warning a{
	color: #000;
}
.bg-secondary a:hover,.bg-secondary a{
	color: #fff;
}
.bg-success a:hover,.bg-success a{
	color: #fff;
}
.bg-light a:hover,.bg-light a{
	color: #000;
}
.bg-dark a:hover,.bg-dark a{
	color: #fff;
}
.bg-white a:hover,.bg-white a{
	color: #000;
}
.bg-transparent a:hover,.bg-transparent a{
	color: #000;
}
.card.shedule li{
	min-height: 5.1rem;
}

.card.shedule .lesson  {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	max-width: 15rem;
	display: block;
}
.card.shedule li.info{
	background-color: #d4ffa0!important;
}
.card.shedule li.info .time {
	color: #000;
}
.card.shedule li.info .type  {
	color: #000;
}
.card.shedule li.info .teacher  {
	color: #000;
}
.card.shedule li.info .lesson  {
	color: #000;
}

.card.shedule li.warning{
	background-color: #fd3f1a!important;
}
.card.shedule li.warning .time {
	color: #fff;
}
.card.shedule li.warning .type  {
	color: #fff;
}
.card.shedule li.warning .teacher  {
	color: #fff;
}
.card.shedule li.warning .lesson  {
	color: #fff;
}



	
.card.shedule a{
	text-decoration: none;
}
.card.shedule .time{
	font-size: 0.7rem;
}
.card.shedule .type{
	font-size: 0.7rem;
}

.card.shedule .teacher{
	font-size: 0.7rem;
	display: block;
}

body .w{
	flex: 1 0 16%;
	padding-right: 0.1rem;
	padding-left: 0.1rem;
}
.table input[type=checkbox]{
	float: none;
}
.table .form-check{
	text-align: center;
}


.filter a.search{
	position: absolute;
    top: 1rem;
    right: 1rem;
}
input.reference{
	color: #999;
	cursor: pointer;
}
input.reference.filled{
	color: #000;
}
.is-invalid ~ small{
	color: #dc3545!important;
}
input.reference ~ a.clear{
	position: absolute;
    text-decoration: none;
    top: 1.3rem;
    right: 1rem;
    font-size: 1rem;
    line-height: 1rem;
}
input.reference ~ a.openReference{
	position: absolute;
    text-decoration: none;
    top: 1.3rem;
    right: 1rem;
    font-size: 1rem;
    line-height: 1rem;
}
.inCollection input.reference ~ a.openReference{
	top: 0.75rem;
    right: 0.5rem;
}
.inCollection input.reference ~ a.clear{
	top: 0.75rem;
    right: 0.5rem;
}

body.authPage{
	background-color: #251351;
}
body.ChoiceLK{
	background-color: #b1b1b1;
}
body.authPage button.login{
		
}
.newsItem a{
	text-decoration: none;
	color: #000;
}
.errorMessage{
	color: red;
}
div.cont{
	position: relative;
	height: 100%;
	min-height: 100vh;
}
nav.leftMenu{
	position: fixed;
	background: #0062af;
    z-index: 100;
    top: 0;
    left: 0;
    bottom: 0;
    width: 16rem;
	transition: left linear 0.3s;
	overflow: auto;
}
nav.leftMenu>div{
	
}
div.header{
	padding-left: 16rem;
    background-color: #004982;
    color: #fff;
    position: relative;
    min-height: 3rem;
	display: flex;
	flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
div.header a.burger{
	display: none;
}
div.header h1{
	font-size: 1.5rem;
    padding-top: 0.5rem;
    padding-left: 1rem;
}
nav.topMenu{
	padding-left: 17rem;
	padding-top: 1rem;
}

.mProfile{
	font-size: 0.8rem;
	position: absolute;
	top: 0.25rem;
	right: 0.25rem;
	background-color: #034658;
	padding-left: 1rem;
	border-radius: 3px;
	overflow: hidden;
}
.mProfile img{
	width: 2.5rem;
    height: 2.5rem;
	/*border-radius: 50% 0 0 50%;*/
	margin-left: 0.5rem;
}
.mProfile a{
	color: #fff;
	text-decoration: none;
	position: relative;
    top: 0.06rem;
}
.mProfile a:hover{
	color: #fff;
}

.mProfile1{
	padding: 0.5rem 1rem 0.5rem 13%;
	display: flex;
    align-items: center;
    justify-content: flex-start;
}
.mProfile1 img{
	width: 2.5rem;
    height: 2.5rem;
	margin-left: 0.5rem;
	border-radius: 0.1rem;
    border: 1px solid #004982;
}
.mProfile1 a{
	color: #fff;
	text-decoration: none;
	position: relative;
    top: 0.06rem;
}
.mProfile1 a:hover{
	color: #fff;
}


.leftMenu .logo{
	max-width: 74%;
    margin: 1rem auto 1rem auto;
    display: block;
}

.topMenu .nav-link{
	color: #005e77;
}
.leftMenu .nav-link:hover{
	color: #ffc7a2;
}
.nav-link.active{
	font-weight: 600;
	text-decoration: underline;
}
.pageData{
	padding-left: 17rem;
	padding-right: 2rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.question_form textarea.questionText{
	height: calc(100vh - 25rem);
}
.bTable a{
	text-decoration: none;
}
ul.pagination{
	justify-content: center;
}

.answerToTeacher{
	
}
.answerFromTeacher{
	
}
.questionAnswers_form .answers{
	margin-bottom: 3rem;
}
.questionAnswer{
	position: relative;
    min-height: 4.3rem;
    font-size: 1rem;
    margin-bottom: 0.8rem;
}
.questionAnswer .message{
	
}
.questionAnswer .message .date{
    font-size: 0.8rem;
    border-bottom: 1px solid;
	padding: 0.2rem 1rem;
}
.answerToTeacher .message .date{
	border-color: #749d74;
}
.answerFromTeacher .message .date{
	border-color: #65a8c3;
}

.questionAnswer .message .text{
	padding: 0.6rem;
}
.questionAnswer .ava img{
	width: 5rem;
	height: 5rem;
	
}
.questionAnswer .ava{
	position: absolute;	
	top:0;
	background: antiquewhite;
	
	overflow: hidden;
}
.answerToTeacher .ava{
	left: 0;
	border-radius: 50% 0% 50% 50%;
	transform: rotate(22deg);
}
.answerToTeacher .ava img{
	transform: rotate(-22deg) translatex(8%) scale(1.16);
}
.answerFromTeacher .ava{
	right: 0;
	border-radius: 0% 50% 50% 50%;
	transform: rotate(-22deg);
}
.answerFromTeacher .ava img{
	transform: rotate(22deg) translatex(-8%) scale(1.16);
}
.answerToTeacher .message{
	margin-left: 7rem;
	
}
.answerToTeacher .message span{
	background-color: #b5efb5;
	display: inline-block;
	text-align: left;
	border-radius: 0.4rem;
}
.answerFromTeacher .message{
	margin-right: 7rem;
	text-align: right;
	
}
.answerFromTeacher .message span{
	background-color: #89deff;
	display: inline-block;
	text-align: left;
	border-radius: 0.4rem;
}

.questionAnswers_form .question{
	margin-bottom: 3rem;
	background: rgb(139 195 74 / 17%);
	
	border-radius: 0.4rem;
}
.questionAnswers_form .question .data{
	
}
.questionAnswers_form .question .label{
	font-weight: 600;
	font-size: 0.8rem;
}
.questionAnswers_form .question .text{
	padding: 1rem;
	border-top: 1px solid #749d74;
	
}
.questionAnswers_form .question .row{
	padding: 0 0.5rem;
}
.questionAnswers_form textarea.answerText {
	min-height: 7rem;
}
.userProfile .avatar img{
	width: 12rem;
	height: 12rem;
	border-radius: 50%;
}
.paginationNav{
	position: relative;
}
.paginationNav .lock{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgb(255 255 255 / 80%);
	z-index: 3;
}
/*.is-valid{
	border-color: #198754;
}*/
/*.is-invalid{
	border-color: #dc3545;
	color: #dc3545;
}*/
.is-invalid .selectFile{
	background-color: #dc3545;
    border-color: #a52935;
}
		.cont{
			min-height: 100vh;
			display: flex;
			flex-direction: column;
			justify-content: space-between;
		}
		footer{
			padding-left: 17rem;
		}
@media screen and (max-width: 1100px){
	.tableCont table{
		display: inline-block;
		vertical-align: top;
		max-width: 100%;
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
}
		
		
		
@media screen and (max-width: 999px){
	nav.leftMenu{
		left: -16rem;
	}
	nav.submenuTop{
		padding-left: 1rem;
	}
	div.header{
		padding-left: 1rem;
		
	}
	div.pageData{
		padding-left: 2rem;
	}
	footer{
		padding-left: 2rem;
	}
	div.header a.burger{
		display: block;
	}
	nav.leftMenu.active{
		left: 0rem;
	}
	nav.leftMenu a.closeMenu{
		display: block;
		position: absolute;
		top: 0.5rem;
		right: 0.5rem;
	}
}



@media screen and (max-width: 450px){
	.row{
		display: block;
		margin-right: 0;
		margin-left: 0;
	}
	.row>*{
		padding-right: 0;
		padding-left: 0;
	}
	div.pageData{
		padding-left: 0.5rem;
		padding-right: 0.5rem;
		padding-top: 6rem;
	}
	div.header{
		position: fixed;
		top: 0; 
		left: 0;
		right: 0;
		z-index:100;
	}
	.tableCont {
		overflow: auto;
		position: relative;
	}
	.tableCont table{
		display: inline-block;
		vertical-align: top;
		max-width: 100%;
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	.filters .form-floating{
		margin-right: 0 !important;
	}
}