/*
@color-gradient-light-left: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.21) 100%);
@color-gradient-dark-left: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.21) 100%);

@color-gradient-light-right: linear-gradient(90deg, rgba(255, 255, 255, 0.21) 0%, rgba(255, 255, 255, 0) 100%);
@color-gradient-dark-right: linear-gradient(90deg, rgba(0, 0, 0, 0.21) 0%, rgba(0, 0, 0, 0) 100%);
*/
/* == CORE == */
body {
  font-family: 'Montserrat', sans-serif;
  background-color: #ffffff;
  color: #1c1d20;
  overflow-x: hidden;
  font-size: 13px;
}
p {
  font-size: 13px;
  font-weight: 400;
  margin-top: 0.5em;
  line-height: 1.7em;
}
a,
p,
h1,
h2,
h3,
h4,
h5 {
  color: #1c1d20;
}
a:hover {
  color: #d9261b;
}
.contentcontainer a {
  color: #183883;
}
.contentcontainer a:hover {
  color: #d9261b;
}
.povinf a {
  color: #183883;
}
.povinf a:hover {
  color: #183883;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 0.7em;
  line-height: 1.4em;
}
h1 {
  font-size: 31px;
  margin-top: 0;
  margin-bottom: 30px;
  display: block;
  position: relative;
}
h2 {
  margin-top: 0.7em;
  font-size: 28px;
}
h3 {
  margin-top: 0.7em;
  font-size: 24px;
}
h4,
h5,
h6 {
  margin-top: 0.7em;
  font-size: 18px;
}
@media (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    margin-top: 0.7em;
    margin-bottom: 0.7em;
  }
  .action-alert {
    margin-right: 0px !important;
  }
  .breadcrumbs-container {
    top: 362px !important;
  }
}
/* == LAYOUT == */
body.page-left-in,
body.page-right-in,
body.page-fade-only,
body.page-fade {
  background-color: #1c1d20 !important;
}
.page-container {
  max-width: 1600px;
  margin: 0 auto;
  border-radius: 0px;
}
/* == BLOCKS == */
.block-outer {
  border-radius: 0px;
  padding: 21px 21px 7px 21px;
  border: 2px solid #ededed !important;
  background-color: #ffffff;
  height: 186px;
}
.block-inner {
  border-radius: 0px;
  padding: 21px 0px;
  margin-bottom: 14px;
  text-align: center;
}
.block-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box-float-container {
  min-width: 100%;
  display: block;
  text-align: right;
  margin-bottom: 7px;
}
.box-float {
  display: inline-block;
  font-size: 0.7em;
  border-radius: 0px;
  background-color: #183883;
  color: #ffffff;
  padding: 7px 21px;
}
.box-float img {
  max-height: 0.7em;
}
.box-float.light {
  background-color: #ededed;
  color: #1c1d20;
  cursor: grab;
}
.box-float.red {
  background-color: #183883;
}
.block-icon {
  font-size: 2em;
}
.text-bold {
  font-weight: 600 !important;
}
.text-regular {
  font-weight: 400 !important;
}
.color-gr {
  color: #7e828f !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.over-hidden {
  overflow: hidden;
}
.side-2 {
  left: -84px;
  margin-right: -56px;
  padding-left: 56px;
  z-index: 1 !important;
  overflow: hidden;
}
.side-2 .box-icon {
  background-color: #183883 !important;
}
@media (max-width: 767px) {
  .sidebar-menu {
    left: 0px !important;
  }
  .main-content {
    top: -54px;
    left: 0px !important;
  }
  .sidebar-menu-inner {
    width: 100%;
    padding-bottom: 70px;
  }
  .page-container .sidebar-menu .logo-container {
    padding-bottom: 14px !important;
  }
}
/* == BOXES == */
.top-btn {
  cursor: pointer;
}
.top-btn img {
  padding-left: 14px;
}
.action-alert {
  margin-right: 60px;
}
.action-alert-frame {
  width: 22px;
  height: 22px;
  border: 2px solid #ededed;
  border-radius: 0px;
  display: inline-block;
  margin-bottom: -6px;
  position: relative;
  transition: width 0.2s, background-color 0.2s, border-color 0.2s, transform 0.2s, margin 0.2s, height 0.2s;
}
.action-alert-icon-placeholder {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 0px;
  top: -5px;
  right: -5px;
  position: absolute;
}
.action-alert-icon {
  width: 10px;
  height: 10px;
  background-color: #183883;
  border: 2px solid #ffffff;
  border-radius: 0px;
  top: -5px;
  right: -5px;
  position: absolute;
  /*animation: flickerAnimation 2s infinite;*/
}
@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.action-alert.openned .action-alert-frame {
  border-color: #1c1d20;
}
.action-alert.openned .action-alert-icon-placeholder {
  background-color: #1c1d20;
}
.action-alert.openned .action-alert-icon {
  background-color: #1c1d20;
}
.alerts-container {
  height: 0px;
  width: 100%;
  overflow: hidden;
  transition: width 0.2s, background-color 0.2s, border-color 0.2s, transform 0.2s, margin 0.2s, height 0.2s;
}
.alerts-container.openned {
  margin-top: 60px;
  height: 380px;
}
.content-container p {
  font-size: 13px;
  line-height: 2em;
}
.search-container {
  width: 100%;
  height: 40px;
  border-radius: 0px;
}
.search-input,
.search-btn {
  display: inline-block;
}
.search-field {
  display: flex;
  padding: 0px 7px 0px 21px;
  border: 1px solid #1c1d20;
  background-color: #ffffff;
}
.search-input {
  flex: 1;
  height: 40px;
  border: none !important;
  background: none !important;
  color: #1c1d20;
  font-size: 13px;
  outline: none !important;
  box-shadow: none !important;
}
.search-input:focus {
  outline: none !important;
  box-shadow: none !important;
}
.search-btn {
  flex: 0 0 50px;
  /* do not grow, do not shrink, start at 250px */
  height: 40px;
  border: none !important;
  background: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.search-btn:focus {
  outline: none !important;
  box-shadow: none !important;
}
.search-input::placeholder {
  color: #1c1d20;
  font-size: 13px;
}
.top-container {
  margin-bottom: 47px;
  position: relative;
}
.breadcrumbs-container {
  top: 347px;
  right: 0px;
  position: absolute;
  width: 100%;
}
.breadcrumb {
  text-align: right;
}
.breadcrumb > li a,
.breadcrumb > .active {
  color: #7e828f !important;
  font-size: 13px;
  display: inline-block;
  max-width: 104px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-spacer {
  display: none;
}
@media (max-width: 1000px) {
  .top-spacer {
    display: block;
  }
}
@media (min-width: 1534px) {
  .top-spacer-left {
    width: 40% !important;
  }
  .top-spacer-right {
    width: 60% !important;
  }
  .content-container {
    margin-top: -56px;
    display: inline-block;
  }
  .content-container h1 {
    width: 40% !important;
    margin-bottom: 15px;
    min-height: 86px;
  }
  .top-container {
    margin-bottom: 0px;
  }
}
.box-header {
  font-weight: 500;
  font-size: 13px;
  color: #1c1d20;
  padding-bottom: 28px;
  line-height: 1.7em;
}
.logo-text {
  display: none;
  text-align: left;
  margin-left: 14px;
}
.logo-heading {
  font-size: 21px;
  font-weight: 600;
}
.logo-desc {
  color: #7e828f;
}
@media (max-width: 767px) {
  .logo {
    text-align: left;
    display: inline-block;
    width: auto;
    margin-bottom: 7px;
  }
  .logo img {
    max-width: 47px;
    vertical-align: top;
  }
  .logo-text {
    display: inline-block;
  }
}
.boxarea-mobile {
  width: 100%;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.14) !important;
  transition: width 0.2s, background-color 0.2s, transform 0.2s, margin 0.2s, height 0.2s;
  padding: 100px 0px 35px 0px;
  display: block;
  margin-top: -109px;
}
.boxarea-mobile .box {
  width: calc(50% - 30px);
  margin: 14px !important;
  display: inline-block;
  vertical-align: top;
  min-height: 250px;
  height: 100%;
}
@media (max-width: 500px) {
  .boxarea-mobile .box {
    width: calc(100% - 30px);
  }
}
.boxarea-mobile .box-content {
  overflow: hidden;
  height: 100%;
  transition: width 0.2s, background-color 0.2s, transform 0.2s, margin 0.2s, height 0.2s;
}
.boxcut {
  height: 250px !important;
  transition: width 0.2s, background-color 0.2s, transform 0.2s, margin 0.2s, height 0.2s;
}
.boxcut .box-content {
  height: 190px;
  transition: width 0.2s, background-color 0.2s, transform 0.2s, margin 0.2s, height 0.2s;
}
.boxcutter {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  padding: 14px;
  border-radius: 0px;
  height: 114px;
}
.cutter-btn {
  background-color: #183883;
  padding: 14px;
  color: #ffffff;
  border-radius: 0px;
  margin-top: 27px;
  cursor: pointer;
}
.page-container {
  height: auto;
}
.footer-container {
  display: block;
  position: relative;
}
footer {
  display: block;
  max-width: 1588px;
  margin: 0 auto;
  right: 28px;
  position: relative;
  padding: 0px 28px;
}
footer a {
  color: #1c1d20;
}
.footer {
  padding: 14px 34px 34px 34px;
  border-radius: 0px;
  background-color: #ffffff;
  margin: 0px 34px 34px 34px;
}
.footer .obce-logo {
  max-width: 118px;
  display: block;
  float: right;
  margin-top: 17px;
}
.v-center {
  height: 100%;
  vertical-align: middle;
}
.obcenawebu p {
  font-weight: 600;
  color: #f8f8fa;
  margin-top: 21px;
  margin-bottom: 0px;
}
.obcenawebu a {
  font-weight: 600;
  color: #ffffff;
}
.obcenawebu small {
  color: #7e828f;
}
.footer-links {
  border-radius: 0px;
  padding: 0px 34px 70px 34px;
  margin: 34px 34px -56px 34px;
  background-color: rgba(255, 255, 255, 0.14) !important;
}
.footer-links a {
  background-color: #ffffff;
  padding: 7px 14px;
  margin-top: 14px;
  font-weight: 600;
  border-radius: 0px;
  display: inline-block;
  margin-right: 14px;
}
.footer-links .cc {
  margin-top: 14px;
  padding: 7px 14px;
  color: #7e828f !important;
  display: inline-block;
}
@media (max-width: 767px) {
  footer {
    right: 0;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .footer,
  .footer-links {
    margin-left: 0px;
    margin-right: 0px;
  }
  .obcenawebu img {
    float: none !important;
    display: inline !important;
  }
  .obcenawebu .text-right {
    text-align: center !important;
  }
}
/* == DATA TABLES */
.dataTables_wrapper {
  min-width: 100%;
  max-width: 100%;
  overflow-x: scroll !important;
}
.nowrap {
  white-space: nowrap;
}
.ref_input a {
  background-color: #ededed;
  padding: 7px 14px;
  font-weight: 600;
  border-radius: 0px;
  display: inline-block;
  margin-right: 14px;
  cursor: pointer;
  margin-bottom: 14px;
  color: #1c1d20 !important;
}
.ref_input a.active {
  background-color: #183883;
  cursor: pointer;
  color: #ffffff !important;
}
.ref_input a:hover {
  background-color: #183883;
  cursor: pointer;
  color: #ffffff !important;
}
.ref_search {
  margin-bottom: 21px;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ededed;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  background-color: #ededed;
  color: #7e828f;
}
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  background-color: #ededed;
  color: #7e828f;
  font-weight: 600;
}
.table-bordered {
  border: 1px solid #ededed;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #7e828f !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #7e828f !important;
}
.dataTables_wrapper .dataTables_paginate span .paginate_button.current {
  background: #1c1d20 !important;
  color: #ffffff !important;
}
.form-control {
  font-weight: 600 !important;
  color: #1c1d20 !important;
}
input::placeholder {
  font-weight: 400 !important;
  color: #1c1d20 !important;
}
.table-entry-title {
  font-weight: 600 !important;
}
.dataTables_wrapper > div input[type="text"],
.dataTables_wrapper > div input[type="search"],
.dataTables_wrapper > div input[type="numbeer"] {
  color: #1c1d20 !important;
  font-weight: 600 !important;
}
table.table thead th.sorting_desc,
table.table thead th.sorting_desc:after,
table.table thead th.sorting_asc,
table.table thead th.sorting_asc:after {
  color: #1c1d20 !important;
}
/* == OLD ADMIN */
.skryj {
  display: none;
}
.content-container {
  font-size: 13px;
}
.content-container a {
  color: #183883;
}
.content-container .vypis {
  font-size: 13px;
}
.vypis td,
.vypis th {
  padding: 7px;
  border: 1px solid #ffffff;
}
.vypis th {
  background-color: #ededed;
  color: #7e828f;
}
.povinf td,
.povinf th {
  padding: 7px;
  border: 1px solid #ffffff;
}
.povinf th {
  background-color: #ededed;
  color: #7e828f;
}
.article {
  margin-bottom: 21px;
}
.article-image {
  width: 100%;
  height: 120px;
  margin: 0;
  padding: 0;
}
.article-image img {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}
.article-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 7px;
}
.article-title a {
  color: #1c1d20 !important;
}
.article-meta {
  font-size: 12px;
  color: #7e828f;
}
.meta-cat {
  color: #183883;
}
.article-perex {
  margin-top: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.article-perex a {
  color: #1c1d20 !important;
}
.article-inside-meta {
  color: #7e828f;
  font-size: 13px;
  margin-top: -19px;
}
.article-inside-meta .cat {
  /*display: inline-block;
    padding: 4px 14px;
    color: @color-pagebg;
    background-color: @color-right;
    border-radius: 0px;*/
}
.povinf_tisk {
  display: none;
  /*
    display: inline-block;
    padding: 4px 14px;
    color: @color-pagebg !important;
    background-color: @color-right;
    border-radius: 0px;
    margin-bottom: 14px;*/
}
.povinf_tisk img {
  display: none;
}
.info-box {
  margin-bottom: 21px;
}
.info-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
}
.info-box a {
  white-space: -moz-pre-wrap !important;
  /* Mozilla, since 1999 */
  white-space: -webkit-pre-wrap;
  /* Chrome & Safari */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: pre-wrap;
  /* CSS3 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  word-break: break-all;
  white-space: normal;
}
.zastupitele {
  margin-bottom: 21px;
}
.zastupitele td {
  vertical-align: top;
}
.zastupitele img {
  margin-right: 21px;
}
.zastupitele h3 {
  margin-top: 7px;
  margin-bottom: 7px;
}
.zastupitele h4 {
  margin-top: 0px;
  margin-bottom: 14px;
}
table.clanek {
  width: 100%;
}
table.clanek label {
  font-weight: 400 !important;
  margin-top: 14px;
}
table.clanek input,
table.clanek textarea {
  border: 1px solid #7e828f !important;
  width: 100%;
  padding: 7px;
  font-weight: 400 !important;
}
.podatelna_input_check {
  width: 40px !important;
  display: inline-block;
}
.sendbutton {
  background-color: #1c1d20;
  font-weight: 600;
  color: #ffffff !important;
  border: none;
  border-radius: 0px;
}
.img-container {
  display: block;
  width: 100%;
  height: 140px;
  background: #7e828f;
  margin: 0;
  padding: 0;
}
.img-container img {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio-item {
  margin-top: 14px;
  margin-bottom: 7px;
}
.portfolio-item h3 {
  margin-top: 14px;
  margin-bottom: 7px;
  font-size: 17px;
  font-weight: 600;
}
.portfolio-item p {
  margin: 0px;
  font-size: 13px;
  line-height: 1em;
}
.responsive-calendar .day a {
  background-color: #ededed !important;
  color: #1c1d20 !important;
  border-radius: 0 !important;
  margin: 4px;
  padding: 6px;
}
.responsive-calendar .day.sat a,
.responsive-calendar .day.sun a {
  background-color: #ededed !important;
}
.responsive-calendar .day.today a {
  background-color: #7e828f !important;
  color: #ffffff !important;
}
.responsive-calendar .day.active a {
  background-color: #183883 !important;
  color: #ffffff !important;
}
.main-box-title {
  font-weight: 500;
  font-size: 18px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.calendar-curmonth {
  font-size: 13px;
  font-weight: 400;
  color: #1c1d20 !important;
  line-height: 26px;
}
.calendar-curmonth img {
  margin-top: -4px;
}
.days {
  margin-top: 17px;
  margin-bottom: 17px;
}
.main-box-content {
  margin-top: 34px;
  margin-bottom: 34px;
}
.main-box-content .article-image {
  border-radius: 0;
  height: 90px !important;
  overflow: hidden;
}
.main-box-content .article-title a {
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
}
.main-box-content .article-meta {
  color: #1c1d20;
}
.main-box-content .article-perex a {
  font-size: 13px;
  color: #1c1d20 !important;
}
.main-box-link {
  text-align: center;
}
.main-box-link a {
  display: inline-block;
  padding: 14px 40px;
  color: #ffffff;
  background-color: #183883;
  border-radius: 0px;
  margin-bottom: 14px;
}
.main-box-link.link-red a {
  background-color: #7e828f;
}
.main-box-link a:hover {
  color: #f8f8fa;
  background-color: #d9261b;
}
.nobg-btn-link {
  display: inline-block;
  padding: 7px 14px;
  color: #1c1d20;
  background-color: #ededed;
  border-radius: 0px;
  font-size: 13px;
  border: none !important;
}
.search-btn2 {
  display: inline-block;
  padding: 7px 14px;
  color: #ffffff;
  background-color: #183883;
  border-radius: 0px;
  border: none !important;
}
.cat1 {
  display: none;
}
.add-on {
  padding: 0px 14px;
}
.event-search .row,
.akce-h {
  margin-bottom: 14px;
}
.clear-top-fix {
  width: 100%;
  min-width: 100%;
  display: inline-block;
}
.alert-box {
  width: 100%;
  border-radius: 0px;
  background-color: #183883;
  color: #ffffff;
  padding: 28px;
  margin-bottom: 34px;
}
.alert-icon {
  width: 49px;
  height: 49px;
  border-radius: 0px;
  background-color: #ffffff;
  color: #183883;
  text-align: center;
  padding-top: 14px;
  vertical-align: top;
  display: inline-block;
  margin-right: 28px;
  margin-bottom: 28px;
}
.alert-icon img {
  text-align: center;
  vertical-align: middle;
}
.alert-meta {
  vertical-align: top;
  display: inline-block;
}
.alert-date {
  font-size: 18px;
  font-weight: 600;
}
.alert-type {
  font-size: 13px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .divide-more-left {
    padding-right: 45px;
  }
  .divide-more-right {
    padding-left: 45px;
  }
}
.main-box-table td {
  font-size: 13px;
  color: #7e828f;
  padding: 7px 14px 7px 0px;
  text-align: left;
  vertical-align: top;
}
.main-box-table td a {
  font-size: 12px;
  color: #1c1d20;
  font-weight: 600;
  vertical-align: middle;
  display: inline-block;
}
.main-box-table td {
  font-size: 12px;
  vertical-align: middle;
}
.doctype {
  width: 12px;
  height: 12px;
  border-radius: 0px;
  background-color: #183883;
  display: inline-block;
  margin-top: 7px;
}
.red-alert {
  background-color: #7e828f !important;
}
.blue-alert {
  background-color: #7e828f !important;
}
.box-content img {
  max-width: 100%;
}
/*
.carousel-container {
    position: relative;
}

.carousel {
    border-radius: 0px;
    overflow: hidden;
    height: 250px;
    margin-bottom: 39px;
}

.carousel-caption {
    position: absolute;
    top: 138px;
    left: -30px;
    background-color: @color-pagebg;
    padding: 10px;
    border-radius: 0px;
    height: 42px;
    text-shadow: none !important;
    font-size: @font-size-meduim;
    font-weight: @font-weight-bold;
    color: @color-text;
}

.carousel-cover-dot {
    width: 42px;
    height: 42px;
    border-radius: 0px;
    background-color: @color-right;
    text-align: center;
    z-index: 999;
    position: absolute;
    top: 138px;
    left: -21px;
    padding-top: 10px;
}
*/
.content-container table td {
  padding: 5px;
}
/* ======================================================================================== */
/* New styles */
/* ======================================================================================== */
.pagecontainer {
  width: 100%;
  max-width: 1240px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}
.mobilecontainer {
  max-height: 324px;
  overflow: hidden;
  overflow-y: scroll;
}
.mainpagecontainer {
  background-color: #ffffff;
}
.contentcontainer {
  padding: 30px;
}
.sameh-container {
  display: flex;
  width: 100%;
}
.sameh {
  flex: 1;
}
.leftside {
  background-color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  z-index: 0;
  overflow: hidden;
  transition: all ease 0.4s;
}
.rightside {
  background-color: #183883;
  margin-left: -36px;
  padding-left: 36px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 0;
  overflow: hidden;
  transition: all ease 0.4s;
}
.leftside.sideopen,
.rightside.sideopen {
  width: 320px;
  max-width: 320px;
  transition: all ease 0.4s;
}
.leftside.sideclosed,
.rightside.sideclosed {
  width: 6px;
  max-width: 6px;
  transition: all ease 0.4s;
}
.rightbtn {
  background-color: #183883;
  height: 55px;
  /*/margin-right: (@radius-big - @width-sidebar-closed);*/
}
.center {
  background-color: #ffffff;
  border-radius: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}
.bottom-spacer {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 6px;
}
.logo-spacer {
  position: absolute;
  top: -117.5px;
  left: calc(50% - (164px/2));
  width: 164px;
  height: 180px;
  z-index: 2;
}
.leftspacer {
  background-color: #183883;
  height: 6px;
  /*margin-left: (@radius-big - @width-sidebar-closed);*/
}
.rightspacer {
  background-color: #183883;
  height: 6px;
  /*margin-right: (@radius-big - @width-sidebar-closed);*/
}
.header-spacer {
  display: block;
  width: 100%;
  height: 540px;
}
.mobilecontainer {
  display: none;
}
.bottomblock-container {
  display: none;
}
.logo-spacer {
  text-align: center;
  padding: 23px;
  background-color: #ffffff;
  border-radius: 0;
}
.footer-container {
  margin-top: 36px;
  color: #f8f8fa;
}
.footer-container a {
  color: #f8f8fa;
  font-weight: 500;
}
.bolder {
  font-weight: 500;
}
.fmt {
  margin-top: 7px;
  text-align: center;
}
.footer-container .map {
  text-align: right;
}
/* Mobile view */
@media (max-width: 1000px) {
  .footer-container .map {
    text-align: center;
  }
  .pagecontainer {
    padding-left: 0;
    padding-right: 0;
  }
  .leftside,
  .rightside {
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
  }
  .mobilecontainer {
    display: block;
  }
  .center {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
  .bottom-spacer {
    display: none;
  }
  .bottomblock-container {
    display: block;
  }
  .content-divider {
    display: block;
    width: 100%;
    height: 36px;
  }
  .rightbtn {
    margin-right: 30px;
  }
  .leftside-content,
  .rightside-content {
    display: none !important;
  }
  .leftbtn .topbtn {
    justify-content: end;
  }
  .rightbtn .topbtn {
    justify-content: flex-end;
  }
  .logo-spacer {
    padding: 0;
    background: none;
    padding-top: 6px;
  }
  .logo-spacer img {
    padding-top: 6px;
  }
  .contentcontainer {
    padding: 15px;
    padding-bottom: 36px;
  }
  h1 {
    max-width: 100%;
  }
  .bc {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .sidebox-title {
    font-weight: 600;
  }
}
.leftmenu {
  border-top-right-radius: 0;
  background-color: #183883;
}
.rightmenu {
  border-top-left-radius: 0;
  background-color: #183883;
}
.mobilemenu {
  display: none;
}
.mobilemenu.visiblemenu {
  display: block;
  margin-bottom: -36px;
}
.menu-divider {
  display: none;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bottomblock {
  background: rgba(255, 255, 255, 0.14) !important;
  margin-top: -36px;
  padding-top: 36px;
  border-bottom-left-radius: 36px;
  border-bottom-right-radius: 36px;
}
.contentcontainer {
  width: 100%;
  min-width: 100%;
  display: block;
}
.bg-container,
.bg-container .carousel,
.bg-container .carousel-inner,
.bg-container .item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  min-width: 100%;
  opacity: 1;
  height: 525px;
  padding-top: 146px;
}
.bg-container img {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg-container .carousel-inner > .item > img,
.bg-container .carousel-inner > .item > a > img {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bgcover-container {
  position: absolute;
  top: 403px;
  left: 0;
  z-index: -1;
  min-width: 100%;
  opacity: 1;
  height: 122px;
}
.bgcover {
  fill: #183883;
  width: calc(100% + 2px);
  min-width: 100%;
  height: auto;
  position: absolute;
  bottom: -2px;
  left: auto;
}
.side-divider {
  display: block;
  width: 100%;
  margin-top: 109px;
}
.topbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  cursor: pointer;
  color: #f8f8fa;
  font-weight: 500;
  font-size: 18px;
}
/*
.leftbtn .topbtn:hover {
    background: @color-left-dark;
}

.rightbtn .topbtn:hover {
    background: @color-right-dark;
}
*/
.leftside-content {
  margin-right: -6px;
}
.rightside-content {
  margin-left: -6px;
}
.side ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.side ul li a {
  background-color: #183883;
  display: block;
  width: 100%;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 13px;
  margin-bottom: 1px;
  color: #f8f8fa;
  padding-left: 36px;
  font-weight: 500;
}
.side ul li ul li a {
  border-bottom: 1px solid #ffffff;
}
.side.leftside ul li ul {
  background-color: #ededed;
}
.side.rightside ul li ul {
  background-color: #ededed;
}
.side.leftside ul li ul li ul {
  background-color: #fffffc;
}
.side.rightside ul li ul li ul {
  background-color: #fffffc;
}
.side ul li ul li a {
  background-color: inherit;
  color: #1c1d20;
  margin: 0;
  padding-top: 11px;
  padding-bottom: 11px;
}
.side ul li ul li a {
  padding-left: 44px;
}
.side ul li ul li ul li a {
  padding-left: 52px;
}
.side.leftside ul li.active > a,
.side.leftside ul li a:hover {
  background-color: #d9261b;
  color: #f8f8fa;
}
.side.rightside ul li.active > a,
.side.rightside ul li a:hover {
  background-color: #d9261b;
  color: #f8f8fa;
}
.side.leftside ul li ul li.active > a,
.side.leftside ul li ul li a:hover {
  background-color: #d9261b;
  color: #f8f8fa;
}
.side.rightside ul li ul li.active > a,
.side.rightside ul li ul li a:hover {
  background-color: #d9261b;
  color: #f8f8fa;
}
.side.leftside > .leftside-content > ul > li:nth-child(1).active > a {
  background-color: #183883;
}
.side ul li ul {
  display: none;
}
.side ul li.opened ul {
  display: block;
}
.side ul li ul li ul {
  display: none !important;
}
.side ul li ul li.opened ul {
  display: block !important;
}
.side li > a:after {
  content: '\1433';
  font-size: 13px;
  transform: scale(0.5, 1);
}
.side ul > li.opened > a:after {
  content: '\1433';
  font-size: 13px;
  transform: scale(1, 0.5) rotate(90deg);
}
.side li.opened > a:only-child:after {
  content: '';
}
.side li > a:only-child:after {
  content: '';
}
.side li a {
  position: relative;
}
.side li a:after {
  display: block;
  position: absolute;
  top: 11px;
  right: 18px;
}
.sidebox {
  background-color: #fff;
  padding: 0px 36px 0px 36px;
}
.sidebox-title {
  color: #1c1d20;
  margin-bottom: 30px;
  font-size: 14px;
  text-align: left;
}
.sidebox-content * {
  color: #1c1d20 !important;
}
.sidebox-content img {
  max-width: 100%;
  margin-bottom: 7px;
}
.floating-calendar {
  /*
    width: 415px;
    max-width: calc(100vw - 60px);
    height: 319px;
    padding: 30px;
    background-color: @color-pagebg;
    position: absolute;
    top: 27px;
    right: 30px;
    z-index: 9999999999999999;
    */
}
.youtube_spacer {
  height: 40px;
}
.floating-calendar-container .pagecontainer {
  position: relative;
}
.mobilecontainer .side {
  padding-bottom: 0;
}
.side.leftmenu ul li.active > a,
.side.leftmenu ul li a:hover {
  background-color: #d9261b;
  border-color: #d9261b !important;
  color: #f8f8fa;
  cursor: pointer;
}
.side.rightmenu ul li.active > a,
.side.rightmenu ul li a:hover {
  background-color: #183883;
  color: #f8f8fa;
  cursor: pointer;
}
.side.leftmenu ul li ul {
  background-color: #ededed;
}
.side.leftmenu ul li ul li ul {
  background-color: #fffffc;
}
.side.rightmenu ul li ul {
  background-color: #ededed;
}
.doctype {
  background-color: #183883;
  color: #f8f8fa;
  font-weight: 500;
  text-align: center;
  border-radius: 0px;
  font-size: 7px;
  padding-top: 11px;
  width: 32px;
  height: 32px;
  text-transform: uppercase;
  margin-top: 1px;
}
.btn-red {
  background-color: #183883;
}
.btn-red:hover {
  background-color: #183883;
}
.dataTables_wrapper > div label {
  color: #7e828f;
}
.dataTables_wrapper > div.dataTables_length,
.dataTables_wrapper > div.dataTables_filter,
.dataTables_wrapper > div.dataTables_info,
.dataTables_wrapper > div.dataTables_processing,
.dataTables_wrapper > div.dataTables_paginate {
  color: #7e828f;
}
.bottomblock .sidebox {
  vertical-align: top;
  background: none !important;
  display: inline-block;
  width: 49%;
}
.table-entry-title a {
  color: #183883;
}
.table-entry-title a:hover {
  color: #183883;
}
.contentcontainer .vypis a {
  color: #183883;
}
.contentcontainer .vypis a:hover {
  color: #183883;
}
.subfooter {
  background-color: #343434;
  padding: 36px 0px;
}
.subfooter .pt10 {
  color: #c2c2c2 !important;
  margin-bottom: 0px !important;
}
.subfooter a {
  color: #f8f8f8;
}
.subfooter small {
  color: #6e6e6e;
}
.subfooter .col-md-4 {
  text-align: right;
}
.subfooter .col-md-4 a {
  display: block;
  width: 100%;
  text-align: right;
}
.subfooter .col-md-4 a img {
  display: inline-block;
}
.mainpage-bfix {
  padding-bottom: 0px;
}
@media (max-width: 991px) {
  .sidebox {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
  }
  .subfooter .col-md-4 a {
    text-align: center;
    margin-bottom: 14px;
  }
  .bt-map {
    margin-top: 14px;
  }
}
@media (max-width: 370px) {
  .bottomblock .sidebox {
    max-width: 100%;
    width: 100%;
  }
}
/* fade */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  now override the 3.3 new styles for modern browsers & apply opacity
  */
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.contentcontainer table,
.contentcontainer table tr,
.contentcontainer table tr td {
  padding: 4px !important;
}
.main-box-table td a:hover {
  color: #183883;
}
.contentcontainer img {
  border-radius: 0;
}
.contentcontainer img {
  max-width: calc(100%) !important;
  height: auto !important;
  min-width: 100px;
}
.contentcontainer button img {
  min-width: auto !important;
}
.contentcontainer .alert-icon img {
  min-width: auto !important;
}
.contentcontainer .obce-logo {
  min-width: auto !important;
}
.contentcontainer .vypis img {
  min-width: auto !important;
  border-radius: 0 !important;
}
.contentcontainer .datatable img {
  min-width: auto !important;
  border-radius: 0 !important;
}
.contentcontainer .article-image img {
  object-fit: cover;
  max-width: inherit !important;
  min-width: inherit !important;
  height: 100% !important;
}
.contentcontainer .input-group img {
  object-fit: cover;
  max-width: inherit !important;
  min-width: inherit !important;
  height: 100% !important;
}
.img-container img {
  width: 200px !important;
  height: 200px !important;
  object-fit: cover !important;
}
.portfolio-item a {
  display: block;
}
.portfolio-item .img-container {
  width: 200px !important;
  display: block;
  height: 200px !important;
}
.img-container-full img {
  width: 200px !important;
  height: 200px !important;
  object-fit: cover !important;
}
.portfolio-item .img-container-full {
  width: 200px !important;
  display: block;
  height: 200px !important;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #183883;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 0;
}
.footer-container {
  margin: 50px 30px;
}
.fmt {
  text-align: left;
}
.topheader {
  position: absolute;
  background-color: #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 146px;
}
.topheaderline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #183883;
  z-index: -1;
}
.mainlogo {
  display: inline-block;
  margin-top: 27px;
  margin-bottom: -60px;
}
.topheader .pagecontainer {
  z-index: 9;
  position: relative;
}
.maintitle {
  display: inline-block;
  vertical-align: top;
  margin-top: 32px;
  margin-left: 25px;
}
.maintitle .title {
  font-weight: 600;
  font-size: 38px;
  display: block;
}
.maintitle .desc {
  display: block;
  margin-top: -10px;
}
.mainmeta {
  position: absolute;
  top: 40px;
  right: 0;
  width: 100%;
  max-width: 379px;
}
.quickbtn {
  display: inline-block;
  width: 42px;
  height: 42px;
  background-color: #183883;
  color: #f8f8fa;
  text-align: center;
  vertical-align: middle;
  float: left;
  margin-right: 7px;
}
.quickbtn i {
  font-size: 17px;
  line-height: 42px;
}
.quickbtn2 {
  display: inline-block;
  width: 40px;
  height: 42px;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
  padding-top: 7px;
  background: none !important;
  float: left;
}
.mainlinks {
  position: absolute;
  bottom: -30px;
  left: 197px;
  width: 100%;
}
.mainlinks a {
  display: inline-block;
  height: 40px;
  color: #f8f8fa;
  padding: 0px 15px;
  line-height: 40px;
  font-weight: 500;
  font-size: 13px;
}
.mainlinks a:hover {
  background-color: #d9261b;
}
.headercontainer {
  position: relative;
  margin: 0px 30px;
}
.dnes_je {
  font-size: 18px;
}
.svatek_ma {
  font-size: 14px;
}
.bolder {
  font-weight: 600;
}
@media (max-width: 1000px) {
  .top-spacer {
    position: absolute;
    left: 0;
    width: 100%;
    height: 40px;
  }
  .leftbtn {
    background-color: #183883;
    height: 40px;
    margin-left: 212px;
    margin-top: -10px;
  }
  .mainlinks {
    display: none;
  }
}
.footer-bg-img-after {
  display: none;
}
@media (max-width: 991px) {
  .search-container {
    display: none;
  }
  .mainmeta {
    max-width: fit-content;
  }
  .mobilecontainer {
    max-width: calc(100% + 60px);
    min-width: calc(100% + 60px);
    width: calc(100% + 60px);
    margin: -1px -30px;
  }
  .mainlogo img {
    max-height: 116px;
  }
  .leftbtn {
    margin-left: 128px;
    margin-top: 12px;
  }
  .header-bg-img {
    display: none;
  }
  .footer-bg-img-after {
    display: block;
    position: absolute;
    top: 17px;
    left: -164px;
    width: 487px;
    height: 178px;
    background: linear-gradient(0deg, #183883 38%, rgba(24, 56, 131, 0) 100%);
  }
}
@media (max-width: 991px) {
  .maintitle .title {
    font-size: 31px !important;
  }
  .leftbtn {
    margin-top: 14px;
  }
}
@media (max-width: 500px) {
  .maintitle .title {
    padding-top: 10px;
    font-size: 26px !important;
  }
}
@media (max-width: 450px) {
  .maintitle .title {
    max-width: 140px;
    padding-top: 0;
    line-height: 1;
  }
  .maintitle .desc {
    margin-top: 0px;
    margin-bottom: -10px;
  }
  .mainlogo img {
    max-height: 74px;
  }
  .leftbtn {
    margin-left: 0;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .fmt {
    width: 100% !important;
    text-align: center;
  }
}
@media (max-width: 617px) {
  .mainmeta {
    display: block;
    top: 5px;
    right: -30px;
  }
  .hidemobile {
    display: none;
  }
}
.leftside .main-menu {
  margin: 30px !important;
}
.footer-bg {
  background-color: #183883;
  padding: 16px 0px 1px 0px;
}
.footer-bg-img {
  position: absolute;
  top: -70px;
  left: -166px;
  z-index: 0;
}
.footer-container .row {
  z-index: 1;
}
.header-bg-img {
  position: absolute;
  top: -1px;
  left: -176px;
  z-index: -1;
}
.mainlogo,
.maintitle,
.mainmeta {
  z-index: 1;
}
.bg-color-outer {
  background: linear-gradient(90deg, #183883 50%, #ffffff 50%);
}
.bg-color-inner {
  background-color: #ffffff;
  height: 106px;
}
.breadcrumb > li a:hover {
  color: #d9261b !important;
}
.quickbtn:hover {
  background-color: #d9261b;
  color: #f8f8fa;
}
.floating-calendar .responsive-calendar .main-box-title {
  font-weight: 500;
  font-size: 18px;
}
.floating-calendar .responsive-calendar .day a {
  margin: 0 1px 1px 0;
  background-color: #ededed;
  font-size: 13px;
}
.floating-calendar .responsive-calendar .day.today a {
  background-color: #7e828f;
}
.responsive-calendar {
  position: relative;
  height: 262px;
}
.responsive-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.calendar-arrow {
  background-color: #ededed;
  color: #1c1d20;
  width: 26px;
  height: 26px;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
}
.cal-over:hover .calendar-arrow {
  background-color: #d9261b;
  color: #f8f8fa;
}
.cal-over:hover .calendar-text {
  color: #d9261b;
}
.calendar-arrow-text {
  font-weight: 500;
}
.cal-top {
  position: absolute;
  top: 0;
  left: 0;
}
.responsive-calendar {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-bg {
  overflow: hidden;
}
.main-menu a {
  font-size: 13px !important;
}
.contentcontainer h1 {
  font-size: 33px !important;
  font-weight: 600 !important;
}
.contentcontainer h2,
.contentcontainer h3,
.contentcontainer h4,
.contentcontainer h5,
.contentcontainer h6 {
  font-weight: 600 !important;
}
.povinf h2 {
  color: #183883;
  font-size: 26px;
}
hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
.alert-type {
  font-weight: bolder;
  font-size: 14px;
}
.youtube {
  margin-top: 14px;
  width: 15px;
}
.responsive-calendar .day.active.color_1 a {
  background-color: #183883 !important;
}
.responsive-calendar .day.active.color_2 a {
  background-color: #d9261b !important;
}
.responsive-calendar .day.active.color_14 a {
  background-color: #1653B4 !important;
}
.responsive-calendar .day.active.color_13 a {
  background-color: #CC9E0F !important;
}
.responsive-calendar .day.active.color_12 a {
  background-color: #E38BB7 !important;
}
.responsive-calendar .day.active.color_11 a {
  background-color: #FDCF42 !important;
}
.responsive-calendar .day.active.color_10 a {
  background-color: #A4E289 !important;
}
.responsive-calendar .day.active.color_19 a {
  background-color: #6DB3F2 !important;
}
.responsive-calendar .day.active.color_8 a {
  background-color: #999999 !important;
}
.responsive-calendar .day.active.color_7 a {
  background-color: #FE6767 !important;
}
.responsive-calendar .day.active.color_15 a {
  background-color: #98201E !important;
}
.responsive-calendar .day.active.color_16 a {
  background-color: #51813A !important;
}
.responsive-calendar .day.active.color_18 a {
  background-color: #F8A34B !important;
}
.responsive-calendar .day.active.color_17 a {
  background-color: #503D81 !important;
}
.relative {
  position: relative;
}
.casopis {
  position: absolute;
  top: 30px;
  right: 25px;
}
@media (max-width: 1000px) {
  .casopis {
    top: 60px;
    max-width: 180px;
  }
}
