<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#dkLabNoteProgressBarBox {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    z-index: 999;
    display: none;
}

#dkLabNoteProgressBarBoxIn {
    position: relative;
    width: 50%;
}

#dkLabNoteFile,
#dkLabNoteFile1 {
    display: none;
}

.dkLabFileButton {
    background: var(--dklab-poznamka-color-main);
    color: white;
    display: block;
    cursor: pointer;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1;
}

.dkLabFileButton &gt; svg {
    fill: white;
    display: inline-block;
    vertical-align: middle;
}

.dkLabFileButton &gt; span {
    position: relative;
    top: 1px;
    margin-left: 4px;
}

#dkLabNoteProgressBarText {
    margin-top: 3px;
    text-align: center;
    color: white;
    font-size: 16px;
}

#dkLabNoteProgressBarValue {
    margin-top: 3px;
    text-align: center;
    color: white;
    font-size: 16px;
}

.add-to-cart,
.b-cart-variants {
    position: relative;
}

.dklabPoznamkaHelp {
    position: relative;
    background: #e6e6e6;
    color: #000000;
    padding: 10px 12px 10px 12px;
    font-size: 100%;
    border-radius: 3px;
    margin: -6px 0px 25px 0px;
}

.dklabPoznamkaHelpBezModelu {
    position: relative;
    background: #e6e6e6;
    color: #000000;
    padding: 10px 12px 10px 12px;
    font-size: 100%;
    border-radius: 3px;
    margin: 6px 19px 0px 19px;
}

.dklabPoznamkaHelp &gt; span,
.dklabPoznamkaHelpBezModelu &gt; span {
    position: relative;
    color: #e6e6e6;
    background: #000000;
    border-radius: 40px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
    font-size: 90%;
    font-weight: 700;
    margin-right: 4px;
}

.dkLabDisabledInsertIntoCard:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 1;
}

.dkLabDisabledInsertIntoCardButton:before {
}

#dkLabNoteProgressBarCont {
    margin-top: 3px;
    background-color: #dddddd;
    display: none;
}

#dkLabNoteProgressBar {
    background-color: var(--dklab-poznamka-color-main);
    height: 25px;
}

#dkLabNoteUploadButton,
#dkLabNoteUploadButton1 {
    margin-bottom: 10px;
    display: none;
}

.dkLabNoteResult,
.dkLabNoteResult1 {
    color: red;
    position: relative;
    top: 5px;
}

.dkLabNoteResult &gt; span,
.dkLabNoteResult1 &gt; span {
    position: relative;
    top: -2px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: red;
    color: white;
    text-align: center;
    line-height: 15px;
    font-size: 13px;
    margin-right: 3px;
    vertical-align: middle;
    border-radius: 16px;
}

.dkLabNoteResult.ok,
.dkLabNoteResult1.ok {
    color: #55c810;
}

.dkLabNoteResult.ok &gt; span,
.dkLabNoteResult1.ok &gt; span {
    background: #55c810;
}

.template-13 #dkLabNoteFileForm {
    display: flex;
    clear: both;
    margin-bottom: 20px;
    position: relative;
    top: 10px;
    flex-direction: column;
}

.template-12 #dkLabNoteFileForm {
    border-width: 0 0 1px;
    border-style: none none solid;
    border-color: #e7e7e7;
    padding: 10px 10px;
}

.template-13 .dkLabFileButton {
    min-width: 50%;
}

.template-11 .dkLabFileButton {
    max-width: 251px;
    border-radius: 3px;
}

.template-11 #dkLabNoteFileForm {
    margin-bottom: 15px;
}

.template-10 .dkLabFileButton {
    border-radius: 50px;
}

.template-10 #dkLabNoteFileForm {
    margin-bottom: 15px;
}

.template-09 #dkLabNoteFileForm {
    margin: 19px 18px 0px 18px;
    border-top: 1px solid #b7b7b7;
    padding: 16px 2px 0px 2px;
    text-align: center;
    width: 100%;
}

.template-09 #dkLabNoteFileForm1 {
    margin: 0px 18px 0px 18px;
    padding: 16px 2px 0px 2px;
    text-align: center;
    width: 100%;
}

.template-08 #dkLabNoteFileForm {
    margin-top: 20px;
    padding-top: 17px;
    border-top: 1px solid #b7b7b7;
}

.template-07 #dkLabNoteFileForm {
    margin: 20px auto 19px auto;
    font-size: 80%;
    max-width: 600px;
    text-align: center;
    border-top: 1px solid #b7b7b7;
    padding-top: 19px;
}

.template-06 #dkLabNoteFileForm {
    margin-bottom: 18px;
}

.template-05 #dkLabNoteFileForm {
    margin-top: 19px;
}

.template-04 #dkLabNoteFileForm {
    margin-bottom: 0px;
    padding-bottom: 14px;
    padding-top: 14px;
    border-bottom: 1px solid #f2f2f2;
}

.dkLabNoteNadpis {
    color: var(--dklab-poznamka-color-main);
    font-size: 110%;
    text-transform: uppercase;
}

.dkLabNoteDiv {
    margin-bottom: 19px;
}

.dkLabNotAllowed {
    cursor: not-allowed !important;
}

.dkLabTooltip {
    position: relative;
    transition: all 0.3s ease;
    text-transform: uppercase;
    text-decoration: none;
}

.dkLabTooltip:before {
    content: \"\";
    position: absolute;
    opacity: 0;
    top: 0;
    pointer-events: none;
    left: 50%;
    transform: translate3d(-50%, 0%, 0);
    transition: all 0.3s ease;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: var(--dklab-poznamka-color-tooltip-background) transparent transparent transparent;
}

