/* Не удалось уменьшить размер. Содержимое возвращается без уменьшения.
(343,33): run-time error CSS1046: Expect comma, found '0'
(343,37): run-time error CSS1046: Expect comma, found '/'
(3973,10): run-time error CSS1038: Expected hex color, found '#ffff'
(3982,20): run-time error CSS1046: Expect comma, found '0'
(3982,24): run-time error CSS1046: Expect comma, found '/'
(3983,19): run-time error CSS1046: Expect comma, found '0'
(3983,23): run-time error CSS1046: Expect comma, found '/'
(3984,17): run-time error CSS1046: Expect comma, found '0'
(3984,21): run-time error CSS1046: Expect comma, found '/'
(3985,19): run-time error CSS1046: Expect comma, found '0'
(3985,23): run-time error CSS1046: Expect comma, found '/'
(3986,19): run-time error CSS1046: Expect comma, found '0'
(3986,23): run-time error CSS1046: Expect comma, found '/'
(3987,20): run-time error CSS1046: Expect comma, found '0'
(3987,24): run-time error CSS1046: Expect comma, found '/'
(3988,21): run-time error CSS1046: Expect comma, found '0'
(3988,25): run-time error CSS1046: Expect comma, found '/'
(3989,21): run-time error CSS1046: Expect comma, found '0'
(3989,25): run-time error CSS1046: Expect comma, found '/'
(4001,22): run-time error CSS1038: Expected hex color, found '#ffff'
(4003,20): run-time error CSS1046: Expect comma, found '0'
(4003,24): run-time error CSS1046: Expect comma, found '/'
(4004,19): run-time error CSS1046: Expect comma, found '0'
(4004,23): run-time error CSS1046: Expect comma, found '/'
(4005,17): run-time error CSS1046: Expect comma, found '0'
(4005,21): run-time error CSS1046: Expect comma, found '/'
(4006,19): run-time error CSS1046: Expect comma, found '0'
(4006,23): run-time error CSS1046: Expect comma, found '/'
(4007,19): run-time error CSS1046: Expect comma, found '0'
(4007,23): run-time error CSS1046: Expect comma, found '/'
(4008,20): run-time error CSS1046: Expect comma, found '0'
(4008,24): run-time error CSS1046: Expect comma, found '/'
(4009,21): run-time error CSS1046: Expect comma, found '0'
(4009,25): run-time error CSS1046: Expect comma, found '/'
(4010,21): run-time error CSS1046: Expect comma, found '0'
(4010,25): run-time error CSS1046: Expect comma, found '/'
(4047,45): run-time error CSS1046: Expect comma, found '255'
(4047,53): run-time error CSS1046: Expect comma, found '/'
(4047,70): run-time error CSS1046: Expect comma, found '4'
(4047,74): run-time error CSS1046: Expect comma, found '/'
(4047,93): run-time error CSS1046: Expect comma, found '250'
(4047,101): run-time error CSS1046: Expect comma, found '/'
(4052,40): run-time error CSS1046: Expect comma, found '161'
(4052,48): run-time error CSS1046: Expect comma, found '/'
(4151,33): run-time error CSS1046: Expect comma, found '0'
(4151,37): run-time error CSS1046: Expect comma, found '/'
 */
html {
  position: relative;
  min-height: 100%;
}
label {
  white-space: normal !important;
  word-wrap: break-word;
  vertical-align: middle;
}
.relative {
  position: relative;
}
.text-center {
  text-align: center;
}
.text-size {
  font-size: 18px;
}
.text-zoom {
  zoom: 1.1;
}
a {
  -webkit-user-select: none;
  user-select: none;
}
body {
  margin-bottom: 100px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #f5f5f5;
}
footer .container .credit {
  margin: 20px 0;
  color: #999999;
  text-align: center;
}
textarea {
  resize: none;
}
table {
  width: 100%;
  justify-content: unset;
  margin-bottom: 30px;
}
table td {
  border: 1px solid;
  margin-left: 5px;
  text-align: center;
}
table th {
  text-align: center;
  border: 1px solid;
  height: 30px;
}
.icon {
  height: 1.5em;
  width: 1.5em;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-around {
  display: flex;
  justify-content: space-around;
}
.flex-wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.flex-result {
  border: groove;
  border-radius: 4px;
  padding-top: 4px;
}
.flex-end {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.flex-start {
  display: flex;
  justify-content: start;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}

.table-style {
  width: 50% !important;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.table-width{
  width: auto !important;
}
.table-style-institute {
  width: 30%;
  min-width: 500px;
  border: 3px solid #92cdff;
  align-self: stretch;
}

.table-style-institute th {
  text-align: left;
  border-bottom: 3px solid #92cdff;
  padding: 10px;
  border-style: none;
}

.table-style-institute tr:nth-child(odd) {
  background: white;
  text-align: left;
}
.table-style-institute tr:nth-child(even) {
  background: #a3d5ffa6;
}

.table-institute {
  border: 3px solid #92cdff;
}

.navbar {
  margin-bottom: 5px;
}
.dataTables_scrollBody::-webkit-scrollbar {
  width: 0 !important;
}
.modal .close {
  font-size: 20px;
  margin: 7px 5px;
  color: black;
  opacity: 1;
}
.navbar-default .navbar-nav > .active {
  background-color: #888;
}
.modal {
  bottom: auto;
}
.chart {
  width: 100%;
  height: 100%;
  max-height: 450px;
}
.display-none {
  display: none!important;
}

/* Настройки формы входа в систему */
.login-form {
  width: 30%;
  min-width: 300px;
  margin: 2em auto;
  padding-top: 0;
}
.login-form .login-header {
  margin-top: 0;
}
.btn-login-submit {
  margin-top: 20px;
  padding-top: 10px;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 5px;
}
.registration-form {
  width: 40%;
  min-width: 300px;
  margin: 2em auto;
  padding-top: 0;
}
.btn-register {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.login-legend {
  margin-bottom: 0;
}
#form-group .form-group {
  display: inline-block;
  padding: 0 25px;
}
#labelSex {
  margin-right: 15px;
}
.error-message {
  color: red;
}
.field-validation-error {
  color: red;
}
.field-validation-valid {
  display: none;
}
input.input-validation-error {
  border: 1px solid #b94a48;
}
.validation-summary-errors {
  color: red;
}
.validation-summary-valid {
  display: none;
}
.modal-head {
  margin-bottom: 2em;
}
.modal-content {
  max-height: 90vh;
  overflow: auto;
}
.datepicker > .datepicker-years {
  display: block;
}
.form-registration {
  display: flex;
  flex-direction: column;
}
.form-registration .form-group {
  margin: 5px 10px;
}
.form-registration .input-group {
  display: flex;
  flex-direction: row;
}
.matherial {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  padding: 20px;
  background-color: white;
}
.matherial-box {
  border: solid 1px;
  border-color: lightgray;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  background-color: white;
  padding: 10px 3px;
}

.content-box {
  border: solid 1px;
  border-color: lightgray;
  background-color: white;
  padding: 10px 3px;
}
.content-shadow{
  box-shadow: -10px 0px 10px -6px rgba(0,0,0,0.3);
}
.start-btn {
  font-size: 1.4em;
  font-weight: bold;
  padding: 1em 0.6em 1em 0.6em;
  width: 100%;
}
.style-course {
  min-width: 100px;
}
.link-selected-top {
  z-index: 1;
  position: relative;
  box-shadow: 0 10px 10px -6px rgba(0,0,0,0.3);
}
.link-selected-middle {
  z-index: 1;
  position: relative;
  box-shadow: 0 10px 10px -6px rgba(0,0,0,0.3),
              0 -10px 10px -6px rgba(0,0,0,0.3);
}
.link-selected-bottom {
  z-index: 1;
  position: relative;
  box-shadow: 0 -10px 10px -6px rgba(0,0,0,0.3);
}

.border {
  overflow: hidden;
  margin: 0 0 15px 0;
  width: 100%;
  border-radius: 5px;
  padding: 0 5px 0 5px;
  text-align: center;
}
.block {
  display: flex;
  flex-grow: 10;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-around;
  position: relative;
  overflow: hidden;
  min-height: 75vh;
}
.test {
  width: 20%;
  margin: 0 5% 10px 0;
  min-width: 200px;
}
.psycho-graph {
  max-height: 350px;
}

.exercise {
  min-width: 150px;
  max-width: 200px;
  margin: 10px;
}
.user-info {
  max-width: 40em;
  margin-left: 10vw;
}
.user-info button {
  font-size: 0.5em;
}

.user-info-new {
  border: solid 1px;
  border-color: lightgray;
  box-shadow: 0px 4px 8px rgb(0 0 0 / 30%);
  border-radius: 15px;
  padding: 10px 5px;
}

.cut-text {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}

.overflow-wrap {
  overflow-wrap: break-word;
}

.test-img-responsive {
  display: block;
  margin: 5px;
  max-height: 100px;
  min-width: 6vw;
}
@-moz-document url-prefix() {
  .test-img-responsive {
    display: block;
    margin: 5px auto;
    max-height: 100px;
    min-width: 6vw;
  }
}


.test-img-responsive-state {
  display: block;
  margin: 5px;
  max-height: 100px;
}
/* Тело области для теста. */
#test-steps-p .body {
  margin-right: 0px;
  width: 100%;
  height: 100%;
}
/* Область, в которой размещается тело теста. */
#test-steps .content {
  background-color: #fff;
  border: 1px solid #ddd;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 47em;
}
.wizard > .steps .error a {
  background-color: #2d527c !important;
}

/* Текст задания теста. */
.test-description {
  margin: 0 30px 0 30px;
  font-size: 17px;
  text-align: justify;
}
/* Список в тексте задания теста. */
.test-description ul {
  margin-left: 30px !important;
}
#task {
  height: 3em;
  width: 100%;
}
/* Заголовок теста. */
.test-header {
  margin-top: 0;
  text-align: center;
}
progress {
  width: 100%;
  color: #2d527c;
}
#features {
  overflow: auto;
  margin-top: 5px;
  padding: 15px;
  height: 150px;
}
.li-content {
  margin-bottom: 15px;
}
#why {
  margin-top: 5px;
  text-align: center;
}
#content {
  width: 1200px;
  padding: 10px;
}

