body {
  font-size: 14px;
  padding-top: 60px;
}
html.homepage body {
  padding-top: 0;
}
#wrapper {
  width: 100%;
  padding: 15px 1%;
  box-sizing: border-box;
  margin: 0 auto;
}
footer {
  text-align: center;
  border-top: 1px solid #2196f3;
  color: #2196f3;
  margin-top: 15px;
  padding-top: 5px;
}
.navbar-header img {
  height: 64px;
  padding: 7px;
  box-sizing: border-box;
  float: left;
  padding-right: 15px;
}
#body {
  padding-bottom: 15px;
}
#login-wrapper {
  max-width: 800px;
  margin: 35px auto;
}
#login-wrapper .panel-heading {
  text-align: center;
}
#login-wrapper img {
  display: inline-block;
}
#login-wrapper .panel {
  min-height: 250px;
}
#login-wrapper h1,
#login-wrapper h2 {
  color: white;
  display: block;
  line-height: 64px;
  margin: 0;
  padding: 0;
  font-size: 40px;
}
#single-wrapper {
  max-width: 700px;
  margin: 35px auto;
}
#single-wrapper fieldset:not(:first-of-type) {
  margin-top: 25px;
}
#single-wrapper .panel-heading {
  text-align: center;
}
#single-wrapper img {
  display: inline-block;
}
#single-wrapper h1 {
  color: white;
  display: block;
  line-height: 64px;
  margin: 0;
  padding: 0;
  font-size: 40px;
}
#single-wrapper input[type=text],
#single-wrapper input[type=email],
#single-wrapper select {
  width: 100%;
}
.panel-heading h1,
.panel-heading h2 {
  font-size: 24px;
}
.panel-heading {
  min-height: 46px;
}
input.autofillhack:-webkit-autofill,
input.autofillhack:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  background: white;
  border-bottom: 1px solid #DDDDDD;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.clear {
  clear: both;
}
.nopad {
  padding: 0;
}
.text-bold {
  font-weight: 900;
}
.text-red {
  color: red;
}
.text-orange {
  color: #ff7d00;
}
.inline-block {
  display: inline-block;
}
.help {
  color: gray;
}
.help table td {
  padding: 3px 10px;
}
.grid-filter input::after {
  content: "X";
}
.tcenter {
  text-align: center;
}
.w-150 {
  width: 150px;
}
.pending-actions {
  color: #ffff00 !important;
}
.panel-heading a.btn:nth-of-type(n+1) {
  margin-right: 10px;
}
.text-blue {
  color: #00009c;
}
.text-green {
  color: #008809;
}
.nopad-left {
  padding-left: 0;
}
.nopad-right {
  padding-right: 0;
}
#content {
  min-height: 800px;
}
.left-padder {
  padding-left: 2%;
}
div.poznamky {
  padding: 10px 25px;
  margin-top: 25px;
  background: #ededed;
  border: 1px solid #bebebe;
}
div.poznamky span.title {
  font-size: larger;
  font-weight: bold;
}
div.poznamky table {
  width: 100%;
}
div.poznamky table tr td {
  border-top: 1px solid #c5c5c5;
}
.problemy table {
  width: 100%;
}
.logo {
  text-align: center;
}
.logo img {
  display: inline-block;
}
.search-box {
  max-width: 450px;
  margin: 0 auto;
}
.search-box input {
  font-size: 20px !important;
  text-align: center;
  border: 1px solid #b7b7b7 !important;
  box-shadow: none;
  width: 100%;
  border-radius: 3px;
}
table.full {
  width: 100%;
}
.text-box-bg-border {
  background: #ededed;
  border: 1px solid #bebebe;
}
.tlacitka-temata {
  display: flex;
  justify-items: center;
  width: 100%;
  border-radius: 3px;
}
.tlacitka-temata:first-of-type {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.tlacitka-temata:nth-of-type(2) {
  justify-content: space-around;
  padding: 5px;
}
.tlacitka-temata:nth-of-type(2) a {
  border: none;
  flex-grow: 0;
  border-radius: 0 !important;
}
.tlacitka-temata:nth-of-type(2) a.active {
  border: 1px solid #2196f3;
  background: white;
}
.tlacitka-temata a {
  flex-grow: 1;
  display: inline-block;
  border: 1px solid #2196f3;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.tlacitka-temata a img {
  max-width: 75px;
  padding: 5px;
  box-sizing: border-box;
}
.tlacitka-temata a .sub {
  display: none;
  position: absolute;
  top: 100%;
  border: 1px solid #2196f3;
  left: -1px;
  padding: 1px 10px;
  white-space: nowrap;
}
.tlacitka-temata a .sub.right {
  right: -1px;
  left: auto;
}
.tlacitka-temata a:hover .sub {
  display: block;
  color: #2196f3;
  background: white;
}
.tlacitka-temata a.active {
  background: #0c7cd5;
  color: white;
}
.tlacitka-temata a:first-of-type {
  border-radius: 3px 0 0 3px;
}
.tlacitka-temata a:last-of-type {
  border-radius: 0 3px 3px 0;
}
.tab-left {
  margin-left: 40px;
}
table.table.tab-left {
  width: calc(100% - 40px);
}
table.table tr:hover td {
  background: rgba(33, 150, 243, 0.2);
}
table.first-col-bold tr td:first-of-type {
  font-weight: bold;
}
table.first-col-width tr td:first-of-type {
  width: 20%;
}
.no-results {
  color: #909090;
  padding-left: 20px;
}
input[type=checkbox]:indeterminate::after {
  background: #2196F3;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
  border: 4px solid #2196F3;
}
#map {
  position: relative;
}
.spinner {
  width: 10rem;
  height: 10rem;
  vertical-align: text-bottom;
  border: .5em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
  color: #007bff !important;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5rem;
  margin-left: -5rem;
  z-index: 999;
  display: none;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
table.vybavenost-form td,
table.vybavenost-form th {
  padding: 5px 10px;
}
table.vybavenost-form th {
  background: #dddddd;
}
table.vybavenost-form tr:nth-last-of-type(even) td {
  background: #eeeeee;
}
table.vybavenost-form tr.hide td {
  padding: 0;
  background: none;
  height: 0;
}
table.vybavenost-form tr.no-bg td {
  background: none;
}
.small-bottom-margin {
  margin-bottom: 12px;
}
.tlacitka-temata + .tlacitka-temata {
  margin-top: 5px;
}
div.h-with-button h1,
div.h-with-button h2,
div.h-with-button h3,
div.h-with-button h4,
div.h-with-button h5,
div.h-with-button h6 {
  float: left;
}
div.h-with-button h3 + a,
div.h-with-button h2 + a,
div.h-with-button h1 + a,
div.h-with-button h3 + a + a,
div.h-with-button h2 + a + a,
div.h-with-button h1 + a + a,
div.h-with-button h3 + a + a + a,
div.h-with-button h2 + a + a + a,
div.h-with-button h1 + a + a + a {
  margin-top: 10px;
  margin-left: 5px;
}
div.h-with-button h4 + a {
  margin-top: 11.5px;
}
div.h-with-button a {
  float: right;
}
div.h-with-button::after {
  content: " ";
  display: block;
  clear: both;
}
table.default-renderer {
  margin: 0 auto;
}
table.default-renderer td,
table.default-renderer th {
  padding: 3px 10px;
}
table.default-renderer td {
  min-width: 350px;
}
table.default-renderer th {
  padding-right: 45px;
}
table.default-renderer th label {
  margin-bottom: 0;
}
.modal-dialog {
  width: 760px;
}
table.uzivatele td,
table.uzivatele th {
  padding: 5px 10px;
}
table.ruru-tema {
  width: 80%;
  min-width: 1000px;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}
table.ruru-tema td,
table.ruru-tema th {
  padding: 5px 15px;
}
table.ruru-tema th {
  border: 1px solid #bfbfbf;
  border-width: 1px 1px 0 1px;
}
table.ruru-tema td {
  border: 1px solid #bfbfbf;
  border-width: 0 1px 1px 1px;
  text-align: justify;
  vertical-align: top;
}
table.ruru-tema textarea {
  width: 100%;
  resize: vertical;
  min-height: 180px;
}
table.ruru-tema label {
  font-weight: bold;
}
table.ruru-pilir {
  width: 80%;
  min-width: 1000px;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}
table.ruru-pilir td,
table.ruru-pilir th {
  padding: 5px 15px;
}
table.ruru-pilir th {
  width: 50%;
}
table.ruru-pilir th label {
  font-weight: bold;
}
table.ruru-pilir td {
  text-align: justify;
  vertical-align: top;
}
table.ruru-pilir textarea {
  width: 100%;
  resize: vertical;
  min-height: 180px;
}
table.ruru-pilir label {
  font-weight: bold;
}
table.ruru-pilir tr.border th {
  border: 1px solid black;
}
table.ruru-pilir tr.border:not(.full) th {
  border-bottom: 0;
}
table.ruru-pilir tr.border td {
  border: 1px solid black;
}
table.ruru-pilir tr.border:not(.full) td {
  border-top: 0;
}
table.podklady-pilire {
  width: 80%;
  min-width: 1000px;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}
table.podklady-pilire td,
table.podklady-pilire th {
  padding: 5px 15px;
}
table.podklady-pilire td {
  border: 1px solid #bfbfbf;
  border-width: 1px 1px 0px 1px;
  text-align: justify;
  vertical-align: top;
}
table.podklady-pilire td label {
  font-weight: bold;
}
table.podklady-pilire textarea {
  width: 100%;
  resize: vertical;
  min-height: 180px;
}
table.podklady-pilire tr.border th {
  border: 1px solid black;
}
table.podklady-pilire tr.border:not(.full) th {
  border-bottom: 0;
}
table.podklady-pilire tr.border td {
  border: 1px solid black;
}
table.podklady-pilire tr.border:not(.full) td {
  border-top: 0;
}
table.upd {
  font-size: 14px;
}
table.statistika {
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 25px;
}
table.statistika.years td,
table.statistika.years th {
  color: #9a9a9a;
}
table.statistika.years td:last-of-type,
table.statistika.years th:last-of-type {
  color: #666666;
}
table.statistika th {
  background: #f3f3f3;
}
table.statistika th,
table.statistika td {
  text-align: right;
  padding: 3px 15px;
  border: 1px solid lightgray;
}
table.statistika th:first-of-type {
  text-align: left;
  padding-right: 35px;
}
.table-graph {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}
.table-graph .pie-wrapper {
  display: inline-block;
  flex-grow: 1;
  margin-right: 25px;
  max-width: 350px;
}
.table-graph .pie-wrapper span {
  display: block;
  text-align: center;
}
.table-graph .graph {
  display: inline-block;
  flex-grow: 1;
  margin-left: 25px;
}
.table-graph .graph.line {
  min-height: 250px;
  display: inline-block;
  min-width: 50%;
}
.table-graph .graph.line.high {
  min-height: 450px;
}
@media all and (max-width: 1000px) {
  .table-graph .graph.line {
    min-width: 750px;
  }
}
.table-graph .graph.pie {
  min-height: 200px;
  max-width: 350px;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.table-graph .graph.barcolumn {
  min-height: 300px;
}
.legendLabel {
  padding-left: 4px;
}
textarea {
  min-height: 150px;
  resize: vertical;
}
.userbutton span {
  display: inline-block;
}
.userbutton span.caret {
  padding: 10px 0;
  margin-left: 10px;
}
h1,
.h1 {
  font-size: 35px;
}
h2,
.h2 {
  font-size: 25px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 18px;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover {
  color: #cecaff;
}
.import-list {
  display: inline-block;
  padding: 10px 25px;
  border: 1px solid lightgray;
  background: #f3f3f3;
  font-family: monospace;
}
.form-errors {
  font-size: 18px;
  color: red;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  right: 100%;
  margin-top: -6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.level-3 .dropdown-menu .dropdown-menu .dropdown-menu {
  column-count: 5;
}
.level-2 .dropdown-menu .dropdown-menu {
  column-count: 5;
}
.search-box input {
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
}
.volny-text {
  padding-left: 40px;
}
.noborder {
  border: none !important;
}
.noborder * {
  border: none;
}
.visibility-select {
  width: auto;
  float: right;
  font-weight: normal;
}
table.objHodnoceni {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
div.aktualizaceInfoText {
  font-size: 0.95em;
  width: 80%;
  text-align: right;
  margin-left: auto;
  margin-right: auto;
}
table.krajskeHodnoceni {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
table.krajskeHodnoceni td {
  border-bottom: 1px solid lightgray;
  font-weight: bold;
  background: #eeeeee;
}
table.objHodnoceni tr:nth-child(odd) td {
  background: #eeeeee;
}
table.objHodnoceni .spacer,
table.krajskeHodnoceni .spacer {
  width: 10vw;
}
table.objHodnoceni .toggler,
table.krajskeHodnoceni .toggler {
  padding-right: 20px;
  text-align: right;
}
table.objHodnoceni .bold,
table.krajskeHodnoceni .bold {
  font-weight: bold;
}
table.objHodnoceni .toggle-able,
table.krajskeHodnoceni .toggle-able {
  display: none;
}
table.objHodnoceni .nobg td,
table.krajskeHodnoceni .nobg td {
  background: none !important;
}
thead.small th {
  max-height: 1px;
  padding: 0 !important;
}
.toggleClick {
  cursor: pointer;
}
.objDivToggle {
  display: none;
}
span.symbol {
  font-size: 20px;
  font-weight: bolder;
  margin-left: 15px;
}
div.rating {
  display: inline-block;
  margin-left: 50px;
  padding: 10px;
  border: 1px solid black;
  line-height: 30px;
}
.ruru-celkovy-pilir {
  width: 80%;
  min-width: 1000px;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}
.visibility-label {
  float: right;
  margin-right: 20px;
  margin-top: 5px;
  font-size: 16px;
}
.counterStatistika h2 {
  cursor: pointer;
}
.counterStatistika h2::before {
  font-family: 'Glyphicons Halflings';
  content: "\e113";
  font-size: 16px;
  margin-right: 15px;
}
.counterStatistika h2.collapsed::before {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  font-size: 16px;
  margin-right: 15px;
}
.collapsedPage h2 {
  cursor: pointer;
}
.collapsedPage h2::before {
  font-family: 'Glyphicons Halflings';
  content: "\e113";
  font-size: 16px;
  margin-right: 15px;
}
.collapsedPage h2.collapsed::before {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  font-size: 16px;
  margin-right: 15px;
}
.nodata {
  color: #bdbdbd;
  font-style: italic;
}
fieldset {
  padding-left: 50px;
  padding-bottom: 20px;
}
fieldset legend {
  margin-left: -30px;
  margin-bottom: 10px;
}
#wrapper.karta-obce {
  width: 100%;
  padding: 15px 1%;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  /* flex-direction: column; */
  /* flex-basis: 100%; */
  flex-wrap: wrap;
}
#wrapper.karta-obce .box {
  display: block;
  padding: 5px 35px 25px 35px;
  margin: 10px;
  border: 1px solid #c5c5c5;
  box-sizing: border-box;
}
#wrapper.karta-obce .box.half {
  flex: 48%;
  flex: calc( 50% - 20px );
}
#wrapper.karta-obce .box.full {
  flex: 100%;
}
#wrapper.karta-obce .box div.p {
  padding: 5px;
}
#wrapper.karta-obce .box table {
  width: 100%;
}
#wrapper.karta-obce .box table td {
  padding: 2px 4px;
  border: 1px dashed #c3c3c3;
}
#wrapper.karta-obce .box .graphBox {
  width: 50%;
  float: left;
  margin: 0px;
  padding: 0px;
}
#wrapper.karta-obce .box .graphBox .graph {
  width: 100%;
  min-height: 100px;
}
#wrapper.karta-obce .box .pieGraph table {
  width: auto;
  border-collapse: collapse;
  border-spacing: 0;
}
#wrapper.karta-obce .box .pieGraph td {
  padding: 0px;
  border: none;
}
#wrapper.karta-obce .box .pieGraph th {
  padding: 0px;
  border: none;
}
#wrapper.karta-obce .box .pieGraph td.legendLabel {
  padding-left: 4px;
}
