/*
    Základní proměnné
*/
/* Funkce */
.fl {
  float: left;
  width: 100%;
}
.flc {
  float: left;
  width: 100%;
  text-align: center;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.center-h {
  justify-content: center;
}
.between {
  justify-content: space-between;
}
.around {
  justify-content: space-around;
}
.inline {
  display: inline-block;
  margin: auto;
}
.none {
  display: none;
}
.hidden {
  display: none !important;
}
.center-v {
  align-content: center;
  align-items: center;
}
.flex-centered {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.nowrap {
  flex-wrap: nowrap;
}
.center-text,
.center {
  text-align: center;
}
/* Základní reset a nastavení stránek */
body,
html {
  padding: 0;
  margin: 0;
  float: left;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  width: 100%;
  height: 100%;
  background: transparent;
}
a,
p,
img {
  line-height: 1;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
button {
  cursor: pointer;
}
img {
  max-width: 100%;
}
input,
select,
textarea,
button {
  font-family: 'Open Sans', sans-serif;
}
a:not(.gallery-item),
button,
.a,
.button,
input[type=submit],
.transition,
textarea,
select {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section,
header,
footer {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  z-index: 1;
}
header {
  -webkit-transform: translateZ(0);
}
section,
header,
footer,
aside,
div,
input,
p,
a,
span,
.boxed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrap {
  max-width: 1760px;
  width: 100%;
  padding: 0px 15px;
  display: flex;
  flex-wrap: wrap;
  margin: 0px auto;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.line {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
}
.row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.owl-carousel .owl-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
a:focus {
  text-decoration: none;
  background: none;
}
.modal-backdrop {
  display: none !important;
}
.table .thead-dark th {
  vertical-align: middle;
}
.table .thead-dark th span {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.flag-img {
  width: 50px;
}
.dropdown-menu {
  background: #f8f8fb;
}
.lang-dropdown {
  margin-right: 30px;
}
.lang-dropdown .dropdown-menu {
  min-width: 70px;
  width: 70px;
}
.lang-dropdown .dropdown-menu li {
  float: left;
  text-align: center;
  cursor: pointer;
  width: 100%;
}
.lang-dropdown .dropdown-menu li + li {
  margin-top: 10px;
}
.lang-dropdown .dropdown-menu li img {
  display: inline-block;
}
.login-page {
  float: left;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding: 0px;
  background: url(../images/backgrounds/login.jpg) left center no-repeat;
  background-size: cover !important;
}
.login-page .login-bar {
  float: right;
  width: 560px;
  height: 100%;
  background: white;
  padding: 30px 55px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.login-page .login-bar .logo {
  float: left;
  width: 100%;
  text-align: center;
}
.login-page .login-form {
  float: left;
  width: 100%;
  max-width: 450px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  height: 272px;
  margin-top: 50px;
}
.login-page .login-form label {
  color: #555555;
  float: left;
  width: 100%;
  font-weight: 300;
  font-size: 16px;
  text-align: left;
  margin-bottom: 10px;
}
.login-page .login-form label input {
  border-color: #e6e6e6;
}
.login-page .login-form .form-line {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0px 0px;
}
.login-page .login-form .form-line h1 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #000;
  font-weight: 300;
  line-height: 1.2;
}
.login-page .login-form .form-line input[type=email],
.login-page .login-form .form-line input[type=password] {
  float: left;
  width: 100%;
  border: 1px solid #e6e6e6;
  height: 80px;
  border-radius: 10px;
  padding: 0px 0px 0px 25px;
  font-size: 18px;
  color: #555555;
  font-weight: 300;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.2;
  outline: none;
}
.login-page .login-form .form-line input[type=email]:hover,
.login-page .login-form .form-line input[type=password]:hover,
.login-page .login-form .form-line input[type=email]:focus,
.login-page .login-form .form-line input[type=password]:focus {
  border-color: #6675df;
}
.login-page .login-form .form-line .form-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  background: #6675df;
  font-size: 12px;
  color: #fff;
  border: none;
  box-shadow: none;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
.login-page .login-form .form-line .form-btn:hover {
  background: #333;
}
.login-page .login-form .form-line + .form-line {
  margin-top: 10px;
}
.layout {
  float: left;
  width: 100%;
  background-color: #f8f8fb;
  height: 100%;
}
.layout aside {
  float: left;
  width: 300px;
  height: 100%;
  transition: 0s all;
  background: #2a3042;
}
.layout aside .logo {
  float: left;
  width: 100%;
  text-align: center;
  padding: 10px 15px;
  transition: 0s all;
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  margin-bottom: 10px;
}
.layout aside .logo img {
  max-height: 100%;
}
.layout aside .navigation {
  float: left;
  width: 100%;
  transition: 0s all;
  overflow: hidden;
  height: calc(100% - 80px);
}
.layout aside .navigation nav {
  float: left;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  overflow: auto;
  transition: 0s all;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.layout aside .navigation nav::-webkit-scrollbar {
  display: none;
}
.layout aside .navigation nav h2 {
  color: #6a7187;
  float: left;
  width: 100%;
  font-size: 11px;
  padding: 20px 20px 12px 20px;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  transition: 0s all;
  font-weight: 600;
}
.layout aside .navigation nav ul {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: 0s all;
  list-style: none;
}
.layout aside .navigation nav ul li {
  float: left;
  width: 100%;
  margin: 0px;
  color: #a6b0cf;
  text-align: left;
  list-style: none;
  font-size: 16px;
  cursor: pointer;
  transition: 0s all;
  display: flex;
  flex-wrap: wrap;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  align-content: center;
  align-items: center;
  font-weight: 300;
  padding: 0.625rem 1.5rem;
}
.layout aside .navigation nav ul li span {
  float: left;
  width: 25px;
  color: #6a7187;
  margin-right: 10px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  transition: 0s all;
}
.layout aside .navigation nav ul li:hover,
.layout aside .navigation nav ul li.active {
  color: white;
}
.layout aside .navigation nav ul li:hover span,
.layout aside .navigation nav ul li.active span {
  color: white;
}
.layout aside .navigation nav ul li.notdone {
  opacity: 0.2;
  cursor: not-allowed;
}
.layout aside .navigation nav ul li.hasadd {
  padding-right: 45px;
  position: relative;
}
.layout aside .navigation nav ul li.hasadd .add {
  position: absolute;
  right: 15px;
  width: 25px;
  height: 100%;
  font-size: 21px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.layout aside .navigation nav ul li.hasadd .add i {
  color: #28a745;
}
.layout aside .navigation nav ul li.hasadd .add:hover i {
  color: #218838;
}
.layout .content {
  float: left;
  width: calc(100% - 300px);
  height: 100%;
}
.layout .content header {
  float: left;
  width: 100%;
  z-index: 1002;
  background-color: #fff;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  height: 70px;
}
.layout .content header .bars {
  float: left;
  height: 100%;
  width: 70px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  color: #495057;
  cursor: pointer;
  font-size: 29px;
}
.layout .content header .bars:hover {
  color: #28a745;
}
.layout .content header .info-napoveda {
  float: left;
  height: 100%;
  width: 70px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  color: #28a745;
  cursor: pointer;
  font-size: 29px;
}
.layout .content header .info-napoveda:hover {
  color: #495057;
}
.layout .content header .toweb {
  float: left;
  height: 100%;
  width: 70px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  color: #495057;
  font-size: 29px;
}
.layout .content header .toweb:hover {
  color: #28a745;
}
.layout .content header .right {
  float: right;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.layout .content header .right .logout {
  width: 70px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  font-size: 29px;
  color: #495057;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
.layout .content header .right .logout:hover {
  color: #556ee6;
}
.layout .content .inside {
  float: left;
  width: 100%;
  height: calc(100% - 70px);
  overflow: auto;
  padding: 30px 30px 30px 30px;
  max-height: calc(100% - 70px);
  position: relative;
}
.layout .content .inside footer {
  bottom: 0px;
  padding: 20px 12px;
  position: absolute;
  right: 0;
  color: #74788d;
  left: 0px;
  height: 60px;
  background-color: #f2f2f5;
  text-align: right;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 300;
  display: none;
}
.layout .content .inside .content-block {
  float: left;
  width: 100%;
}
.layout .content .inside .content-block h1 {
  font-size: 16px;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  color: #495057;
}
.layout .content .inside .content-block .page {
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  float: left;
  width: 100%;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid #f6f6f6;
  border-radius: 0.25rem;
  min-height: 50px;
  padding: 20px;
  text-align: left;
  margin-bottom: 30px;
}
.layout .content .inside .content-block .page label {
  float: left;
  font-size: 14px;
}
.layout .content .inside .content-block .page .lead {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
.layout .content .inside .content-block .page .img-wrap {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 50px;
}
.layout .content .inside .content-block .page .img-wrap.big {
  margin-top: 0px;
  margin-bottom: 20px;
}
.layout .content .inside .content-block .page .refImg .img-wrap,
.layout .content .inside .content-block .page .imagetd .img-wrap {
  margin: 0px;
  width: 100px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.layout .content .inside .content-block .page .refImg .img-wrap img,
.layout .content .inside .content-block .page .imagetd .img-wrap img {
  max-width: 100%;
}
.layout .content .inside .content-block .page.dark {
  background: #2a3042;
}
.layout .content .inside .content-block .page.dark .lead,
.layout .content .inside .content-block .page.dark label,
.layout .content .inside .content-block .page.dark .form-control-file {
  color: white;
}
.layout .content .inside .content-block .page .form-group textarea.form-control {
  min-height: 300px;
  font-size: 14px;
}
.layout.smoll aside {
  width: 70px;
}
.layout.smoll aside .logo img {
  display: none;
}
.layout.smoll aside .navigation nav h2 {
  text-align: center;
  font-size: 8px;
  padding: 20px 0px 12px 0px;
}
.layout.smoll aside .navigation nav ul li {
  overflow: hidden;
  height: 70px;
  padding-left: 0px;
  transition: 0s all;
  display: inline-block;
  padding-right: 0px;
}
.layout.smoll aside .navigation nav ul li span {
  width: 100%;
  font-size: 34px;
  transition: 0s all;
  margin-right: 0px;
  height: 70px;
}
.layout.smoll aside .navigation nav ul li span i {
  transition: 0s all;
}
.layout.smoll .content {
  width: calc(100% - 70px);
}
.loader {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.table {
  border-spacing: 0px;
  border-collapse: separate;
}
.table th {
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
}
.table td {
  font-size: 14px;
  vertical-align: middle;
  font-weight: 300;
}
.btn .fa-plus {
  margin-right: 15px;
}
.mailto-link {
  position: relative;
  padding: 8px 0;
}
.mailto-message {
  top: 1px;
  left: 50%;
  margin-bottom: -5px;
  transform: translate(-50%, -100%);
  position: absolute;
  display: none;
  width: auto;
  white-space: nowrap;
  font-size: 12px;
  background-color: black;
  color: white;
  padding: 2px 6px;
  border-radius: 2px;
}
.mailto-message:after,
.mailto-message:before {
  content: '';
}
.mailto-message:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000000;
  border-width: 4px;
  margin-left: -4px;
}
.mailto-link:hover .mailto-message,
.mailto-link:focus .mailto-message,
.mailto-link:focus-within .mailto-message {
  display: block;
}
/*# sourceMappingURL=main.css.map */