﻿body {
	font-size: .85em;
	font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
	color: #232323;
	background-color: #fff;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
/*	overflow: hidden;*/
}



header, footer, nav, section {
	display: block;
}



/* Styles for basic forms
-----------------------------------------------------------*/
/*fieldset {
	border: 1px solid #ddd;
	padding: 0 1.4em 1.4em 1.4em;
	margin: 0 0 1.5em 0;
}*/

legend {
	font-size: 1.2em;
	font-weight: bold;
}

textarea {
	min-height: 75px;
}

.rootParent {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: auto;
	white-space: nowrap;
	text-align: center;
	font-size: 0;
}

.rootBlock {
	border-radius: 10px;
	display: inline-block;
	white-space: normal;
	vertical-align: middle;
	text-align: left;
}

.content {
	background-color: rgba(255, 255, 255, 0.9);
	display: inline-block;
	font-size: 16px;
	margin: 12px 12px 25px 12px;
	padding: 10px;
	text-decoration: none;
  border-radius: 5px;
}

.tranparent {
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-box-shadow: inset -1px 1px 0px rgba(255, 255, 255, 0.3), inset 1px 1px 0px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset -1px 1px 0px rgba(255, 255, 255, 0.3), inset 1px 1px 0px rgba(255, 255, 255, 0.3);
	box-shadow: inset -1px 1px 0px rgba(255, 255, 255, 0.3), inset 1px 1px 0px rgba(255, 255, 255, 0.3);
	border: 1px solid #000;
	background-color: rgba(0, 0, 183, 0.2);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.3)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
}

.authorization {
  min-width: 240px;
	max-width: 300px;
}

.testSelector {
	width: 540px;
}

.expertTestSelector {
	width: 850px;
}

.testing {
	width: 750px;
	min-height: 600px;
	padding-bottom: 30px;
	position: relative;
}


.errorText {
	color: #ff0000;
}

.textRight {
	text-align: right;
}

.textCenter {
	text-align: center;
}

.colNumAnswer {
	width: 25px;
	text-align: center;
}

.header {
	border-radius: 10px;
	display: inline-block;
	margin: 30px 0 0 0;
	white-space: normal;
	vertical-align: middle;
	text-align: left;
	font-family: Garamond, serif;
	line-height: 1em;
	color: #ffffff;
	font-weight: bold;
	font-size: 44px;
	text-shadow: 0px 0px 0 rgb(203,203,203), 1px 1px 0 rgb(162,162,162), 2px 2px 0 rgb(121,121,121), 3px 3px 2px rgba(0,0,0,0.35), 3px 3px 1px rgba(0,0,0,0.5), 0px 0px 2px rgba(0,0,0,.2);
}

/*pagination*/
.myPagination {
	display: inline-table;
	/*position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);*/
}


	.myPagination a {
		color: black;
		float: left;
		padding: 8px 16px;
		text-decoration: none;
		cursor: pointer;
	}

	.myPagination span {
		float: left;
		padding: 8px 16px;
		text-decoration: none;
		cursor: default;
	}

	.myPagination a.active {
		background-color: #4CAF50;
		color: white;
		border-radius: 5px;
		cursor: default;
	}

	.myPagination a:hover:not(.active) {
		background-color: #ddd;
		border-radius: 5px;
	}
/*end pagination*/

.leftPanel {
	border-radius: 0px 10px 10px 0;
	position: absolute;
/*	z-index: -1;  */
	left: -2px;
	top: 150px;
}

	.leftPanel img {
		margin-left: 75px;
		margin-top: 12px;
		width: 100px;
	}

	.leftPanel table {
		width: 250px;
		border-radius: 0px;
		background-color: rgba(255, 255, 255, 0.9);
		display: inline-block;
		font-size: 16px;
		margin: 12px 12px 12px -3px;
		padding: 1px;
		text-decoration: none;
	}

.rigthPanel {
	border-radius: 10px 0px 0px 10px;
	position: absolute;
	z-index: 10;
	right: 0px;
	top: 150px;
}

	.rigthPanel div {
		height: 150px;
		border-radius: 0px;
		background-color: rgba(255, 255, 255, 0.9);
		display: inline-block;
		font-size: 16px;
		margin: 12px 0px 12px 12px;
		padding: 3px;
		text-decoration: none;
	}

	.rigthPanel b {
		position: absolute;
		font-size: xx-large;
		left: 50%;
		transform: translateX(-50%);
	}

	.rigthPanel button {
		position: absolute;
		font-size: large;
		left: 50%;
		transform: translateX(-50%);
	}

.volumeMeter {
  border: 1px solid black;
  width :300px;
  height: 10px;
}

.fixReviewTextContainer {
  position: relative;
}

.fixReviewText {
  position: absolute;
  top: 10px;
  left: 10px;
  white-space: pre;
}

