/* spolecne nastaveni webu */
body, table, td, th, input, textarea {
  font-family: "Slabo 13px", Arial, sans-serif;
}

body {
  background: #fff url("/images/pozadi-vzorek.png") repeat;
  color: #555;
  position: relative;
}

table, th, td, div, p, img, h1, h2, h3, h4, h5, h6 {
  border-color: #5c5b5b;
}

h1 {
  color: #194182 !important;
}

h2 {
  font-size: 1.6em;
  color: #1D96CB;
}

a {
  color: #1D96CB;
}

fieldset {
  border-color: #A3A3A3;
  padding: 1em;
}

fieldset legend {
  border-color: #A3A3A3;
  color: #222;
  background-color: #F0F0F0;
  padding: 0.2em 0.5em;
}

.submit {
  background-color: #194182;
  background-repeat: repeat-x;
  color: #fff;
  border: solid 1px #5e5e5e;
  -moz-border-radius: 2px;
  border-radius: 4px;
  height: auto;
  margin: 0 auto;
  padding: 8px 15px;
}

.center {
  text-align: center;
}

#submit-element {
  text-align: center;
}

.ui-tabs .ui-tabs-hide {
  display: none;
}

.documents-list {
  display: none;
}

.hidden {
  display: none;
}

.inline-element {
  display: inline-block;
  margin-right: 15px;
}

.ui-state-highlight, .ui-state-error {
  margin-bottom: 1em;
}
.ui-state-highlight p, .ui-state-error p {
  margin: 1em 0;
}

/* main layout */
#container {
  width: 1260px;
  margin: 0 auto;
}

#header {
  position: relative;
  background: #194182;
  padding: 15px 25px;
  z-index: 0;
}
#header #search-wrapper {
  margin-left: 150px;
  margin-top: 10px;
}
#header #search-wrapper #q {
  width: 270px;
  padding-right: 30px;
  float: left;
}
#header #search-wrapper #btn-search {
  display: block;
  float: right;
  height: 30px;
  width: 30px;
  background: transparent url("/images/iko-lupa.png") 50% 50% no-repeat;
  border: 0;
  margin-left: -30px;
}
#header .menu {
  margin: -10px 0;
}
#header .menu:after {
  clear: both;
  content: "";
  display: block;
}
#header .menu li {
  list-style: none;
  display: block;
  margin: 0 5px;
  padding: 3px 7px;
  float: left;
  text-align: center;
  line-height: 66px;
}
#header .menu li.rdmkv-logo {
  padding: 1px 7px;
}
#header .menu li a {
  color: #fff;
  text-decoration: none;
  padding-left: 20px;
}
#header .menu li a.contacts {
  background: url("/images/iko-kontakty.png") 0 50% no-repeat;
}
#header .menu li a.login {
  background: url("/images/iko-prihlaseni.png") 0 50% no-repeat;
}
#header .menu li a.register {
  background: url("/images/iko-registrace.png") 0 50% no-repeat;
}
#header .menu li a:hover {
  text-decoration: underline;
}

#content {
  background: #fff;
  padding: 20px;
}

#footer {
  background: #194182;
  padding: 25px 20px;
}
#footer .title {
  color: #fff;
  font-size: 1.8em;
}
#footer #news {
  margin: 20px 0;
  height: 165px;
  position: relative;
  float: left;
  width: 924px;
}
#footer #news .new {
  background: #A0DEFF;
  padding: 10px 8px 5px;
  border-radius: 4px;
  border-bottom: 15px solid #A0DEFF;
  color: #194182;
  width: 296px;
  height: 170px;
  overflow: hidden;
  margin-right: 12px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#footer #news .new .title {
  color: #194182;
  font-size: 1.4em;
}
#footer #banner-footer {
  float: right;
  background: #A0DEFF;
  border-radius: 4px;
  color: #194182;
  width: 296px;
  height: 170px;
  padding: 0;
  overflow: hidden;
  margin: 20px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#footer .page-menu {
  float: left;
  margin: 1em 3em 1em 0;
}
#footer .page-menu:after {
  clear: both;
  content: "";
  display: block;
}
#footer .page-menu li {
  list-style: none;
  margin: 0.7em 1.4em 0 0;
}
#footer .page-menu li a {
  font-size: 1.2em;
  color: #fff;
  text-decoration: none;
}
#footer .page-menu li a:hover {
  text-decoration: underline;
}

#support {
  margin-top: 15px;
}

#banner-layout {
  height: 150px;
  overflow: hidden;
  margin: 0 0 1px;
}

#background-motive {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  background: url("/images/pozadi-nahore.png") 50% 0 no-repeat;
  z-index: -1;
}

#spinner {
  display: none;
}

#filter {
  background: #fafafa;
  margin: 0 -20px;
  padding: 10px 20px 0;
}
#filter #filter-form .inline-element {
  float: left;
  margin-right: 11px;
  font-weight: normal;
  color: #007EC0;
}
#filter #filter-form .inline-element input {
  margin-right: 6px;
  background: #A5D3EF !important;
  border: 0;
}
#filter #filter-form #submit_map, #filter #filter-form #submit_list {
  margin: 10px 0;
  color: #fff;
  padding: 0.5em 2em;
  background: #194182;
  border: 0;
  border-radius: 4px;
}

.ui-autocomplete {
  border: 2px solid #194182;
  border-radius: 0 !important;
  width: 300px;
  position: absolute;
  font-weight: normal;
}
.ui-autocomplete li {
  background: #fff;
  font-family: "slabo 13";
  list-style: none;
  border: 0 !important;
  font-weight: normal !important;
}
.ui-autocomplete li .autocomplete-item {
  padding: 0px !important;
  position: relative;
}
.ui-autocomplete li .autocomplete-item a {
  padding: 0px !important;
  overflow: hidden;
}
.ui-autocomplete li .autocomplete-item .image {
  float: left;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  text-align: center;
}
.ui-autocomplete li .autocomplete-item .image img {
  max-width: 45px;
  max-height: 45px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}
.ui-autocomplete li .autocomplete-item .info {
  float: left;
  width: 203px;
}
.ui-autocomplete li .autocomplete-item .info .name {
  font-size: 1.2em;
  color: #194182;
}
.ui-autocomplete li .autocomplete-item .info .price {
  margin-right: 15px;
  padding-top: 5px;
  text-align: right;
  color: #999;
  text-decoration: none;
}
.ui-autocomplete li a {
  cursor: pointer;
  text-decoration: none;
}
.ui-autocomplete li:nth-child(odd) {
  background: #fafafa;
}
.ui-autocomplete li:hover, .ui-autocomplete li:visited {
  background: #f5f5f5 !important;
}

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