@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700&subset=latin,latin-ext);
/* zakladni prvky */
html,
body,
form,
fieldset,
label,
legend,
object {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}
html,
body.body {
  height: 100%;
}
/* definice zakladnich fontu
body { font: 80%/1.4 Verdana, "Geneva CE", lucida, sans-serif }
body { font: 80%/1.4 Tahoma, "Lucida Grande CE", lucida, sans-serif }
body { font: 80%/1.4 "Trebuchet MS", "Geneva CE", lucida, sans-serif }
body { font: 80%/1.4 Georgia, "New York CE", utopia, serif }
body { font: 80%/1.4 "Lucida Console", "Monaco CE", fixed, monospace }
body { font: 80%/1.4 "Palatino Linotype", "New York CE", utopia, serif }
*/
body {
  font: 14px "Arial CE", arial, "Helvetica CE", helvetica, sans-serif;
}
body.body {
  text-align: center;
  color: #737373;
}
body.owin img {
  border-color: #cccccc;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #454545;
  padding: 0;
  line-height: normal;
  font-weight: bold;
}
h1 {
  font-size: 160%;
  clear: both;
  margin: 0.2em 0 0.5em 0;
}
h2 {
  font-size: 140%;
  margin: 1.1em 0 0.5em 0;
}
h3 {
  font-size: 120%;
  margin: 2.1em 0 0.5em 0;
}
h4 {
  font-size: 100%;
  margin: 1.6em 0 0.5em 0;
  color: #ff7800;
}
input,
select,
textarea {
  vertical-align: middle;
  font: 100% "Arial CE", arial, "Helvetica CE", helvetica, sans-serif;
}
a {
  color: #00a4db;
}
a:link {
  color: #00a4db;
}
a:hover {
  text-decoration: none;
  color: #737373;
}
/*a:visited {color: #D70000; }*/
p {
  margin: 0 0 1em 0;
}
table {
  border-collapse: collapse;
}
caption {
  padding-bottom: 0.1em;
  font-weight: bold;
  text-align: left;
}
ul,
ol {
  margin-top: 1em;
  margin-bottom: 1.2em;
}
hr {
  height: 0;
  border: none;
  border-bottom: 1px solid #d7d7d7;
}
img {
  border: 0;
}
small {
  font-size: 90%;
}
/* /zakladni prvky */
/* zakladni tridy */
.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}
.vat {
  vertical-align: top;
}
.vam {
  vertical-align: middle;
}
.tac table {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fli {
  float: left;
  margin: 0 1.3em 1em 0;
}
.fri {
  float: right;
  margin: 0 0 1em 1.3em;
}
.clean {
  color: #000000;
  text-decoration: none;
}
.clear {
  clear: both;
  height: 0;
  font-size: 1px;
}
.cistic {
  clear: both;
}
.cleaner {
  width: 100%;
  overflow: hidden;
}
.invisible,
.no-css {
  display: none;
}
.no-border {
  border: none !important;
}
.required {
  background: #ffffff url(img/sys/required.gif) no-repeat right top;
}
/* ------------------------------------ hlasky */
.alert,
.alert a,
.error,
.error a,
.warning,
.warning a {
  color: #d50200;
  font-weight: bold;
}
.ok,
.info {
  color: #6495ed;
  font-weight: bold;
}
.status-ok,
.status-error,
.status-warning,
.status-info {
  text-align: left;
  padding: 15px 15px 15px 60px;
  position: relative;
  margin: 8px 0;
  border-width: 1px;
  border-style: solid;
  font-weight: bold;
}
.status-ok {
  border-color: #dce6c9;
  color: #1db83c;
  background-color: #f0f5e6;
}
.status-error {
  border-color: #ead5d5;
  color: #de1700;
  background-color: #f5e6e6;
}
.status-warning {
  border-color: #faeabd;
  color: #e47c33;
  background-color: #ffffd9;
}
.status-info {
  border-color: #cee4f2;
  color: #0077ca;
  background-color: #e4f2f9;
}
.status-debug {
  border-color: #e5e5e5;
  color: #7a7a7a;
  background-color: #f1f1f1;
}
.status-ok span.status-ico,
.status-error span.status-ico,
.status-warning span.status-ico,
.status-info span.status-ico {
  display: block;
  position: absolute;
  width: 32px;
  height: 100%;
  top: 0;
  left: 15px;
  background: transparent url("img/sys/statuslist.png") no-repeat 0 center;
}
.status-error span.status-ico {
  background-position: -128px center;
}
.status-warning span.status-ico {
  background-position: -96px center;
}
.status-info span.status-ico {
  background-position: -32px center;
}
.status-debug span.status-ico {
  background-position: -64px center;
}
/* ------------------------------------ /hlasky */
.ll {
  list-style-type: lower-alpha;
}
.bg0 {
  background-color: #e3e3e3;
}
.border {
  border: 1px solid #aaaaaa;
  padding: 3px;
}
.img-button {
  border: none !important;
  margin: 0 !important;
  background: none !important;
}
.small {
  font-size: 90%;
}
.smaller {
  font-size: 80%;
}
.overflow {
  padding: 1px;
  overflow: auto;
  overflow-y: hidden;
  width: 99%;
}
.no-margin {
  margin: 0;
}
/* /zakladni tridy */
/* layout - zaklad */
#main-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background: #ff7800 url(img/sys/bg_body.jpg) center 30px /*top*/ no-repeat;
}
html > body #main-wrapper {
  min-height: 100%;
  height: auto;
}
#main {
  width: 990px;
  height: 100%;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