.blokSelect {
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.positiveColor {
  background-color: rgba(0, 128, 0, 0.59)
}

.negativeColor {
  background-color: rgba(255, 0, 0, 0.59)
}

.positiveBlock {
  border: 1px solid rgba(0, 0, 0, 0.4);
}

.negativeBlock {
  border: 1px solid rgba(0, 0, 0, 0.4);
}

.ratingBlock {
  width: 200px;
}

.ratingButton {
  width: 190px;
  margin: 5px;
}
.ratingCheckBox {
  margin-left: 5px;
}

.JumbledTextTable {
  width: 700px;
  min-height: 230px;
  margin: 0 auto
}
.JumbledTextRows {
  border-bottom: solid 2px #8d8d8d
}
.JumbledTextAnswers {
  width: 650px;
  border: 1px solid rgb(0, 87, 203);
  border-radius: 8px;
  margin: 10px 29px
}
.JumbledTextAnswers2 {
  width: 630px;
  margin: 10px;
  padding: 0;
  min-height: 50px
}
.JumbledTextAnswers2 {
  line-height: 35px
}
.block__list_answers {
  display: inline-block;
  min-width: 80px;
  min-height: 25px;
  border-bottom: 1px solid black;
  padding: 1px;
}

  .block__list_answers li {
    font-weight: bold;
  }
.buttonTextSendAnswer {
  width: 140px;
  margin-left: 290px;
  margin-bottom: 5px;
}

/*modal*/

.Hidden {
  visibility: hidden;
}

.ModalBackground {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.3);
}

.ModalWindow {
  flex: 0 1 auto;
  align-self: auto;
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  background-color: #fff;
  border: 1px solid #6B6A67;
  padding: 15px;
  min-height: 200px;
  max-height: 85vh;
  border-radius: 10px;
  padding: 0px;
}

.ModalWindowHeader {
  flex: 0 1 auto;
  align-self: auto;
  border-bottom: 1px solid #6B6A67;
  border-radius: 10px 10px 0 0;
  position: relative;
  text-align: center;
  height: 32px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cfe7fa+0,6393c1+100;Grey+Blue+3D */
  background: #cfe7fa; /* Old browsers */
  background: -moz-linear-gradient(top, #cfe7fa 0%, #6393c1 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #cfe7fa 0%,#6393c1 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #cfe7fa 0%,#6393c1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe7fa', endColorstr='#6393c1',GradientType=0 ); /* IE6-9 */
}

.ModalCloseButton {
  right: -5px;
  top: -3px;
  position: absolute;
}

.ModalHeaderText {
  font-size: 20px;
  font-weight: 600;
}

.ModalWindowContent {
  flex: 1 1 auto;
  align-self: auto;
  padding: 3px;
  max-height: 90%;
  min-height: 150px;
  overflow: auto;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}

.ModalWindowBottom {
  flex: 0 1 auto;
  align-self: auto;
  border-top: 1px solid #6B6A67;
  border-radius: 0 0 10px 10px;
  position: relative;
  text-align: center;
  height: 42px;
  padding: 3px;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f8f9+0,e5ebee+50,d7dee3+51,f5f7f9+100;White+Gloss */
  background: #f6f8f9; /* Old browsers */
  background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
}


  /*end modal*/

.MessageBox {
  z-index: 2000 !important;
}

#cssTable td {
  text-align: center;
  vertical-align: middle;
}
.VerticalCenter {
  vertical-align: inherit !important;
}

.DatepickerBlock {
  width: 125px;
  cursor: pointer !important;
  background-color: #fbfbfb !important;
  margin: 0 !important;
}

.exitBlock {
  background-color: rgba(251, 251, 251, 0.7) !important;
  top: 0;
  right: 110px;
  margin: auto;
  position: absolute;
  border-radius: 0px 0px 10px 10px;
  z-index: 1;
}

.langBlock {
  top: 0;
  right: 10px;
  margin: auto;
  position: absolute;
  z-index: 1;
}

.RedText {
  color: red; /* Красный цвет выделения */
}

.GreenText {
  color: green; 
}

.table th {
  text-align: center !important; 
}

.jsgrid-selected-row2 > .jsgrid-cell {
  background: #9ccfff;
  border-color: #c4e2ff;
}

.headerBlock {
  background-color: #2980b9 !important;
  top: 0;
  right: 0px;
  height: 50px;
  width: 100%;
  position: absolute;
}

.Link {
  padding: 0;
  border: 0;
}


/*Flex*/

.FlexRoot {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.FlexCenterContainer {
  flex: 0 1 auto;
  align-self: auto;
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
}


.ContentFlexYContainer {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
  height: 100%;
  width: 100%;
}

.ContentTop {
  flex: 0 1 auto;
  align-self: stretch;
  margin-bottom: 5px;
}

.ContentCenter {
  flex: 1 1 auto;
  align-self: stretch;
/*  overflow-y: scroll;*/
}


.ContentBottom {
  flex: 0 1 auto;
  align-self: stretch;
  margin-top: 5px;
}

/*End flex*/

/*Admin panel*/
.RootAdminPanel {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;

  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;

  padding-top: 70px;
}

.AdminMenuPanel {
  flex: 0 1 auto;
  align-self: auto;
  margin-right: 5px;
}

.AdminContentRoot {
  flex: 1 1 auto;
  align-self: auto;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: flex-start;

  height: 100%;
}

.AdminContentPanel {
  flex: 0 1 auto;
  align-self: auto;
}

.AdminMinContentSize{
  height: 100%;
  max-height: 80vh;
  min-width: 800px;
  min-height: 500px;
  max-width: 1200px;
  overflow: auto;
}

.RespondentMinContentSize{
  height: 90%;
  max-height: 85vh;
  min-width: 1000px;
  max-width: 1200px;
  overflow: auto;
}

.TestMinContentSize {
  height: 90%;
  max-height: 85vh;
  min-width: 800px;
  max-width: 1200px;
  overflow: auto;
}
/*End Admin panel*/

.ContentBg {
  background-color: rgba(255, 255, 255, 0.9);
}