/* Javascript - celý web Lumius */
.popup {
  position: fixed;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  top: 0px;
  z-index: 999;
  height: 100%;
  width: 100%;
  font-family: "Open sans", sans-serif;
}
.popup .widget {
  width: 920px;
  position:relative;
  margin: auto;
  border: 1px solid #ddd;
  background: white;
  margin-top: 102px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.06);
}
.popup fieldset {
  border: 0px;
}
.popup label {
  display: block;
  width: 290px;
  font-weight: bold;
  padding: 5px 1px;
  margin-top: 29px;
  font-size: 15px;
  float: none;
  text-align: left;
  margin-left: 50px;
}
fieldset {
  border: 0px;
}
.popup input[type="tel"],.popup  input[type="text"]  {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 6px;
  width: 259px;
  padding-right: 40px;
  margin-left: -36px;
}
.popup input[required="required"]:invalid {
  border: 1px solid #ddd;
  box-shadow: none;
  /*background: url("../../cimagebank/error.png") no-repeat 217px 3px #fff;*/
}
.popup input[required="required"]:valid {
  background: url("../../cimagebank/ok.png") no-repeat 217px 3px #fff;
}
.popup textarea {
  width: 336px;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid #ddd;
  height: 171px;
}
.popup fieldset {
  border: 0px none;
  padding: 0px;
  padding-bottom: 75px;
}
.popup #submit {
  background: rgb(215, 11, 23);
  height: 35px;
  border: 0px;
  color: white;
  border-radius: 4px;
  padding: 0px 16px;
  box-shadow: inset 0px -2px rgba(0, 0, 0, 0.67);
  margin-top: 16px;
  margin-left: 655px;
  cursor: pointer;
}
.form-row2, .form-row1 {
  width: 450px;
  float:left;
}
.popup .close {
  background: url("../../cimagebank/close.png");
  position: absolute;
  top: 18px;
  right: 38px;
  width: 27px;
  height: 34px;
}
.popup #submit {
  background: rgb(215, 11, 23);
  height: 43px;
  border: 0px;
  color: white;
  border-radius: 5px;
  padding: 3px 23px;
  box-shadow: inset 0px -2px rgba(0, 0, 0, 0.67);
  margin-top: 16px;
  margin-left: 624px;
  cursor: pointer;
  font-size: 18px;
  position: relative;
  top: 18px;
}
a.popupform {
  background: rgb(221, 6, 19);
  color: white;
  padding: 8px 15px;
  border-radius: 8px;
  box-shadow: inset 0px -2px rgba(0, 0, 0, 0.34);
  padding-right: 15px!important;
  color: white!important;
}
.milniky .inner_content li {
  font-size: 17px;
  margin-bottom: 35px;
  margin-left: 38px;
  padding-top: 22px;
}
.milniky .inner_content ul li strong {
  position: absolute;
  left: 28px;
  display: block;
  height: 20px;
  width: 39px;
  padding: 11px 9px;
  border: 3px solid rgb(221, 6, 19);
  border-radius: 50%;
  background: white;
  margin-top: -10px;
}
.milniky .inner_content ul  {
  border-left: 4px solid rgb(233, 125, 0);
  margin-left: 15px;
}
sup {
  color: white;
  background-color: rgb(221, 6, 19);
  padding: 4px;
  font-size: 11px;
}

/* EU cookie script */
.eu-cookies {
    background-color: black;
    bottom: 0;
    color: white;
    font-size: 14px;
    left: 0;
    padding: 14px 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 10000;
}
.eu-cookies > a {
  font-weight: bold;
  color: white;
  text-decoration: none;
}
.eu-cookies > a:hover {
  text-decoration: underline;
}
.eu-cookies button.cookieOK {
  background: green;
  color: white;
  border: 1px solid green;
  cursor: pointer;
}

/* graf demo */
.content-widget span.elektrina {
    margin-left: 260px;
}
.content-widget span.plyn {
    margin-left: 30px;
}
.content-widget span.plyn:before {
    width: 15px;
    height: 15px;
    content: "";
    display: inline-block;
    background-color: #F7C800;
    margin-right: 10px;
    margin-left: 11px;
    top: 4px;
    position: relative;
}

.content-widget span.elektrina:before {
    width: 15px;
    height: 15px;
    content: "";
    display: inline-block;
    background-color: #DD0613;
    margin-right: 10px;
    margin-left: -65px;
    top: 4px;
    position: relative;
}
.odhad {
    margin-left: 134px;
}
.osax {
    height: 320px;
    width: 40px;
    float: left;
}
.osax span{
-webkit-transform: rotate(-90deg);
/* Firefox */
-moz-transform: rotate(-90deg);
/* IE */
-ms-transform: rotate(-90deg);
/* Opera */
-o-transform: rotate(-90deg);
  transform: rotate(-90deg);
/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
font-size: 14px;
display: block;
margin-top: 88px;
}