html > body #main {
  min-height: 100%;
  height: auto;
}
#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#header-in {
  height: 135px;
  position: relative;
}
.elektrina #content-in,
.plyn #content-in {
  margin: 335px 5px 50px 5px;
}
#content {
  width: 990px;
  overflow: hidden;
}
#content-in {
  padding: 30px 20px 80px 20px;
  background: #fff;
  margin: 335px 5px 50px 5px;
  position: relative;
  z-index: 499;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 5px #5a5a5a;
  -webkit-box-shadow: 0 0 5px #5a5a5a;
  box-shadow: 0 0 5px #5a5a5a;
}
#footer {
  position: relative;
  background: #202020;
  z-index: 499;
}
#footer-in {
  margin: 0 auto;
  width: 990px;
  padding: 30px 0 90px 0;
}
.main #content {
  background: none;
  width: 990px;
}
.main #content-in {
  margin: 170px 0 0 0;
  background: none;
  padding: 0 70px 60px 70px;
  border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.main #footer {
  position: relative;
  background: #202020;
}
.main #footer-in {
  margin: 0 auto;
  width: 850px;
  padding: 30px 0 90px 0;
}
/* /layout - zaklad */
/* layout - special */
#logo,
#tzbinfo {
  position: absolute;
  display: block;
}
#logo {
  width: 601px;
  height: 65px;
  background: url(img/sys/bg_headerhledac.png) left 0 no-repeat;
  left: 75px;
  top: 15px;
}
#tzbinfo {
  width: 134px;
  height: 43px;
  background: url(img/sys/logo_tzbinfo.png) 0 0 no-repeat;
  left: 671px;
  top: 18px;
}
.main #header-in h1,
#header-in h2,
.main #header-in h2,
#header-in h3 {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin: 0 0 0 180px;
}
.main #header-in h1,
#header-in h2 {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 2px 0px #737373;
  padding-top: 14px;
  font-size: 30px;
}
.main #header-in h2,
#header-in h3 {
  color: #ffd000;
  font-size: 14px;
  text-shadow: 0 1px 0px #646464;
  text-transform: none;
}
#select {
  display: block;
  width: 490px;
  height: 64px;
  margin: 0 auto;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  line-height: 105%;
  text-shadow: 0 2px 0px #B08701;
}
#hledac {
  display: block;
  width: 416px;
  height: 297px;
  background: url(img/sys/bg_hledac2.png) 0 0 no-repeat;
  position: relative;
  margin: 70px auto 0 auto;
}
#elektrina,
#plyn {
  display: block;
  position: absolute;
  width: 193px;
  height: 193px;
  top: 0;
  cursor: pointer;
  outline: none;
}
#elektrina {
  left: 1px;
  top: 2px;
}
#plyn {
  left: 221px;
  top: 2px;
}
#elektrina:hover {
  background: url(img/sys/bg_hledac2-elektrina.png) 0 0 no-repeat;
  outline: none;
}
#plyn:hover {
  background: url(img/sys/bg_hledac2-plyn.png) 0 0 no-repeat;
  right: 0;
  outline: none;
}
#block1,
#block2 {
  float: left;
  width: 408px;
  color: #fff;
  font-size: 14px;
  text-align: justify;
  line-height: 14px;
  position: relative;
}
#block2 {
  float: right;
  text-align: right;
}
#block1,
#block2 {
  margin: -193px 0 0px 0;
}
#block1 h2,
#block2 h2 {
  color: #fff;
  font-size: 18px;
  text-shadow: #854000 1px 2px 0px;
  margin-top: 0;
}
#block1 h2 a,
#block2 h2 a {
  color: #fff;
  text-decoration: none;
}
#block1 a,
#block2 a {
  color: #FFDA00;
}
#block1 p,
#block2 p {
  margin-top: 0;
}
#facebook-absolute {
  position: absolute;
  top: -95px;
  padding-left: 35px;
}
#tzb-clanky {
  display: block;
  width: 100%;
  height: 250px;
  margin-top: 25px;
  border-radius: 5px;
  background-image: url(img/sys/tzb_clanky_bg.png);
  background-repeat: repeat-x;
}
#tzb-clanky-in {
  padding: 20px 20px 0 20px;
}
#tzb-clanky h2 {
  color: #2f2f2f;
  margin-top: 0;
  font-size: 18pt;
  font-weight: normal;
}
#tzb-clanky h2 a {
  color: #2f2f2f;
}
#tzb-clanky .item {
  width: 246px;
  float: left;
  margin: 5px 35px 0 0;
  color: #fff;
  font-size: 12px;
  text-align: justify;
}
#tzb-clanky .item h3 {
  margin: 0 0 10px 0;
  padding: 0;
  text-align: left;
  font-size: 14px;
}
#tzb-clanky .item h3 a {
  text-decoration: none;
  color: #ffd700;
}
#tzb-clanky .item a {
  color: white;
}
#tzb-clanky .last {
  margin-right: 0;
}
#tzb-clanky .link-vice {
  margin-top: 5px;
}
#tzb-clanky .link-vice a {
  color: #ffd700;
}
#chart {
  display: block;
  width: 410px;
  height: 87px;
  background: url(img/sys/bg_chart.png) 0 0 no-repeat;
  text-indent: -9999px;
  float: right;
  outline: none;
}
#main-aktualizace {
  display: block;
  width: 200px;
  height: 26px;
  position: relative;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 10px 18px 10px;
  color: #262626;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: #ffa300 url(img/sys/bg_main-aktualizace.gif) 0 0 repeat-x;
  border: 1px solid #c77f00;
}
#main-aktualizace h4 {
  margin: 0;
  padding: 0;
  color: #fff;
  text-shadow: 0 1px 0px #ba9000;
}
#facebook-absolute.fb-home {
  top: -40px;
  padding-left: 0px;
}
#sekce-zemni-plyn,
#sekce-elektrina {
  margin-bottom: 30px;
}
#menu ul {
  position: absolute;
  list-style: none;
  top: 80px;
  margin: 0;
  padding: 0;
  left: 65px;
  font-size: 14px;
  font-weight: bold;
}
#menu li {
  float: left;
  line-height: 45px;
  background: url(img/sys/bg_menu-li.png) left 0 no-repeat;
}
#menu li a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-shadow: #000000 1px 2px 2px;
  height: 45px;
  padding: 0 25px;
  outline: none;
}
#menu li.m-last a {
  background: url(img/sys/bg_menu-li.png) right 0 no-repeat;
  padding-right: 50px;
}
#menu li a:hover,
#menu li a.active {
  background: #1a8096 url(img/sys/bg_menu-active.gif) 0 0 repeat-x;
}
#menu li.m-last a:hover {
  padding-right: 30px;
}
#energie-menu1 {
  display: block;
  position: absolute;
  top: 282px;
  left: 27px;
  height: 53px;
  list-style: none;
  width: 941px;
  margin: 0;
  padding: 0;
}
#energie-menu1 li {
  float: left;
  height: 53px;
  z-index: 5;
  background: #ff7800 url(img/sys/bg_energie-menu-active.gif) 0 0 repeat-x;
  margin-right: 3px;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  box-shadow: 0 0 5px #5a5a5a;
  -moz-box-shadow: 0 0 5px #5a5a5a;
  -webkit-box-shadow: 0 0 5px #5a5a5a;
}
#energie-menu1 li a,
#energie-menu1 li div {
  display: block;
  color: #ebebeb;
  font-size: 18px;
  font-weight: bold;
  text-shadow: #000000 1px 2px 2px;
  text-decoration: none;
  height: 53px;
  text-align: center;
  line-height: 53px;
}
#em-1 span,
#em-2 span,
#em-3 span {
  display: block;
  height: 53px;
  width: 310px;
}
#em-1 span {
  background: url(img/sys/bg_one.png) 50px 7px no-repeat;
}
#em-2 span {
  background: url(img/sys/bg_two.png) 65px 7px no-repeat;
}
#em-3 span {
  background: url(img/sys/bg_three.png) 50px 7px no-repeat;
}
#energie-menu1 li.active,
#energie-menu1 li a:hover {
  background: #ff5f00 url(img/sys/bg_energie-menu.gif) 0 0 repeat-x;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.section_prodejci #energie-menu1 li a,
.section_prodejci #energie-menu1 li.active {
  padding: 0 123px 0 124px;
}
.section_analyza #energie-menu1 li a,
.section_analyza #energie-menu1 li.active {
  padding: 0 107px 0 107px;
}
.page_elektrina #energie-menu1 li a,
.page_elektrina #energie-menu1 li.active {
  padding: 0 59px 0 59px;
}
#hledac-small {
  background: url(img/sys/bg_hledac-small.png) 0 0 no-repeat;
  width: 128px;
  height: 92px;
  position: absolute;
  top: 190px;
  left: 420px;
  z-index: 500;
}
.elektrina #hledac-small {
  background: url(img/sys/bg_hledac-small-elektrina.png) 0 0 no-repeat;
  width: 128px;
  height: 92px;
  position: absolute;
  top: 190px;
  left: 420px;
}
.plyn #hledac-small {
  background: url(img/sys/bg_hledac-small-plyn.png) 0 0 no-repeat;
  width: 128px;
  height: 92px;
  position: absolute;
  top: 190px;
  left: 420px;
}
.page_about #hledac-small,
.page_poradna #hledac-small {
  top: 243px;
}
#aktualizace {
  display: block;
  width: 180px;
  height: 26px;
  position: absolute;
  background: #edbc00;
  top: 197px;
  left: 520px;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
  z-index: 200;
  padding: 9px 10px 17px 37px;
  color: #262626;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
