@charset "UTF-8";

@font-face {
    font-family: 'Longines';
    font-style: normal;
    font-weight: 600;
    src: url(/fonts/LonginesSansBold.eot), url(/fonts/LonginesSansBold.eot?#iefix) format("embedded-opentype"), url(/fonts/LonginesSansBold.woff2) format("woff2"), url(/fonts/LonginesSansBold.woff) format("woff")
}

@font-face {
    font-family: 'Longines';
    font-style: normal;
    font-weight: 500;
    src: url(/fonts/LonginesSansMedium.eot), url(/fonts/LonginesSansMedium.eot?#iefix) format("embedded-opentype"), url(/fonts/LonginesSansMedium.woff2) format("woff2"), url(/fonts/LonginesSansMedium.woff) format("woff")
}

@font-face {
    font-family: 'Longines';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/LonginesSansRegular.eot), url(/fonts/LonginesSansRegular.eot?#iefix) format("embedded-opentype"), url(/fonts/LonginesSansRegular.woff2) format("woff2"), url(/fonts/LonginesSansRegular.woff) format("woff")
}

@font-face {
    font-family: 'Longines';
    font-style: normal;
    font-weight: 200;
    src: url(/fonts/LonginesSansLight.eot), url(/fonts/LonginesSansLight.eot?#iefix) format("embedded-opentype"), url(/fonts/LonginesSansLight.woff2) format("woff2"), url(/fonts/LonginesSansLight.woff) format("woff")
}

@font-face {
    font-family: 'Longines Serif';
    font-style: normal;
    font-weight: 600;
    src: url(/fonts/LonginesSerif_RS-Bold.eot), url(/fonts/LonginesSerif_RS-Bold.eot?#iefix) format("embedded-opentype"), url(/fonts/LonginesSerif_RS-Bold.woff2) format("woff2"), url(/fonts/LonginesSerif_RS-Bold.woff) format("woff")
}

* :not(i) {
    font-family: 'Longines', Arial, Helvetica, sans-serif !important;
}

.reset-styles * {
    margin: unset;
    box-shadow: unset;
    background-color: unset;
    color: unset;
    font-family: unset;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500 !important;
}

html,
body {
    font-weight: 400;
    min-height: 100vh;
}

.no-scroll {
    overflow: hidden;
}

footer {
    min-height: 50vh;
}


form.order {
    margin: 4vh 0 16vh 0;
}

.uk-form-label {
    font-weight: bold;
}


a, button, .uk-button, .uk-input {
    border-radius: 20px !important;
}

button.list-edit {
    font-size: 0.75rem;
    line-height: 2;
    height: auto;
    margin: 4px 0;
    padding: 0 18px;

}

input[type="submit"].set-status {
    font-size: 0.75rem;
    line-height: 2;
    height: auto;
    padding: 0 8px;
}

input[type="date"] {
    display: inline-flex;
}

.uk-form-primary {
    background-color: #002744;
    color: white;
}

.hidden-but-there {
    font-size: 0;
}


button.no-button-style {
    background-color: transparent;
    border: none;
    box-shadow: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    padding: 0;
    margin: 0;
    text-align: left;
    cursor: pointer;
}


#overlay {
    z-index: 100;
    align-items: center;
    display: none;
    background: #002646f7;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
}

#detail-overlay {
    z-index: 99;
    align-items: center;
    display: none;
    background: #000000b5;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

i#detail-overlay__close {
    cursor: pointer;
    text-align: center;
    padding: 1.25rem;
    font-size: 2rem;
    z-index: 101;
    height: 2rem;
    width: 2rem;
    position: fixed;
    top: 0;
    right: 0;
    color: white;
}



.bg-black-70 {
    background-color: rgba(0, 0, 0, 0.7);
}

.bg-black-99 {
    background-color: rgba(0, 0, 0, 0.99);
}

.bg-white {
    background-color: white;
}

.bg-gadient-transparent-to-white {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%);
}

b {
    font-weight: 500;
}


.text-white {
    color: white;
}

.text-secret {
    color: transparent;
    font-size: 0.1px;
}




h1.uk-sticky-fixed.sticky-shrink {
    font-size: 1rem;
    background: #002744;
    color: white;
    padding: 6px;
}

h2.sticky-shrink {
    font-size: 1.4rem;
    box-sizing: border-box;
    border-radius: 10px 10px 0 0;
    background: #002744;
    color: white;
    padding: 6px;
}

h2.uk-sticky-fixed.sticky-shrink {
    border-radius: 0 0 10px 10px;
}


h3.reorder-title {
    font-size: 1.25rem;
}

h3.reorder-title.uk-sticky-fixed {
    border-radius: 0 0 10px 10px;
    padding: 6px;
    color: white;
    background-color: #002744;

}


img {
    box-shadow: 0px 0px 5px #00000038, 1px 1px 2px #00000014;
}

img.layout-image {
    max-width: 100%;
    max-height: 100vh;
    width: auto;
    height: auto;
}

img.layout-image.portrait {
    max-height: 40vh;
}

img.layout-image.landscape {
    max-width: 100%;
}

img.layout-image.square {

    max-height: 450px;
}



img.layout-thumb {
    float: right;
    max-width: 400px;
    max-height: 100px;
}

img.layout-thumb.old-layout {
    border: #f0506e 3px solid;
}


.uk-open img.layout-thumb {
    display: none;
}


.uk-logo {
    padding: 25px 0 0 0;
    font-size: 7px;
    letter-spacing: 0.5px;
    background-repeat: no-repeat;
    background-size: 107px;
    background-image: url(../img/schoell-medien-logo.svg);
    width: 110px;
    background-position-y: 25px;
    background-position-x: 1px;
    margin-right: 1rem;
    color: #002744;
}

.uk-card .uk-height-max-large {
    max-height: 70vh;
}


.green {
    color: white;
    background-color: #00982b !important;
}

.purple {
    color: white;
    background-color: purple !important;
}

.sis {
    color: white;
    background-color: skyblue !important;
}

.lc {
    text-transform: none !important;
}

.image-radio-buttons img {
    border: 1px solid transparent;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    opacity: .8;

}

.image-radio-buttons img:hover {

    opacity: 1;
}

.image-radio-buttons input[type="radio"]:checked+.thumbnail img {

    border: 2px dashed;
    opacity: 1;
}

input[type="radio"].no-circle {
    opacity: 0;
    margin-right: -16px;
}

.thumbnail {
    position: relative;
    display: inline-flex;
}

.thumbnail-caption {
    font-size: 11px;
    color: white;
    position: absolute;
    bottom: 14px;
    left: 6px;
    text-shadow: 1px 1px 2px #000000, 1px 1px 4px #000000ce;
}

.pack-icons i {
    font-size: 1.75em;
}

.pack-icons {

    font-weight: 500;

    display: flex;

    gap: 1rem;

    justify-content: left;

    align-items: center;
}

.dropdown-fix {
    display: block;
    width: 100%;
}

.dropdown-fix li {
    padding-left: 0;
}

.uk-progress {
    background-color: unset;
    border: 1px solid;
}

.uk-text-meta {
    font-size: .75rem;
}

.text-medium {
    font-weight: 500;
}

.pointer {
    cursor: pointer;
}

.orders-title {
    font-size: 1.1rem;
    line-height: 2;
}

i.padding-mini {
    padding: 4px;
}

.juweliere {
    column-count: 3;
}


.index-letter:not(:first-child) {
    margin-top: 1.5rem;
}

.index-letter {
    font-weight: 600;
    font-size: 1.5rem;
}



#store-filter {
    margin-bottom: 2rem;
}

