@font-face {
    font-family: dinroundpromedi; /* Гарнитура шрифта */
    src: url(../../font/dinroundpromedi.otf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: hakubo; /* Гарнитура шрифта */
    src: url(../../font/hakubo.otf); /* Путь к файлу со шрифтом */
    src: url(../../font/hakubo.woff); /* Путь к файлу со шрифтом */
}
html {
	height: 100%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	color: rgb(255,255,255);
	background-color: rgb(0,0,0);
	font-family: dinroundpromedi,sans-serif;
	font-size: 28px;
}
body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	display: flex;
  	flex-direction: column;
	background-color: rgb(0,0,0);
}
header {
	padding: 0px;
	margin: 0px;
	flex-grow: 0;
	background-color: rgb(40,40,40);
}
section {
	overflow: hidden;
	flex-grow: 1;
}
ul {
	margin: 0px;
}
.center{
	max-width: 1080px;
	min-width: 800px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
}
footer {
	padding: 0px;
	margin: 0px;
	flex-grow: 0;
	background-color: rgb(40,40,40);
}
a {
	color: inherit;
	text-decoration: none;
	outline: none;
	display: block;
}
input {
	font-family: dinroundpromedi,sans-serif;
	font-size: 22px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(80,80,80); 
}
.page {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
#panelmain {
	padding-top: 10px;
	padding-bottom: 10px;
}
#paneldialog {
	overflow-y: auto;
}
.flexrow {
	display: flex;
  	flex-direction: row;
}
.menu {
	flex-grow: 1;
	display: flex;
	flex-direction: row-reverse;
}
.border {
	padding: 10px 20px 10px 20px;
}
.menuitem:hover {
	background-color: rgb(60,60,60);
	cursor: pointer;
}
.noselect {
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}
#logo {
	background-image: url("../../image/logo.png");
	background-repeat: no-repeat;
	background-size: contain;
	height: 57px;
	width: 258px;
}
#vk {
	background-image: url("../../image/vk.png");
	background-repeat: no-repeat;
	background-size: contain;
	height: 57px;
	width: 57px;
}
#patreon {
	background-image: url("../../image/patreon.png");
	background-repeat: no-repeat;
	background-size: contain;
	height: 57px;
	width: 57px;
}
#title {
	font-family: hakubo;
	font-size: 42px;
	padding: 0px 10px 0px 10px;
	color: rgb(242,195,21);
}
#title span{
	color: rgb(227,137,0);
}
.panelhead {
	font-weight: 600;
	font-size: 36px;
}
.panelword {
	width: 100%;
	font-size: 32px;
	text-align: center;
}
.panelletter {
	width: 100%;
	font-size: 128px;
	text-align: center;
}
.paneltranscription {
	width: 100%;
	font-size: 64px;
	text-align: center;
}
.paneltext {
	font-size: 28px;
}
.panelanswer {
	width: 100%;
	font-size: 28px;
	text-align: center;
}
.panelsound input {
	text-transform: lowercase;
}
.colorred {
	color: rgb(240,140,140);
}
.colorgreen {
	color: rgb(140,240,140);
}
.colorblue {
	color: rgb(140,140,240);
}
.coloryellow {
	color: rgb(240,240,140);
}
.itemfield {
	padding: 5px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.itemfieldname {
	width: 250px;
	max-width: 250px;
	text-align: right;
	padding-right: 10px;
	font-size: 24px;
}
.itemfield input {
	width: 250px;
	max-width: 250px;
}
.button {
	padding: 5px;
	max-width: 400px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	font-size: 32px;
	cursor: pointer;
	border-radius: 5px;
	text-align: center;
	background-color: rgb(60,60,60);
}
.button:hover {
	background-color: rgb(80,80,80);
}
.widebutton {
	padding: 5px;
	max-width: 800px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	font-size: 32px;
	cursor: pointer;
	border-radius: 5px;
	text-align: center;
	background-color: rgb(60,60,60);
}
.widebutton:hover {
	background-color: rgb(80,80,80);
}
.panelsound {
	display: flex;
	justify-content: center;
}
.soundbutton {
	display: inline-block;
	padding: 5px;
	width: 100px;
	height: 100px;
	margin: 10px;
	font-size: 64px;
	cursor: pointer;
	border-radius: 5px;
	text-align: center;
	background-color: rgb(60,60,60);
}
.soundbutton:hover {
	background-color: rgb(80,80,80);
}
.inputanswer {
	font-size: 32px;
}
.disabled {
	color: rgb(80,80,80);
	background-color: rgb(45,45,45) !important;
}
.disabled:hover {
	background-color: rgb(45,45,45) !important;
}
.correct {
	background-color: rgb(40,80,40) !important;
}
.wrong {
	background-color: rgb(80,40,40) !important;
}
.error {
	background-color: rgb(80,80,40) !important;
}
.buttoncorrect {
	background-color: rgb(60,120,60) !important;
}
.buttoncorrect:hover {
	background-color: rgb(80,160,80) !important;
}
.buttonwrong {
	background-color: rgb(120,60,60) !important;
}
.buttonwrong:hover {
	background-color: rgb(160,80,80) !important;
}
.buttonerror {
	background-color: rgb(120,120,60) !important;
}
.buttonerror:hover {
	background-color: rgb(160,160,80) !important;
}
.wordbutton {
	display: inline-block;
	padding: 5px 15px 5px 15px;
	margin: 10px;
	font-size: 28px;
	cursor: pointer;
	border-radius: 5px;
	text-align: center;
	background-color: rgb(60,60,60);
}
.wordbutton:hover {
	background-color: rgb(80,80,80);
}
.optionletter {
	font-size: 64px !important;
	min-width: 70px;
}
.optiontranscription {
	font-size: 48px !important;
	min-width: 50px;
}
.paneloption {
	word-wrap: normal;
	text-align: center;
}
.optionselect {
	background-color: rgb(120,120,60) !important;
}
.optioncorrect {
	background-color: rgb(60,120,60) !important;
}
.optionwrong {
	background-color: rgb(120,60,60) !important;
}
.panel {
	display: flex;
  	flex-direction: row;
	justify-content: center;
}
.panelbutton {
	padding: 5px;
	width: 400px;
	max-width: 400px;
	min-width: 250px;
	margin: 10px;
	font-size: 32px;
	cursor: pointer;
	border-radius: 5px;
	text-align: center;
	background-color: rgb(60,60,60);
}
.invisivle {
	visibility: hidden;
	cursor: default;
}
#wordtext { 
    text-align: center; 
}
#blockmessage {
	width: 100%;
	display: block;
	font-size: 18px;
	flex-grow: 0;
	transition: opacity 0.5s;
	line-height: 50px;
	padding-left: 20px;
}
.messageerror {
	color: rgb(216,0,12);
	background-color: rgb(255,186,186);
}
.messagewarning {
	color: rgb(159,96,0);
	background-color: rgb(254,239,179);
}
.messagesucces {
	color: rgb(79,138,16);
	background-color: rgb(223,242,191);
}
.messageinfo {
	color: rgb(49, 112, 143);
	background-color: rgb(217,237,247);
}
.hidden {
	visibility: hidden;
	height: 0px;
	opacity: 0;
}
.readonly {
	color: rgb(255,255,255);
	background-color: rgb(40,40,40);
	user-select: none;
}
.starlango {
	font-family: hakubo;
	color: rgb(242,195,21);
	font-size: 36px;
}
.starlango span{
	color: rgb(227,137,0);
}
.bold {
	color: rgb(242,195,21);
	font-weight: 600;
}
.progressbar {
	width: 700px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}
