@charset "UTF-8";
/*
 * Copyright (c) 2024 Martin Dobry
 * Všechna práva vyhrazena.
 * Jakýkoliv obsah i jeho části není možné využít pro jakýkoliv jiný projekt.
 * Tento soubor je součástí projektu Portál Klínovec.
 */
@import url("https://fonts.googleapis.com/css2?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");
* {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

/** GLOBAL **/
html, body {
  background-color: #ffffff;
  overflow-x: hidden;
  height: 100%;
}

.top-panel {
  background-color: #002060;
  padding-bottom: 8px;
}
.top-panel * {
  color: #ffffff;
}
.top-panel nav .active {
  background-color: #c9c9c9;
  color: #fff;
}
.top-panel .klinoveclogo {
  height: 40px;
  margin: 8px 20px 0 10px;
}
.top-panel .trailparklogo {
  height: 40px;
  margin: 8px 0 0 0;
}
.top-panel .user-info {
  padding: 10px 25px 0 0;
}
.top-panel #login {
  padding-bottom: 5px;
}
.top-panel a {
  color: #ffffff;
}
.top-panel a:hover {
  color: #c86c00;
  background-color: #fff;
}
.top-panel a .active {
  color: #c86c00;
  background-color: #fff;
}

.block .search {
  background-color: #002060;
  padding: 0 15px 15px 23px;
}
.block .search a {
  font-size: 90%;
  color: #ffffff;
  display: inline-block;
  padding-top: 3px;
}
.block .search a:hover {
  color: #c86c00;
}
.block .notifikace {
  border-bottom: 1px solid #cfcfcf;
  position: relative;
}
.block .notifikace h5 {
  border-top: 20px solid #cfcfcf;
  padding: 10px 5px 0 20px;
  margin-left: -10px;
  font-weight: 600;
}
.block .notifikace h5 strong {
  display: none;
  font-weight: 900;
  color: #0071c2;
  font-size: 100%;
}
.block .notifikace .fa-arrows-alt {
  font-size: 140%;
  cursor: hand;
  color: #c9c9c9;
  position: absolute;
  right: 35px;
  top: 35px;
}

.portal-data {
  height: 100%;
  margin-top: -171px;
  padding-top: 171px;
}
.portal-data .rowblok {
  height: 100%;
}
.portal-data .rowblok .user-menu {
  background-color: #ebebeb;
  padding: 15px 10px 30px 20px;
  height: 100%;
}
.portal-data .rowblok .user-menu .nav {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.portal-data .rowblok .user-menu .nav li {
  margin-bottom: 7px;
  background-color: #c9c9c9;
  display: block;
}
.portal-data .rowblok .user-menu .nav li a {
  padding: 2px 10px;
  display: block;
  margin-left: 25px;
  border-left: 8px solid #ebebeb;
  text-decoration: none;
  color: #000000;
}
.portal-data .rowblok .user-menu .nav li a:hover {
  background-color: #c86c00;
  color: #fff;
}
.portal-data .rowblok .user-menu .nav li.active {
  background-color: #c86c00;
}
.portal-data .rowblok .user-menu .nav li.active a {
  background-color: #c9c9c9;
}
.portal-data .rowblok .user-menu .nav li.active a:hover {
  background-color: #c86c00;
  color: #fff;
}
.portal-data .rowblok .page {
  padding: 10px 20px 10px 10px;
  max-height: 100%;
  overflow-y: auto;
}
.portal-data .rowblok .page .box {
  border: 2px solid #0071c2;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.26);
}
.portal-data .rowblok .page .box h3 {
  position: relative;
  background-color: #0071c2;
  font-size: 100%;
  color: #ffffff;
  padding: 5px 12px;
  margin: 0;
}
.portal-data .rowblok .page .box h3 i {
  position: absolute;
  right: 10px;
  top: 5px;
}
.portal-data .rowblok .page .box .data {
  padding: 10px;
}
.portal-data .rowblok .page .box .sky-form {
  padding: 20px;
}
.portal-data .rowblok .page .box .sky-form .right-setting {
  border-left: 2px solid #0071c2;
  padding: 10px;
}
.portal-data .rowblok .page .box .hide-menu {
  cursor: pointer;
}
.portal-data .rowblok .page .box .text-right {
  text-align: right;
}
.portal-data .rowblok .page .group-box {
  border: 2px solid #002060;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.26);
}
.portal-data .rowblok .page .group-box h2 {
  position: relative;
  background-color: #002060;
  font-size: 100%;
  color: #ffffff;
  padding: 5px 12px;
  margin: 0;
}
.portal-data .rowblok .page .group-box h2 i {
  position: absolute;
  right: 10px;
  top: 5px;
}
.portal-data .rowblok .page .group-box .group-data {
  padding: 10px;
}
.portal-data .rowblok .page .group-box .table-data {
  margin: 0;
  padding: 10px;
}
.portal-data .rowblok .page .group-box .table-data table {
  margin: 0;
}
.portal-data .rowblok .page .group-box .table-data table th {
  font-weight: 600;
  background-color: #c9c9c9;
  color: #0071c2;
}
.portal-data .rowblok .page .group-box .table-data table td {
  vertical-align: middle;
}
.portal-data .rowblok .page .box-hide .sky-form {
  display: none;
}
.portal-data .rowblok .page .box-tablist nav .nav-tabs .nav-link {
  padding: 3px 10px;
}
.portal-data .rowblok .page .box-tablist nav .nav-tabs .active {
  background-color: #0071c2;
  color: #ffffff;
  border-bottom: 0;
}
.portal-data .rowblok .page .box-tablist .tab-content {
  margin-top: -1px;
  border: 2px solid #0071c2;
  margin-bottom: 20px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.26);
}
.portal-data .rowblok .page .box-tablist .tab-content .tab-pane {
  padding: 20px;
}
.portal-data .rowblok .page .box-tablist .tab-content .tab-pane form {
  border: 0;
}
.portal-data .rowblok .page .box-tablist .tab-content .tab-pane form h4 {
  font-size: 120%;
  padding: 10px 0 3px 0;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 13px;
}

