html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* SK mods */
.choices {
    z-index: 7;
}


/* GSCE modifikace */
.gsc-above-wrapper-area {
    display: none;
}

.gsc-cursor-box.gs-bidi-start-align {
    display: none;
}

.gsc-control-cse {
    background: none !important;
    border: none !important;
}

.gsc-results {
    background:none !important;
}

.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
    background: none !important;
    border: none !important;
}
.gcsc-more-maybe-branding-root {
    display: none;
}

/* forms */
.form-application {
    background-color: #f7fafd;
}

.form-application--flat {
    background-color: white !important;
}

.form-application p, .form-application li, .form-application .tooltip__inner {
    text-align: justify;
}

.form-application ol li::before {
    background: none;
}

.form-application .tooltip .tooltip__inner {
    left: -250px;
}

.form-application.f-reset dl {
    font-size: 14px;
}

.form-application.f-reset table tbody td {
    font-size: 14px;
    line-height: 1.25;
    padding-top: 7px;
}

.form-application.k-pdf-export {
    background: none;
    max-width: 1024px;
}

.form-application.k-pdf-export .hide-export {
    display: none;
}

.form-application.k-pdf-export .show-export {
    display: initial;
}

.form-application.k-pdf-export .checkbox-value {
    margin-left: 1.5em;
}

.form-application.k-pdf-export .u-mb-0-export {
    margin-bottom: 0;
}

.form-application.k-pdf-export table {
    max-width: unset;
    margin-bottom: 1.5em;
}

.form-application.k-pdf-export thead::after {
    display: none;
}

.form-application.k-pdf-export thead th {
    background: none;
}

.form-question-addon {
    margin-top: 10px;
    font-size: 14px;
}

