body {
	height: 100%;
	margin: 0;
	/*background-color: hsl(240, 100%, 99%);*/
	background: radial-gradient(rgba(217, 221, 255, 0.5),
			rgba(239, 239, 253, 0.4));
}

#wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.header {
	/*padding: 0 150px;*/
	box-shadow: 0 0 10px hsl(240, 0%, 0%);
	/*	height: 50px;*/
	display: flex;
	font-size: 16px;
	justify-content: space-between;
	border-bottom: 1px solid hsl(240, 0%, 94%);
	z-index: 2;
}

.title {
	margin: auto;
	user-select: none;
}

.content {
	margin: 0 150px;
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
	justify-content: center;					 
}

.page {
	/*	background-color: hsl(240, 100%, 100%);*/
	border: 5px;
	width: 100%;
	/*height: 100%;*/
	padding: 10px;
	/* justify-content: center; */
	/* align-items: center; */
	display: flex;
	flex-flow: column;
	box-sizing: border-box;
	background-color: rgb(250, 250, 255);
}

.footer {
	border-top: 1px solid hsl(240, 0%, 94%);
	background-color: hsl(240, 8%, 25%);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	text-align: center;
	padding: 7px;
}

.topmenu>li {
	float: left;
	position: relative;
	border-left: 1px solid #cbcbcc;
	/*  margin: 0px 5px;*/
}

.submenu {
	position: absolute;
	z-index: 5;
	/*min-width: 200px;*/
	max-width: 300px;
	background: white;
	border-top: 1px solid #cbcbcc;
	border-left: 1px solid #cbcbcc;
	border-right: 1px solid #cbcbcc;
	visibility: hidden;
	opacity: 0;
	transform-origin: 0% 0%;
	transform: rotateX(-90deg);
	width: max-content;
	left: -10px;
	/*transition: .3s linear;*/
}

.submenu li a {
	color: #282828;
	padding: 10px 20px;
	font-size: 15px;
	border-bottom: 1px solid #cbcbcc;
}

div.blok-center {
	margin: auto;
	min-width: 30%;
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid #000;
	border-radius: 15px;
	box-sizing: border-box;
	max-width: 100%;
	padding: 10px;
}

.textNotification {
	background-color: #fff;
	border-radius: 15px;
	color: #000;
	display: none;
	padding: 15px;
	min-width: 200px;
	min-height: 10px;
	max-width: 95%;
	max-height: 100%;
	font-size: 20px;
}

a,.link {
	text-decoration: none;
	cursor: pointer;
	/*color: rgb(97, 23, 226);*/
	color: rgb(125 73 216);
}

table.tableother tbody tr td {
	background-color: rgba(255, 255, 255, 0.8);
	background-color: rgba(243, 243, 254, 0.2);
}

table.tableother th {
	text-align: center;
	background: rgba(151, 141, 239, 0.3);
}

.post {
	font-size: 16px;
	text-shadow: 0 1px 0 #757575;
	padding: 3px 0 3px 0;
	margin: 0;
	cursor: pointer;
	border: 0;
	width: 80px;
	border-radius: 5px;
	background-image: linear-gradient(to bottom,
			rgba(151, 136, 234, 0.3),
			rgba(187, 195, 234, 0.4));
}

.copy {
	color: #7f7f7f;
}
:root {
  --copy_body_bg: rgb(255 255 255);
}