@charset "UTF-8";
/* Colors */
*, ::after, ::before {
  box-sizing: border-box;
}

html,
body {
  color: #000;
  font-family: "Titillium Web", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
html.no-scroll,
body.no-scroll {
  overflow-y: hidden;
}

.tooltip {
  max-width: none !important;
}

.tooltip > div {
  max-width: none !important;
  text-align: left;
}

.tooltip ul {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/*zarovnani paticky dolu*/
@media (min-width: 992px) {
  html,
body {
    height: 100%;
  }

  #mother {
    max-width: 1320px;
    min-height: calc(100% - 80px);
  }

  #mother .mother_inner {
    min-height: 100%;
  }

  main.content {
    min-height: 100%;
    overflow: auto;
  }

  main.content > .container-fluid {
    min-height: 100%;
  }

  main.content .container-fluid div.container_inner {
    padding-bottom: 130px;
  }

  .footer-panel {
    position: relative;
    margin-top: -98px;
    /* negative value of footer height */
    clear: both;
  }
}
h1 {
  margin: 1em 0 0.5em;
  font-weight: 700;
  line-height: 1.5;
}

h2 {
  margin: 1em 0 0.5em;
  font-weight: 700;
  line-height: 1.5;
}

h3 {
  margin: 1em 0 0.5em;
  font-weight: 700;
  line-height: 1.5;
}

h4 {
  margin: 1em 0 0.5em;
  font-weight: 700;
  line-height: 1.5;
}

h5 {
  margin: 1em 0 0.5em;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin: 1em 0 0.5em;
  font-weight: 700;
  line-height: 1.5;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 20px;
  line-height: 1.4;
}

h4 {
  font-size: 18px;
  line-height: 1.4;
}

a {
  color: #4466bb;
  text-decoration: underline;
}
a:hover {
  color: #365296;
  text-decoration: none;
}

.btn {
  text-decoration: none;
}

p {
  margin: 0.5em 0;
}

strong {
  font-weight: 700;
}

footer {
  padding: 15px;
}

.footer-panel {
  padding: 30px 0 20px 0;
}

/* IMAGE LABEL - Add margins to floating images by tinymce*/
img[style~="left;"] {
  margin: 0 1em 1em 0;
}

img[style~="right;"] {
  margin: 0 0 1em 1em;
}

/*
table.list .edit {display:inline-block; width: 16px; height: 16px; background: url('../img/icons/icon_edit.png') no-repeat; margin-right: 7px;}
table.list .detail {display:inline-block; width: 16px; height: 16px; background: url('../img/icons/icon_detail.png') 0px 1px no-repeat; margin-right: 5px; padding-bottom: 2px;}
table.list .delete {display:inline-block; width: 16px; height: 16px; background: url('../img/icons/icon_delete2.png') no-repeat; margin-right: 5px;}
table.list .estatefiles {display:inline-block; padding-left: 15px; text-decoration: none; height: 16px; background: url('../img/icons/atachment.png') no-repeat; color: #dd0000; }
table.list .help {display:inline-block; width: 16px; height: 16px; background: url('../img/icons/icon_help.png') no-repeat; margin-right: 38px;}
*/
table.ordered th a {
  color: white;
}

table.ordered a.asc {
  background: url(../images/order_asc.png) right no-repeat;
  padding-right: 20px;
}

table.ordered a.asc:hover {
  background: url(../images/order_desc.png) right no-repeat;
  padding-right: 20px;
}

table.ordered a.desc {
  background: url(../images/order_desc.png) right no-repeat;
  padding-right: 20px;
}

table.ordered a.desc:hover {
  background: url(../images/order_asc.png) right no-repeat;
  padding-right: 20px;
}