.error-connect {
  background-color: #0071c2;
  color: #ffffff;
  margin-top: 60px;
  padding: 60px;
  border-radius: 5px;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.26);
}
.error-connect .logo {
  width: 150px;
  margin: 8px;
}
.error-connect h3 {
  padding-top: 20px;
}

.files .file {
  display: inline-block;
  width: 150px !important;
  max-width: 150px !important;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 5px;
  width: 100%;
  text-align: center;
  position: relative;
}
.files .file a.ico {
  display: inline-block;
  cursor: default;
  text-decoration: none;
}
.files .file a.ico i {
  font-size: 220%;
}
.files .file a.ico span {
  padding-top: 8px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.files .file a.ico small {
  color: #ccc;
}
.files .file .action {
  display: none;
  position: absolute;
  bottom: 15px;
  text-align: center;
  width: 100%;
  background-color: rgba(240, 240, 240, 0.8);
  padding: 15px 10px;
  cursor: default;
}
.files .file .action a {
  display: inline-block;
  padding: 0 3px;
  font-size: 130%;
}
.files .file .action a.red {
  color: #aa0000 !important;
}
.files #status_file {
  padding-top: 10px;
  font-weight: bold;
}

.status-active {
  background-color: #078a5e;
  display: inline-block;
  padding: 3px 8px;
  color: #ffffff;
  font-size: 90%;
  text-decoration: none;
}

.status-inactive {
  background-color: #aa0000;
  display: inline-block;
  padding: 3px 8px;
  color: #ffffff;
  font-size: 90%;
  text-decoration: none;
}

.color-box {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #666;
  margin-right: 8px;
}

#ui-datepicker-div {
  width: 270px !important;
  border-radius: 10px;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.26);
}
#ui-datepicker-div .ui-icon {
  color: #fff;
}
#ui-datepicker-div .ui-icon:hover {
  background-color: transparent;
}
#ui-datepicker-div .ui-datepicker-header {
  background-color: #c86c00;
  color: #ffffff;
  border-radius: 10px;
}
#ui-datepicker-div .ui-datepicker-calendar th span {
  color: #002060;
  padding: 3px;
}
#ui-datepicker-div .ui-datepicker-calendar td a {
  width: 30px;
  font-size: 80%;
  padding: 3px;
  text-align: center;
  border-radius: 5px;
}
#ui-datepicker-div .ui-datepicker-calendar td .ui-state-active {
  background-color: #0071c2 !important;
  color: #ffffff !important;
}
#ui-datepicker-div .ui-state-disabled span {
  width: 30px;
  color: #c9c9c9;
  font-size: 80%;
  padding: 3px;
  text-align: center;
  border-radius: 5px;
}/*# sourceMappingURL=global.css.map */