@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");
body {
  background-image: url("/img/background.png");
  background-position: center center;
  background-position-x: center;
  background-position-y: center;
  background-size: 100%;
  font-size: 16px;
}

* {
  font-family: Roboto, Open sans;
  font-weight: 400;
}

.contentzone {
  font-size: 20px;
  line-height: 1.4em;
  color: #032544;
  text-align: center;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #c7d3de;
  padding-top: 20px;
  padding-bottom: 20px;
}

.gamezone {
  line-height: 1.62em;
  text-align: center;
}
.gamezone .container {
  padding-left: 0;
  padding-right: 0;
}

.container.body-wrapper {
  min-height: calc(100vh - 178px) !important;
}

h1, h2, h3, h4, h5 {
  color: #032544;
}

h1 {
  font-size: 25px;
}

h2 {
  font-size: 20px;
}

small {
  color: #798BA3;
  font-size: 0.75em;
}

.pull-left {
  float: left;
  display: inline-block;
}

.pull-right {
  float: right;
  display: inline-block;
}

.hide {
  display: none;
}

.navbar {
  font-size: 13px;
}
.navbar .header-logo {
  background-image: url("/img/logo_mkurs_23.png");
  display: inline-block;
  width: 130px;
  height: 48px;
  margin-bottom: -11px;
  margin-top: -5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  image-rendering: crisp-edges;
}

.page-list-title {
  font-family: Roboto, Open sans;
  font-size: 20px;
  color: #56A6FD;
  text-align: center;
  font-weight: 400;
  padding: 10px;
}

.contentzone .page-list-title {
  color: #6189b5 !important;
  background-color: rgba(255, 255, 255, 0.75);
  display: table;
  padding: 6px 10px !important;
  border-radius: 6px;
}

.cert-img {
  position: absolute;
  top: -10px;
  left: -10px;
  overflow: hidden;
  width: 59px;
  height: 59px;
  background-size: contain;
  z-index: 20;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("/img/certmedal.png");
}