.perex {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

blockquote {
  background-color: #fffdc8;
  margin: 1.5em 0px;
  padding: 20px;
}

blockquote.blueblock {
  background-color: #c8e7ff !important;
}

pre {
  color: red;
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
  white-space: inherit;
  margin: 0px !important;
}

@media (min-width: 992px) {
  html,
body {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
/* Colors */
nav {
  padding: 15px;
  background-color: #223344;
}

.navbar-brand {
  text-decoration: none;
  color: white;
}
.navbar-brand:hover {
  color: white;
}
.navbar-brand div {
  display: flex;
}
.navbar-brand div img {
  height: 50px;
}
.navbar-brand div span {
  font-size: 32px;
  display: block;
  margin-left: 10px;
}

.menu-toggler {
  /*color: $color-link;*/
  color: white;
  background-color: transparent;
  border: 0;
  padding: 0 10px;
  line-height: 1;
}
.menu-toggler:focus {
  color: white;
  outline: 0;
}
.menu-toggler i {
  font-size: 28px;
  line-height: 37px;
}

.menu {
  width: 260px;
  height: 100%;
  background-color: #fff;
  overflow-y: auto;
  z-index: 999;
}
.menu.show {
  left: 280px;
}
.menu--secondary {
  background-color: #fff;
}

.city_menu {
  margin-bottom: 80px;
}

.menu-item {
  border-top: 1px solid #ddd;
}
.menu-item:first-child {
  border-top: 0;
}
.menu-item:last-child {
  border-bottom: 1px solid #eee;
}

.menu-link {
  position: relative;
  color: #223344 !important;
  font-size: 18px;
  padding: 20px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}
.menu-link--secondary {
  font-size: 14px;
  font-weight: normal;
  color: #223344 !important;
  padding: 10px 30px 10px 50px;
  border-bottom: 1px solid #eee;
  text-transform: none;
}
.menu-link--secondary--subitem {
  padding: 10px 30px 10px 100px;
}
.menu-link--secondary--subitem:before {
  left: 80px;
}
.menu-link--secondary:last-child {
  border-bottom: none;
}
.menu-link--secondary:hover, .menu-link--secondary:focus, .menu-link--secondary.active {
  font-weight: bold;
}
.menu-link--secondary:hover:before, .menu-link--secondary:focus:before, .menu-link--secondary.active:before {
  color: #223344;
}
.menu-link--secondary:before {
  color: #ddd;
  font-size: 14px;
  content: "→";
  position: absolute;
  display: inline-block;
  left: 20px;
  top: 9px;
}
.menu-link--back {
  font-size: 14px;
  font-weight: normal;
  color: #888 !important;
  padding: 10px 20px 10px 20px;
  background-color: #ddd;
}
.menu-link--back:hover, .menu-link--back:focus {
  color: #1C2A37 !important;
}

.menu-icon {
  width: 40px;
}

.menu-close {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9;
}

.menu-close-button {
  color: #fff;
  font-size: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate3d(-100%, 0, 1000px);
  -moz-transform: translate3d(-100%, 0, 1000px);
  -ms-transform: translate3d(-100%, 0, 1000px);
  -o-transform: translate3d(-100%, 0, 1000px);
  transform: translate3d(-100%, 0, 1000px);
  z-index: 9999;
  left: 0;
  cursor: pointer;
}
.menu-close-button.show {
  left: 300px;
}

.dropdown-arrow {
  width: 12px;
  height: 6px;
  background-image: url("../img/icons/arrow-down.png");
  background-size: cover;
  background-position: 50% 50%;
}

.back-button {
  width: 24px;
  height: 24px;
  background-color: #C3C2CF;
  -webkit-mask: url("../img/svg/back.svg") no-repeat center;
  mask: url("../img/svg/back.svg") no-repeat center;
}

.scrolled {
  position: fixed;
  width: 100%;
  z-index: 1000;
}

/*.footer-panel {
  padding: 50px 0 30px 0;
}*/
/*.footer-icon {
  background-color: #fff;
}*/
.icon {
  width: 30px;
  height: 30px;
  background-position: 50% 50%;
  background-size: cover;
  /*&:hover {
    background-color: $color-link;
  }*/
}
.icon--search {
  background-image: url("../img/icons/search.png");
}
.icon--search:hover {
  background-image: url("../img/icons/search-hover.png");
}
.icon--help {
  -webkit-mask: url("../img/svg/information.svg") no-repeat center;
  mask: url("../img/svg/information.svg") no-repeat center;
}
.icon--print {
  background-image: url("../img/icons/print.png");
}
.icon--print:hover {
  background-image: url("../img/icons/print-hover.png");
}
.icon--edit {
  -webkit-mask: url("../img/svg/edit.svg") no-repeat center;
  mask: url("../img/svg/edit.svg") no-repeat center;
}
.icon--login-top {
  background-image: url("../img/icons/login-white.png");
}
.icon--login-top:hover {
  background-image: auto;
}
.icon--login {
  background-image: url("../img/icons/login.png");
}
.icon--login:hover {
  background-image: url("../img/icons/login-hover.png");
}
.icon--logged {
  background-image: url("../img/icons/login_logged.png");
}
.icon--logged:hover {
  background-image: url("../img/icons/login_logged-hover.png");
}
.icon--portalobce {
  background-image: url("../img/icons/portalobce.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  /*&:hover {
    background-image: url('../img/icons/portalobce-hover.png');
  }*/
}
.icon--menu {
  /*background-color: #fff;*/
  margin-right: 8px;
}

.account {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.account:hover {
  color: #fff;
}

.logout {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}

@media (max-width: 375px) {
  .menu {
    left: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate3d(-280px, 0, 1000px);
    -moz-transform: translate3d(-280px, 0, 1000px);
    -ms-transform: translate3d(-280px, 0, 1000px);
    -o-transform: translate3d(-280px, 0, 1000px);
    transform: translate3d(-280px, 0, 1000px);
  }
}
@media (min-width: 375px) and (max-width: 991px) {
  .menu {
    left: 0;
    width: 280px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate3d(-280px, 0, 1000px);
    -moz-transform: translate3d(-280px, 0, 1000px);
    -ms-transform: translate3d(-280px, 0, 1000px);
    -o-transform: translate3d(-280px, 0, 1000px);
    transform: translate3d(-280px, 0, 1000px);
  }
  .menu .city_menu {
    margin-bottom: 0px;
  }
  .menu.show {
    right: 300px;
  }
}
@media (max-width: 991px) {
  .menu {
    position: fixed;
    top: 0;
  }
}
@media (min-width: 375px) {
  .menu-link {
    padding: 20px 20px 20px 20px;
  }
  .menu-link--secondary {
    padding: 10px 30px 10px 40px;
  }
  .menu-link--secondary--subitem {
    padding: 10px 30px 10px 75px;
  }
  .menu-link--secondary--subitem:before {
    left: 55px;
  }
  .menu-link--back {
    padding: 15px 30px 15px 20px;
  }

  .link-portalobce {
    background: url(../img/icons/portalobce.svg) 20px center no-repeat;
    background-size: 30px auto;
    padding-left: 61px;
    text-decoration: none;
  }

  .menu-close-button.show {
    left: 320px;
  }
}
@media (min-width: 992px) {
  #menu {
    background: none;
  }

  nav {
    width: 300px;
    height: 100%;
  }

  footer {
    height: 107px;
    padding: 0;
  }

  .menu {
    width: 100%;
  }
  .menu--secondary {
    background-color: #fff;
  }

  .menu-item {
    border-color: #eee;
  }
  .menu-item:last-child {
    border-color: #eee;
  }
  .menu-item:last-child:hover, .menu-item:last-child:focus, .menu-item:last-child.active {
    border-color: #fff;
  }
  .menu-item:hover, .menu-item:focus, .menu-item.active {
    background-color: #223344;
    border-color: #fff;
  }
  .menu-item:hover .menu-link, .menu-item:focus .menu-link, .menu-item.active .menu-link {
    color: white !important;
    text-decoration: none;
  }
  .menu-item:hover .menu--secondary .menu-link, .menu-item:focus .menu--secondary .menu-link, .menu-item.active .menu--secondary .menu-link {
    color: #223344 !important;
  }

  .menu-link--secondary {
    font-size: 16px;
    border-bottom: 1px solid #eee;
  }
  .menu-link--secondary:last-child {
    border-bottom: none;
  }
  .menu-link--back {
    font-size: 16px;
  }

  .navbar-brand,
.city-panel {
    height: 80px;
    min-height: 80px;
    padding: 0;
  }

  .navbar-brand {
    width: 300px;
    padding-left: 25px;
  }
  .navbar-brand img {
    height: 40px;
  }

  .city-name {
    font-size: 38px;
  }

  .content {
    padding: 0 35px 0px 35px;
    border-left: 1px solid #eee;
  }

  .portal-logo {
    display: block;
    z-index: 999;
    bottom: 80px;
    left: 0;
    height: 80px;
    width: 300px;
    padding: 20px;
    background: #223344;
  }

  .icon-panel {
    z-index: 999;
    bottom: 0;
    left: 0;
    height: 80px;
    width: 300px;
    background-color: #DDDDDD;
    padding: 0px 35px;
  }

  .search-panel {
    z-index: 1000;
    bottom: 80px;
    left: 0;
    width: 300px;
    height: auto;
    padding: 21px 10px;
    background-color: #eee;
  }

  .footer-icon--logged {
    /*width: 20%;*/
  }
  .footer-icon a {
    text-decoration: none;
  }
  .footer-icon a:hover {
    text-decoration: none;
  }

  .account {
    color: #A1A1A1;
  }

  .logout {
    color: #000;
  }
}
.city_index {
  text-align: center;
}

.city_index .label {
  text-decoration: underline;
  color: #000080;
  display: block;
}

.city_index .items {
  padding: 15px 20px;
  background-color: #fffdc8;
}

.city_index .items .item {
  font-size: 14px;
}

.city_index .items .item .name {
  text-decoration: underline;
  margin-top: 10px;
}

.city_index .items .item .value {
  color: #000080;
  font-style: italic;
  margin-top: 10px;
}

.city_index .actualization {
  width: 100%;
  background-color: #FFFDC8;
}

.city_index .actualization td {
  background-color: white;
  padding: 3px 5px 3px;
}

.city_index .actualization td:first-child, .city_index .actualization th:first-child {
  width: 200px;
  text-align: right;
}

.city_index h2 {
  border-bottom: none;
  text-transform: uppercase;
  margin-top: 30px;
}

.city_index #city_banner {
  margin-top: 30px;
}

.city_index #city_photo {
  margin-top: 20px;
}

.dark_blue {
  background: #223344 !important;
  color: white !important;
  padding: 10px 12px !important;
}

.dark_blue .head {
  color: white;
  font-weight: bold;
}

.city_index #fast_access .item {
  padding: 7px 5px;
}