#addOne {
  margin: 10px 0;
  width: 100%;
  max-width: 200px;
  float: right;
}
#check-steps .nav-pills li {
  margin-left: 2px;
  margin-bottom: 2px;
  width: 46px;
}
.pill {
  background-color: #cee8fa;
  color: black;
  list-style: none !important;
  white-space: normal !important;
  word-wrap: break-word;
}
.img-responsive {
  margin-bottom: 5px;
  height: 150px;
}
.timer {
  font-size: 2.5em;
  position: absolute;
  right: 2vw;
  top: 2vh;
}
td {
  padding: 10px;
}
#newtag {
  overflow: auto;
}
/* Диалог о завершении времени должен быть поверх диалога с вопросом о переходе к результатам. */
#endofTest {
  z-index: 99999;
}
.div-checkbox {
  margin-top: 10px;
}
.item-checkbox {
  width: 2em;
  height: 2em;
}
.div-reset-timer {
  margin-top: 50px;
  display: table;
  width: 100%;
}
.reset-timer {
  display: table-cell;
  vertical-align: bottom;
  margin-right: 5px;
  max-width: 90px;
}
#reset {
  height: 2.5em;
  width: 2.5em;
  font-size: 1.5em;
  margin-right: 5px;
}
/* Описание SRA теста на странице результатов. */
.sra-description {
  padding-left: 40px;
  padding-right: 40px;
  text-align: justify;
}
#features-hatter {
  max-height: 19em;
  overflow: auto;
}
.checkbox-property {
  height: 2rem;
  overflow: hidden;
}
#question-field {
  width: 100%;
  height: 100px;
}
.answers {
  margin-top: 20px;
  min-height: 400px;
  height: unset;
}
.answers-correct {
  background-color: lime;
}
.answers-wrong {
  background-color: lightcoral;
}
.decoder {
  width: 100%;
  height: 4em;
  margin-bottom: 5px;
  white-space: normal !important;
  word-wrap: break-word;
}
.DragonsBtn {
  width: 90%;
  margin-bottom: 20px;
}
.img-dragon {
  height: 300px;
  max-width: 100%;
}
.btn-fos {
  width: 100%;
  margin-bottom: 5px;
}
.transform-btn {
  min-width: 12%;
  margin-left: 5px;
  margin-bottom: 15px;
}
.hundred-objects {
  height: 180px;
}
.drop {
  margin-left: 45px;
  width: 90%;
}
.drop-standard {
  background-color: lightgray;
}
.Correct {
  background-color: #90ed7d;
}
.Uncorrect {
  background-color: #d26d6d;
}
.Missed {
  background-color: #FFEB3B;
}
.dropdown {
  position: relative;
  list-style: none;
  margin-bottom: 5px;
}
#answer-description > .dropdown {
  width: 95%;
}
.dropdown > .dropdown-toggle {
  height: 40px;
  width: 96%;
  text-align: left;
}
.drop-menu > li {
  list-style: none;
  width: 100%;
}
.drop-menu > li > button {
  width: 100%;
}
.drop-menu > li > button:hover {
  opacity: 0.5;
}
.drop-menu > li > div > button {
  word-wrap: break-word;
  white-space: normal !important;
  text-align: left;
}
.drop-menu {
  position: absolute;
  top: 40px;
  width: 100%;
  max-height: 250px;
  overflow-y: auto;
}
.correct-transcript {
  border-radius: 80%;
  height: 30px;
  width: 30px;
  margin-left: 3px;
  margin-top: 5px;
}
.entity-pair {
  margin-top: 10px;
  word-wrap: break-word;
  white-space: normal !important;
}
#psiho-questions .psiho-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid;
}
#psiho-questions .psiho-question div {
  flex: 1;
}
#psiho-questions .psiho-question ul {
  display: flex;
  justify-content: space-between;
  flex: 1;
}
#psiho-questions .psiho-question ul label {
  padding: 0 10px 0 10px;
}
#psiho-questions .psiho-question ul li {
  min-height: 0;
}
.tci-drop {
  margin-bottom: 10px;
  height: 35px;
}
.tci-question {
  height: 90px;
}
.field:not(:focus):invalid {
  background-color: #FFD9D9;
}
.field:not(:focus):valid {
  background-color: #D9FFD9;
}
.new-img {
  margin-top: 50px;
}
.tci-img {
  height: 115px;
  margin-bottom: 25px;
}
.simple-answer {
  margin-bottom: 5px;
  min-height: 2em;
}
.radio-property li {
  list-style-type: none;
  float: left;
  position: relative;
}
.radio-property label,
.radio-property input {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: -webkit-fill-available;
  text-align: left;
}

.radio-property input[type="radio"],
.radio-property input[type="checkbox"] {
  opacity: 0.011;
  z-index: 1;
}
.radio-property input[type="radio"]:checked + label {
  background: #2d527c;
  color: #cee8fa;
}
.radio-property input[type="checkbox"]:checked + label {
  background: #2d527c;
  color: #cee8fa;
}
.radio-property label {
  position: relative;
  height: 100%;
  border: 1px solid #CCC;
  cursor: pointer;
  z-index: 9;
  word-wrap: break-word;
  white-space: normal !important;
}

.rating-avg {
  margin: 15px 15px 15px 0px;
  height: fit-content;
}

