*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  min-height: 100%; }

body {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  background-color: #F7F7F9;
  color: #495057;
  margin-bottom: 130px; }

hr {
  box-sizing: content-box;
  height: 1px;
  background-color: #E6ECEF;
  margin: 10px 0;
  border: 0 none;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.8rem; }

p {
  margin-top: 0;
  margin-bottom: .5rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:hover {
  text-decoration: none; }

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%; }

b, strong {
  font-weight: 600; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.uppercase {
  text-transform: uppercase; }

.container {
  max-width: 800px;
  min-width: 320px;
  padding: 0 15px; }

html.noscroll,
html.noscroll body {
  overflow: hidden;
  height: 100%; }

.hidden {
  display: none !important; }

iframe {
  border: 0 none; }

h1, h2, h3, h4, h5 {
  line-height: 130%; }

h1 {
  font-size: 30px;
  margin-bottom: 20px; }

h2 {
  line-height: 40px;
  font-size: 40px;
  font-weight: 700; }

h3 {
  font-size: 23px;
  margin-bottom: 25px; }

h4 {
  font-size: 18px;
  margin-bottom: 15px; }

h5 {
  font-size: 16px;
  font-weight: 700; }

strong, .strong {
  font-weight: 600; }

p {
  margin-bottom: 20px; }

a {
  color: #1C64D2; }

.label {
  color: #A3AEB6;
  font-size: 12px;
  line-height: 15px; }

ul {
  margin: 10px 0 0 20px; }
  ul.list li {
    list-style-type: disc;
    margin: 0 0 5px; }
    ul.list li ul {
      margin-left: 20px; }
    ul.list li.separator {
      list-style-type: none; }

.blue {
  color: #1C64D2; }

header.header .logo {
  margin: 20px 0 40px; }

header.header .nav-text li a {
  color: #fff;
  padding: 0 30px;
  line-height: 35px;
  border-radius: 6px;
  height: 35px;
  display: block; }
  header.header .nav-text li a:hover {
    color: #fff; }

@media (max-width: 576px) {
  header.header img {
    height: auto; }
  header.header .taborniki, header.header .ess {
    height: 30px; } }

footer {
  border-top: 1px solid #EEEEEE;
  background: #fff;
  padding: 12px 0;
  color: rgba(24, 46, 100, 0.5);
  font-size: 13px;
  line-height: 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  footer a {
    color: rgba(28, 100, 210, 0.8); }

.btn {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  padding: .375rem .75rem;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
  border: 1px solid;
  border-radius: 4px;
  background-color: transparent; }
  .btn:focus {
    outline: 0; }
  .btn.btn-sm {
    font-size: 13px;
    padding: .25rem .5rem;
    line-height: 1.5; }
  .btn.btn-md {
    font-size: 17px; }
  .btn.btn-lg {
    padding: .5rem 1rem;
    font-size: 18px; }
  .btn i {
    margin-right: 2px; }

button:disabled,
button[disabled] {
  border: 1px solid #E6ECEF;
  background: #E6ECEF;
  color: #182e64;
  cursor: no-drop; }

.btn-block {
  display: block;
  width: 100%; }

.btn-link {
  color: rgba(24, 46, 100, 0.5); }

.btn-default {
  border: 1px solid #E6ECEF;
  background-color: #fff;
  color: #1C64D2; }

.btn-primary {
  background-color: #1C64D2;
  color: #fff;
  border-color: #1C64D2; }

.btn-secondary {
  color: #fff;
  background-color: #59287a;
  border-color: #59287a; }

.btn-danger {
  color: #fff;
  background-color: #cd201f;
  border-color: #cd201f; }

.btn-light {
  color: #212529;
  background-color: #F7F7F9;
  border-color: #F7F7F9; }

.btn + .btn {
  margin-left: 5px; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* remove default arrow */
  background-image: url("../images/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%; }

input[type="text"]:disabled,
input[type="text"]:read-only {
  background-color: #E6ECEF; }

input[type=checkbox] {
  display: none; }
  input[type=checkbox] + label {
    margin: 5px 0 0;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    line-height: 18px; }
    input[type=checkbox] + label:before {
      content: '';
      font-family: "Font Awesome 5 Free";
      display: inline-block;
      width: 18px;
      -ms-flex: 0 0 18px;
      flex: 0 0 18px;
      height: 18px;
      line-height: 18px;
      background: #fff;
      border: 1px solid #A3AEB6;
      overflow: hidden;
      text-align: center;
      position: relative;
      margin-right: 10px;
      border-radius: 2px;
      cursor: pointer;
      font-size: 12px;
      font-weight: 400; }
  input[type=checkbox]:checked + label:before {
    content: "\f00c";
    color: #1C64D2;
    font-weight: 900; }

input[type=radio] {
  display: none; }
  input[type=radio] + label {
    margin: 5px 0 0;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    line-height: 16px;
    position: relative; }
    input[type=radio] + label:before {
      content: '';
      display: inline-block;
      width: 21px;
      height: 21px;
      -ms-flex: 0 0 21px;
      flex: 0 0 21px;
      line-height: 21px;
      background: #fff;
      border: 1px solid #E6ECEF;
      overflow: hidden;
      text-align: center;
      position: relative;
      margin-right: 10px;
      border-radius: 50%;
      cursor: pointer;
      font-size: 12px; }
  input[type=radio]:checked + label:after {
    content: '';
    top: 5px;
    left: 5px;
    background: #1C64D2;
    border-radius: 50%;
    width: 11px;
    height: 11px;
    position: absolute; }

.radio-group {
  margin-bottom: 20px;
  margin-top: 5px; }

.form-control {
  display: block;
  border: 1px solid #E6ECEF;
  background-color: #FFFFFF;
  width: 100%;
  outline: none;
  border-radius: 4px;
  color: #4A4A4A;
  font-size: 15px;
  padding: .375rem .75rem;
  line-height: 1.5; }

.form-control-lg {
  font-size: 17px;
  padding: .5rem 1rem; }

textarea.form-control {
  height: 150px;
  color: #000; }

.form-group {
  margin-bottom: 20px; }
  .form-group label {
    font-size: 16px;
    line-height: 15px;
    font-weight: 400; }

.inner-group {
  position: relative; }
  .inner-group button {
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translateY(-50%); }

fieldset {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
  border-radius: 6px;
  background-color: #FFFFFF;
  padding: 40px;
  margin-bottom: 20px;
  border: 0 none; }
  fieldset .legend {
    color: #182E64;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px; }
    fieldset .legend:after {
      content: "";
      clear: both; }

.has-error .form-control, .has-error .dropzone {
  border-color: #ff0000; }

.has-error input[type=checkbox] + label {
  color: #ff0000; }

.with-errors {
  margin-top: 4px;
  font-size: 10px;
  color: #ff0000; }

form #response {
  position: relative;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem; }
  form #response.success {
    padding: .75rem 1.25rem;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb; }
  form #response.error {
    padding: .75rem 1.25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb; }

form .action {
  margin-top: 40px; }

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem; }

.alert-primary {
  background-color: #59287a !important;
  color: #fff; }

.alert-secondary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

.table-holder {
  overflow-x: scroll;
  min-height: 300px; }

table {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
  color: #4A4A4A;
  font-size: 12px;
  line-height: 15px;
  border-collapse: collapse;
  width: 100%;
  line-height: 160%; }
  table th, table td {
    padding: 12px 10px;
    height: 58px;
    white-space: nowrap; }
  table th {
    border-bottom: 2px solid #E6E7E8; }
  table tr:not(:last-child) td {
    border-bottom: 2px solid #E6E7E8; }

.accordion-container {
  margin-bottom: 10px; }
  .accordion-container .accordion-toggle {
    font-size: 17px; }

.owl-stage-outer {
  padding-bottom: 33px; }

.owl-nav {
  width: 144px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -10px; }
  .owl-nav .owl-next, .owl-nav .owl-prev {
    position: absolute; }
  .owl-nav .owl-prev {
    left: 0; }
  .owl-nav .owl-next {
    right: 0; }

.owl-dots {
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto 0;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 104px; }
  .owl-dots .owl-dot {
    margin: 0 5px;
    border-radius: 50%;
    height: 6px;
    width: 6px;
    border: 0.5px solid #A3AEB6; }
    .owl-dots .owl-dot.active {
      height: 9px;
      width: 9px;
      border-color: #182E64;
      background-color: #182E64; }

.welcome-page form {
  max-width: 400px;
  margin: 0 auto 0; }
  .welcome-page form .note {
    font-size: 12px;
    color: rgba(24, 46, 100, 0.5); }

.login-page .note {
  font-size: 18px; }

.login-page section {
  border-top: 1px solid #dee0df;
  margin-top: 50px; }
  .login-page section .section-title {
    font-weight: 600;
    margin: 15px 0 25px; }

.login-page .sectionExercise .exerciseLists {
  margin-bottom: 30px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px; }
  .login-page .sectionExercise .exerciseLists li p {
    font-size: 14px;
    margin: 5px 0 0; }
  .login-page .sectionExercise .exerciseLists li .form-group {
    margin-bottom: 5px; }
  .login-page .sectionExercise .exerciseLists li .exercise-action {
    margin-top: 10px; }

.login-page .sectionExercise .action {
  margin-top: 20px; }

.login-page .list-document {
  padding: 0;
  margin: 0; }
  .login-page .list-document li {
    padding: 0;
    margin: 10px 0; }

.quiz-page .form-group {
  margin-bottom: 40px; }

.quiz-page .questionList li {
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0; }

.quiz-page .questionList .col-question {
  -ms-flex: 1;
  flex: 1; }

.quiz-page .questionList .col-answer {
  -ms-flex: 0 0 80px;
  flex: 0 0 80px; }
  .quiz-page .questionList .col-answer input[type=radio] + label {
    display: -ms-inline-flexbox;
    display: inline-flex; }

.quiz-page-completed {
  font-size: 16px; }

.report-page .chart {
  margin-top: 200px;
  width: 100%;
  height: 500px; }

.exercise-page .page-header {
  margin: 0 0 30px; }
  .exercise-page .page-header .title {
    margin: 0; }
  .exercise-page .page-header .subtitle {
    margin: 0;
    font-size: 16px; }

.exercise-page .instructions ul li {
  margin: 10px 0; }

.exercise-page .sectionExercise .results .answers li {
  margin-bottom: 15px; }

.calendar {
  margin-bottom: 30px; }
  .calendar li {
    border: 1px solid #E6ECEF;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    display: block;
    height: 160px;
    background: #fff;
    padding: 15px;
    font-size: 13px;
    line-height: 140%;
    position: relative; }
    .calendar li:after {
      content: attr(data-label);
      font-size: 30px;
      color: #E6ECEF;
      position: absolute;
      bottom: 10px;
      left: 10px; }
    .calendar li.success i.fa-thumbs-up,
    .calendar li i.fa-thumbs-up:hover {
      color: #fff;
      background-color: #2972fa;
      border-color: #2972fa; }
    .calendar li.fail i.fa-thumbs-down,
    .calendar li i.fa-thumbs-down:hover {
      color: #fff;
      background-color: #fab633;
      border-color: #fab633; }
    .calendar li .button-group {
      position: absolute;
      right: 10px;
      bottom: 5px;
      z-index: 9999; }
      .calendar li .button-group i {
        cursor: pointer;
        border-radius: 3px;
        font-size: 17px;
        color: #818182;
        border: 1px solid #d6d8db;
        padding: 3px 11px; }

.chart.bar li {
  margin-bottom: 15px;
  padding: 2px 10px; }
  .chart.bar li .legend {
    font-size: 12px; }
  .chart.bar li.green {
    background: rgba(13, 209, 87, 0.6);
    color: #fff; }
  .chart.bar li.blue {
    background: rgba(41, 114, 250, 0.6);
    color: #fff; }
  .chart.bar li.yellow {
    background: rgba(250, 182, 51, 0.6);
    color: #fff; }

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