.course-block .course-block-inside {
  border: 2px solid #e3e3e3;
  height: 350px;
}
.course-block .course-block-inside .complete_cert:after {
  position: absolute;
  top: 102px;
  right: 1px;
  width: 100px;
  height: 100px;
  background-size: contain;
  z-index: 20;
  display: inline-block;
  content: " ";
  background-repeat: no-repeat;
  background-image: url("/img/certmedal.png");
}
.course-block .crs-img {
  display: block;
  background-size: cover;
  background-position: center center;
  height: 140px;
  border-radius: 1.5rem 1.5rem 0 0;
}
.course-block .crs-card {
  color: #798BA3;
  padding: 1.5rem;
  font-size: 14px;
}
.course-block .crs-card h3 {
  color: #032544;
  font-weight: 400;
  font-size: 16px;
}
.course-block .crs-card .crs-indicators {
  position: absolute;
  bottom: 1rem;
  left: 10px;
  right: 1rem;
  padding: 1rem;
}
.course-block .crs-card .crs-indicators a.go-button {
  float: right;
  text-transform: uppercase;
  font-size: 13px;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.lesson-block .lesson-block-inside {
  height: 376px;
  border: 2px solid #e3e3e3;
}
.lesson-block .lesson-img {
  display: block;
  background-size: cover;
  background-position: center center;
  height: 160px;
  border-radius: 1.5rem 1.5rem 0 0;
}
.lesson-block .lesson-card {
  color: #798BA3;
  padding: 1.5rem;
  font-size: 15px;
}
.lesson-block .lesson-card h3 {
  color: #032544;
  font-weight: 400;
  font-size: 15px;
}
.lesson-block .lesson-card .lesson-descr {
  margin: 12px 0px;
  font-size: 14px;
}
.lesson-block .lesson-card .lesson-indicators {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  font-size: 12px;
  padding: 10px;
}
.lesson-block .lesson-card .lesson-indicators a {
  float: right;
  text-transform: uppercase;
  font-size: 13px;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.test-block .test-block-inside {
  height: 174px;
  border: 2px solid #e3e3e3;
}
.test-block .test-table {
  display: table;
  width: 100%;
  height: 100%;
}
.test-block .test-table .test-img {
  display: table-cell;
  background-size: cover;
  background-position: center center;
  height: 100%;
  max-width: 160px;
  width: 25%;
  border-radius: 1.5rem 0 0 1.5rem;
}
.test-block .test-table .test-card {
  position: relative;
  display: table-cell;
  height: 100%;
  color: #798BA3;
  padding: 1.5rem;
  font-size: 15px;
}
.test-block .test-table .test-card h3 {
  color: #032544;
  font-weight: 400;
  font-size: 15px;
}
.test-block .test-table .test-card .test-descr {
  margin: 12px 0px;
  font-size: 14px;
}
.test-block .test-table .test-card .test-indicators {
  position: absolute;
  bottom: 6px;
  left: 10px;
  right: 6px;
  font-size: 12px;
  padding: 10px;
}
.test-block .test-table .test-card .test-indicators a {
  float: right;
  text-transform: uppercase;
  font-size: 13px;
  position: absolute;
  bottom: 6px;
  right: 6px;
}

.page-list-descr {
  max-height: 1500px;
  transition: max-height 1s ease-in;
}
.page-list-descr.descr-collapsed {
  max-height: 150px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.page-list-descr.descr-collapsed:before {
  content: " ";
  /*background-color: white;*/
  background-image: linear-gradient(rgba(255, 255, 255, 0), white 80%);
  /*opacity: 50%;*/
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
}
.page-list-descr.descr-collapsed:after {
  font-family: Elusive-Icons;
  content: "";
  color: #798BA3;
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  background-color: #FFF;
  border-radius: 50px;
  bottom: 8px;
  left: 50%;
  right: 50%;
  margin-left: -15px;
  border: 2px solid #C0C7D1;
}

.gametimer {
  position: absolute;
  top: 4px;
  right: 8px;
  background-color: #FFF;
  border-radius: 6px;
}

.theanswertext {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 6px;
}

.answer-wrong,
.answer-danger {
  color: red;
}

.answer-right,
.answer-correct,
.answer-success {
  color: green;
}

.thecard,
.thecard33,
.thecard50,
.thecard100 {
  display: inline-flex;
  border-radius: 8px;
  border-color: rgba(0, 0, 0, 0.2);
  border-width: 2px;
  box-shadow: 0 1px 0px 3px rgba(0, 0, 0, 0.1);
  padding: 0.7em 1em;
  border-style: solid;
  min-width: 180px;
  margin: 0.5em 0.5em;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  justify-content: center;
  align-items: center;
}
.thecard p,
.thecard33 p,
.thecard50 p,
.thecard100 p {
  margin: 0;
  padding: 0;
}

.thecard33 {
  width: 30%;
}

.thecard50 {
  width: 46%;
}

.thecard100 {
  width: 95%;
}

@media (orientation: portrait) {
  .thecard33 {
    min-width: 140px;
    width: 43%;
  }

  .thecard50 {
    min-width: 140px;
    width: 90%;
  }
}
.mod-settings .note-editable,
.tr_tst_text .note-editable {
  text-align: center;
}

@font-face {
  font-family: "icomoon";
  src: url("/css/fonts/icomoon.eot");
  src: url("/css/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("/css/fonts/icomoon.ttf") format("truetype"), url("/css/fonts/icomoon.svg#ModernPictogramsNormal") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*

input[type='checkbox'] + label:before {
  content:"◻";
}
input[type='checkbox']:checked + label:before {
  content:"✓";
}
input[type='checkbox'] {
  display:none;
}*/
/*

span input[type=checkbox],
span input[type=radio]
{
  display: none;
}

input[type=checkbox]:checked + label:before {
  display: inline-block;
  content: 'x';
}

input[type=checkbox] + label:before {
  display: inline-block;
  content: 'y';
}


input[type=radio]:checked + label:before {
  display: inline-block;
  content: 'X';
}

input[type=radio] + label:before {
  display: inline-block;
  content: 'Y';
}


*/
.contentzone .btn {
  text-transform: uppercase;
  font-size: 0.8em;
}
.contentzone input[type=checkbox],
.contentzone input[type=radio] {
  display: inline-block;
  width: 1em;
  position: relative;
}
.contentzone input[type=checkbox]:after,
.contentzone input[type=radio]:after {
  position: absolute;
  background-color: #FFF;
  display: inline-block;
  top: -0.2em;
  left: -0.1em;
  border: 1px solid #C0C7D1;
  color: #53A0FB;
  width: 1em;
  height: 1em;
  text-align: center;
  overflow: hidden;
  line-height: 0.8em;
}
.contentzone input[type=checkbox]:after {
  border-radius: 3px;
}
.contentzone input[type=radio]:after {
  border-radius: 20px;
  box-shadow: inset 0px 0px 0px 2px white;
  border-color: #C0C7D1 !important;
}
.contentzone input[type=radio]:checked:after {
  border-color: #C0C7D1 !important;
}
.contentzone input[type=checkbox]:after {
  content: " ";
}
.contentzone input[type=checkbox]:checked:after {
  background-color: #53A0FB;
  color: #fff;
  border-color: #53A0FB;
  content: "v";
}
.contentzone input[type=radio]:after {
  content: " ";
}
.contentzone input[type=radio]:checked:after {
  content: " ";
  display: inline-block;
  background-color: #53A0FB;
}
.contentzone .wrong input:checked:after {
  background-color: #FF002E !important;
  border-color: #FF002E;
}
.contentzone .right input:checked:after {
  background-color: #2FA83F !important;
  border-color: #2FA83F;
}
.contentzone input.theanswer[type=text] {
  text-align: center;
  font-size: 1em;
  height: 30px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.bd-sidebar-- .nav > li > a {
  display: block;
  padding: 0.25rem 1.5rem;
  font-size: 90%;
  color: rgba(0, 0, 0, 0.65);
}

img.flowicon {
  position: absolute;
  right: 10px;
  top: 80px;
  opacity: 0.15;
  width: 80px;
  height: 80px;
  pointer-events: none;
}

.project-bar {
  height: 10px;
  background: #cdcbcb;
  border-radius: 30px;
}
.project-bar.w150 {
  width: 150px;
}

.project-percent {
  height: 10px;
  background-color: green;
  border-radius: 30px;
  position: relative;
  width: 0;
  transition: 0.5s linear;
}

/*
.project-percent::before {
  content: attr(percent);
  position: absolute;
  right: 0px;
  left: 0px;
  padding: 1px 0px;
  color: #ffffff;
  font-size: 15px;
  border-radius: 25px;
  font-weight: bold;
  width: 20px;
  margin: 0px auto;
}*/
.text-mid {
  font-size: 85%;
}

.text-small {
  font-size: 75%;
}

/*# sourceMappingURL=lms.css.map */