.img-entity {
  height: 10vmax;
  max-width: 90%;
  padding: 10px;
}
.relation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: justify;
  border: solid 1px;
  border-radius: 15px;
  margin: 5px 10px 5px 10px;
}
.relation .edit-prototype,
.relation .edit-invantion {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  min-width: 20%;
  margin-left: 1em;
  margin-right: 1em;
}
.relation .edit-prototype div,
.relation .edit-invantion div,
.relation .edit-prototype button,
.relation .edit-invantion button {
  margin: 0 10px;
}
.relation .edit-properties {
  flex: 3;
  margin: 0.5em 1em 0 1em;
}
.img-radio {
  padding: 15px;
  flex-wrap: wrap;
  height: 100%;
}
.img-radio li {
  display: block;
  position: relative;
  list-style: none;
}
.img-radio li input {
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  background: white;
  opacity: 0.01;
}
.img-radio li input[type="radio"]:checked + label {
  border: solid 5px;
  border-radius: 10%;
  border-color: #2d527c;
}
.img-radio li label {
  display: block;
  cursor: pointer;
}
/*#featuresList{
	margin:10px;
	border:1px solid;
	border-radius:10px;
	max-height:150px;
	overflow:auto;
	li{
		margin:10px;
	}
}*/
.edit-entity {
  display: flex;
  flex-direction: column;
  border: solid;
  border-radius: 20px;
  border-color: lightgray;
  margin: 1%;
  justify-content: space-between;
  background: white;
  font-size: 0.85em;
}
.edit-entity .entity-name {
  display: block;
  min-height: 4em;
  text-align: justify;
  margin: 0 10px 0 10px;
}
.edit-entity .info {
  border: none;
  background: inherit;
  float: right;
  margin-left: 25%;
  margin-right: 20px;
  padding: 0;
  border-bottom: dashed #888 2px;
}
.edit-entity .entity-info {
  display: none;
}
.edit-entity .entity-info .info-content {
  padding: 1em;
  text-align: justify;
}
.edit-entity a {
  color: inherit;
}
.edit-entity a :hover {
  cursor: pointer;
}
.entity-disadvantage {
  background-color: aqua;
  width: 100%;
  text-align: justify;
}
.entity-resource {
  background-color: aquamarine;
}
.entity-principle {
  background-color: bisque;
}
.entity-trend {
  background-color: lightblue;
}
.entity-function {
  background-color: pink;
}
.entity-ifr {
  background-color: greenyellow;
}
.checker {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.checker button {
  padding: 0 1em 0 1em;
  margin: 0;
  height: 2.2em;
}
.edit-head {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
}
.edit-head #buttons {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.edit-head #buttons .radio-property {
  padding: 0;
  margin-bottom: 0;
}
.edit-head #buttons input {
  margin: 0 10px 15px 10px;
  width: auto;
  border-radius: 5px;
}
.edit-head #lists {
  display: flex;
  justify-content: space-between;
  margin: 0 10px 0 10px;
}
.edit-head #lists #allProperies {
  flex: 2;
}
.edit-head #lists #classifier {
  flex: 1;
}
.sticky {
  position: fixed;
  width: inherit;
  top: 0;
}
.top-head {
  padding: 0 30px 0 0px;
  position: fixed;
  background: white;
  top: 0px;
  z-index: 10;
}
#labels {
  display: flex;
  justify-content: space-around;
}
#add-entity {
  display: flex;
  flex-direction: row;
}
#add-entity #add-img {
  display: flex;
  flex-direction: column;
}
#add-entity #add-img #for-img {
  height: 200px;
}
#add-entity #add-img img {
  height: 200px;
  max-width: 90%;
}
#add-entity #add-property {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 3;
}
#add-entity #add-pull {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#add-entity #add-pull #featuresList {
  padding-left: 0;
  height: 80%;
  overflow: auto;
}
#add-entity #add-pull #featuresList li {
  list-style: none;
}
#add-entity #add-pull #featuresList li button {
  float: right;
}
#add-entity #add-pull button {
  align-self: center;
}
#add-entity .btn-danger {
  align-self: center;
  max-width: 50%;
}
#add-entity .entity {
  display: flex;
  flex-direction: column;
}
#modal-edit {
  width: 100%;
}
#modal-edit .modal-dialog {
  width: 90%;
}
#combiner {
  display: none;
}
#combiner #combine-entities {
  background: white;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-around;
  text-align: center;
}
#combiner #combine-entities .img-entity {
  height: 8vmax;
}
#combiner #combine-entities .entity-name {
  min-height: 0;
}
#combiner #combine-entities .combine-element {
  width: 25%;
}
#combiner #combine-buttons {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#tags {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 80%;
}
#tags .tag {
  margin: 0.5em 1em 0.5em 1em;
  padding: 0.4em;
  color: white;
  border-radius: 15px;
}
.heart {
  font-size: 3em;
  color: gray;
}
.full-heart {
  font-size: 3em;
  color: red;
}
#questions {
  width: 100%;
}
#question-learning h2 {
  width: 50%;
}
#question-learning #property {
  width: 90%;
  text-align: center;
  font-size: 1.8em;
  margin-top: 20%;
}
#question-learning #question {
  max-width: 45%;
  min-width: 300px;
  align-items: flex-start;
  align-self: flex-start;
}
#question-learning .learning-img {
  width: 80%;
  justify-content: space-between;
  align-self: stretch;
  margin-bottom: 10px;
}
#question-learning .learning-img img {
  width: 100%;
}
#question-learning .learning-img .img-label {
  padding: 5px 10px;
}
#question-learning ul {
  margin-top: 2em;
  width: 100%;
}
#question-learning ul li {
  margin-bottom: 15px;
}
#question-learning #variables {
  max-width: 45%;
  min-width: 300px;
  justify-content: center;
}
#question-learning #variables #variables-buttons {
  padding: 15px;
  flex-wrap: wrap;
  height: 100%;
}
#question-learning #variables #variables-buttons li {
  width: 45%;
  display: block;
  position: relative;
  list-style: none;
}
#question-learning #variables #variables-buttons li input {
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  background: white;
  opacity: 0.01;
}
#question-learning #variables #variables-buttons li input[type="radio"]:checked + label,
#question-learning #variables #variables-buttons li input[type="radio"]:checked + label {
  border: solid 10px;
  border-color: #888;
}
#question-learning #variables #variables-buttons li img {
  width: 98%;
}
#check-question {
  align-self: flex-end;
  background-color: #2d527c;
  color: white;
  margin: 0 15px 15px 0;
}
.progress-bar {
  background-color: #2d527c;
}
.option {
  text-align: left;
}
.mark {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mark li {
  width: 24%;
  margin-top: 10px;
}
.margin-left-25 {
  margin-left: 25px;
}

.margin-left-38 {
  margin-left: 38px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-22 {
  margin-top: 22px;
}

.margin-10 {
  margin: 10px;
}

.margin-15 {
  margin: 15px;
}

.margin-25 {
  margin: 15px;
}

.margin-left-right-10 {
  margin: 0 10px 0 10px !important;
}

.margin-right-10 {
  margin-right:10px;
}

.margin-left-50-per {
  margin-left: 50%;
}
.margin-0 {
  margin: 0;
}

.margin-1-percent {
  margin: 1%;
}

.nostats {
  max-width: 350px;
}
.nostats h4 {
  white-space: normal !important;
  word-wrap: break-word;
}
.nostats .bullfinch {
  height: 150px;
}
.answer-checking {
  display: flex;
  flex-direction: row;
}
.answer-checking .entities {
  display: flex;
  justify-content: space-around;
}
.answer-stat {
  margin-top: 20px;
}

input[type=range] {
  -webkit-appearance: none;
  float: right;
  border: 2px solid #555;
  border-radius: 20px;
  height: 10px;
  background: #000;
  transition: all 0.3s ease;
  transform: rotateZ(-90deg);
}
input[type=range]::-webkit-slider-runnable-track {
  height: 0px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #555;
  margin-top: -10px;
  cursor: pointer;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: red;
}
.circle {
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
}
.circle img {
  text-align: center;
  border-radius: 30%;
  width: 40%;
}
.circle img:first-child {
  position: absolute;
  top: 15%;
  left: 15%;
}
.circle img:last-child {
  position: absolute;
  bottom: 15%;
  right: 15%;
}
.circle img:only-child {
  position: absolute;
  top: 20%;
  left: 20%;
  min-width: 40%;
  min-height: 40%;
  max-width: 60%;
  max-height: 60%;
}
/* Общий контейнер для всех элементов теста. */
.test-containter {
  display: flex;
  flex-wrap: wrap;
  margin: 0 3vw;
  max-width: 90vw;
  justify-content: center;
}
/* Контейнер для пилов страниц. */
.test-pagination {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  padding: 0;
  margin: 0 2em 1em 2em;
  list-style: none;
  width: 100%;
}
/* Контенйер для тела теста. */
.test-body {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 1em 0;
  overflow-y: auto;
  min-height: 65vh;
}
/* Контейнер для кнопок управления тестом. */
.test-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
}
/* Кнопки управления тестом.*/
.test-buttons button {
  flex-basis: auto;
  background-color: #2d527c;
  border: none;
  width: 15em;
  height: 3em;
  font-weight: bold;
  border-radius: 5px;
  margin: 0.5em;
}
/* Наведение на кнопку управления тестом.*/
.test-buttons button:hover {
  background-color: #cee8fa;
  color: #2d527c;
}
/* Пилл страницы. */
.test-page-pill {
  background: linear-gradient(to left, #cee8fa, #2d527c);
  color: #2d527c;
  cursor: default;
  width: 30vw;
  min-width: 13em;
  height: 4em;
  padding: 1.3em 1em;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  position: relative;
}
.test-page-pill:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 90%;
  margin-top: -50px;
  left: 99%;
  z-index: 2;
  border-top: 2em solid transparent;
  border-bottom: 2em solid transparent;
}
/* Неактивный пилл страницы. */
.test-page-pill.inactive {
  background: #cee8fa;
  color: #2d527c;
}
.test-page-pill.inactive:after {
  border-left: 1.5em solid #cee8fa;
}
.test-page-pill.active:after {
  border-left: 1.5em solid #2d527c;
}
/* Активный пилл страницы. */
.test-page-pill.active {
  background: #2d527c;
  color: white;
}
/* Контейнер для содержимого шага теста. */
#test-step-content {
  width: 100%;
  position: relative;
  padding: 5vw;
}
/* Контейнер для изображений в задании. */
.test-task-images-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  width: 100%;
}
/* Изображение в задании. */
.test-task-images-container img {
  border-radius: 5px;
  height: 9em;
  min-width: 10em;
  width: auto;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  margin-bottom: 1em;
}
.task-description {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
/* Настройки списков в описании. */
.task-description ul {
  text-align: left;
  display: inline-block;
}
/* Контейнер для содержимого задания теста и самого теста. */
.test-body-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
}
/* Стиль текста внутри контейнера. */
.test-body-container > span {
  font-weight: bold;
  margin-bottom: 5px;
}
/* Заголовок и подзаголовок теста. */
.test-body-container h4 {
  flex-grow: 1;
  margin: 0;
}
/* Заголовок в задании теста. */
.test-task-container h4,
.test-body-container h4 {
  flex-grow: 1;
  font-size: 25px;
  font-weight: bold;
}
/* Заголовок в задании теста. */
.test-task-container h4 {
  margin-bottom: 25px;
}
/* Контейнер для информации о тесте. */
.test-info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-bottom: 2em !important;
}
/* Элемент информации о тесте.  */
.test-info-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 20pt;
}
/* Информация о тесте с увеличинным шрифтом. */
.large-info,
.timer {
  margin-left: 1em;
  font-size: 1.5em;
}
/* Подписанное изображение сущности. */
.test-named-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 20em;
}
/* Текст подписи к изображению сущности. */
.test-named-img span {
  font-size: 1.5em;
  font-weight: bold;
}
/* Контейнер для выпадающих списков свойств. */
.test-property-dropdowns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
/* Выпадающие списки с опциями. */
.test-property-dropdowns div.dropup {
  flex-grow: 1;
}
/* Разместим текст внутри выпадающих списков по центру. */
.test-property-dropdowns div.dropup button {
  text-align: center;
  height: auto;
}
/* Между двумя выпадающими списками пусть будет пробел. */
.test-property-dropdowns .dropup:first-child {
  margin-right: 1em;
}
/* Перенос слов в кнопках выбора свойств. */
.dropdown-menu li a {
  word-wrap: break-word;
  white-space: normal;
}
/* Перенос слов в элементах выпадающих списков. */
.test-property-dropdowns div.dropup button span {
  word-wrap: break-word;
  white-space: normal;
}
/* Растягиваем выпадающие списки по ширине. */
.test-property-dropdowns .dropdown-toggle {
  width: 100%;
}
/* Растянем выпадающий список на всю ширину. */
.test-property-dropdowns .dropdown-menu {
  width: 100%;
  overflow-y: auto;
  max-height: 200px;
}
/* Класс контейнера для ответов.*/
.test-answers-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  width: 100%;
  margin: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  min-height: 3em;
}
/* Элемент списка ответов. */
.test-answers-container li {
  text-align: left;
  flex-shrink: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* Контейнер для элементов управления прохождения теста. */
.test-controls {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin-top: 2em;
  margin-left: 5%;
  width: 90%;
}
.test-controls-answers {
  flex-grow: 1;
  max-width: 100%;
}
/* Настройки кнопки добавления ответа. */
.add-answer-btn {
  margin: 1em;
  align-self: flex-end;
  background-color: #2d527c;
  color: white;
}

.add-answer-btn:hover {
  background-color: #cee8fa;
  color: #2d527c;
  font-weight: bold;
}
/* Контейнер для результатов теста. */
.test-results-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
}
/* Контейнер для графиков. */
.test-results-charts-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}
/* Контейнер для пай-чарта, спайдервеба и их заголовков.*/
.test-results-pie-chart-container,
.test-results-spider-chart-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  min-width: 20em;
  max-width: 30em;
}
/* Контейнер для аккордеона описания ответов. */
.test-results-answers-container {
  width: 100%;
}
/* Настройка ссылок для заголовка. */
.test-results-answers-container a {
  text-decoration: none;
  border-bottom: dashed 1px black;
}
/* Настройки размещения текста в заголовке. */
.test-results-answers-container .panel-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
}
.badge {
  margin-right: 0.5em;
}
/* Свойства бейджика с описанием сущности. */
.property-badge {
  color: black;
  padding: 1em;
  margin: 0.5em;
  white-space: normal;
}
.agreement {
  display: flex;
  flex-direction: row;
  margin: 10px;
}
.user-agreement {
  padding: 0 40px;
}
h2.user-agreement,
h3.user-agreement,
h4.user-agreement {
  text-align: justify;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.7px;
}
h1.user-agreement {
  font-size: 50px;
  font-weight: 600;
  padding-bottom: 40px;
  padding-top: 5px;
}
h2.user-agreement {
  font-size: 28px;
  letter-spacing: 0.8px;
  font-weight: 600;
  padding-bottom: 10px;
  text-align: left;
  letter-spacing: 0.5px;
}
h3.user-agreement {
  font-size: 18px;
}
h4.user-agreement {
  font-size: 16px;
  line-height: 1.5;
}
.form-toggle {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  font-size: 12px;
  padding-right: 50px;
}

