@charset "utf-8";

.mymymy{
	display:none;
}
#loadingcontentcenter{
	display:block;
	position:fixed;
	width:100%;
	height:100%;
	text-align: center;
	z-index: 1000;
}

@font-face {
	font-family:"comic";
	src:url("/fonts/comic.ttf");
}
@font-face {
	font-family:"Arial";
	src:url("/fonts/arial.ttf");
}

img{
	border:0;
}
a{
	color:#00f;
}
a:hover{
	color:#c00;
}
a:active{
	color:#f00;
}
body{
	position:relative;
	color:#000;
	background-color:##f2f2f2;
	margin:0;
	padding:0;
	font-size:14px;
	font-family:Arial;
}
#bodyall{
	position:relative;
	z-index:0;
	margin-bottom:20px;
}
#contentcenter{
	display:block;	//	none	block
	position:relative;
	margin:0 0 20px 0;
	text-align: center;
}
#header{
	position:relative;
	min-height:112px;
}
#logohreg{
	position:absolute;
	width:74px;
	height:100%;
	top: 0;
}
#loginuser{
	position:relative;
	margin: 0 0 0 260px;
}
.foot{
	position:fixed;
	z-index:1000;
	bottom:0;
	width:100%;
	background-color:#336633;
	margin:0;
	padding:2px;
	color:#ffffff;
	font-size:xx-small;
	text-align:center;
	opacity:0.8;
}
.inputtext{
	margin: 5px;
}
.editform{
	margin: 5px;
}

.vibordis td{
	padding: 5px;
}
.nowrap{
	white-space: nowrap;
}
.cursor{
	cursor:pointer;
}
.ahref{
	text-decoration:underline;
	color:#0000ff;
}
.ahref:hover{
	color:#cc0000;
}
.ahref:active{
	color:#ff0000;
}


.disresult{
	text-align:left;
	border-radius: 7px;
	background-color:#ffffff;
	vertical-align:top;
}
.disresultred{
	background-color:#ff9999;
}
.disresult .nn{
	border-radius: 3px;
}
.disresult .username{
	font-weight:bold;
}
.disresult .sgfinfo{
}
.disresult .stupinname{
}
.disresult .groupname{
	font-weight:bold;
}
.disresult .formanavname{
}
.disresult .specialnistname{
}
.disresult .wmin{
	width:1%;
}
.disresult .wsr{
}

.myalert{
	position:fixed;
	top:0;
	width:100%;
	font-size:200%;
	font-weight:bold;
	margin: 0;
	padding: 10px;
	text-align:center;
	z-index:10000;
}

.novibor{
	background-color:#ffaaaa;
}
.noviboryes{
	background-color:#eeee00;
}
.selvibor{
	font-weight:bold;
}
.disobov{
	background-color:#aaffaa;
}
.dis_no_obov{
	background-color:#b9dbff;
}
.menuresult{
	margin: 0;
	padding: 0;
}
.menuresult .vibor{
	background-color:#bbeebb;
	font-weight:bold;
}