.city_index #fast_access .item a {
  text-decoration: none;
}

.city_index #fast_access .item a:hover {
  text-decoration: underline;
}

.city_index #fast_access .light {
  background-color: #ededed;
}

.city_index #fast_access .dark {
  background-color: white;
}

.help_icon {
  margin-top: -4px;
}

/*.city_index #fast_access { margin-top: 20px;}
.city_index #fast_access .head {
  margin-bottom:10px;
  height: 40px;
  background: url(../images/menu_head_wide.png) repeat-x;
}
.city_index #fast_access .head .inner {
  color: white;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  padding: 7px 5px 5px 5px;
}

.city_index #fast_access .odd {width: 330px; float:left;}
.city_index #fast_access .even {width:330px; float:right;}

.city_index #fast_access .menu_bg_top {
  height: 16px;
  background: url(../images/menuitem_top_wide.png) no-repeat;
}
.city_index #fast_access .items2 {
  background: url(../images/menuitem_mid_wide.png) repeat-y;
  padding: 0px;
}
.city_index #fast_access .items2 .item {
  padding: 5px 5px 5px 9px;
  background: url(../images/menuitem_sep_wide.png) 20px bottom no-repeat;
}
.city_index #fast_access .items2 .item a{
  padding-left: 11px;
  padding-right: 11px;
  display: block;
  color: #00447a;
  text-decoration: none;
  background-color: transparent;
  font-weight: bold;
}
.city_index #fast_access .items2 .item a:hover {
  background: url('../images/menuitem_hover.png') 0px 4px no-repeat;
}

.city_index #fast_access .menu_bg_bottom {
  height: 19px;
  background: url(../images/menuitem_bottom_wide.png) no-repeat;
}


.city_index #fast_access .links a:nth-of-type(even) { margin-left: 20px;  }*/
.city_index #author {
  margin-top: 40px;
}