.order-item {
    transition: background-color .2s ease-in-out;
    margin-top: 0 !important;
}

.order-item.uk-open {
    background-color: #f8f8f8;
}

.order-item:not(.uk-open):hover {
    background-color: #f8f8f8;
}

.order-item hr,
.margin-none {
    margin: unset;
}

.update-controls, .order-links {
    font-size: 0.75rem;
}


.m-b-1 {
    margin-bottom: 1rem !important;
}

.m-b-2 {
    margin-bottom: 2rem !important;
}

.m-b-4 {
    margin-bottom: 4rem !important;
}

.m-t-1 {
    margin-top: 1rem !important;
}

.m-t-2 {
    margin-top: 2rem !important;
}

.m-t-4 {
    margin-top: 4rem !important;
}

button#reload {
    padding: 0;
    width: 35px;
    position: sticky;
    top: 0;
}

.uk-notification-message {
    background-color: #f0506e;
    color: white;
}

.order-collection {
    font-size: 14px;
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

.order-collection>span {

    min-width: 10%;
}



.date-divider {
    text-transform: uppercase;
    border-bottom: 2px solid;
    background-color: white;
}


.order-package {
    position: relative;
}

.store-address {
    font-size: smaller;
}



h2.store-divider {
    border-bottom: 1px dotted;
    background-color: white;
}

/* h2.store-divider a {} */
.dashboard-preview-image {
    position: relative;
}

.dashboard-preview-image .uk-icon {
    color: red;
    font-size: 1.25em;
    position: absolute;
    bottom: 4px;
    right: 4px;
}

.dashboard-preview-image i {
    font-size: 1.25em;
    position: absolute;
    color: magenta;
}

.dashboard-preview-image img {
    width: 100%;
}


.selectable-input {
    width: 100%;
    border: none;
    background-color: transparent;
    font-size: 10px;
    cursor: pointer;
}


/* Phones portrait and smaller */

@media (max-width: 639px) {
    .juweliere {
        column-count: 1;
    }

    .dropdown-fix {
        column-count: 1;

    }

    .filterpanel>ul.uk-subnav.uk-subnav-pill {
        margin-left: 0;
        justify-content: center;
    }

    .filterpanel>ul.uk-subnav.uk-subnav-pill>li {
        padding: 0;
    }

    /* .thefilter a {
       
    } */
}


/* Phone landscape and bigger */

@media (min-width: 640px) {
    .juweliere {
        column-count: 2;
    }
}


/* Tablet landscape and bigger */

@media (min-width: 960px) {}


/* Desktop and bigger */

@media (min-width: 1200px) {
    .juweliere {
        column-count: 3;
    }
}


/* Large screen and bigger */

@media (min-width: 1600px) {}


.draft-image__container {
    margin-top: 1rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.draft-image {
    max-width: 60%;
}

.draft-helperimage__container {
    max-width: 25%;
    max-height: 88vh;
    overflow: hidden;
}


.draft-image img {
    max-height: 88vh;
    box-shadow: none;
    border: 1px solid #e6e6e6;
}



.label-container {
    display: flex;
    max-width: 360px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}



.label-img {
    max-width: 25%;

}

.label-img img {
    max-height: 80vh;
}

@media print {

    h1.date-divider {
        display: none;
    }

    h2.store-divider a {
        text-decoration: none;
    }

    .order-package {
        page-break-after: always;
        height: 90vh;
    }

    .label-container {
        height: 100vh;
        max-height: 100%;
        page-break-after: always;
    }

    .label-content {
        font-size: 12px;
    }

    .label-img {
        box-sizing: content-box;
        border: solid 1px gray;
    }

    .uk-section {
        padding: 0;
    }

    h3 {
        page-break-before: always;
        margin: 1rem 0;
    }

    .no-print,
    .no-print * {
        display: none !important;
    }

    button.set-all-orders {
        display: none !important;
    }
}