.form-toggle-institution {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  font-size: 12px;
}

.form-toggle-institution-item label {
  display: inline-block;
  padding: 0 10px;
  line-height: 200%;
  border: 1px solid #999;
  border-right: none;
  cursor: pointer;
  user-select: none;
  margin: 12px 0;
}

.form-toggle-institution .item-11 label {
  border-radius: 6px 0 0 6px;
}
.form-toggle-institution .item-22 label {
  border-radius: 0 6px 6px 0;
  border-right: 1px solid #999;
}

.form-toggle-institution .item-11 input[type=radio]:checked + label {
  background: #92cdff;
}

.form-toggle-institution .item-22 input[type=radio]:checked + label {
  background: #92cdff;
}

.form-toggle-item label {
  display: inline-block;
  padding: 0 10px;
  line-height: 200%;
  border: 1px solid #999;
  border-right: none;
  cursor: pointer;
  user-select: none;
  margin: 12px 0;
}
.form-toggle .item-1 label {
  border-radius: 6px 0 0 6px;
}
.form-toggle .item-2 label {
  border-radius: 0 6px 6px 0;
  border-right: 1px solid #999;
}
.form-toggle .item-1 input[type=radio]:checked + label {
  background: #0dc1a873;
}
.form-toggle .item-2 input[type=radio]:checked + label {
  background: #62bdfd;
}

#fid-1,
#fid-2,
#fid-inst,
#fid-users{
  display: none;
}
/* Подгон картинок под малое разрешение */
@media all and (max-width: 860px) {
  /* Поворот стрелки при вертикальном расположении картинок. */
  #img-arrow {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  /* Вертикальное расположение картинок */
  .test-task-images-container.inline {
    flex-direction: column;
    align-items: center;
  }
  /* Уменьшение размера картинок. */
  .test-task-images-container img {
    height: 10em;
    min-width: 10em;
  }
}
/* Внешний вид на телефонах. */
@media all and (max-width: 600px) {
  .test-page-pill.inactive {
    display: none;
  }
  .test-buttons {
    justify-content: center;
  }
  /* Верхняя часть тела теста для малых экранов. */
  .test-body-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  
  /* На малых экранах элементы управления тестом пусть растягиваются.*/
  .test-controls-answers {
    flex-grow: 1;
    width: 100%;
  }
}
#question {
  align-items: flex-start;
}
#question label {
  font-size: 1.8em;
}
#question #field {
  margin: 15px 5%;
  display: flex;
  min-height: 400px;
  width: 90%;
}
#question #field #variables,
#question #field #answers {
  width: 45%;
}
#question #field #variables .variables,
#question #field #answers .variables {
  white-space: normal !important;
  word-wrap: break-word;
  width: 90%;
  margin: 10px 5%;
}
#question #field #answers {
  border: 2px solid;
  border-radius: 10px;
}
#question #next-question {
  background-color: #2d527c;
  color: white;
  align-self: flex-end;
}
#advice {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.3em;
}
#advice li {
  text-align: start;
}
#test-head {
  margin: 0 10% 0 10%;
}
/* Контейнер панели управления для руководителя HR-отдела. */
.hr-panel-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: center;
  /*font-size: 0.7em;*/
  /*margin-left: 2vw;
  max-width: 88vw;*/
  min-width: 60vw;
  margin: 0 2%;
}
/* Настройка контейнеров таблиц и графика. */
.hr-chart-container,
.hr-tables-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  max-width: 90%;
}
/* Отступ между таблицами. */
#hr-groups-table_wrapper {
  margin-bottom: 2em;
  overflow: auto;
}
#hr-groups-table {
  display: block;
  width:100% !important;
}
.progress-step {
  display: flex;
  padding: 0;
  margin: 0;
  flex: 3 1 320px;
}
.progress-step.recognition {
  flex: 1;
  width: 80%;
  margin: 10px auto;
}
.progress-step.recognition .progress--counter {
  width: 100%;
}
.progress--counter {
  width: 90%;
  display: flex;
  justify-content: space-between;
}
.progress__step::before {
  content: "";
  display: block;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  margin: 0 auto;
}
.progress__step:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 1.3em;
  left: -50%;
  width: 100%;
  height: 0.4em;
  z-index: -1;
}
.progress--counter .progress__step {
  counter-increment: step-number;
  font-weight: bold;
  line-height: 3em;
}
.progress--counter .progress__step::before {
  content: counter(step-number);
}
/* steps before the active step */
.wrong::before,
.progress__step::after {
  background-color: red;
}
.wrong::before {
  background-color: red;
  box-shadow: inset 0 0 0 3px orangered;
}
/* steps before the active step */
.missed::before,
.progress__step::after {
  background-color: #FFEB3B;
}
.missed::before {
  background-color: #FFEB3B;
  box-shadow: inset 0 0 0 3px orangered;
}
.correct::before,
.progress__step::after {
  background-color: greenyellow;
}
.correct::before {
  background-color: greenyellow;
  box-shadow: inset 0 0 0 3px #6a3;
}
/* steps after the active step */
.progress__step--active ~ .progress__step::before {
  background-color: #eee;
  box-shadow: inset 0 0 0 3px #ccc;
}
.progress__step--active ~ .progress__step::after {
  background-color: #ccc;
}
/* the active step */
.progress__step--active::before {
  background-color: gray;
  box-shadow: 0 0 3px 1px black;
}
.progress__step--active {
  color: black;
}
/* Настройка выпадающих графиков в таблице соискателей. */
.hr-details-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.hr-job-seeker-chart {
  width: 33.3333%;
}
/* Настройки ячейки раскрытия информации в таблице соискателей работы. */
.details-control {
  cursor: pointer;
}
/* выравниваем кнопку над таблицей групп. */
#add-group-container {
  float: left;
}
#sunburst-chart #main_block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#sunburst-chart #main_block #chart, #chart-statistic {
  display: flex;
  flex-direction: column;
}
#sunburst-chart #main_block #chart svg {
  align-self: center;
}
#sunburst-chart #main_block #chart svg #container text {
  display: flex;
  flex-direction: column;
  align-self: center;
  font-size: 80px;
}
#sunburst-chart #main_block #chart-statistic svg #container-statistic text {
  display: flex;
  flex-direction: column;
  align-self: center;
  font-size: 80px;
}
@media all and (max-width: 1000px) {
  /* Отображение столбцов графика и таблиц на малых экранах. */
  .hr-chart-container,
  .hr-tables-container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    max-width: 100%;
    width: 100%;
  }
}
/* Контейнер для тестов соискателя работы.*/
.hr-job-seeker-tests-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
}
/* Выравниваем график TSI. */
#hr-tsi-test .flex {
  display: flex;
  justify-content: center;
}
/* Контейнер для второй строки тестов для соискателя. */
.hr-job-seeker-second-row-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
/* Настройка контейнеров для тестов для соискателя работы. */
.hr-job-seeker-tests-container .matherial-box {
  padding: 1em;
  margin: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hr-job-seeker-tests-container .matherial-box .btn,
.hr-job-seeker-tests-container .matherial-box .test {
  align-self: center;
  width: 300px;
}
.hr-job-seeker-second-row-container > div {
  width: 400px;
}
#hr-tsi-test .chart {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#hr-tsi-test .chart {
  width: 700px;
}
#hr-job-seekers-table {
  width: 100%!important;
  display: block;
}
#hr-job-seekers-table th {
  /*padding: 0.1em;*/
}
#hr-job-seekers-table_wrapper {
  margin-bottom: 2vh;
}
#success-attempt {
  justify-content: space-around;
}
#test-progress {
  width: 25%;
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.popover {
  max-width: 600px;
}
#filter #filters {
  width: 100%;
  justify-content: flex-start;
}
#filter #filters > div {
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 10px;
}
#filter #filters > div input {
  width: 90%!important;
  margin-bottom: 5px;
  padding: 3px 0px;
  height: auto!important;
}
#filter #filters > div .chosen-container {
  font-size: 1em;
}
.opener-container {
  position: relative;
}
#opener,
.opener {
  background: white;
  border: none;
  align-self: baseline;
  z-index: 10;
}
.btn {
  font-size: 1em;
}
.back-btn {
  width: fit-content;
  margin: 2vh 0;
  width: -moz-fit-content;
}
.stat-btn{
  display: flex;
  margin: 2vh auto;
  justify-content: center;
  width: fit-content;
  width: -moz-fit-content;
}
.stat-zoom {
  zoom: 0.8;
}
.type {
  float: right;
  z-index: 100;
  height: 78%;
  padding: 5px;
}
.type-0,
.color-check-0 input[type="checkbox"]:checked + label {
  background-color: #26A69A;
}
.type-1,
.color-check-1 input[type="checkbox"]:checked + label {
  background-color: #ef5350;
}
.type-2,
.color-check-2 input[type="checkbox"]:checked + label {
  background-color: #9CCC65;
}
.type-3,
.color-check-3 input[type="checkbox"]:checked + label {
  background-color: #AB47BC;
}
.type-4,
.color-check-4 input[type="checkbox"]:checked + label {
  background-color: #BDBDBD;
}
.type-5,
.color-check-5 input[type="checkbox"]:checked + label {
  background-color: #5C6BC0;
}
.type-6,
.color-check-6 input[type="checkbox"]:checked + label {
  background-color: #8D6E63;
}
.type-7,
.color-check-7 input[type="checkbox"]:checked + label {
  background-color: #FFCA28;
}
.type-8,
.color-check-8 input[type="checkbox"]:checked + label {
  background-color: #26C6DA;
}
.color-check:not(:checked) + label {
  transition: 0.5s linear;
}
.color-check:checked + label {
  transition: 0.5s linear;
}
#type {
  flex: 1 1 150px;
}
#type label {
  padding: 5px;
}
#property {
  flex: 5 1 80%;
  align-self: flex-start;
}
#property li {
  margin-bottom: 5px;
}
#property li label {
  width: 150px;
  white-space: normal !important;
  word-wrap: break-word;
  display: flex;
  font-size: 0.8em;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
}
#property li label .prop {
  display: block;
  text-align: center;
  width: 85%;
}
#property li label .type {
  display: block;
  width: 10%;
  height: 100%;
  margin-top: 0;
}
.creativity-question {
  max-width: 80%;
  margin-left: 10%;
  border-bottom: solid 1px;
  border-bottom-color: lightgray;
  margin-bottom: 5px;
}
.creativity-question > div {
  flex: 8 1;
  text-align: start;
}
.creativity-question ul,
.creativity-question > label {
  flex: 1 1 100px;
  padding-left: 40px;
}
.creativity-question ul label,
.creativity-question > label label {
  padding: 5px 20px;
  border-radius: 5px;
}
#description {
  align-items: baseline;
  max-width: 40%;
}
#description > div {
  margin-bottom: 1em;
}
#description .description-name {
  align-self: flex-start;
  font-weight: 700;
  text-align: start;
  width: 250px;
}
#description .description-text {
  max-width: 400px;
  white-space: normal !important;
  word-wrap: break-word;
  text-align: start;
}
.open-close {
  max-width: 400px;
}
#socionics-task {
  margin-left: 10%;
  width: 80%;
  text-align: justify;
}
#socionics-question {
  margin-top: 50px;
  font-size: 1.5em;
}
#socionics-question label {
  padding: 25px;
}
#result-socionics .flex-column {
  max-width: 600px;
  text-align: justify;
}
.feedback {
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 100px;
  right: -150px;
  transition: 1s ease-in-out;
  background: white;
  z-index: 9999999;
}
.feedback textarea {
  border-radius: 10px;
  height: 150px;
}
.feedback button {
  background: #2d527c;
  color: #cee8fa;
}
.feedback label {
  position: absolute;
  /* Абсолютное позиционирование */
  left: -110px;
  bottom: 80px;
  background-color: #5cb85c;
  color: #cee8fa;
  transform: rotate(-90deg);
  /* Поворачиваем текст */
  border-radius: 5px;
  width: 190px;
  font-size: 20px;
  text-align: center;
}
@media all and (max-width: 600px) {
  .feedback label {
    left: -95px;
    bottom: 80px;
    width: 190px;
    font-size: 18px;
  }
}
.feedback:hover,
.feedback-show {
  right: 15px;
}
.progress {
  width: 80%;
  background-color: #cee8fa;
  min-width: 200px;
}
@media (min-width: 700px) {
  .progress{ 
    width: 40%;
    min-width: 200px;
}}
#experiment-text {
  width: 60%;
  margin-top: 50px;
  margin-left: 20%;
  font-size: 25px;
  text-align: justify;
}
#personaly-type {
  display: flex;
  flex-direction: column;
  position: relative;
}
#personaly-type img {
  max-width: 80%;
  margin-left: 10%;
}
#personaly-type .progress {
  margin-left: 10%;
}
#personaly-type .labels {
  justify-content: space-around;
}
#personaly-type .labels label {
  width: auto;
}
#personaly-type .labels .icon {
  margin-left: 0;
}
#courses-nav {
  display: flex;
  flex-wrap: wrap;
}
#courses-nav ul {
  max-width: 60%;
}
#courses-nav label {
  max-width: 40%;
  align-self: center;
}
.edit-btn {
  background: inherit;
  border: none;
  background-color: #2d527c;
  color: #cee8fa;
  max-width: 400px;
}
.not-complite {
  width: 150px;
}
.login-label {
  padding: 15px;
}
.learning {
  border-bottom: solid 1px;
  border-bottom-color: lightgray;
}
#export-tabs .steps > ul {
  display: flex;
  justify-content: space-around;
}
#export-tabs .steps > ul .current {
  background-color: #2d527c;
}
#export-tabs .steps > ul .current a {
  color: #cee8fa;
}
#export-tabs .actions a {
  background-color: #2d527c;
  color: #cee8fa;
}
#export-tabs {
  font-size: 0.9em;
  padding: 0 50px;
}
#export-tabs .pagination {
  display: flex;
  justify-content: flex-end;
}
#export-tabs .content {
  min-height: 45em;
}
#export-tabs .content .body {
  padding: 0 40px;
}
#export-tabs td {
  padding: 5px 0 5px 0;
}
#vk-auth {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  height: 15vw;
  width: 15vw;
  max-width: 3em;
  max-height: 3em;
  background: #4D76A4;
  display: inline-block;
}
#vk-auth svg {
  height: 10px;
  width: 10px;
  fill: #4D76A4;
}
.fb_login {
  width: 40px !important;
}

