<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.infoPanel {align-items: center;}
.infoPanel I {margin-right: 10px;}

.errors {margin: 0; color: #d9001a !important; font-weight: bold;}
.done {color: green !important; font-weight: bold;}

input,
textarea { font-size: inherit; font-family: inherit; border: 0; outline: 0; background: #fff; -webkit-appearance: none; }
input[type="submit"] { cursor: pointer; }

::-webkit-input-placeholder { color: #6f6f6f; font-size: 15px; font-weight: 300; }
::-moz-placeholder { color: #6f6f6f; font-size: 15px; font-weight: 300; }
:-ms-input-placeholder { color: #6f6f6f; font-size: 15px; font-weight: 300; }
:-moz-placeholder { color: #6f6f6f; font-size: 15px; font-weight: 300; }

.formShadow {
  -webkit-box-shadow: inset 2px 2px 5px 0px rgba(227,229,231,1);
  -moz-box-shadow: inset 2px 2px 5px 0px rgba(227,229,231,1);
  box-shadow: inset 2px 2px 5px 0px rgba(227,229,231,1);
}

.formLine {width: 100%; float: left; margin: 5px 0;}
.formLine.oddel-top {margin-top: 30px;}
.formLine.firstFormLine {margin-top: 0;}
.formLine.lastFormLine {margin-bottom: 0;}
.formLine .formInput {width: 100%; height: 46px; float: left; padding: 0 20px; border: 1px solid #e3e5e7;}
.formLine .formInput:FOCUS {border-color: #a4abb3;}
.formLine .formInput.nazev {background-color: #f2f2f2;}
.formLine .formSelect {width: 100%; height: 46px; float: left; padding: 0 20px; border: 1px solid #e3e5e7;}
.formLine .formSelect OPTION {font-size: 16px;}
.formLine .formSelect:FOCUS {border-color: #a4abb3;}
.formLine .formTextarea {width: 100%; height: 120px; float: left; padding: 10px 20px; border: 1px solid #e3e5e7;}
.formLine .formTextarea:FOCUS {border-color: #a4abb3;}
.formLine .formSubmit {width: 100%; height: 46px; float: left; padding: 0 20px; text-align: center; background-color: #f9e1b6; color: inherit; font-size: 18px; font-weight: 400; text-transform: uppercase;}

.addRowBtn {position: relative; width: 100%; height: 46px; float: left; padding: 0 20px; border: 1px solid #e3e5e7; align-items: center; background-color: #f2f2f2; cursor: pointer;}
.addRowBtn:after {content: '+'; position: absolute; right: 10px; top: 0; width: auto; height: 100%; display: flex; align-items: center; line-height: 1; padding: 0; margin: 0; font-weight: 900;}

.formLine .formCheckboxCont {
    float: left;
    margin-right: 10px;
}

.formLine .formCheckboxCont .checkbox-item {
    width: 25px;
    height: 25px;
    margin-left: 15px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    transition: 200ms;
    cursor: pointer;
    border: 2px solid #d3d3d3;
}

.formLine .formCheckboxCont .checkbox-item.active {
    background-image: url("/images/tick.png");
}</pre></body></html>