/* CSS Document */

/* fonty */
@font-face {
    font-family: 'Gotham Rounded';
    src: url(../fonts/gotham-rounded-light.woff) format('woff');
    font-weight: 300;
    font-style: normal
}
@font-face {
    font-family: 'Gotham Rounded';
    src: url(../fonts/gotham-rounded-book.woff) format('woff');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'Gotham Rounded';
    src: url(../fonts/gotham-rounded-bold.woff) format('woff');
    font-weight: 700;
    font-style: normal
}

/* layout */
html {
    overflow-y: scroll;
}
body {
    background-color: #D94315;
    color: #333333;
    font-family: "Gotham Rounded", "Arial Rounded", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    min-width: 686px;
    padding-right: 0 !important;
}
div.center {
    text-align: center;
}
div.left {
    float: left;
}
div.right {
    float: right;
}
div.header-and-content {
    overflow: hidden;
}

/* flashes */
div#snippet--flashes {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    max-width: 1020px;
}
.alert {
    border-radius: 20px;
    display: block;
    font-size: 115%;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
}
.alert-success {
    background-color: #e7f5eb;
}
.alert-success a {
    color: #054714;
    text-decoration: underline;
}

/* nadpisy */
h1 {
    margin-top: 20px;
}
h2 {
    color: #5E5E5E;
    font-size: 19px;
    line-height: 1.4;
    margin-top: 16px;
    margin-bottom: 16px;
}
i.rezervace-do-icon {
    cursor: pointer;
    margin-left: 5px;
}

/* content */
div.content {
    font-size: 14px;
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
div.panel {
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 30px;
    font-size: 16px;
}
div.panel-heading {
    color: #444;
    background-color: #f1f1f1;
    border-color: #ddd;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-weight: bold;
    font-size: 18px;
}
div.panel-body {
    text-align: center;
    padding: 15px;
    padding-bottom: 20px;
}
div.panel-body table td {
    vertical-align: middle;
    padding: 5px;
}
div.panel-body table td.labely {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}
div.panel-body table td.labely label {
    margin-bottom: 0;
}
div.panel-body div.lekarny label {
    align-items: start;
    display: inline-flex;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 7px;
    text-align: left;
    width: 310px;
}
div.panel-body div.lekarny label input {
    margin-top: 1px;
}
div.panel-body div.lekarny label div {
    display: inline-block;
    line-height: 18px;
}
div.panel-body div.lekarny label span {
    font-size: 12px;
}
div.panel-body label.popisek:not(.nepovinne) {
    font-weight: bold;
}
div.panel-body label.kod {
    margin-bottom: 10px;
}
div.panel-body div.kod {
    display: inline-block;
    margin-bottom: 10px;
}
div.panel-body .hidden {
    display: none;
}
div.panel-body span.kod-number {
    display: inline-block;
    margin-right: 2px;
}
div.panel-body div.kod-controls {
    display: inline-block;
    margin-left: 8px;
}
div.panel-body hr {
    margin-top: 12px;
    margin-bottom: 16px;
}
div.panel-body .btn {
    min-width: 105px;
}
div.panel-body .btn-mini {
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
}
div.panel-body .btn-lg {
    margin-top: 20px;
    margin-bottom: 10px;
}
div.panel-body .resetBtn {
    margin-left: 15px;
}
div.panel-body .removeBtn {
    margin-left: 5px;
}
div.panel-body table {
    margin: auto;
    width: 95%;
}
div.panel-body p.label-info {
    color: #555555;
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 1px;
}
input.kod-elem {
    background-color: transparent;
    outline: 0;
    border: none;
    border-bottom: 2px solid gray;
    display: inline-block;
    font-size: 20px;
    margin: 0 1px;
    width: 2.5rem;
    text-align: center;
}
ul.errors {
    border-radius: 20px;
    font-size: 16.5px;
    padding: 5px;
    margin-top: 5px;
}
ul.errors li {
    list-style-type: none;
    line-height: 25px;
}

/* informace o uplatnění ePoukazu na konci roku */
.panel.uplatneni-info {
    margin-top: 18px;
}
.panel.uplatneni-info .panel-heading {
    font-size: 16px;
    text-align: left;
    padding-top: 8px;
    padding-bottom: 7px;
}
.panel.uplatneni-info .panel-body {
    line-height: 23px;
    padding-top: 10px;
    padding-bottom: 12px;
    text-align: justify;
}

/* QR kód */
div.qr {
    border: 1px solid #dddddd;
    border-radius: 10px;
    display: none;
    margin: 20px;
    padding: 10px;
}
div.qr div.qr-header {
    display: flex;
    justify-content: space-between;
}
div.qr div.label {
    margin-bottom: -2px;
    text-align: left;
}
div.qr canvas#qrCanvas {
    display: none;
}
div.qr video#qrVideo {
    border-radius: 10px;
}
div.qr canvas#qrCanvas,
div.qr video#qrVideo
{
    width: 480px;
    height: 360px;
}
div.qr div.qr-camera {
    display: none;
    margin-top: 10px;
    margin-bottom: 18px;
}
div.qr div.qr-file {
    display: none;
}
div.qr input.qr-file-input {
    display: none;
}
div.qr div.qr-state-elem {
    min-height: 20px;
}

/* obchodní podmínky */
div.modal {
    font-size: 14px;
    overflow: hidden;
}
div.modal div.modal-header {
    border-bottom: 0;
    display: block;
    font-size: 22px;
    margin-top: 2px;
    padding-bottom: 5px;
}
div.modal div.modal-body {
    padding-top: 4px;
    padding-bottom: 21px;
}
div.modal .close {
    margin-top: -18px;
    margin-right: -16px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}
div.modal div.modal-body h1 {
    margin-top: 5px;
    margin-bottom: 10px;
}
div.modal .close-btn {
    border: 0px;
    padding: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* formulářové prvky */
.btn.disabled, .btn:disabled {
    opacity: 0.20;
}
label.radio-elem,
label.check-elem {
    border-radius: 15px;
    cursor: pointer;
    padding: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
}
label.radio-elem input,
label.check-elem input {
    margin-top: -3px;
    margin-right: 10px;
    vertical-align: middle;
}
label.radio-elem {
    margin-left: 10px;
    margin-right: 10px;
}

/* placeholdery */
::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #D3D3D3;
    opacity: 1;
    /* Firefox */
}
:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #D3D3D3;
}
::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #D3D3D3;
}

/* footer */
div.footer {
    overflow: hidden;
    padding: 10px;
}
div.footer div.footer-content {
    margin: auto;
    overflow: hidden;
}
div.footer div.footer-links {
    align-items: center;
    display: inline-flex;
}
div.footer div.footer-links div.footer-lekarna {
    border-radius: 5px;
    display: inline-block;
    height: 100%;
    margin-left: 16px;
    margin-right: 16px;
    overflow: hidden;
    width: 230px;
}
div.footer div.footer-links a {
    color: #000000 !important;
    display: inline-block;
    margin-left: -18px;
    margin-top: -10px;
    margin-bottom: -8px;
    text-decoration: none;
}
div.footer div.footer-links img.footer-lekarna-logo {
    width: 262px;
}
div.footer div.footer-links img.footer-lekarna-logo:hover {
    background-color: white;
}