.no-bg {
  align-self: center;
  height: 4em;
  width: 4em;
}
.no-bg a svg {
  fill: #4D76A4;
}
.no-bg a svg :hover {
  background: #3d5d81;
  cursor: pointer;
}
.social {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#queries-table td {
  vertical-align: middle;
}
#export-options {
  width: 25em;
}
#export-options li {
  position: relative;
  width: auto;
}
#export-options label {
  width: 20em;
}
#export-items {
  overflow: auto;
  max-height: 500px;
  flex-wrap: nowrap;
  width: 20em;
}
#export-items ul {
  width: 100%;
}
#export-items li {
  margin: 5px 0;
  width: 90%;
}
.scroll-table {
  overflow: auto;
  height: 450px;
}
#main-nav select {
  margin: 15px;
}
#main-nav option[value="ru"] {
  background-image: url(img/Flags/russia.png);
  background-position: inherit;
}
#main-nav option[value="en"] {
  background-image: url(img/Flags/great_britain.png);
}
.properties-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 90%;
  margin: auto;
}
.properties-content:nth-child(even) {
  background-color: #cee8fa;
  border-radius: 10px;
}
.accordion-head {
  width: 100%;
  padding: 5px 0 0;
  border-radius: 10px;
  min-height: 20px;
  background-color: initial;
  border-color: #2d527c;
}
.accordion-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
  padding: 0;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.accordion-content .flex-column {
  width: 80%;
  align-items: flex-start;
}
.properties-buttons li {
  display: block;
  height: auto;
  width: auto;
  position: relative;
  overflow: hidden;
  align-self: stretch;
}
.properties-buttons input[type="checkbox"] {
  opacity: 0.011;
  z-index: 100;
  display: none;
}
input[type="checkbox"]:checked + label {
  background: #2d527c;
  color: #cee8fa;
}
.properties-buttons label {
  padding: 10px 15px;
  border: 1px solid #2d527c;
  border-radius: 5px;
  cursor: pointer;
  z-index: 90;
  background-color: white;
  width: 200px;
  height: 80%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2d527c;
}
.properties-buttons label:hover {
  background: #cee8fa;
}
.hidden {
  display: none;
  top: 100%;
}
.test-results-charts-container {
  display: flex;
  justify-content: space-around;
}
.test-results-accuracy-points {
  align-self: center;
  width: 50%;
}
.test-results-accuracy-points label {
  font-size: 40px;
}
.test-results-accuracy-points .points {
  display: none;
}
#test-result-objects {
  width: 80%;
  min-width: 300px;
  margin-left: 8%;
}
#test-result-objects .flex {
  align-items: center;
  margin-bottom: 10px;
}
#test-result-objects .flex-column {
  flex-grow: 1;
}
#test-result-objects label {
  text-align: center;
  line-height: 2;
}
#test-result-objects .badge {
  min-width: 3em;
}
.test-results-chart {
  align-self: stretch;
  width: 40%;
  min-width: 300px;
  /*min-height: 300px;*/
}
.test-results-chart .chart {
  margin-top: 1em;
  min-height: 300px;
  min-width: 300px;
}
.test-results-chart.learning-chart {
  width: 80%;
  margin: 0 8%;
  overflow: auto;
}
#test-result-objects > .flex:nth-child(2n) {
  background-color: #cee8fa;
}
.position-relative-left {
  position: relative;
  left: 30%;
}

.hundred-results {
  max-width: 80vw;
  justify-content: space-around;
}
.hundred-results .flex {
  width: 40%;
}
.answer-description {
  margin: 10px;
}
.answer-description label {
  display: flex;
  align-self: center;
  min-width: auto;
}
.calendar {
  width: 90%;
  margin: 0 5% 30px 5%;
}
.calendar .calendar-date {
  width: 13%;
  margin: 3px 0;
  border-radius: 5px;
  text-align: center;
  position: relative;
}
.calendar .play {
  background-color: #2d527c;
  color: #cee8fa;
}
.calendar .noplay {
  background-color: #cee8fa;
  color: #2d527c;
}
.calendar span {
  position: absolute;
  top: calc(100% + 2px);
  left: 40%;
  color: #2d527c;
}
.dashboard {
  max-width: 95vw;
  margin-left: 3vw;
}
.dashboard-user {
  flex-basis: 320px;
}
.dashboard-calendar {
  max-width: 80vw;
}
.user-img {
  width: 15em;
  height: 15em;
  margin: 1em;
}
.user-img-small {
  width: 7em;
  height: 7em;
}
.dashboard-user-progressbar {
  height: 80%;
  background-color: aqua;
}
.dashboard-tests {
  justify-content: space-around;
  flex-basis: 60%;
  flex-grow: 3;
  display: flex;
  flex-wrap: wrap;
}
.dashboard-tests .subcourse-name {
  margin-left: 15px;
}
.dashboard-tests h3 {
  text-align: left;
}
.dashboard-content {
  justify-content: flex-start;
  flex-basis: 60%;
  flex-grow: 3;
  display: flex;
  flex-wrap: wrap;
  margin-left: 10%;
}
.dashboard-content .subcourse-name {
  margin-left: 15px;
}
.dashboard-content h3 {
  text-align: left;
  margin-bottom: 2vh;
}
.course-tests {
  flex-flow: row wrap;
  justify-content: flex-start;
}
.course-tests .relative {
  width: 90%;
}
.course .relative {
  width: 90%;
}
.subcourse {
  margin-right: 10vw;
  margin-bottom: 3vh;
}
.subcourse:nth-last-child(1) .course-tests {
  justify-content: flex-end;
}
.subcourse-progress {
  display: inline-block;
  width: 60px;
  height: 1em;
  background-color: #2d527c;
  border-radius: 0.2em;
}
.test-progress {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  border-radius: 0.3em;
  background-color: #2d527c;
  color: #cee8fa;
}
.padding-15 {
  padding: 15px 0;
}