.menumain {
	list-style: none;
	margin: 0;
	padding: 5px 5px 0 5px;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
/*	Для выравнивания меню по центру	*/
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	background-color:#d4ffb5;
}
.menumain > li {
	display: inline-flex;
}
.menumain > li + li {
	margin-left: 20px;
}
.menumain > li > a {
	padding: 0 0 20px 0;
	position: relative;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	letter-spacing: 0.2px;
	font-size: 15px;
	text-decoration: none;
}
.menumain > li > a:hover {
	text-decoration: none;
	color: #005500;
}
.menumain > li > a:after {
	width: 0;
	height: 3px;
	background-color: #4e9a06;
	content: '';
	left: 0;
	bottom: 10px;
	position: absolute;
	transition: all .3s;
}
.menumain > li > a:hover::after {
	width: 100%;
}
.menumain > li.active a:after {
	width: 100%;
}
.menumain li {
	margin: 0;
	white-space: nowrap;
}
.menumain li.menuchildren {
	position: relative;
	margin-right: 12px;
}
.menumain li.menuchildren:after {
	position: absolute;
	content: "\2039";
	color: #4e9a06;
	font-size: 20px;
	font-weight: bold;
	right: -12px;
	top: -2px;
	transform: rotate(-90deg);
}
.menumain li li.menuchildren:after {
	position: absolute;
	content: "\2039";
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	right: 10px;
	top: 12px;
	transform: rotate(180deg);
}
.menumain li.menuchildren:hover > ul {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.menumain ul {
	padding: 5px 0;
	margin: 0;
	list-style: none;
	background-color: #4e9a06;
	position: absolute;
	z-index: 20;
	min-width: 220px;
	top: 100%;
	left: -30px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(5px);
	transition: all 200ms cubic-bezier(0.43, 0.59, 0.16, 1.25);
}
.menumain ul li {
	display: block;
	padding: 0 5px;
	line-height: 1.1;
}
.menumain ul li:last-child {
	margin-bottom: 0;
}
.menumain ul li a {
	display: block;
	color: #ffffff;
	padding: 5px;
	transition: all .3s;
	text-decoration: none;
}
.menumain ul li a:hover {
	color: #4e9a06;
	background: #ffffff;
	text-decoration: none;
}
.menumain ul ul {
	top: 0;
	left: 100%;
}

.osin {
	background-color: #fbfcb1;
}
.vesn {
	background-color: #ccff86;
}
.divheight80 {
	overflow: auto;
	max-height: 630px;
	border:2px solid #bbbbbb;
}
.imgright {
	margin:0 10px;
}
.indiv {
	background-color: #96c9de;
}

.userslist td{
	padding: 3px;
}
.userslist tr:hover{
	background-color: #d3d7cf;
}

.nobr{
	white-space:nowrap;
}

.uh_usersinfo .uh_tdh{
	text-align:left;
	color: #555753;
}

.uh_usersinfo .uh_tdv{
	text-align:left;
}
.uh_textarea, .sav_textarea{
	width:450px;
	height:100px;
}
.uh_history table{
	margin:0 2px;
}
.uh_history td{
	padding: 2px;
	vertical-align:top;
}
.uh_history .time{
	color: #555753;
}
.uh_info{
}
.uh_tdinfo{
	text-align:left;
}
.uh_history tr:hover{
	background-color: #d3d7cf;
}

.podmenu{
	display:block;
	position:relative;
	width:100%;
	height:32px;
	background-color:#d4ffb5;
	color: #003300;
	margin:5px 0;
	font-size:120%;
}
.podmenu:hover{
	background-color:#99ce8e;
	color: #003300;
}
.podmenu .podmenu1{
	position:absolute;
	display:block;
	top:50%;
	transform:translate(0,-50%);
	padding:0 5px;
}

.rating-area {
	overflow: hidden;
	width: 110px;
	margin: 0 auto;
}
.rating-area:not(:checked) > input {
	display: none;
}
.rating-area:not(:checked) > label {
	float: right;
	width: 22px;
	padding: 0;
	cursor: pointer;
	font-size: 22px;
	line-height: 22px;
	color: lightgrey;
	text-shadow: 1px 1px #bbb;
}
.rating-area:not(:checked) > label:before {
	content: '★';
}
.rating-area > input:checked ~ label {
	color: #00d740;
	text-shadow: 1px 1px #c60;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
	color: #00d740;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
	color: #00d740;
	text-shadow: 1px 1px goldenrod;
}

#toTop {
	text-align:center;
	position:fixed;
	bottom:26px; /* отступ кнопки от нижнего края страницы	*/
	right:14px;
	cursor:pointer;
	display:none;
	font-family:verdana;
	font-size:11px;
	opacity:0.4;
}

/*	#anketa_table 		START		*/

.anketa_table_table {
	border-collapse:separate;
	border-spacing:0 10px;
	margin:0 auto;
	text-align:left;
	border: none;
}
.anketa_table_td {
	padding:7px;
}
.anketa_table_td:first-child {
	border-radius: 8px 0 0 8px;
}
.anketa_table_td:last-child {
	border-radius: 0 8px 8px 0;
}

.anketa_table2_table {
	border-collapse:collapse;
	margin:0 auto;
	text-align:left;
	border: 1px solid;
	background-color:#e9d0d0;
}

/*	#anketa_table 		END		*/

/*	#biblioteka_table 		START		*/

#biblioteka{
}
#biblioteka table{
	margin:0 auto;
	border: none;
	background-color:#555753;
}
#biblioteka table tr{
	border-collapse:collapse;
	border-spacing:20px 20px;
}
#biblioteka table tr td{
	padding:7px;
}
#biblioteka table tr th{
	vertical-align:top;
}
#biblioteka table tr:nth-child(odd){
	background-color:#d3d3d3;
}
#biblioteka table tr:nth-child(even){
	background-color:#e3e3e3;
}
#biblioteka table tr:first-child{
	background-color:#d3edcc;
}
#biblioteka .bt_name{
	text-align:left;
}

