::-webkit-scrollbar-button {width:7px;height:0px;} 
::-webkit-scrollbar-track {background:#d3d4d5;}
::-webkit-scrollbar-thumb {-webkit-border-radius:5px;border-radius:5px;background:#b5b5b5;}
::-webkit-scrollbar-thumb:hover {background:#808080;}
/*::-webkit-resizer {width:7px;height:5px;}*/
/*::-webkit-resizer {display: none;}*/
::-webkit-scrollbar {width:7px;}

::selection {background: #ccc;}

body {
	margin: 0px;
	background-color: #fcfcfc;
}
.body {
	width: 1100px;
	margin: 0px auto 50px auto;
	background-color: #fff;
	font-family: 'Segoe UI', Tahoma, sans-serif;
	color: #484848;
	/*border: 1px solid #666;*/
	/*border-radius: 2px;*/
	/*box-shadow: 2px 4px 20px -2px #909090;*/
}
.header_background {
	width: 100%;
	height: 77px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: #dadada;
	z-index: -1;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #484848;
}
a:active {
  color: #497DDD; 
  border-bottom: 1px dashed;
}
header, section, main, aside, footer {
	display: block;
}
header {
	min-height: 75px;
	width: 100%;
	background-color: #dadada;
	border: 1px solid #dadada;
}
section {
	width: 100%;
	display: table;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
}
main, aside {
}
main {
	float: left;
	background-color: #fff;
	width: 840px;
	min-height: calc(100vh - 310px);
}
aside {
	float: right;
	/*min-height: 300px;*/
	background-color: #fff;
	background-color: #f3f3f3;
	width: 257px;
}
footer {
	height: 100px;
	width: 100%;
	background-color: #fff;
	clear: both;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}
main > h2 {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 20px;
	color: #000;
}
.exit {
	outline: none;
	display: inline-block;
	padding: 4px 20px;
	cursor: pointer;
	border: 1px solid #666;
	background-color: #bbbbbb;
	transition: 0.2s cubic-bezier(0.7, 0, 1, 0.7);
}
.exit:active {
	background-color: #76C5B7;
}
.exit:hover {
	background-color: #81D2C3;
	border: 1px solid #424242;
	/*transition: 0.3s cubic-bezier(0.7, 0, 1, 0.7);*/
}
.header_div {
	float: right;
	margin: 25px 24px 0px 0px;
}
.header_span {
	cursor: pointer;
	padding: 2px 10px;
	border-radius: 1px;
}
.header_span:hover {
	color: #ffffff;
	background-color: #aaa;
}
.header_span_name {
	vertical-align: bottom;
}
ul {
	-webkit-padding-start: 0px;
	/*-webkit-margin-after: 0px;*/
	list-style-type: none;
}
.ul_1 {
	direction: rtl;
}
li {
	/*margin-right: 17px;*/
	padding: 5px 0px;
	text-align: right;
}
p {
	display: block;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
}
.bugs {
	padding: 15px 30px;
	font-size: 1.1em;
	color: #000;
	transition: color 2s ease;
}
.bugs:hover {
	color: #600;
}
header img {
	width: 64px;
	vertical-align: middle;
	margin-left: 30px;
	margin-right: 20px;
}
.notepad_header {
	webkit-user-select: none;
	user-select: none;
	cursor: default;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	font-size: 2.5em;
	line-height: 1.6em;
	letter-spacing: 3px;
	font-weight: 600;
	color: #b1b1b1;
	display: inline-block;
	vertical-align: middle;
}
.img_list {
	vertical-align: middle;
	margin-right: 15px;
	opacity: 0.3;
	transition: opacity 0.3s ease;
	width: 24px;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 1px;
}
.aside_s {
	vertical-align: middle;
}
.aside_p {
	cursor: pointer;
	padding: 2px 0px;
	transition: background-color 0.2s ease;
	white-space: nowrap;
}
.aside_p:hover {
	/*background-color: rgba(255, 255, 255, 0.3);*/
	background-color: #dadada;
	color: #000;
}
.aside_p:hover .img_list {
	opacity: 1;
}
.menu_language:active + #menu_option_select {
	display: block;
}
#menu_option_select:hover {
	display: block;
}
#menu_option_select {
	display: none;
	position: absolute;
	margin-top: -30px;
	padding: 40px 10px 0px 10px;
	z-index: 2;
}
#menu_option_select_div {
	background-color: #d0d0d0;
	padding: 11px 1px;
	border: 1px solid #585858;
	border-radius: 2px;
	box-shadow: 0px 8px 14px 1px rgba(0, 0, 0, 0.28);
}
.option_p {
	padding: 2px 20px;
	cursor: pointer;
	font-size: 1.1em;
}
.option_p:hover {
	background-color: #b1b1b1;
	color: #000;
}
.button {
	outline: none;
	display: inline-block;
	padding: 4px 0px;
	width: 180px;
	cursor: pointer;
	border: 1px solid #B1B1B1;
	background-color: rgba(0, 0, 0, 0);
	transition: 0.2s cubic-bezier(0.7, 0, 1, 0.7);
}
.button:active {
	background-color: #76C5B7;
}
.button:hover {
	background-color: #81D2C3;
	border: 1px solid #424242;
	transition: 0.3s cubic-bezier(0.7, 0, 1, 0.7);
}
li > label {
	display: inline-block;
	padding-right: 11px;
}
li > input:focus {
	box-shadow: 0px 0px 2px #585858;
}
li > input {
	display: inline-block;
	padding: 4px;
	width: 170px;
	border: 1px solid #B1B1B1;
	font-size: 1em;
	color: #333;
	outline: none;
}
li > {
	display: block;
	margin: 8px auto;
	float: right;
	clear: both;
}