.padding-10 {
  padding: 10px;
}

.padding-30-0 {
  padding: 30px 0;
}
.padding-0-15 {
  padding: 0 15px;
}

.padding-0-5 {
  padding: 0 5px;
}

.padding-0-2 {
  padding: 0 5px;
}

.padding-40 {
  padding: 40px;
}
.padding-0-70 {
  padding: 0 70px;
}

.padding-top-15 {
  padding-top: 15px;
}

.padding-bottom-0 {
  padding-bottom: 0;
}

.width-10 {
  width: 10%;
}


.width-50 {
  width: 50%;
}
.width-26 {
  width: 26%;
}

.width-100 {
  width: 100%!important;
}

.height-500 {
  height: 500px;
}

.min-width-500 {
  min-width: 500px!important;
}

.fake {
  height: 8em;
  width: 100%;
}
@-moz-document url-prefix() {
  .fake {
    width: 100%;
    height: auto;
  }
}

.glossary-questions,
.glossary-answers {
  justify-content: space-around;
  align-self: stretch;
  margin: 10px 2.5%;
}
.glossary-questions .btn,
.glossary-answers .btn {
  width: 90%;
}
.glossary-answers {
  flex-grow: 1;
}
.main-info {
  margin: 30px 5vw 5vh 5vw;
  width: 90vw;
}
.main-info .valueable-label {
  font-size: 2em;
}
.main-info .matherial {
  margin-bottom: 5vh;
}
.stats-info {
  flex-basis: 300px;
  justify-content: space-between;
}
.other-info {
  justify-content: space-between;
}
.info {
  width: 100%;
  align-self: center;
  margin-bottom: 5px;
}
.img-settings {
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
}
.user-settings {
  align-self: center;
  min-width: 300px;
  width: 60vw;
}
.user-settings .radio-property {
  align-self: flex-start;
  padding: unset;
}
.user-name {
  text-align: center;
}
.emptySpace {
  border: medium dotted #cee8fa;
  height: 36px;
  margin: 4px;
}
.battery {
  padding: 2px 0;
  width: 25px;
  height: 30px;
  border: solid thin #2d527c;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  margin: 0 50px;
}
.battery:after {
  content: " ";
  top: -5px;
  right: 40%;
  height: 3px;
  width: 20%;
  position: absolute;
  background: #2d527c;
}
.battery-bar {
  display: inline-block;
  border: solid thin rgba(255, 255, 255, 0.1);
  height: 25%;
  margin-left: 9%;
  background: transparent;
  transition: background 1s;
}
.battery-bar.active {
  background: #90ed7d;
  transition: background 1s;
}
.glossary-correct-results .thermin {
  flex-basis: 200px;
  flex-grow: 0;
}
.glossary-correct-results .value {
  flex-basis: 400px;
  flex-grow: 1;
}
.glossary-correct-results .value label {
  text-align: left;
}
.glossary-correct-results .flex-wrap {
  margin-top: 40px;
}
.tip {
  background-color: initial;
  border: none;
}
.tip:focus {
  outline: none;
}
.user-img-cont {
  position: relative;
}
.user-edit {
  font-size: 3em;
  position: absolute;
  top: 5px;
  right: 5px;
}
.humanity-question {
  max-width: 20%;
  min-width: 200px;
  align-self: center;
}
.result-chart {
  width: 45%;
}
.result-charts {
  width: 90%;
}
.accordion-content.glossary-result .flex-column {
  width: 40%;
}
#explanationsList {
  position: absolute;
  width: 200px;
  display: none;
  flex-direction: column;
  right: 5px;
}
.explanation-label {
  margin: 5px 0;
  padding: 5px;
  border: none;
  background-color: aliceblue;
}
#entities {
  display: flex;
  flex-flow: row wrap;
  flex-basis: 15%;
  margin: 1em 7em 1em;
  justify-content: space-around;
}
.entity-box {
  margin: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: space-around;
  width: 15%;
  min-width: 12em;
  border-radius: 5px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}
.entity-img-box {
  margin: 1em;
  border: solid #0f0f0f 1px;
  background: white;
}
.entity-relation-img {
  margin: auto;
  height: 12rem;
  width: 15rem;
}
.entity-img {
  width: 100%;
  max-height: 100%;
  margin: auto;
}
.entity-img-g {
  width: auto;
  max-height: 100%;
  margin: auto;
}
.entity-label {
  text-align: center;
}
.entities-pair-images {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.entity-relation-box {
  display: flex;
  flex-direction: column;
}
.hidden-text {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0 1em 0;
}
/*.hidden-text:hover {
  overflow: visible;
}*/

.hidden-text-entity {
  white-space: pre-line;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0 1em 0;
}

.buttons-block {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin: 1em;
}
.one-of-pair {
  border: none;
  height: 15vh;
}
.arrow {
  max-width: 10vw;
}
.arrow {
  max-width: 10vw;
}
#preview-image {
  width: 100%;
  border: solid 1px black;
}
.image-input {
  width: 70%;
  min-height: 50%;
}
.add-block {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  margin: 1em auto;
}
.entity-add-block {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  margin: 1em auto;
}
.name-pair-input {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
  align-content: center;
}
.name-input {
  margin: auto;
}
.main-button {
  display: block;
  margin: 0.5vh auto;
}
.select-list {
  width: 100%;
}
.disabled-block {
  pointer-events: none;
  opacity: 0.4;
}
.disabled-a {
  pointer-events: none; 
  cursor: default;
}
.entities-pair {
  margin: 1em;
}
.tabs {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.tabs.matherial {
  width: 50%;
  margin: auto;
}
.graph.matherial {
  padding: 0;
  width: 90%;
  margin: auto;
}
.tabs > input {
  display: none;
}
.tabs > div {
  display: none;
  padding: 12px;
}
.tabs > label {
  display: inline-block;
  padding: 7px;
  margin: 0 -5px -1px 0;
  text-align: center;
  color: #666666;
  border: 1px solid #C0C0C0;
  background: #E0E0E0;
  cursor: pointer;
}
.tabs > input:checked + label {
  color: #000000;
  border: 1px solid #C0C0C0;
  background: #FFFFFF;
}
#users:checked ~ .overall_chart,
#activity:checked ~ .activity_chart,
#successes:checked ~ .successes_chart {
  display: block;
}
#activity:checked ~ .activity_params,
#successes:checked ~ .successes_params {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.params_block {
  display: flex;
  flex-flow: column nowrap;
}
.list {
  width: max-content;
  height: 10vh;
  overflow: auto;
  border: 1px solid #C0C0C0;
}
.highcharts-container {
  margin: auto;
}
.ui-datepicker {
  background: white;
}
.ui-datepicker-calendar {
  margin: 0;
}
#avg:checked ~ .avg,
#result:checked ~ .result {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 10% 0 0;
}
.chart_param {
  margin: 1vh;
}
@media all and (max-width: 700px) {
  .test {
    width: 40vw;
    margin: 0 5% 10px 0;
    min-width: 200px;
  }
  .course-tests {
    flex-flow: column nowrap;
  }
  .graph.matherial {
    width: 100%;
  }
}
.avg_chart,
.result_chart {
  overflow: auto;
}
.user-info-profile {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
  margin: 1vh 1vw;
}
@media all and (max-width: 550px) {
  .user-info-profile {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    margin: 1vh 1vw;
  }
}
.test-task {
  width: 70%;
  margin: 2vh auto;
}
@media all and (max-width: 400px) {
  .timer {
    position: relative;
    right: 0;
    top: 0;
  }
}
.glossary-answer {
  height: fit-content;
  margin: 2vh 2vw;
}
.glossary-question {
  display: flex;
  align-items: center;
  justify-content: center;
}
.badge + label {
  margin: auto;
}
input[type="file"] {
  padding: 1em 0;
}
.arrow-img {
  height: 15vh;
}
@media all and (max-width: 860px) {
  .entity-add-block {
    flex-flow: column nowrap;
  }
}
.flex.chart {
  max-height: none;
}
#all-charts {
  display: flex;
  flex-flow: column;
  margin: 15px 0;
  height: max-content;
  justify-content: center;
}
#line-charts {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  margin: 15px 0;
}
.fb-login {
  display: flex;
  justify-content: center;
  padding: 0 0 10px;
  position: inherit;
}
.modal-dialog {
  margin: 2vh auto;
}
.modal-body {
  padding: 0;
}
.is-checked {
  margin: 4px 0 0;
  font-weight: normal;
  padding: 0 10px;
}
.info-field {
  margin-right: 1vw;
}
#main-info,
#autorization {
  margin: 1vh 3vw;
}
.profile-save-btn {
  margin: 3vh 3vw;
}
.sex-settings > .radio-property,
.language-settings > .radio-property {
  padding-left: 0;
}
.language-login {
  display: flex;
  flex-direction: row-reverse;
}
.one-relation {
  margin: 2vh 1vw;
}
div.Verified {
  border: #90ed7d solid;
}
span.Verified {
  background: #90ed7d;
}
div.NotVerified {
  border: #FFEB3B solid;
}
span.NotVerified {
  background: #FFEB3B;
}
div.VerificationRequired {
  border: #d26d6d solid;
}
span.VerificationRequired {
  background: #d26d6d;
}
.db-explanation {
  width: 70vw;
  margin: auto;
}
#verification {
  width: fit-content;
  align-self: flex-end;
  background-color: #2d527c;
  color: white;
}
.courses {
  display: flex;
  flex-flow: row wrap;
}
#more-stats-btn {
  margin: 2vh auto;
}
.editor-field {
  margin-bottom: 1vh;
}
.content-center {
  display: flex;
  justify-content: center !important;
}
.number-question {
  background-color: #cee8fa;
  max-height: 30px;
  max-width: 30px;
  padding: 15px 10px 10px 10px;
  border-radius: 50%;
}
.logo-my-bussines {
  zoom: 0.45;
}

