body {
  font-size: 15px;
}
.login-box {
  width: 400px;
}
.flashes {
  padding: 15px 0 !important;
}
.date-end {
  position: fixed;
  padding: 10px;
  font-size: 22px;
  left: 0;
  top: 0;
  background: #ffffff;
  color: #000;
  font-weight: bold;
  z-index: 9999;
  border: 1px solid #e3e6f0;
  border-top: 0;
  border-left: 0;
}
.test-question + .test-question {
  margin-top: 15px;
  padding-top: 15px;
}
.test-question .custom-control {
  margin-bottom: 25px;
}
.test-question .checkbox input {
  position: relative;
  margin-left: 0;
}
.test-question .checkbox label {
  padding-left: 10px;
  margin-bottom: 0;
}
.test-question .checkbox.correct {
  background-color: #00a65a;
}
.test-question .child-questions {
  margin-left: 30px;
}
.container-fluid {
  padding-bottom: 30px;
}
.test .text p {
  margin: 0;
}
.test .questions .question-block .block-name {
  font-size: 25px;
  font-weight: bold;
}
.test .questions .question-block + .question-block {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 5px solid #000000;
}
.table-responsive .datagrid {
  padding: 0;
}
.datagrid .col-action .dropdown .dropdown-menu {
  right: 0;
  left: auto;
}
.datagrid .row-group-actions .form-inline {
  display: table-cell;
}
.dropdown-menu li {
  display: block;
  width: 100%;
  clear: both;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-menu li a {
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  font-weight: 400;
  color: #212529;
}
.dropdown-menu li:focus,
.dropdown-menu li:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
ul.alert {
  list-style: none;
}
.flashes {
  padding: 15px;
}
.card-body,
.table-responsive {
  height: 100%;
}
.col-action .fa-pencil:before {
  content: "\f044";
}
[lang="cs"] + .custom-file-label::after {
  content: 'Vybrat';
}
.alert {
  list-style: none;
}
.datagrid-col-filter-datte-range-delimiter {
  display: none !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #FFFFFF !important;
}
.sticky-left {
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  background: inherit;
  z-index: 10;
}
.sticky-left:before {
  content: '';
  border-right: 2px solid #DEDEDE;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: -1;
}
.sticky-top {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background: white;
  z-index: 10;
}
.sticky-top:before {
  content: '';
  border-bottom: 2px solid #DEDEDE;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: -1;
}
.datagrid {
  position: relative;
}
.datagrid .complaint-new {
  background-color: lightblue !important;
}
.datagrid .datagrid-col-filter-date-range {
  margin: -12px;
}
.datagrid .datagrid-col-filter-date-range .datagrid-col-filter-datte-range-delimiter {
  display: table-caption;
  height: 1px;
  padding: 0;
  overflow: hidden;
}
.datagrid .datagrid-col-filter-date-range input {
  height: 28px;
}
.chartjs-render-monitor {
  min-height: 300px;
}
#wrapper {
  min-height: 100vh;
}
.sidebar-toggled #content-wrapper #content > .navbar {
  left: 0;
}
.datagrid {
  position: relative;
}
.datagrid .top-scrollbar {
  width: 100%;
  display: block;
  height: 20px;
  overflow-x: scroll;
}
.datagrid .complaint-new {
  background-color: lightblue!important;
}
@media screen and (min-width: 768px) {
  .datagrid table {
    border-collapse: collapse;
  }
  .datagrid table .col-number {
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    border: 1px solid #dedede;
    background-color: #ffffff;
    background-clip: padding-box;
    z-index: 10;
  }
  .datagrid table .col-number:before {
    content: '';
    border: 1px solid #dedede;
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .datagrid table tbody .col-number {
    z-index: 10;
  }
  .datagrid table tbody .col-number:before {
    top: -1px;
    bottom: -1px;
  }
}
.datagrid .datagrid-col-filter-date-range {
  margin: -12px;
}
.datagrid .datagrid-col-filter-date-range .datagrid-col-filter-datte-range-delimiter {
  display: table-caption;
  height: 1px;
  padding: 0;
  overflow: hidden;
}
.datagrid .datagrid-col-filter-date-range input {
  height: 28px;
}
.slider-container {
  width: 100%;
}
.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.slider:hover {
  opacity: 1;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #1f2b7d;
  cursor: pointer;
}
.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #17205e;
  cursor: pointer;
}
button[type=submit].loading {
  position: relative;
  display: inline-block;
}
button[type=submit].loading:after {
  content: '';
  display: inline-block;
  position: relative;
  z-index: 10;
  right: auto;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  padding: 0;
  border-radius: 100%;
  border: 2px solid;
  -webkit-animation: searchLoad 0.8s linear infinite;
  animation: searchLoad 0.8s linear infinite;
  border-top-color: #ffffff;
  border-bottom-color: rgba(138, 138, 138, 0.35);
  border-left-color: #ffffff;
  border-right-color: rgba(138, 138, 138, 0.35);
  top: 2px;
}
@keyframes searchLoad {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes searchLoad {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
/*# sourceMappingURL=style.css.map */