<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --------- dopytovy formular --------- */

.in-dopytovy-formular .sidebar,
.in-chyba .sidebar,
.in-formular-odoslany .sidebar {display:none}

#energalaPriceRequestForm {
  margin-bottom: 100px;
}

#energalaPriceRequestForm input[type=text] {
  width: 20%;
  padding: 6px 10px;
  box-sizing: border-box;
  border: 1px solid #c0c0c0;
}

#energalaPriceRequestForm input[type=text]:focus {
  border: 2px solid #04AA6D;
  /*transition: width 0.9s ease-in-out;*/
}

#energalaPriceRequestForm input[type=checkbox] {
  border: 2px solid #c0c0c0;
  margin: 15px 0px 0px 0px;
  float: left;
  display: block;
  width: 14px;
  height: 14px;  
}

#energalaPriceRequestForm input[type=checkbox]::before,
#energalaPriceRequestForm input[type=checkbox] + label::before,
#energalaPriceRequestForm input[type=checkbox]::after,
#energalaPriceRequestForm input[type=checkbox] + label::after {

}

#energalaPriceRequestForm fieldset {
  border: 1px solid #c0c0c0;
  width: 100%;
  padding: 0px 20px;
}

#energalaPriceRequestForm fieldset label {
  padding-left: 10px;
  width: auto;
}

#energalaPriceRequestForm fieldset legend {
  font-weight: bold;
  padding: 0px 10px;
}

#energalaPriceRequestForm select {
  width: 60%;
  padding: 6px 10px;
  box-sizing: border-box;
  border: 1px solid #c0c0c0;
}

#energalaPriceRequestForm select:focus {
  border: 2px solid #04AA6D;
}

#energalaPriceRequestForm textarea {
  width: 50%;
  padding: 6px 10px;
  margin: 5px 0px 10px 0px;
  border: 1px solid #c0c0c0;
}

#energalaPriceRequestForm textarea:focus {
  border: 2px solid #04AA6D;
}

#energalaPriceRequestForm label {
  width: 40%;
  padding: 12px 20px 12px 0px;
  display: inline-block;
  text-align: right;
}
#energalaPriceRequestForm label.bold {
  font-weight: bold;
}

#energalaPriceRequestForm .gdpr label {
  width: 92%;
  margin-right: 0px;
  padding-right: 0px;
  text-align: left;
}

#energalaPriceRequestForm span {
  width: 40%;
  padding: 12px 0px 12px 5px;
  display: inline-block;
}

#energalaPriceRequestForm input[type=button], input[type=submit], input[type=reset] {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 16px 62px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}

#energalaPriceRequestForm .row {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}

#energalaPriceRequestForm .gdpr {
  text-align: center;
  margin-top: 20px;  
}

#energalaPriceRequestForm .required::after {
  content: '*';
  color: #ff0000;
  vertical-align: super;
  position: absolute;
  margin-left: 3px;
}

#energalaPriceRequestForm #chyba {
  color: #ff0000;
  text-align: center;
}

#energalaPriceRequestForm .form-submit {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 20px;  
}

/* --------- dopytovy formular/ --------- */

/* --------- vyhladavac znaciek ----------- */

#users .list {
  font-family:sans-serif;
}

#users td {
  padding:10px; 
  border:solid 1px #eee;
}

#users input {
  border:solid 2px #ccc;
  border-radius: 5px;
  padding:7px 14px;
  margin-bottom:10px;
  display: block;
  min-width: 300px;
  height: 40px;
}

#users input:focus {
  outline:none;
  border-color:#04AA6D;
}

/* --------------- vyhladavac znaciek/ ---------- */

/* --------------- back to top šípka ---------- */

#return-to-top i::before {content: 'a';}
#return-to-top i:before {content: '\e911';}
#return-to-top {
z-index: 99999999;
    position: fixed;
    bottom: 45px;
    right: 80px;
background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {color: #fff;margin: -10px 0 0 -10px;position: relative;left: 50%;top: 50%;font-size: 19px;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;height: 20px;width: 20px;text-align: center;display: block;font-style: normal;}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
}
.icon-chevron-up::before {
font-weight: bold;
}
.ordering-process #return-to-top{display: none !important;}

/* --------------- back to top šípka/ ---------- */</pre></body></html>