#aktualizace h4 {
  margin: 0;
  padding: 0;
  color: #fff;
}
.page_analyza #aktualizace,
.page_poradna #aktualizace,
.page_about #aktualizace {
  display: none;
}
#sub-blocks {
  position: relative;
  color: #fff;
  font-size: 12px;
  text-align: justify;
  margin-left: 5px;
  line-height: 14px;
}
#sub-blocks h2 {
  color: #fff;
  font-size: 18px;
  text-shadow: #854000 1px 2px 2px;
}
.sub-block {
  float: left;
  margin: 0 77px 30px 0;
  width: 277px;
}
.sub-block.last {
  margin-right: 0;
}
#footer table {
  position: absolute;
  bottom: 50px;
}
#footer table img {
  float: none;
  margin: 0;
}
#footer table tr td {
  margin: 0;
  padding: 0 10px 0 0;
  line-height: 13px;
}
#footer img {
  float: left;
  margin: 0 55px 35px 0;
}
#footer img.last {
  margin-right: 0;
}
#navigace a {
  color: #00a4db;
}
#navigace {
  float: left;
  margin: 0px 3px 13px 3px;
  font-size: 11px;
  color: #737373;
}
#cesta {
  font-size: 11px;
  color: #737373;
  margin: 0 0 2em 0;
}
#footer {
  text-align: left;
}
#footer h3 {
  color: #ff7800;
  margin: 0 0 0.9em 0;
  font-size: 14px;
}
#footer ul {
  margin: 0;
  padding: 0;
  font-size: 85%;
}
#footer ul li {
  margin: 0.5em 0;
  padding: 0 0 0 15px;
  list-style: none;
  background: url(img/sys/bg_ul-li.png) 0 4px no-repeat;
}
#footer a {
  color: #a0a1a1;
}
#header div.login-box {
  position: absolute;
  top: 0;
  right: 10px;
  color: #000000;
  font-size: 85%;
  font-weight: bold;
  z-index: 100;
  background-color: #ccc;
}
#header div.login-box a {
  color: #ffffff;
}
/* /layout - special */
/* ostatni tridy pro web */
div.clever-tabs {
  margin: 2em 0 0 0;
}
#tabs-tabs ul,
#tabs-tabs-prices ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  overflow: hidden;
  position: relative;
  top: 1px;
  z-index: 10;
}
#tabs-tabs li,
#tabs-tabs-prices li {
  float: left;
  margin: 0 3px 0 0;
  padding: 0;
}
#tabs-tabs li a,
#tabs-tabs-prices li a {
  font-size: 120%;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 5px 18px;
  text-decoration: none;
  border: 1px solid #e3e3e3;
  border-width: 1px 1px 1px 1px;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  color: #aaa;
  background: -webkit-linear-gradient(#e3e3e3, #ffffff);
  background: -moz-linear-gradient(#e3e3e3, #ffffff);
  background: -o-linear-gradient(#e3e3e3, #ffffff);
  background: -ms-linear-gradient(#e3e3e3, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#ffffff');
}
#tabs-tabs li a:hover,
#tabs-tabs-prices li a:hover {
  color: #00a4db;
}
#tabs-tabs li.selected a,
#tabs-tabs-prices li.selected a {
  color: #00a4db;
  background: #fff;
  font-weight: bold;
  border-width: 1px 1px 1px 1px;
  border-bottom: 1px solid #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
}
div.tab-content {
  border: 1px solid #eaeaea;
}
div.tab-content-in {
  padding: 15px;
}
div.chart {
  margin: 1em 0 2em 0;
}
div.box {
  margin: 0 0 2em 0;
}
p.error {
  margin: 2em 100px;
  padding: 30px 30px 30px 115px;
  color: #333;
  border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: left;
}
div.uspora,
div.neuspora,
div.neutral {
  margin: 2em auto;
  width: 800px;
  color: #333;
  border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: left;
}
div.uspora {
  border: 1px solid #9bcb3b;
  background: #d8fa95 url(img/sys/hand_uspora.png) 30px 20px no-repeat;
}
div.neuspora {
  border: 1px solid #f03e00;
  background: #f8b3b3 url(img/sys/hand_neuspora.png) 30px 20px no-repeat;
}
div.neutral {
  border: 1px solid #d6d6d6;
  background: #e8e8e8 url(img/sys/hand_neutral.png) 30px 20px no-repeat;
}
div.uspora-in {
  padding: 30px 30px 30px 115px;
}
div.neuspora-in {
  padding: 40px 30px 40px 115px;
}
div.neutral-in {
  padding: 30px 30px 30px 156px;
}
div.tip {
  margin: 2em 100px;
  color: #333;
  border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: left;
  border: 1px solid #9bcb3b;
  background: #d8fa95 url(img/sys/tip.png) 30px center no-repeat;
}
div.tip-in {
  padding: 30px 30px 30px 116px;
}
div.uspora h2,
div.neuspora h2,
div.neutral h2,
div.tip h2 {
  margin: 0 0 0.2em;
}
div.uspora h2 {
  color: #5c840c;
}
div.neuspora h2 {
  color: #d50200;
}
div.neutral h2 {
  color: #424242;
}
p.otazka {
  font-weight: bold;
  margin: 2em 0 0.5em 0;
}
p.odpoved {
  color: #000000;
  font-style: italic;
  margin: 1em 0 1em 0;
}
div.uspora h3,
div.neuspora h3,
div.neutral h3 {
  font-size: 140%;
  color: #424242;
}
#zadani-spotreby {
  padding: 10px;
  margin: 2em 0 1em 0;
  border: 1px solid #9bcb3b;
  background: #d8fa95;
}
#zadani-spotreby h2 {
  margin: 0;
}
#zadani-spotreby h3 {
  margin: 1em 0;
}
#zadani-spotreby p {
  margin: 0.5em 0;
}
#poptavka-zadani {
  border: 1px solid #aaa;
  padding: 10px;
  background: #efefef;
}
#poptavka-zadani h4 {
  margin: 0 0 1em;
}
#poptavka-zadani p {
  margin: 0.5em 0;
  font-size: 90%;
}
#poptavka-form {
  overflow: hidden;
}
#poptavka-omezeni-warning {
  border: 1px solid #aaa;
  margin: 1em 0;
  padding: 10px 10px 10px 70px;
  background: #efefef url(img/sys/error.png) 10px 10px no-repeat;
}
#poptavka-omezeni-warning h2 {
  margin: 0;
  color: #ff7800;
}
#poptavka-omezeni-warning h3 {
  margin: 1em 0;
}
#sekce-elektrina div.tip,
#sekce-zemni-plyn div.tip {
  margin: 0 0 0 0;
}
#copy,
#copy a {
  color: #818181;
  padding: 0;
}
#cmslink a {
  color: #818181;
  padding: 2px 0;
}
h2.dropdown-title a,
h3.dropdown-title a {
  text-decoration: none;
  vertical-align: middle;
}
p.error,
div.error {
  border: 1px solid #d6d6d6;
  background: #e8e8e8 url(img/sys/error.png) 12px center no-repeat;
  padding-left: 156px;
  color: #ff7800;
  padding: 15px 15px 15px 70px;
  margin: 0 300px 1em 0;
  font-size: 18px;
}
#content-in ul.subpages {
  padding-left: 15px;
}
#content-in ul.subpages li {
  margin-bottom: 10px;
}
p.otazka {
  color: #FF7800;
}
#zadani-overview {
  font-style: italic;
  margin: 1.5em 0 0.5em 0;
}
#content #offer-summary {
  width: 800px;
  margin: 0 auto 1.5em auto;
}
div.detail-legenda {
  width: 800px;
  margin: 0 auto;
  text-align: left;
}
div.detail-legenda p {
  margin: 0 0 0.5em 0;
  font-style: italic;
}
ul.bullet {
  margin: 0;
  padding: 0;
}
ul.bullet li {
  background: url(img/sys/bg_ul-li.png) left 5px no-repeat;
  list-style: none;
  padding-left: 15px;
  margin-bottom: 14px;
}
#el_pricelist {
  width: 480px;
}
/* /ostatni tridy pro web */
/* tabulky */
#content table.cltab {
  border-collapse: collapse;
  /* outline: 1px solid #929292;*/
  font-size: 90%;
  margin-bottom: 15px;
}
#content .popisek {
  margin-bottom: 5px;
}
#content table.cltab caption {
  font-size: 120%;
  margin-bottom: 10px;
}
#content table.cltab td {
  padding: 5px 8px;
  background-color: #f3f3f3;
}
table.cltab th {
  padding: 13px 5px;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
}
table.cltab th.tal {
  text-align: left;
}
table.cltab th.tar {
  text-align: right;
}
#content table.cltab tr {
  color: #666666;
}
#content table.cltab th {
  padding: 13px;
  background: #1e1e1e url(img/sys/bg_trow.gif) 0 0 repeat-x;
  color: #ffffff;
}
#content table.cltab th h4 {
  margin: 0.3em 0;
  color: #ffffff;
}
#content tr.extra td,
#content td.extra,
#content table.cltab tfoot td {
  background-color: #c9c9c9;
}
#content table.cltab .border2t {
  border-top: 2px solid #ffffff;
}
#content table.cltab .border2r {
  border-right: 2px solid #ffffff;
}
#content table.cltab .border2b {
  border-bottom: 2px solid #ffffff;
}
#content table.cltab .border2l {
  border-left: 2px solid #ffffff;
}
#content table.cltab var sup,
#content table.cltab var sub {
  font-size: 80%;
}
#content table.simple,
#content table.cltab2 {
  border-collapse: collapse;
  font-size: 90%;
  margin-bottom: 15px;
}
#content table.simple td,
#content table.cltab2 td {
  background-color: #f3f3f3;
  border: 1px dotted #ddd;
}
#content table.cltab tr.bg0 td,
#content table.simple tr.bg0 td,
#content table.cltab2 tr.bg0 td {
  background-color: #e3e3e3;
}
#content table.simple th,
#content table.cltab2 th {
  background: #1e1e1e url(img/sys/bg_trow.gif) 0 0 repeat-x;
  color: #ffffff;
  border: 1px solid #999;
  font-weight: normal;
}
#content table.simple td,
#content table.simple th,
#content table.cltab2 td,
#content table.cltab2 th {
  padding: 5px 13px;
}
#content table.cltab tr:hover,
#content table.cltab tr:hover td,
#content table.cltab tfoot td:hover,
#content table.cltab2 tr:hover,
#content table.cltab2 tr:hover td,
#content table.cltab2 tfoot td:hover {
  background-color: #ffe8cd;
}
#content table.cltab tr.actual td,
#content table.cltab2 tr.actual td {
  background: #f8d47d;
  vertical-align: top;
}
#content table.cltab tr.important td {
  /* background: url(img/sys/bg_trow2.gif) 0 0 repeat-x;*/
  color: #000000;
  font-size: 120%;
}
#content table.cltab2 thead strong {
  font-size: 110%;
}
#content table.cltab2 th.price {
  background: #e3e3e3;
  color: #737373;
}
#content table.cltab tr.indicative-price td,
#content table.cltab2 tr.indicative-price td {
  background: #ffffff;
  vertical-align: top;
  border-top: 5px solid #243474;
  border-bottom: 5px solid #e11f16;
}
.positive {
  color: #5c840c;
}
.negative {
  color: #D50200;
}
div.button {
  width: 80px;
  text-align: center;
  margin-bottom: 2px;
}
div.button a.btn_detail,
div.button a.btn_poptavka {
  display: block;
  border: 1px solid #bababa;
  padding: 7px 0;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  background-color: #00a5e1;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#afafaf), to(#656869));
  background-image: -webkit-linear-gradient(#afafaf, #656869);
  background-image: -moz-linear-gradient(#afafaf, #656869);
  background-image: -o-linear-gradient(#afafaf, #656869);
  background-image: -ms-linear-gradient(#afafaf, #656869);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#afafaf', endColorstr='#656869');
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px #fff;
  -moz-box-shadow: inset 0 1px 2px #fff;
  box-shadow: inset 0 0 0 1px #fff;
  font-weight: bold;
  font-size: 11px;
}
div.button a.btn_detail {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00a5e1), to(#006c83));
  background-image: -webkit-linear-gradient(#00a5e1, #006c83);
  background-image: -moz-linear-gradient(#00a5e1, #006c83);
  background-image: -o-linear-gradient(#00a5e1, #006c83);
  background-image: -ms-linear-gradient(#00a5e1, #006c83);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a5e1', endColorstr='#006c83');
}
div.button a.btn_detail:hover,
div.button a.btn_poptavka:hover {
  color: #fecb00;
}
img.overview-logo {
  float: right;
  border: 1px solid #fff;
  background: #fff;
  margin: 10px 0 10px 10px;
}
/* /tabulky */
/* vyhledavani */
#searchhead {
  margin: 2em 0 0 0;
}
.searchitem {
  margin: 0 0 1em 0;
}
.highlight {
  background: #ffff00;
}
/* /vyhledavani */
/* novinky */
.nw_title {
  display: block;
  font-weight: bold;
}
.nw_title a {
  color: #162983;
}
.nw_title a:hover {
  color: #162983;
}
.nw_column {
  margin: 3px 0 0 0;
}
.vyrazne {
  font-weight: bold;
}
.nw_date {
  float: right;
  font-size: 90%;
  color: #697277;
}
.nw_anotace {
  font-size: 90%;
}
.rubrika_title {
  background: #eeeeee;
}
/* /novinky */
/* download */
.dwn {
  margin: 3px 0;
  font-weight: bold;
}
.dwn_footer {
  margin: 30px 0 0 0;
  padding: 3px 0 0 0;
  border-top: 1px solid #cccccc;
}
.dwn_ico {
  margin: 0 0 3px 0;
  padding: 0 0 0 20px;
  background: url(cms/img/ico/file.gif) no-repeat top left;
}
.dwn_ico_doc {
  background: url(cms/img/ico/doc.gif) no-repeat top left;
}
.dwn_ico_file {
  background: url(cms/img/ico/file.gif) no-repeat top left;
}
.dwn_ico_gif {
  background: url(cms/img/ico/gif.gif) no-repeat top left;
}
.dwn_ico_html {
  background: url(cms/img/ico/html.gif) no-repeat top left;
}
.dwn_ico_jpg {
  background: url(cms/img/ico/jpg.gif) no-repeat top left;
}
.dwn_ico_pdf {
  background: url(cms/img/ico/pdf.gif) no-repeat top left;
}
.dwn_ico_pps {
  background: url(cms/img/ico/pps.gif) no-repeat top left;
}
.dwn_ico_ppt {
  background: url(cms/img/ico/ppt.gif) no-repeat top left;
}
.dwn_ico_rtf {
  background: url(cms/img/ico/rtf.gif) no-repeat top left;
}
.dwn_ico_txt {
  background: url(cms/img/ico/txt.gif) no-repeat top left;
}
.dwn_ico_xls {
  background: url(cms/img/ico/xls.gif) no-repeat top left;
}
.dwn_ico_zip {
  background: url(cms/img/ico/zip.gif) no-repeat top left;
}
/* /download */
/* fotogalerie */
#tn_root .tn {
  float: left;
  margin: 0 0 5px 5px;
}
/*#tn_root br { display: none;}*/
#tn_root div.tn_pager {
  clear: left;
  padding: 10px 0;
  text-align: right;
}
#tn_root div.tn_pager span.selected {
  font-weight: bold;
}
#content table.tn_table td {
  vertical-align: top;
  padding: 5px;
}
#local-fotogalerie {
  margin: 0.5em 0 1em 0;
  padding: 0.5em 12px 0.8em 12px;
  background-color: #ffffff;
}
#local-fotogalerie strong {
  font-size: 12px;
}
#local-fotogalerie .foto-show {
  margin: 2em 0 0 0;
  height: 172px;
  width: 99%;
  overflow: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
#local-fotogalerie .foto-show img {
  margin: 0 3px 0 0;
  border: 1px solid #666666;
}
/* /fotogalerie */
/* prilohy */
#page-attachment {
  margin: 0 0 1.5em 0;
}
#page-attachment .thumb {
  float: left;
  margin: 2px 5px 2px 2px;
}
#page-attachment .thumb img {
  border: 1px solid #cccccc;
}
/* /prilohy */
/* formulare */
#form-status {
  padding: 5px;
  border: 1px solid #ff3300;
  background: #eeeeee;
}
#content input[type="text"],
#content input[type="password"],
#content input[type="date"],
#content select,
#content textarea {
  font-size: 12px;
  color: #737373;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  -moz-border-radius: 4px;
}
#form input[type="submit"],
input.submit,
button.submit {
  display: block;
  padding: 10px 27px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  text-shadow: #000 1px 1px 2px;
  background: url(img/sys/bg_button.gif) 0 0 repeat-x;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00a5e1), to(#006c83));
  background-image: -webkit-linear-gradient(#00a5e1, #006c83);
  background-image: -moz-linear-gradient(#00a5e1, #006c83);
  background-image: -o-linear-gradient(#00a5e1, #006c83);
  background-image: -ms-linear-gradient(#00a5e1, #006c83);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a5e1', endColorstr='#006c83');
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: 0 0 1px #9f9f9f;
}
#form input[type="submit"]:hover {
  color: #fecb00;
}
#form {
  color: #464646;
}
#form input[type="text"] {
  height: 18px;
  line-height: 18px;
}
#form select {
  height: 22px;
  line-height: 22px;
  background: #ffffff url(img/sys/bg_select-grad.gif) 0 0 repeat-x;
  padding: 2px;
}
#sekce-zemni-plyn div.zadani,
#sekce-elektrina div.zadani {
  margin: 0 0 1em 0;
}
label.title {
  width: 170px;
  display: inline-block;
}
#sekce-elektrina label.title {
  width: 185px;
}
/* /formulare */
/* poradna */
#poradna input[type="submit"] {
  display: inline;
  border: 1px solid #fff;
  padding: 2px 18px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
}
#poradna input[type="text"],
#poradna textarea {
  height: 16px;
  line-height: 16px;
  padding: 2px;
  margin: 0 0 3px 0;
  width: 300px;
  background: -moz-linear-gradient(#ededed, #ffffff);
  background: -o-linear-gradient(#ededed, #ffffff);
  background: -ms-linear-gradient(#ededed, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
#poradna textarea {
  padding: 2px;
  min-height: 200px;
  margin-bottom: 8px;
  background: -moz-linear-gradient(#ededed, #ffffff);
  background: -o-linear-gradient(#ededed, #ffffff);
  background: -ms-linear-gradient(#ededed, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
#poradna select {
  padding: 2px;
  margin: 0 8px 0 0;
  background: -moz-linear-gradient(#ededed, #ffffff);
  background: -o-linear-gradient(#ededed, #ffffff);
  background: -ms-linear-gradient(#ededed, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
/* /poradna */
/* mapy */
.google-map {
  margin: 3em 0;
  text-align: center;
}
/* /mapy */
/* tooltip */
#content .tooltip,
#rychle-zadani .tooltip {
  position: relative;
  cursor: help;
}
#content .tooltip-content,
#rychle-zadani .tooltip-content {
  position: absolute;
  left: 0;
  top: 1em;
  padding: 1em;
  cursor: default;
  z-index: 600;
}
#content .tooltip-content-in,
#rychle-zadani .tooltip-content-in {
  display: block;
  min-width: 200px;
  text-align: left;
  padding: 5px;
  background: #e4f2f9;
  color: #0077ca;
  border: 1px solid #cee4f2;
  border-radius: 5px;
  box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
}
#content .tooltip:hover,
#rychle-zadani .tooltip:hover {
  border-bottom: 1px dashed #0077ca;
}
#content .tooltip:hover .tooltip-content,
#content .tooltip-content:hover,
#rychle-zadani .tooltip:hover .tooltip-content,
#rychle-zadani .tooltip-content:hover {
  display: block;
}
/* /tooltip */
/* diskuze */
#di {
  margin: 2em 0;
}
#di .add-block,
#di .di-preview {
  background: #fffae4;
  border: 1px solid #fcebc4;
  padding: 5px;
}
#di h3 {
  margin: 0 0 1em 0;
}
#di .block1,
#di .block2 {
  margin: 8px 0;
}
#di .block1 {
  background: #f7f6f3;
}
#di .block2 {
  background: #ffffff;
  border-left: 2px solid #dddddd;
}
#di h4.text {
  padding: 5px;
}
#di div.text {
  padding: 0 5px 2px 5px;
}
#di .bottom {
  background: #dddddd;
  padding: 2px 8px;
  text-align: right;
  border: none;
}
#di .bottom ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #dddddd;
}
#di .bottom ul li {
  display: inline;
  margin: 0 5px;
}
#di .time,
#di .user,
#di .userplus {
  font-size: 85%;
}
#di .user {
  color: #9a0000;
}
#di .time,
#di .loged {
  color: #000080;
}
#di .pager {
  color: gray;
  margin-top: 1em;
}
#di .di-jmeno input,
#di .di-predmet input,
#di .di-text textarea {
  border: 1px solid #f8d178;
}
#di .di-jmeno input {
  width: 200px;
}
#di .di-predmet input {
  width: 305px;
}
#di .di-text textarea {
  width: 518px;
}
/* /diskuze */
/* zadavaci formular */
#distribucni_uzemi_title {
  font-size: 85%;
  font-style: italic;
}
/* /zadavaci formular */
/* bannery BB Media */
#wallpaper-banner {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-position: 50% 30px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
#results {
  float: left;
  margin-right: 5px;
  width: 805px;
}
#main div.bbm-item-border {
  outline: 1px solid #ececec;
}
div.bbm-item {
  display: inline-block;
  /* border: 1px solid #999; background: #eee; */
  text-align: center;
  font-size: xx-small;
}
#item-lead {
  margin: 0 0 1em 0;
}
/* banner-leader */
#item-wallpaper {
  position: absolute;
  top: 140px;
}
#item-under-button,
#item-above-results {
  position: relative;
  border: 1px dotted #aaa;
  background: #eee;
  margin: 1em auto;
  text-align: center;
}
#item-under-button div.bbm-item,
#item-above-results div.bbm-item {
  font-size: 90%;
  margin: 1em auto;
}
#item-detail-under-overview {
  width: 800px;
}
#item-under-button,
#item-above-results,
#item-detail-under-overview {
  position: relative;
  border: 1px dotted #aaa;
  background: #eee;
  margin: 1em auto;
  text-align: center;
  padding: 1em 1em 0.5em 1em;
}
#item-under-button span.a_title,
#item-above-results span.a_title,
#item-detail-under-overview span.a_title {
  position: absolute;
  left: 0;
  top: 0;
  font-size: xx-small;
  padding: 3px;
  background: #aaa;
  color: #eee;
}
#item-under-button div.bbm-item,
#item-above-results div.bbm-item,
#item-detail-under-overview div.bbm-item {
  font-size: 90%;
  margin: 1em auto;
}
#content table.items-right {
  border: none;
  border-collapse: collapse;
}
#block-lev-1-wrapper {
  position: absolute;
  width: 126px;
  top: 240px;
  right: -130px;
  z-index: 20;
}
#block-lev-left-wrapper {
  position: absolute;
  width: 126px;
  top: 240px;
  left: -130px;
  z-index: 20;
}
#block-lev-1,
#block-lev-left {
  /* banner-levitator */
  position: absolute;
  top: 0;
  margin: 10px 0 0 0;
}
#block-lev-1.fixed,
#block-lev-left.fixed {
  position: fixed;
  top: 0;
}
#block-mapa-cr-wrapper {
  margin: 1em 0;
  text-align: center;
}
#block-spotreba-lead-2-wrapper {
  margin: 1em 0;
  text-align: center;
}
/* /bannery BB Media */
/* prodejci */
.prodejci {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 100%;
  margin-left: 20px;
}
.prodejci a {
  text-decoration: none;
}
a.red {
  color: #ab0000;
}
a.blue {
  color: #1ba7de;
}
/* /prodejci */
/* vop */
ul.vop {
  margin: 0;
  padding: 0;
}
ul.vop li {
  margin: 0;
  padding: 3px 0 3px 20px;
  list-style: none;
}
ul.vop li.vop-info {
  background: url(img/sys/ico_informace.png) 0 6px no-repeat;
}
ul.vop li.vop-warning {
  background: url(img/sys/ico_vystraha.png) 0 5px no-repeat;
}
ul.vop li.vop-stop {
  background: url(img/sys/ico_stop.png) 0 5px no-repeat;
}
ul.vop li span.icon {
  display: none;
}
span.vop-text {
  font-size: 90%;
}
span.vop-text span.tooltip-content {
  z-index: 1000;
  /*font-size: 90%;*/
}
#content ul.vop .tooltip-content-in {
  padding: 15px 15px 15px 45px;
  border: 1px solid #fff;
  min-height: 40px;
  _height: 40px;
}
#content li.vop-info .tooltip-content-in {
  background: #56aceb url(img/sys/ico_info.png) 15px center no-repeat;
  color: #fff;
}
#content li.vop-warning .tooltip-content-in {
  background: #ffdd85 url(img/sys/ico_vykricnik.png) 15px center no-repeat;
  color: #2b2b2b;
}
ul.vop span.tooltip-content ul {
  margin: 0;
  padding: 0;
}
ul.vop span.tooltip-content ul li {
  margin: 0 0 0.5em 0;
  padding: 0 0 0 14px;
  list-style: none;
}
li.vop-info ul li {
  background: url(img/sys/bullet_white.png) left 5px no-repeat;
}
li.vop-warning ul li {
  background: url(img/sys/bullet_grey.png) left 5px no-repeat;
}
/* /vop */
/* rychle zadani */
#pandulaci {
  position: absolute;
  top: -37px;
  width: 120px;
}
#pandulaci span {
  float: left;
  width: 20px;
  height: 20px;
  background: url(img/sys/bg_pandulak.png) 0 -20px no-repeat;
}
#pandulaci span.active {
  background: url(img/sys/bg_pandulak.png) 0 0 no-repeat;
}
#slider-elektrina,
#slider-zemni-plyn {
  background: #2f2f2f;
  border: 1px solid #2f2f2f;
  height: 4px;
  margin-top: 50px;
  width: 100px;
  border-width: 1px 20px 1px 0;
  display: inline-block;
  cursor: pointer;
}
form.quick-form .ui-slider-handle {
  background: #ffce00;
  border: 1px solid #2f2f2f;
  width: 9px;
  top: -8px;
  margin: 0 0 0 4px;
  outline: none;
}
form.quick-form .ui-slider-handle:hover,
#rychle-zadani .ui-slider-handle:hover {
  cursor: w-resize;
}
form.quick-form div.row {
  margin-top: 5px;
}
form.quick-form button {
  width: 250px;
  padding: 5px 10px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0 2px 0px #000;
  background: -webkit-linear-gradient(#07c3e6, #003463);
  background: -moz-linear-gradient(#07c3e6, #003463);
  background: -o-linear-gradient(#07c3e6, #003463);
  background: -ms-linear-gradient(#07c3e6, #003463);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#07c3e6', endColorstr='#003463');
  border: 1px solid #000;
  border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: 0 0 1px #9f9f9f;
}
#content-in #block2 button {
  float: right;
}
#domecky {
  position: absolute;
  top: -47px;
  width: 126px;
  height: 28px;
  background: url(img/sys/bg_domecky.png) 0 0 no-repeat;
  text-align: center;
}
#plocha_domu {
  position: relative;
  font-size: 10px;
  bottom: -14px;
  left: -5px;
}
#quick-form-zemni-plyn input[type="text"],
#quick-form-elektrina input[type="text"] {
  margin-left: 10px;
  border: 1px solid #000000;
  height: 20px;
  padding: 3px;
  width: 50px;
  background: #f0f0f0;
  border-radius: 4px;
  -moz-border-radius: 4px;
}
form.quick-form strong {
  color: #000;
}
#rychle-zadani {
  text-align: left;
}
#quick-form-zemni-plyn span.tooltip-content {
  left: auto;
  right: 0;
}
a.sipka {
  display: block;
  padding-left: 20px;
  width: 93px;
  margin: 10px 0 10px 0;
  background-image: url(img/sys/bullet_arrow.png);
  background-repeat: no-repeat;
  background-position: left center;
}
#block2 a.sipka {
  float: right;
  text-align: right;
  clear: both;
}
/* /rychle zadani */
/* administrace */
#block-vop,
#block-history {
  padding: 5px;
  background: #f3f3f3;
  margin: 0 0 1em;
}
#block-vop p,
#block-history p {
  padding: 0 10px;
}
div.admin-vop,
div.admin-history {
  margin-bottom: 1em;
  border: 1px dotted #cccccc;
}
div.admin-vop-in,
div.admin-history-in {
  padding: 5px;
}
a.admin-vop-delete,
a.admin-history-delete {
  float: right;
}
/* /administrace */
/* eru */
#header #eru-link {
  width: 151px;
  height: 121px;
  background-image: url(img/sys/eru_menu.png);
  text-indent: -10000px;
  position: absolute;
  top: 0;
  right: 0;
}
#hledac #eru-star {
  width: 167px;
  height: 165px;
  background-image: url(img/sys/eru_hvezda.png);
  text-indent: -10000px;
  position: absolute;
  top: -48px;
  right: -115px;
  z-index: -2;
}
/* /eru */
a.rss-ico {
  display: inline-block;
  background-image: url(img/sys/ico-rss.png);
  background-repeat: no-repeat;
  padding-left: 20px;
  font-size: 85%;
}
/* horni lista */
#tzb-nav-bar {
  position: relative;
  background: none repeat scroll 0 0 #f3f3f3;
}
#tzb-nav-bar ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 990px;
  margin: 0 auto;
  text-align: left;
}
#tzb-nav-bar ul li {
  list-style: none;
  display: inline-block;
}
#tzb-nav-bar ul li.first {
  background: url("img/sys/bg_topmenu-divider.png") no-repeat scroll left center rgba(0, 0, 0, 0);
  margin-left: 65px;
}
#tzb-nav-bar ul li a {
  text-decoration: none;
  background: url("img/sys/bg_topmenu-divider.png") no-repeat scroll right center rgba(0, 0, 0, 0);
  display: block;
  padding: 6px 24px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  color: #777;
  line-height: 18px;
}
#tzb-nav-bar ul li a span {
  text-transform: none;
}
#tzb-nav-bar ul li.active a,
#tzb-nav-bar ul li:hover a {
  color: #FFA800;
}
#tzb-nav-bar ul li:last-child a {
  padding-right: 24px;
}
/* /horni lista */
/* diff */
#diff-list {
  text-align: left;
}
#diff-detail {
  text-align: left;
}
#diff-detail table.diff {
  font-family: monospace;
  margin-bottom: 2em;
  border: 1px solid #d0d0d0;
}
#diff-detail table.diff tr {
  vertical-align: top;
}
#diff-detail table.diff th {
  padding: 1px 3px;
}
#diff-detail table.diff td {
  white-space: normal !important;
  padding: 1px 3px;
  border-bottom: 1px dotted #d0d0d0;
}
#diff-detail table.diff td:nth-child(2),
#diff-detail table.diff td:nth-child(5) {
  border-color: #eeeeee;
}
#diff-detail .diff_header {
  background-color: #ccc;
  color: #000;
  text-align: right;
}
#diff-detail .diff_sub {
  color: red;
}
#diff-detail .diff_add {
  color: green;
}
/* /diff */
/* vystup reportu */
h2.report-headline {
  padding: 10px 30px;
  margin: 80px 0 0 0;
  color: #fff;
  background: #ff7900;
}
div.report-row {
  padding: 30px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #e4e4e4;
}
div.report-row h3 {
  margin: 0 0 0.5em 0;
}
div.report-row h4 {
  margin: 1.2em 0 0.2em 0;
}
div.report-row ul {
  margin-top: 0.6em 0 0 0;
}
div.report-row ul li {
  list-style-type: square;
  margin: 0 0 0.5em 0;
}
div.report-pricelist-info {
  padding-bottom: 1em;
  border-bottom: 1px solid #ededed;
}
div.report-pricelist-info small {
  font-style: italic;
}
div.report-pricelist-id {
  text-align: right;
  font-size: 80%;
  font-style: italic;
}
/* /vystup reportu */
/* dashboard */
#login-box {
  margin: 0 0 1em 0;
}
#dashboard {
  margin-top: 40px;
}
#dashboard ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#dashboard ul li {
  float: left;
  list-style: none;
  margin: 0 20px 20px 0;
  padding: 0;
  width: 450px;
  height: 200px;
  text-align: center;
}
#dashboard ul li.box2 {
  margin-right: 0;
}
#dashboard ul li a {
  display: block;
  background: #ececec;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  text-align: center;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  font-weight: bold;
  color: #454545;
}
#dashboard ul li a .dash-text {
  text-transform: uppercase;
  position: absolute;
  display: block;
  right: 0;
  left: 0;
  bottom: 25px;
  margin: auto;
}
#dashboard ul li a .dash-icon {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#dashboard ul li a.stats .dash-icon {
  width: 67px;
  height: 62px;
  background-image: url(img/sys/ico_i1.png);
}
#dashboard ul li a.stats:hover .dash-icon {
  background-position: -67px 0;
}
#dashboard ul li a.contacts .dash-icon {
  width: 69px;
  height: 57px;
  background-image: url(img/sys/ico_i2.png);
}
#dashboard ul li a.contacts:hover .dash-icon {
  background-position: -69px 0;
}
#dashboard ul li a.tarifs .dash-icon {
  width: 78px;
  height: 66px;
  background-image: url(img/sys/ico_i3.png);
}
#dashboard ul li a.tarifs:hover .dash-icon {
  background-position: -78px 0;
}
#dashboard ul li a.pricelists .dash-icon {
  width: 62px;
  height: 65px;
  background-image: url(img/sys/ico_i4.png);
}
#dashboard ul li a.pricelists:hover .dash-icon {
  background-position: -62px 0;
}
#dashboard ul li a:hover {
  background-color: #454545;
  color: #fff;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  box-shadow: inset 0 0 0 5px #ececec;
  -webkit-box-shadow: inset 0 0 0 5px #ececec;
}
#newsletter-nabidka {
  border: 2px dotted #aaaaaa;
  background: #efefef;
  padding: 10px;
}
#newsletter-nabidka p:last-child {
  margin: 0;
}
/* dashboard */
/* survey */
div.reviews {
  margin: 2em 0 0 0;
  font-size: 85%;
  font-style: italic;
}
div.survey-list div.object-item {
  background: #f9f9f9;
  border: 1px dotted #aaaaaa;
  padding: 10px;
  margin: 0 0 1em 0;
}
div.survey-list div.object-item h2 {
  font-size: 120%;
  margin: 0 0 0.6em;
}
div.survey-list div.object-item h2 span {
  font-size: 80%;
  font-weight: bold;
}
div.survey-list div.object-item div.row {
  margin: 0 0 1em 0;
}
div.survey-list div.object-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.survey-list div.object-item li {
  margin: 0 0 0.3em 0;
  padding: 0 0 0 18px;
}
div.survey-list div.object-item div.positives {
  margin: 0 0 1em 0;
}
div.survey-list div.object-item div.positives li {
  font-style: italic;
  color: #4ea72d;
  background: url(img/sys/feedback-positive.gif) 0 4px no-repeat;
}
div.survey-list div.object-item div.negatives li {
  font-style: italic;
  color: #ef3c3c;
  background: url(img/sys/feedback-negative.gif) 0 4px no-repeat;
}
div.survey-list div.object-item .stars-rating span {
  position: relative;
  margin-right: 2px;
  top: 2px;
  display: inline-block;
  width: 20px;
  height: 19px;
  background: url(img/sys/feedback-star-empty.png) 0 0 no-repeat;
}
div.survey-list div.object-item .stars-rating span.active {
  background: url(img/sys/feedback-star.png) 0 0 no-repeat;
}
#content table.survey-table h4 {
  margin: 0;
}
#content table.survey-table td {
  padding: 8px 0;
}
/* /survey */
div.eticky_kodex {
  margin: 0.5em 0 0 5px;
}
div.period-selector {
  text-align: right;
  font-size: 85%;
}
div.eru-notice {
  border: 3px solid #ff7800;
  background: #da2529;
  color: #fff;
  font-weight: bold;
  margin: 2em 0;
}
div.eru-notice-in {
  padding: 10px;
  text-align: center;
}
/* uzivatelsky definovane styly - pokud uzivatel pridava styly, necht je pise pod tento radek */
.page_poradna #content-in {
  color: #333;
  font-size: 14px;
  line-height: 157%;
}
.page_poradna #content-in h1 {
  font-size: 24px;
  margin-bottom: 25px;
}
.page_poradna .poradna-boxes {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.page_poradna .poradna-boxes .poradna-box {
  padding: 15px;
  background: #F2F2F7;
  width: 371px;
  border-radius: 4px;
  height: 100%;
}
.page_poradna .poradna-boxes .poradna-ico {
  background: #fff;
  width: auto;
  padding: 0 40px;
}
.page_poradna .poradna-boxes .poradna-ico span {
  display: block;
  width: 110px;
  height: 110px;
  background: url(img/sys/kalkulator_bulb.png) 0 0 no-repeat;
}
.page_poradna .poradna-block {
  background: #FFFFFF;
  border: 1px solid #ECECF5;
  box-sizing: border-box;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  margin: 20px 0;
  padding: 25px;
}
.page_poradna .poradna-block h2 {
  font-size: 16px;
  margin-top: 0;
}
.page_poradna .poradna-block h2 a {
  text-decoration: none;
  transition: all .2s;
}
.page_poradna .poradna-block h2 a:hover {
  text-decoration: underline;
}
.page_poradna .poradna-block > a {
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.page_poradna .poradna-block > a:after {
  content: '';
  width: 8px;
  height: 14px;
  background: url(img/sys/kalkulator_arrow.svg) center center no-repeat;
  display: inline-block;
  margin-left: 13px;
  position: relative;
  top: 2.5px;
  transition: margin-left 0.2s;
}
.page_poradna .poradna-block > a:hover {
  text-decoration: underline;
  color: #3EADE0;
}
.page_poradna .poradna-block > a:hover:after {
  margin-left: 8px;
}
.page_vyber-dodavatele h1,
.page_cena-elektriny h1,
.page_cena-plynu h1,
.page_obchodni-podminky-smlouvy h1,
.page_podomni-prodej h1,
.page_moznosti-odstoupeni h1,
.page_odberatel-versus-dodavatel h1,
.page_vzory-formularu h1,
.page_doporucene-zasady h1,
.page_zmena-dodavatele h1,
.page_moznosti-odstoupeni-1 h1,
.page_moznosti-odstoupeni-2 h1,
.page_moznosti-odstoupeni-3 h1,
.page_moznosti-odstoupeni-4 h1,
.page_moznosti-odstoupeni-5 h1,
.page_moznosti-odstoupeni-6 h1,
.page_moznosti-odstoupeni-7 h1,
.page_moznosti-odstoupeni-8 h1 {
  font-size: 24px;
  margin-bottom: 25px;
}
.page_vyber-dodavatele #content-in,
.page_cena-elektriny #content-in,
.page_cena-plynu #content-in,
.page_obchodni-podminky-smlouvy #content-in,
.page_podomni-prodej #content-in,
.page_moznosti-odstoupeni #content-in,
.page_odberatel-versus-dodavatel #content-in,
.page_vzory-formularu #content-in,
.page_doporucene-zasady #content-in,
.page_zmena-dodavatele #content-in,
.page_moznosti-odstoupeni-1 #content-in,
.page_moznosti-odstoupeni-2 #content-in,
.page_moznosti-odstoupeni-3 #content-in,
.page_moznosti-odstoupeni-4 #content-in,
.page_moznosti-odstoupeni-5 #content-in,
.page_moznosti-odstoupeni-6 #content-in,
.page_moznosti-odstoupeni-7 #content-in,
.page_moznosti-odstoupeni-8 #content-in {
  color: #333;
  font-size: 14px;
  line-height: 25px;
}
.page_vyber-dodavatele #content-in p,
.page_cena-elektriny #content-in p,
.page_cena-plynu #content-in p,
.page_obchodni-podminky-smlouvy #content-in p,
.page_podomni-prodej #content-in p,
.page_moznosti-odstoupeni #content-in p,
.page_odberatel-versus-dodavatel #content-in p,
.page_vzory-formularu #content-in p,
.page_doporucene-zasady #content-in p,
.page_zmena-dodavatele #content-in p,
.page_moznosti-odstoupeni-1 #content-in p,
.page_moznosti-odstoupeni-2 #content-in p,
.page_moznosti-odstoupeni-3 #content-in p,
.page_moznosti-odstoupeni-4 #content-in p,
.page_moznosti-odstoupeni-5 #content-in p,
.page_moznosti-odstoupeni-6 #content-in p,
.page_moznosti-odstoupeni-7 #content-in p,
.page_moznosti-odstoupeni-8 #content-in p {
  margin-bottom: 1.6rem;
}
.page_vyber-dodavatele #content-in #poradna-nav,
.page_cena-elektriny #content-in #poradna-nav,
.page_cena-plynu #content-in #poradna-nav,
.page_obchodni-podminky-smlouvy #content-in #poradna-nav,
.page_podomni-prodej #content-in #poradna-nav,
.page_moznosti-odstoupeni #content-in #poradna-nav,
.page_odberatel-versus-dodavatel #content-in #poradna-nav,
.page_vzory-formularu #content-in #poradna-nav,
.page_doporucene-zasady #content-in #poradna-nav,
.page_zmena-dodavatele #content-in #poradna-nav,
.page_moznosti-odstoupeni-1 #content-in #poradna-nav,
.page_moznosti-odstoupeni-2 #content-in #poradna-nav,
.page_moznosti-odstoupeni-3 #content-in #poradna-nav,
.page_moznosti-odstoupeni-4 #content-in #poradna-nav,
.page_moznosti-odstoupeni-5 #content-in #poradna-nav,
.page_moznosti-odstoupeni-6 #content-in #poradna-nav,
.page_moznosti-odstoupeni-7 #content-in #poradna-nav,
.page_moznosti-odstoupeni-8 #content-in #poradna-nav {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f7;
}
.page_vyber-dodavatele #content-in #poradna-nav a,
.page_cena-elektriny #content-in #poradna-nav a,
.page_cena-plynu #content-in #poradna-nav a,
.page_obchodni-podminky-smlouvy #content-in #poradna-nav a,
.page_podomni-prodej #content-in #poradna-nav a,
.page_moznosti-odstoupeni #content-in #poradna-nav a,
.page_odberatel-versus-dodavatel #content-in #poradna-nav a,
.page_vzory-formularu #content-in #poradna-nav a,
.page_doporucene-zasady #content-in #poradna-nav a,
.page_zmena-dodavatele #content-in #poradna-nav a,
.page_moznosti-odstoupeni-1 #content-in #poradna-nav a,
.page_moznosti-odstoupeni-2 #content-in #poradna-nav a,
.page_moznosti-odstoupeni-3 #content-in #poradna-nav a,
.page_moznosti-odstoupeni-4 #content-in #poradna-nav a,
.page_moznosti-odstoupeni-5 #content-in #poradna-nav a,
.page_moznosti-odstoupeni-6 #content-in #poradna-nav a,
.page_moznosti-odstoupeni-7 #content-in #poradna-nav a,
.page_moznosti-odstoupeni-8 #content-in #poradna-nav a {
  display: inline-block;
  border-radius: 4px;
  background: #ECECF5;
  padding: 8px 12px;
  margin-right: 3px;
  margin-bottom: 7px;
  text-decoration: none;
  color: #5f5f70;
  font-size: 14px;
  transition: all .15s;
  position: relative;
}
.page_vyber-dodavatele #content-in #poradna-nav a:hover,
.page_cena-elektriny #content-in #poradna-nav a:hover,
.page_cena-plynu #content-in #poradna-nav a:hover,
.page_obchodni-podminky-smlouvy #content-in #poradna-nav a:hover,
.page_podomni-prodej #content-in #poradna-nav a:hover,
.page_moznosti-odstoupeni #content-in #poradna-nav a:hover,
.page_odberatel-versus-dodavatel #content-in #poradna-nav a:hover,
.page_vzory-formularu #content-in #poradna-nav a:hover,
.page_doporucene-zasady #content-in #poradna-nav a:hover,
.page_zmena-dodavatele #content-in #poradna-nav a:hover,
.page_moznosti-odstoupeni-1 #content-in #poradna-nav a:hover,
.page_moznosti-odstoupeni-2 #content-in #poradna-nav a:hover,
.page_moznosti-odstoupeni-3 #content-in #poradna-nav a:hover,
.page_moznosti-odstoupeni-4 #content-in #poradna-nav a:hover,
.page_moznosti-odstoupeni-5 #content-in #poradna-nav a:hover,
.page_moznosti-odstoupeni-6 #content-in #poradna-nav a:hover,
.page_moznosti-odstoupeni-7 #content-in #poradna-nav a:hover,
.page_moznosti-odstoupeni-8 #content-in #poradna-nav a:hover {
  background: #FD8004;
  color: #fff;
}
.poradna-zmena-box {
  background: #FFFFFF;
  border: 1px solid #ECECF5;
  box-sizing: border-box;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  margin: 15px 0;
  padding: 25px;
}
.poradna-zmena-box h2 {
  font-size: 16px;
  margin-top: 0;
  line-height: 26px;
}
.poradna-zmena-box .odpoved {
  font-style: normal;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}
.poradna-intro {
  padding: 15px;
  background: #F2F2F7;
  border-radius: 4px;
  margin-bottom: 3rem;
}
#content table.big-rows th,
#content table.big-rows td {
  line-height: 3em;
}
#content table.big-rows th span.tooltip,
#content table.big-rows td span.tooltip {
  line-height: normal;
}
#content table.big-rows th span.tooltip ul,
#content table.big-rows td span.tooltip ul {
  margin: 0.5em 0;
}
#spot-results {
  border: 1px solid #666666;
  color: #424242;
  background: #f3f3f3;
  text-align: center;
  padding: 10px;
}
#spot-results p {
  font-weight: bold;
  margin: 0;
}
#spot-results p span {
  font-size: 150%;
}
div.cena-zastropovana {
  margin-bottom: .5em;
}