#biblioteka table tr th select{
}

.bt_textarea{
	width:250px;
	height:80px;
}
.bt_history_textarea{
	width:470px;
	height:80px;
}

.bt_knigaaname_table{
	margin:0 auto;
	border: none;
	background-color:#555753;
}
.bt_knigaaname_table tr{
	border-collapse:collapse;
	border-spacing:20px 20px;
}
.bt_knigaaname_table tr td{
	padding:7px;
	text-align:left;
}





/*	#biblioteka_table 		END		*/



#disciplin_bank table tr:nth-child(odd){
	background-color:#f6f5f4;
}
#disciplin_bank table tr:nth-child(even){
	background-color:#deddda;
}
#disciplin_bank .my_hover:hover {
	background-color:#c3ebc2;
}
#disciplin_bank table tr td {
	padding:5px;
}
#disciplin_bank table tr.selected {
	background-color:#99c1f1;
}











.kt_textarea{
	width:250px;
	height:45px;
}
.kt_table{
	margin:7px auto;
}
.kt_table tr td{
	text-align:center;
	vertical-align:middle;
	padding:3px;
}
.kt_table tr td:hover{
	background-color: #cccccc;
}
.kt_z{
	color: #ffffff;
	padding:3px;
	background-color: #00b050;
}
.kt_v{
	color: #000000;
	padding:3px;
	background-color: #ffff00;
}








/*	#pagination 		START		*/

.pagination-row {
	overflow: hidden;
	clear: both;
	margin: 10px 0 20px 0;
	margin-bottom: 15px;
}
.pagination {
	padding: 0;
	margin: 0;
	text-align: center;
 }
.pagination .page-item {
	display: inline-block;
	margin: 0 2px 3px;
}
.pagination .page-link {
	display: inline-block;
	height: 28px;
	min-width: 28px;
	line-height: 28px;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 3px;    
	background: #fbfbfb;
	text-decoration: none;
	color: #000;
}
.pagination a.page-link:hover {
	background: #ffd57b;
}
.pagination .active a.page-link {
	background: #2bc2e0;
	border-color: #a5a5ca;
}
.pagination .separator .page-link {
	border-color: #fff;
	background: #fff;
}
.pagination .disabled .page-link {
	color: #999;
}
.prod-list {
	overflow: hidden;
	margin: 0 -25px 20px 0;
}
.prod-item {
	width: 180px;
	height: 290px;
	float: left;
	border: 1px solid #ddd;
	padding: 20px;
	margin: 0 20px 20px 0;
	text-align: center;
	border-radius: 6px;
}
.prod-item-name {
	margin-bottom: 5px;
}
.prod-item-btn a {
	color: rgb(25, 25, 25);
	line-height: 24px;
	border-radius: 4px;
	background-color: #2bc2e0;
	display: inline-block;
	text-decoration: none;
	padding: 0 30px;
	border: none;
	box-shadow: 0px 2px 1px 0px #a5a5ca;
}

/*	#pagination 		END		*/


.tablebackground tr:nth-child(even){
	background-color:#f0fff0;
}
.tablebackground tr:nth-child(odd){
	background-color:#f3f3f3;
}
.tablebackground tr:nth-child{
	background-color:#c3c3c3;
}

.left{
	text-align: left;
}
.right{
	text-align: right;
}
.center{
	text-align: center;
}
.top{
	vertical-align:top;
}
.bottom{
	vertical-align:bottom;
}
.middle{
	vertical-align:middle;
}
.bold{
	font-weight:bold;
}



#menu-hover {
	background-color: #aaffaa;
	color: #ffffff;
	margin: 0;
	padding: 0;
}
#menu-hover li {
	display: inline-block;
}
#menu-hover li a {
	display: block;
	padding: 5px;
	border-right: 1px solid #1e4e09;
}
#menu-hover li a:hover {
	background: #77dd4a;
}

.diskafilesprint {
	position: relative;
	font-weight:bold;
	background-color:#aaf;
	padding:3px;
	margin:0 auto;
	border-radius:5px;
	width:100%;
	text-align:left;
}
.diskafilesprint img {
	margin:0 3px;
}
.diskafilesprint .razvernut {
	color:#00a;
	font-size:85%;
}

.my_hover:hover {
	background-color:#c0bfbc;
}

.np_table th, .np_table td{
	padding:5px;
}

.rz_rozklad_vikladachi tr:nth-child(odd){
	background-color:#cedbdf;
}
.rz_rozklad_vikladachi tr:nth-child(even){
	background-color:#fff0ff;
}