.with-support {
  justify-content: center;
  align-items: center;
}

.style-send-email {
  width: fit-content;
  margin-bottom: 20px;
  border: 1px solid black;
  padding: 10px;
  font: 400 14px Arial, Helvetica, sans-serif;
  color: rgb(51, 86, 127);
}
/*# sourceMappingURL=Site.css.map */

.btn-success-my-business {
  color: #f8f8f8;
  background-color: #6b362a!important;
  border-color: #4e1d15!important;
}

.btn-success-my-business:focus {
  color: #fff;
  background-color: #8a584a!important;
  border-color: #4e1d15!important;
}

.btn-success-my-business:hover {
  color: #fff;
  background-color: #8a584a!important;
  border-color: #4e1d15!important;
}

.btn-success-my-business:active {
  color: #fff;
  background-color: #8a584a!important;
  border-color: #4e1d15!important;
}
.a-my-business {
  color: #ee3d32;
}

.a-my-business:focus, .a-my-business:hover {
  color: #ee3d32;
}

.fid-my-business {
  color: #f8f8f8;
  background-color: #6b362a!important;
}

#content-landing-test {
  width: 100%;
  margin: 2em auto;
  min-width: 300px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: 1.4;
  zoom: 1.2;
}

@media (min-width: 64rem){ 
  #content-landing-test {
    zoom: 1.25;
  }
}

.content-title-landing {
  width: 100%;
  margin: auto;
  text-align: center;
  min-width: 300px;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.text-red {
  color: #ee3d32;
  font-weight: inherit;
  text-align: center;
  margin-bottom: 15px;
  /*font-size: 1.44em;*/
}
h1.text-red {
  margin: 6vh auto;
  font-size: 2.074em;
  color: #ffffff;
  zoom: 1.2;
}

h2.text-red {
  font-size: 1.728em;
  color: #ee3d32;
  margin-bottom: 15px;
}

h4.text-red {
  color: #ffffff;
  line-height: 1.4em;
  font-size: 1.2em;
}

.text-justify {
  text-align: justify;
}

.form-landing {
  width: 100%;
  min-width: 300px;
  padding: 15px;
}

.btn-landing {
  display: flex;
  justify-content: center;
  width: fit-content;
  margin: 4vh auto;
}

#form-landing-panel {
  line-height: 1.9em;
  width: 100%;
  min-width: 300px;
}

@media (min-width: 64rem) {
  #form-landing-panel {
    font-size: 1em;
  }
}

.btn-institutions {
  width: fit-content;
  margin: 20px 0 20px auto;
  justify-content: flex-end;
  display: flex;
}

.div-institutions {
  clear: both;
  text-align: right;
}

.label-institutions {
  float: left;
}

.main-institutions {
  float: left;
}

.row-wrap {
  flex-flow: row wrap;
}

.video-landing {
  margin: 0 auto;
  display: flex;
}

#landing-content {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #f15f4a;
}

#my-bussines {
  zoom: 0.5;
}

#trening .logotype{
  zoom: 0.4;
  margin: 0 auto;
}

#point-fond {
  height: 50px;
}

.align-center {
  align-items: center;
}

#logo {
  margin-bottom: 20px;
}

.trening-text {
  font-size: 20px;
  font-weight: bold;
  color: #179aac;
  text-align: center;
}

#trening {
  width: min-content;
  align-items: center;
}

.my-business:checked + label{
  color: #2b2929;
}

.form-toggle .item-11 label {
  border-radius: 6px 0 0 6px;
  background-color: #f8f8f8;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.form-toggle .item-22 label {
  border-radius: 0 6px 6px 0;
  border-right: 1px solid #999;
  background-color: #f8f8f8;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.form-toggle .item-11 input[type=radio]:checked + label {
  background: #6b362a;
  color: #f8f8f8;
}
.form-toggle .item-22 input[type=radio]:checked + label {
  background: #6b362a;
  color: #f8f8f8;
}

.landing-panel .logotype {
  margin: 0 auto;
}

.landing-panel p{
  text-align: center;
  margin: 0 auto;
  width: 200px;
  margin-top: 15px;
}

.align-start {
  align-items: flex-start;
}

#trust {
  padding: 4em 0;
  width: 80%;
  margin: 0 auto;
}

#trust p.title {
  text-align: center;
  padding-top: 40px;
  margin: 0 15px;
}

#trust p.bold {
  font-weight: inherit;
  text-align: center;
  padding-top: 30px;
  margin: 0 auto;
  width: 100%;
  color: #ef4c42;
}

#trust p.text {
  width: 100%;
}

.elem-trust {
  width: 40%;
  min-width: 300px;
}

.my-business-background {
  background-color: #e5cbb0;
  padding: 4em 0;
}

.my-business-background-two {
  background-color: #d3d2d2;
  padding: 4em 0;
}

.panel-font {
  background-color: #fff;
  padding: 15px;
  justify-content: flex-start;
  width: 250px;
  height: 250px;
  margin: 15px;
}

.margin-b-0 {
  margin-bottom: 0;
}

.margin-b-50 {
  margin-bottom: 50px;
}
.radio-property label,
.radio-property-11 input {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: -webkit-fill-available;
  text-align: left;
}

.radio-property-11 input[type="radio"] {
  opacity: 0.011;
  z-index: 1;
}
.radio-property-11 input[type="radio"]:checked + label {
  background: #6b362a;
  color: #f8f8f8;
}

.sex-settings > .radio-property-11, .language-settings > .radio-property-11 {
  padding-left: 0;
}

.radio-property-11 label {
  position: relative;
  height: 100%;
  border: 1px solid #CCC;
  cursor: pointer;
  z-index: 9;
  word-wrap: break-word;
  white-space: normal !important;
}

.radio-property-11 li {
  list-style-type: none;
  float: left;
  position: relative;
}

.thinking-time {
  text-align: center;
  font-size: 20px;
  margin-bottom: 25px;
}

.key-button-color {
  background-color: #cee8fa;
}

.target-group ul {
  display: none;
  left: 0px;
  padding: 6px 12px;
  top: 2px;
  width: 100%;
  list-style: none;
  height: 100px;
  overflow: auto;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 0px;
}

.block-color {
  background-color: #92cdff;
  border: 1px solid;
}

.color-disabled-input {
  background-color: #d2d2d2;
}


#reviewStars-input input:checked ~ label, #reviewStars-input label, #reviewStars-input label:hover, #reviewStars-input label:hover ~ label {
  background: url('/img/LandingPage/ico-s71a7fdede6.png') no-repeat;
}

#reviewStars-input {

  /*fix floating problems*/
  overflow: hidden;
  *zoom: 1;
  /*end of fix floating problems*/

  position: relative;
  float: left;
}

#reviewStars-input input {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;

  width: 43px;
  height: 40px;

  position: absolute;
  top: 0;
  z-index: 0;
}

#reviewStars-input input:checked ~ label {
  background-position: 0 -40px;
  height: 40px;
  width: 43px;
}

#reviewStars-input label {
  background-position: 0 0;
  height: 40px;
  width: 43px;
  float: right;
  cursor: pointer;
  margin-right: 10px;

  position: relative;
  z-index: 1;
}

#reviewStars-input label:hover, #reviewStars-input label:hover ~ label {
  background-position: 0 -40px;
  height: 40px;
  width: 43px;
}

#reviewStars-input #star-0 {
  left: 0px;
}
#reviewStars-input #star-1 {
  left: 53px;
}
#reviewStars-input #star-2 {
  left: 106px;
}
#reviewStars-input #star-3 {
  left: 159px;
}
#reviewStars-input #star-4 {
  left: 212px;
}
#reviewStars-input #star-5 {
  left: 265px;
}

@media (max-width: 800px){
  .table-style-institute {
  width: 100%!important;
}}

@media (min-width: 1440px){
  .institute-line-chart {
    width: 50%!important;
  }}

@media (max-width: 1024px) {
  #parameters,#parameters-users-stat {
    padding: 0 0 0 0;
  }
}

.institute-menu {
  width: 70%;
  min-width: 500px;
  align-self: stretch;
}

@media (max-width: 1000px){
  .institute-menu {
    width: 100%!important;
  }}

.institute-div {
  width: 100%;
}
@media (min-width: 1000px) and (max-width: 1200px){
  .institute-div {
    width: 70%;
  }
}

.inst-padding {
  padding: 0 70px;
}

@media (min-width: 1200px) and (max-width: 1300px){
  .inst-padding{
    padding: 0 40px;
  }
}

@media (max-width: 1024px){
.inst-parama {
  flex-flow: row wrap;
}}

.inst-param {
  flex-flow: row wrap;
}

.institute-chart {
  zoom: 0.8;
}

.scroll-div {
  overflow: auto;
}

.inst-content {
  display: flex;
  flex-direction: row;
}

@media (max-width: 1200px){
  .inst-content{
    flex-flow: row wrap;
  }
}

#leaderboard {
  margin: 1vh auto;
}

.leaderboard-menu ul{
  list-style: none;
  margin: 0;
  padding-left: 0;;
  height: 50px;
}

.leaderboard-menu li {
  float:left;
  position:relative;
}

.leaderboard-menu a:hover {
  background: #286090;
}

.leaderboard-menu a {
  text-decoration: none;
  background:#337ab7;
  color:#fff;
  padding:15px;
  line-height:1.7;
  display: block;
  border-right: 1px solid #2e6da4;
  -moz-transition: all 0.3s 0.01s ease;
  -o-transition: all 0.3s 0.01s ease;
  -webkit-transition: all 0.3s 0.01s ease;
}

.leaderboard-menu li > ul > li > a {
  width: 250px;
}


.leaderboard-menu li > ul{
  position:absolute;
  display:none;
  z-index:1;
  width: 300px;
}

.leaderboard-menu li:hover > ul {
  display:block;
  width:max-content;
}

.leaderboard-menu li:hover > ul > li{
  float:none;
}

.leaderboard-table {
  width: 100%;
  border: none;
  margin: 30px 0;
  border-collapse: separate;
}

