.test-link {
	position: relative;
	top:-35px;
}

#loadingDiv {
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 999;
}

#loadingDiv .text-center {
	position: absolute;
    top: 50%;
}

.belejka {
	font-size: 26px;
}

.belejka2 {
	font-size: 22px;
}

.spravka .table-responsive {
	overflow: hidden;
}

.spravka_footer {
	font-size: 20px;
}

.spravka_subjects {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.spravka_subjects .spravka_mark {
	float: right;
	width: 25px;
	border-left: 1px solid black;
	text-align: center;
	font-size: 16px;
	line-height: 14px;
	font-weight: bold;
}

.spravka_subjects li {
	padding: 2px;
	font-size:14px;
	border: 1px solid black;
} 

.notifications_list {
	list-style: none;
	padding: 0;
}
.notifications_list .icon-info {
	font-size: 32px;
	margin-right: 10px;
}
.note-editor .btn {
    color: black;
}

label.si_error {
	color: red;
}

input.si_error {
	border: 1px solid red;
}

.si_error_text {
	font-style: italic;
}

.photo-input input {
	display: none;
}

.photo-input img::after {
	content: "asd"
}

.photo-input img {
	-webkit-filter: brightness(100%);
}

.photo-input img:hover {
	cursor: pointer;
	-webkit-filter: brightness(65%);
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
}
.note-dropdown-menu {
	padding: 10px;
}

.table td {	
    white-space: normal !important;
}

.table td:last-child {	
    white-space: nowrap !important;
}

.breadcrumb .active {
	font-weight: bold;
}

.ms-siweb .btn-group, .ms-siweb button.multiselect {
	width:100%;
}

.curriculum_table .subject_type {
	text-transform: capitalize;
	font-weight: bold;
}

.curriculum_table .totals {
	font-weight: bold;
	background: #e7e7e7;
}
.curriculum_table thead {
	font-weight: bold;
	background: #e7e7e7;
}
.curriculum_table thead th {
	vertical-align: middle;
	text-align: center;
}

.curriculum_table th, .curriculum_table td {
	padding: .25em;
}

.curriculum_table tr:hover {
	background: rgba(0,0,255,0.1);
}

.display-none {
	display: none;
}

.daytime {
	margin-top: 30px;
	height: 80px;
	border: 2px solid #e7e7e7;
	position: relative;
}

.daytime .hour {
	position: absolute;
	top: -20px;
	width: 36px;
	text-align: center;
}

.daytime .subject {
	position: absolute;
	top: 0;
	height: 76px;
	border: solid black 1px;
	background: rgba(177,177,177,.30);
}

.daytime .subject:hover {
	background: rgba(177,255,177,.30);
	cursor: pointer;	
}

.modal-xl {
    max-width: 90%;
}

.mark:hover {
	cursor: pointer;
	background: hsla(114,100%,50%,0.50);
}

.exam_protocol b {
	font-size: 18px;
}

.tac {
	text-align: center !important;
}