.dkLabTooltip:after {
    text-transform: none;
    content: attr(data-original-title);
    font-size: 13px;
    text-align: center;
    line-height: normal;
    position: absolute;
    color: var(--dklab-poznamka-color-tooltip-text);
    background: var(--dklab-poznamka-color-tooltip-background);
    padding: 8px 12px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 200px;
    opacity: 0;
    pointer-events: none;
    left: 50%;
    top: -10px;
    border-radius: 4px;
    transform: translate3d(-50%, 0%, 0);
    transition: all 0.3s ease;
}

.dkLabTooltip:hover:before,
.dkLabTooltip:hover:after {
    opacity: 1;
}

.dkLabTooltip:hover:before {
    transform: translate3d(-50%, calc(-100% - 18px), 0);
}

.dkLabTooltip:hover:after {
    transform: translate3d(-50%, calc(-100% - 16px), 0);
}

.template-08 .dkLabTooltip:before,
.template-04 .dkLabTooltip:before {
    top: 7px;
}

.template-08 .dkLabTooltip:after,
.template-04 .dkLabTooltip:after {
    top: -2px;
}

.template-06 .dkLabTooltip:before {
    top: 0;
}

.template-06 .dkLabTooltip:after {
    top: -10px;
}

.template-05 .dkLabTooltip:before {
    top: 15px;
    left: -105px;
}

.template-05 .dkLabTooltip:after {
    top: 5px;
    left: -105px;
}

.dkLabNotAllowed + .tooltip &gt; .tooltip-inner {
    background-color: var(--dklab-poznamka-color-tooltip-background);
    color: var(--dklab-poznamka-color-tooltip-text);
}

.dkLabNotAllowed + .tooltip &gt; .tooltip-arrow {
    border-top-color: var(--dklab-poznamka-color-tooltip-background);
}

.template-08 .dkLabCartNoteDetails div,
.template-06 .dkLabCartNoteDetails div {
    display: block;
}

.template-04 .dkLabCartWidgetNoteDetails svg,
.template-04 .dkLabCartNoteDetails svg,
.template-05 .dkLabCartWidgetNoteDetails svg,
.template-05 .dkLabCartNoteDetails svg,
.template-06 .dkLabCartWidgetNoteDetails svg,
.template-06 .dkLabCartNoteDetails svg {
    margin-right: 10px;
}

.dkLabCartWidgetNoteDetails svg,
.dkLabCartNoteDetails svg {
    margin-right: 38px;
}

.template-13 .dkLabCartWidgetNoteDetails a {
    font-size: 85%;
}

#dkLabNote {
    resize: none;
    width: 100%;
    font-size: 90%;
    padding: 8px;
}

#dkLabNote.noteShadow {
    -webkit-box-shadow: inset 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
}

#dkLabNote:focus {
    outline: none;
}

#dkLabNote::-webkit-input-placeholder,
#dkLabNote:-moz-placeholder,
#dkLabNote::-moz-placeholder,
#dkLabNote:-ms-input-placeholder {
    color: var(--dklab-poznamka-color-empty) !important;
}

textarea#dkLabNote::placeholder {
    color: var(--dklab-poznamka-color-empty) !important;
}

.template-12 .dkLabNoteDiv {
    padding: 10px;
    border-bottom: 1px solid #e7e7e7;
}

.template-11 #dkLabNote {
    border-radius: 3px;
}

.template-10 #dkLabNote {
    border-radius: 18px;
}

.template-10 #dkLabNoteNadpis {
    margin-left: 8px;
    margin-right: 8px;
}

.template-13 .dkLabNoteDiv {
    clear: both;
    margin-bottom: 39px;
    top: 20px;
    position: relative;
}

.template-09 .dkLabNoteDiv {
    margin: 19px 18px 0px 18px;
    border-top: 1px solid #b7b7b7;
    padding: 16px 2px 0px 2px;
}

.template-08 .dkLabNoteDiv {
    margin-top: 20px;
    padding-top: 17px;
    border-top: 1px solid #b7b7b7;
}

.template-08 .dkLabCartNoteDetails {
    font-size: 110%;
}

.template-07 .dkLabNoteDiv {
    margin: 20px auto 19px auto;
    font-size: 80%;
    max-width: 600px;
    text-align: center;
    border-top: 1px solid #b7b7b7;
    padding-top: 8px;
}

.template-06 .dkLabCartNoteDetails {
    font-size: 110%;
}

.template-05 .dkLabNoteDiv {
    margin-top: 19px;
}

.template-04 .dkLabNoteDiv {
    margin-bottom: 14px;
    padding-bottom: 14px;
    padding-top: 14px;
    border-bottom: 1px solid #f2f2f2;
}

.template-04 #dkLabNoteNadpis {
    line-height: 1.3;
}

.dkLabPrilohaIcon {
    width: 55px;
    height: 25px;
    display: inline-block;
    text-align: left;
    margin-bottom: 3px;
}

.dkLabPrilohaIcon1 {
    width: 40px;
    height: 25px;
    display: inline-block;
    text-align: left;
    margin-bottom: 3px;
}

.dkLabPrilohaIcon img,
.dkLabPrilohaIcon1 img {
    height: 100%;
}

.dkLabCartNoteDetailProductOrder {
    margin-top: 10px;
    margin-bottom: 5px;
    border-top: 1px solid #dadada;
}

.dkLabCartWidgetNoteDetailProductOrder {
    margin-top: 6px;
    padding-top: 5px;
    border-top: 1px solid #dadada;
}

.dkLabRemoveAttachments {
    padding: 0 5px;
    border: 0;
    text-align: right;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    color: #d63703;
}
</pre></body></html>