.leaderboard-table thead th {
  font-weight: bold;
  text-align: center;
  border: none;
  padding: 10px 15px;
  background: #92cdff;
  font-size: 14px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.leaderboard-table tr th:first-child, .leaderboard-table tr td:first-child {
  border-left: 1px solid #ddd;
}

.leaderboard-table tr th:last-child, .leaderboard-table tr td:last-child {
  border-right: 1px solid #ddd;
}
.leaderboard-table thead tr th:first-child {
  border-radius: 20px 0 0 0;
}
.leaderboard-table thead tr th:last-child {
  border-radius: 0 20px 0 0;
}
.leaderboard-table tbody td {
  text-align: center;
  border: none;
  padding: 10px 15px;
  font-size: 14px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  vertical-align: middle;
}
.leaderboard-table tbody tr:nth-child(even) {
  background: #F8F8F8;
}
.leaderboard-table tbody tr:last-child td{
  border-bottom: 1px solid #ddd;
}
.leaderboard-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 20px;
}
.leaderboard-table tbody tr:not(.display-none):last-child td:last-child {
  border-radius: 0 0 20px 0;
}

.leaderboard-avatar {
  width: 4em;
  height: 4em;
}

.leaderboard-main {
  margin-top: 50px;
}

.you-top-table {
  background: #d9edf7!important;
}

.leaderboard-radius {
  border-radius: 0 0 20px 0;
}

.leaderboard-main h4{
  max-width: 500px;
  margin: auto;
  line-height: 1.5;
}

.thnk-logo h4 {
  font-size: 18px;
  color: #777777b8;
  font-weight: bold;
  line-height: 1.5;
}

.thnk-logo img {
  zoom: 0.3;
}

@-moz-document url-prefix() {
  .thnk-logo img {
    transform: scale(0.3);
  }
}

.progress-bar-course {
  position: relative;
  display: inline-block;
  padding: 0;
  text-align: center;
  margin: -45px 0 0 auto;
  top:45px;
}

.progress-bar-course>li{
  display: inline-block;
  position: relative;
  text-align: center;
  color: #93a2ac;
  /* font-weight: 100; */
}
.progress-bar-course svg{
  width: 40px;
  height: 40px;
}

.progress-bar-course svg:nth-child(2){
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.progress-bar-course svg:nth-child(2) path{
  fill: none;
  stroke-width: 25;
  stroke-dasharray: 629;
  stroke: #fff;
  opacity: .9;
  -webkit-animation: load 10s;
  animation: load 10s
}

.progress-bar-course>li:after {
  content: attr(data-percent);
  position: absolute;
  width: 100%;
  top: 9px;
  left: 0;
  font-size: 14px;
  text-align: center;
}

.opacity-40 {
  opacity: 40%;
}

.achiv-block{
  background-color: #0e537d;
  color: #ffff;
  border-radius: 10px;
  margin: 1%;
  
}

.achiv-title-text{
  font-size: 21px;
  text-shadow: 0 -1px 0 #424141,
  0 1px 10px rgb(0 0 0 / 60%),
  0 6px 1px rgb(0 0 0 / 10%), 
  0 0 5px rgb(0 0 0 / 20%),
  0 1px 3px rgb(0 0 0 / 30%),
  0 3px 5px rgb(0 0 0 / 20%),
  0 7px 10px rgb(0 0 0 / 25%),
  0 15px 10px rgb(0 0 0 / 20%),
  0 25px 15px rgb(0 0 0 / 15%);
}

.achiv-points{
  background-color: #1a6ae4;
  border-radius: 10px;
  margin: 1%;
  min-width: 120px;
  font-size: 21px;
  align-items: center;
  display: flex;
  justify-content: center;
  border: 5px outset #ffff;
  text-shadow: 0 -1px 0 #424141, 
  0 1px 10px rgb(0 0 0 / 60%),
  0 6px 1px rgb(0 0 0 / 10%),
  0 0 5px rgb(0 0 0 / 20%),
  0 1px 3px rgb(0 0 0 / 30%),
  0 3px 5px rgb(0 0 0 / 20%),
  0 7px 10px rgb(0 0 0 / 25%),
  0 15px 10px rgb(0 0 0 / 20%),
  0 25px 15px rgb(0 0 0 / 15%);
}

.achiv-block-text{
  margin: 1%;
}

.bronze{
  border-color: #d87719;
  color: #d87719;
}

.gold{
  border-color: #FFD700;
  color: #f9af32;
}

.gold-progress-bar {
  /*background: linear-gradient(to top, #9c7a6e 20%, #f9af32 50%, #ffd437 80%)*/
  background: rgb(249,175,50);
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), 1px 1px 5px rgba(255, 255, 255, 1);
}

.bronze-progress-bar {
  background: #d87719;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), 1px 1px 5px rgba(255, 255, 255, 1);
}
.silver {
  background: #cecece;
}
.silver-progress-bar {
  background: #cecece;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), 1px 1px 5px rgba(255, 255, 255, 1);
}

.progress-bar-stat {
  /*background: linear-gradient(to top, #01579b 20%, #0e91f9 50%, #3ec3ff 80%)*/
  background: linear-gradient(0deg, rgb(255 255 255 / 41%) 0%, rgb(4 4 4 / 0%) 51%, rgb(255 250 250 / 66%) 100%);
}

.progress-none-active {
  background: #f3f3f3;
  box-shadow: -3px 1px 2px 2px rgb(161 161 161 / 27%) inset;
}

.progress-backround {
  /*background: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent),
  linear-gradient(45deg, #821a1a 0%, #c30a57 20%, #cc3fad 30%, #4582f1 40%, #27b8bf 50%, #0ea150 60%, #3dad04 70%, #7dc30c 80%, #f9c404 90%, #f3820e 100%);*/
  background: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent),
  linear-gradient(to right, #ff862f 0%, #f7da03 50%, #07ce3b 100%);
  background-size: 35px 35px, 100% 100%, 100% 100%;
}

.process-line-stat {
  height: 40px;
  border-right: 3px ridge #01579b;
}

.gold-line-stat {
  height: 40px;
  border-right: 3px ridge rgb(249,175,50);
}

.silver-line-stat {
  height: 40px;
  border-right: 3px ridge #cecece;
}

.bronze-line-stat {
  height: 40px;
  border-right: 3px ridge #d87719;
}

.box-line {
  width: 80%;
  min-width: 200px;
  position: relative;
  margin-top: -40px;
}

.box-line-text {
  width: 80%;
  min-width: 200px;
  position: relative;
  text-align: end;
}

@media (min-width: 700px){
  .box-line, .box-line-text {
    width: 40%;
    min-width: 200px;
  }
}

.closed .achiv-block{
  background-color: #7b7a7a;
  color: #c9c9c9;
}

.closed .achiv-title-text{
  color: #e6e6e6;
}

.closed .achiv-points{
  background-color: #595959;
  color: #e6e6e6;
  border-color: #adadad;
  border-style: double;
  
}

.icon-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.pop-up-text {
  z-index: 9999;
  position: absolute;
  display: none;
  top:0px;
  left:0px;
  width: 250px;
  background-color: #fff;
  padding: 5px 10px 5px 10px;
  color: #000;
  border: 1px solid #888;
  border-radius: 5px;
  box-shadow: 0 1px 2px #555;
}

.icon-style {
  color: #c1c1c1;
  zoom: 1.5;
  height: fit-content;
}

.main-stat-div {
  border: solid 1px;
  border-color: lightgray;
  box-shadow: 0px 4px 8px rgb(0 0 0 / 30%);
  background-color: white;
  padding: 10px 3px;
  width: 300px;
  border-radius: 15px;
  margin: 0px 10px 10px 0px;
}

.main-stat-line {
  border-right: 2px solid #75757563;
}

.main-stat-text {
  font-size: 21px;
  font-weight: bold;
  color: #337ab7;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.main-stat-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.main-stat-pie {
  align-self: stretch;
  height: 50%;
  min-height: 300px;
}

.main-stat-box {
  min-width: 300px;
  width: 30%;
}

.progress-tooltip {
  position: relative;
  width: fit-content;
  top: -58px;
  margin-left: -12px;
  z-index: 1;
}

.progress-tooltip-arrow {
  left: 10px!important;
  border-width: 7px 7px 0!important;
  border-top-color: #ffffff!important;
  border-style: inset!important;
}

.progress-tooltip-arrow-two {
  left: 80%!important;
  border-width: 7px 7px 0!important;
  border-top-color: #ffffff!important;
  border-style: inset!important;
}

.progress-tooltip-inner {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  /*text-shadow: #444 1px 1px 0, #444 -1px -1px 0, #444 -1px 1px 0, #444 1px -1px 0;
  box-shadow: -5px -6px 5px -5px rgb(74 74 74) inset;*/
  border:2px solid #b7b7b7;
  background: #ffffffd1;
}

.progress-tooltip-inner-two {
  margin-left: 29px;
}

.process-text-lvl {
  text-align: center;
  margin-top: -60px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
  text-shadow: #444 1px 1px 0, #444 -1px -1px 0, #444 -1px 1px 0, #444 1px -1px 0;
}

#group-table th{
  font-size: 14px;
  font-weight: normal;
  background: #ffb387;
  border: 1px solid white;
  padding: 8px;
}

#group-table td{
  background: #e8edff;
  border: 1px solid white;;
  padding: 8px;
}
#group-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
#group-table tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

#group-table thead tr th:first-child {
  border-radius: 10px 0 0 0;
}
#group-table thead tr th:last-child {
  border-radius: 0 10px 0 0;
}

.red{
  background-color: #ff4f38!important;
}

.green{
  background-color: #86fc74!important;
}

.yellow{
  background-color: #ffdf3d!important;
}

.orange{
  background-color: #ffa53d!important;
}

.table-legend{
  justify-content: space-between;
}

.table-legend .cell{
  width: 50px;
  height: 25px;
}

.table-legend .box-legend{
  margin: 0 10px 30px 0px;
}

.select-group {
  -moz-white-space:pre-wrap;
  -o-white-space:pre-wrap;
  white-space:pre-wrap;

  /* hide text that can't wrap with an ellipsis */
  overflow: hidden;
  text-overflow:ellipsis;
}

.table-scroll{
  overflow: auto;
  max-height: 300px;
}
