@charset "UTF-8";
/*
    Styly includované na každé stránce

    Created on : 18.3.2019, 10:40:53
    Author     : jan.ondracek
*/
/*
    Created on : 18.3.2019, 13:03:39
    Author     : jan.ondracek
*/
.alert {
  word-break: break-word;
}

.cursor-pointer {
  cursor: pointer;
}

body {
  min-width: 300px;
  max-width: 100vw;
  overflow: hidden;
  background-color: #e4e4e4 !important;
}

.table {
  font-size: 0.95em;
}

.table-loading {
  background-color: #00000052;
}

#modalLoadingContainer {
  display: none;
  position: sticky;
  top: 0;
  z-index: 10000;
}
#modalLoadingContainer > #modalLoading {
  background-color: #00000052;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: table;
  text-align: center;
}
#modalLoadingContainer > #modalLoading > div {
  display: table-cell;
  vertical-align: middle;
}

.bg-inso {
  background-color: #3693e1 !important;
  color: #212529 !important;
}

.bg-inso-dark {
  background-color: #0080bb !important;
  color: #fff !important;
}

nav.bg-inso-dark .sidemenu-header, nav.bg-inso-dark .nav, nav.bg-inso-dark .nav-link, nav.bg-inso-dark .collapse .dropdown-item, nav.bg-inso-dark .navbar-toggler-icon {
  color: #fff;
}
nav.bg-inso-dark .list-unstyled > li * {
  color: inherit;
}
nav.bg-inso-dark .collapse.show .dropdown-item:hover {
  background-color: #0080bb;
}

.sidemenu-header {
  padding: 1.15em;
}
.sidemenu-header a {
  font-size: 1.35em;
  color: inherit;
}
.sidemenu-header a:hover {
  color: inherit;
  text-decoration: none;
}

.btn.btn-inso {
  color: #fff;
  background-color: #3693e1;
  border-color: #3693e1;
}
.btn.btn-inso:hover {
  color: #fff !important;
  background-color: #0080bb;
  border-color: #0080bb;
}

.bg-inso .dropdown-header {
  color: inherit !important;
}

.navbar.bg-inso {
  border-bottom: 4px solid #0080bb;
  max-height: 100vh;
}
.navbar.bg-inso .navbar-toggler-icon {
  color: #fff;
}

div.modal pre {
  font-size: 0.7em !important;
}
div.modal .table {
  font-size: 0.85em;
}

.flash {
  display: none !important;
}

@media (min-width: 1480px) {
  .modal-xl {
    max-width: 90% !important;
  }
}
@media (max-width: 768px) {
  table:not(.not-responsive):not(.dataTable) thead, table:not(.not-responsive):not(.dataTable) tbody, table:not(.not-responsive):not(.dataTable) th, table:not(.not-responsive):not(.dataTable) td, table:not(.not-responsive):not(.dataTable) tr {
    display: block;
  }
  table:not(.not-responsive):not(.dataTable) tbody tr {
    border-bottom: 3px solid #00000026;
  }
  table:not(.not-responsive):not(.dataTable) tfoot {
    display: none;
  }

  .navbar.bg-inso {
    overflow-y: auto;
  }
}
table.dataTable table {
  width: 100% !important;
}

.dropdown-menu {
  max-height: 300px;
  overflow: auto;
  max-width: 97vw;
}

table.table td.popisButton {
  padding: 0;
}
table.table td.popisButton > div {
  padding: 0.3rem;
  word-break: break-word;
  user-select: none;
  position: relative;
}
table.table td.popisButton > div:hover {
  color: #00000026;
  background-color: #00000026;
}
table.table td.popisButton > div:hover > div {
  opacity: 1;
}
table.table td.popisButton > div > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  opacity: 0;
  z-index: 100;
  left: 0;
  top: 0;
  cursor: pointer;
}
table.table td.popisButton > div > div > button {
  font-size: 1.15em;
  font-weight: bold;
}

div.dataTables_wrapper div.dataTables_info {
  white-space: normal !important;
}

.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
}

#sidemenu.active {
  margin-left: -250px;
}

#sidemenu {
  position: relative;
  min-width: 250px;
  max-width: 250px;
  max-height: 100vh;
  min-height: 100vh;
  overflow-y: auto;
}
#sidemenu .list-unstyled > .list-item {
  display: list-item;
}
#sidemenu .list-unstyled > li, #sidemenu .list-unstyled .list-item {
  padding-top: 0.15em;
  padding-bottom: 0.15em;
}
#sidemenu .list-unstyled > li > .list-unstyled, #sidemenu .list-unstyled .list-item > .list-unstyled {
  background-color: #00000022;
}
#sidemenu .list-unstyled > li > .list-unstyled > li, #sidemenu .list-unstyled > li > .list-unstyled .list-item, #sidemenu .list-unstyled .list-item > .list-unstyled > li, #sidemenu .list-unstyled .list-item > .list-unstyled .list-item {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#sidemenu .sidemenu-close {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 0.6em;
  padding-left: 1.35em;
  color: #000;
}
#sidemenu::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}
#sidemenu::-webkit-scrollbar-thumb {
  background-color: #00000033;
  border-radius: 3px;
}
#sidemenu::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.7);
}

.container-fluid {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 100vh;
}

@media (max-width: 992px) {
  #sidemenu {
    margin-left: -100vw;
    min-width: 100vw;
    max-width: 100vw;
  }

  #sidemenu.active {
    margin-left: 0;
  }
}
@media (max-width: 300px) {
  #sidemenu {
    margin-left: -300px;
    min-width: 300px;
  }
}
.clearfix {
  margin-bottom: 10vh;
}

.components > li:last-child {
  margin-bottom: 10vh;
}

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