.city_index #spravci_toku {
  margin-top: 20px;
}

.city_index #vodopravni_urad {
  margin-top: 20px;
}

.city_index #print_actualization {
  margin-top: 40px;
}

.city_index #print_actualization th {
  border-color: #223344;
}

.city_index #print_actualization td {
  padding: 10px 5px !important;
}

.city_index #digital_actualization {
  margin-top: 40px;
}

.city_index #city_foot {
  margin-top: 30px;
}

/*.city_index #city_foot div{ font-size: 12px;}*/
.meter-list p {
  margin: 0px;
}

#user_estates nav {
  background-color: white;
  padding: 0px;
}

#user_estates .tab-content {
  padding-top: 20px;
}

#user_estates #nav-profile {
  display: none;
}

#user_estates #plan-form h3 {
  border-bottom: 1px solid #223344;
  margin-bottom: 15px;
}

#user_estates li {
  white-space: nowrap !important;
}

#user_estates #plan-form input[type=checkbox] {
  /*transform: scale(1.1);*/
  zoom: 1.3;
}

input.short {
  width: 50px;
}

input.medium {
  width: 350px !important;
}

input.medium_short {
  width: 250px !important;
}

#user_estates .plan-req {
  color: red;
}

#user_estates span.helper {
  color: red;
  cursor: pointer;
  padding-left: 5px;
  padding-top: 1px;
  position: absolute;
  z-index: 10;
}

#user_estates span.helper-text {
  background: white;
  border: 1px solid #ccc;
  color: red;
  display: block;
  font-size: 11px;
  left: 15px;
  padding: 5px;
  position: absolute;
  top: -2px;
  text-align: left;
  width: 120px;
  z-index: 1000;
}

#user_estates input.error {
  border: 1px solid red !important;
  box-shadow: 0px 0px 3px red;
}

#contact_map {
  width: 100%;
  height: 350px;
}

.city-logo {
  padding-right: 20px;
  height: 50px;
  margin-top: 6px;
  /*margin-top: 13px;*/
}

.city-name {
  line-height: 1;
  margin: 0;
  padding-top: 14px;
}

@media (min-width: 992px) {
  .city-panel {
    background-color: #223344;
  }

  .city-name {
    color: white;
    padding-top: 0px;
  }
}
.city_text_name {
  display: none;
}

@media (max-width: 992px) {
  .city_text_name {
    display: none;
  }

  .city-panel {
    padding-bottom: 0px !important;
    background-color: #ececec;
  }

  .city-name {
    padding-bottom: 14px;
  }

  .city-logo {
    margin: auto 0px;
  }
}

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