﻿*{margin: 0px; padding: 0px;}
html, body {height:100%; min-height:100%;}
html {overflow-y: scroll;}
H6{
	font-family: 'Times New Roman';
	font-size: 29px; 
    font-weight: bold; 
}
H7{
	font-family: 'Verdana';
	font-size: 48px;
    font-weight: bold; 
}
.no_us {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
#popup-doc {
	position: absolute;
	z-index: 4;
	width: 130px;
	background: #EEEEEE;
}
#popup-doc a{
	color: black;
}
#top-menu {
	position: fixed;
	right: 0; left: 0;
	height:	34px;
	z-index: 10;
}
#top-menu-icon {
	position: relative;
	left: calc(50vw - 490px);
	top: 2px;
	height: 31px;
}
#top-name {
	position: fixed;
	top: 2px;
	left: calc(50vw - 450px);
	text-align:	center;
	font-size: 28px;
	height:	34px;
	width:	240px;
	color: gray;
	line-height: 30px;
	display: none;
	z-index: 10;
}
#top-menu-name {
	position: relative;
	top:-25px;
	left: calc(50vw - 400px);
	width: 706px;
}
#top-menu-text {
	position: relative;
	top:-50px;
	left: calc(50vw - 210px);
	width: 706px;
}
#console {
	position: absolute;
	top: 34px;
	left: calc(50vw - 490px);
	width:	980px;
}
#info-top-left {	
	position: relative;
	display: inline-block;
	top: 5px;
	left: 75px;
	height:	110px;
	width:	150px;
}
#info-top-right {
	position:	relative;
	display: inline-block;
	left: 70px;
	height:	110px;
	width: 700px;
}
#info-bot-text {
	text-align:	center;
	border-bottom: 2px solid brown;
}
#news-top {
	position: sticky;
	top: 34px;
	min-height: 34px;
	height:	35px;
	text-align:	center;
	font-size: 24px;
	z-index: 6;
}
.news-box {
	position: relative;
	left: 15px;
	width:	950px;
}
.news-text {
	position: relative;
	left: 10px;
	width: 930px;
	text-align:	center;
}
.news-bottom {
	font-size: 10pt;
	text-align: right;
}
.bkgd_white{background:	#FFFFFF;}
.bkgd_gray{background:	#EEEEEE;}
.bkgd_brown{background:	brown;}
#okno {
	position: absolute;
	top: 34px;
	left: calc(50vw + 300px);
    width: 302px;
    height: 120px;
    text-align: center;
    border: 1px solid brown;    
    background:	#FFFFFF;
	z-index: 11;
}
#oknofp {
	position: absolute;
	top: 250px;
	left: calc(50vw - 151px);
    width: 302px;
    height: 120px;
    text-align: center;
    border: 1px solid brown;    
    background:	#FFFFFF;
	z-index: 11;
}
#oknopass {
	position: absolute;
	top: 250px;
	left: calc(50vw - 121px);
    width: 242px;
    height: 80px;
    text-align: center;
    border: 1px solid brown;    
    background:	#FFFFFF;
	font-size: 16px;
	z-index: 11;
}
#chgupass {
    text-align: center; 
	font-size: 20px;	
}
#chgpassbt{
    text-align: center; 
	font-size: 16px;	
}
#hidediv{
	position: absolute;
	left: -20000px;
}
.browntext{color: brown;}
.whitetext{color: white;}
/* Меню */
.main-menu ul{	
	text-decoration: none;
	/*border: 1px solid brown;*/
	text-align:	right;
}
.main-menu li a, li label {
	text-decoration: none;
	color: black;
	display: block;
	padding: 5px 25px;
	/*border: 1px solid brown;*/
}
.main-menu li a:hover, li label:hover{
	background: white;
	color: blue;
	/*border: 1px solid brown;*/
	cursor:pointer;
}
.main-menu ul li {	
	display: inline-block;
	position: relative;
}
.sub-menu{
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 5;
	text-align:	center;
}
.sub-menu:hover {
	display: block;	
}
.main-menu .dropdown{
	background:white;	
}
.main-menu .dropdown:hover ~ .sub-menu{
	display: block;
}
/* Горизонтальна линия с текстом*/
.title {
    overflow: hidden;
    text-align: center;
    font-size: 20px;
}
.title:before,
.title:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 2px;
    background-color: #00cf00;
    position: relative;
}
.title:before {
    margin-left: -100%;
    left: -14px;
}
.title:after {
    margin-right: -100%;
    right: -14px;
}
.files-top {
	position: absolute;
	top: 185px;
	left: calc(50vw - 490px);
	text-align:	center;
	height:	34px;
	width:	980px;
	color: white;
	-webkit-user-select: none;
	-moz-user-select: none;
	line-height: 30px;
}
.cl-top {
	position:	absolute;
	top: 185px;
	left: calc(50vw + 395px);
	text-align:	center;
	font-size: 14px;
	height:	34px;
	width:	90px;
	background: brown;
	color: white;
	-webkit-user-select: none;
	-moz-user-select: none;
	line-height: 30px;
	cursor:pointer;
}
.files-pub {
	position:	absolute;
	top: 217px;
	left: calc(50vw - 490px);
	height: calc(100vh - 220px);
	width:		970px;
	text-align:	left;
	background:	#EEEEEE;
	padding-left: 10px;
	border-bottom: 2px solid brown;
	-webkit-user-select: none;
	-moz-user-select: none;
	overflow-y: auto;
	z-index: 5;
}
#label1 {font-size: 20px;}
.gallery {
	width: 100%;
    height:112px;
    overflow-x: scroll;
    white-space: nowrap;
}
.xprkrt{
	display: inline-block;
    width: 160px;
    height:90px;
	border-left-width: 2px;
	border-left-style: solid;
    border-left-color: #EEEEEE;
	border-right-width: 1px;
	border-right-style: solid;
    border-right-color: #EEEEEE;
}
.galimg {
	border-right-width: 3px;
	border-right-style: solid;
    border-right-color: white;
}