.progressbarblock {
	position: relative;
	display: flex;
	flex-direction: row;
	width: 1%;
	height: 100%;
	background-color: rgb(40,40,40);
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;	
	border-color: rgb(80,80,80);
	transition: width 5s ease 0.5s;
	overflow: hidden;
}
.progressbarpart {
	border-style: none;
	border-radius: 0px;
	height: 46px;
	flex-shrink: 0;
	margin-top: 2px;
	margin-bottom: 2px;	
}
.progressbarvalue {
	position: absolute;
	left: 0;
	top: 0;
	width: 700px;
	height: 100%;
	color: rgb(200,200,200);
	line-height: 50px;
	text-align: center;
	cursor: default;
	user-select: none;
}
#taskstat {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.taskstatmonth {
	width: 30px;
	height: 185px;
	margin: 10px 2px 10px 2px;
	border-radius: 5px 5px 0px 0px;
    display: flex;
    align-items: flex-end;
	font-size: 16px;
	color: rgb(240,240,240);
	background-color: rgb(0,0,0);
	text-align: center;
}
.taskstatday {
	display: flex;
	flex-direction: column;
	width: 20px;
	height: 185px;
	margin: 10px 2px 10px 2px;
	border-radius: 5px 5px 0px 0px ;
	overflow: hidden;
	background-color: rgb(30,30,30);
}
.taskstatday:hover {
	filter: brightness(200%);
}
.taskstatvalue {
	flex-shrink: 0;
	height: 15px;
	font-size: 12px;
	color: rgb(120,120,120);
	background-color: rgb(0,0,0);
	text-align: center;
}
.taskstattotal {
	flex-shrink: 1;
}
.taskstatcorrect {
	background-color: rgb(0,80,0);
	flex-shrink: 0;
	transition: height 3s ease;
}
.taskstatskip {
	background-color: rgb(80,80,0);
	flex-shrink: 0;
	transition: height 3s ease;
}
.taskstatwrong {
	background-color: rgb(80,60,0);
	flex-shrink: 0;
	transition: height 3s ease;
}
.taskstatnumber {
	flex-shrink: 0;
	height: 20px;
	font-size: 15px;
	color: rgb(120,120,120);
	background-color: rgb(0,0,0);
	text-align: center;
}


