/*
 * Auction project.
 *
 * Copyright 2022-2023 e-Contract.be BV. All rights reserved.
 * e-Contract.be BV proprietary/confidential. Use is subject to license terms.
 */

/*
 * template-style.css : contains styling specifically for the template.xhml page
 */
@charset "UTF-8";

/* SHARED */
.h-100 {
    height: 100% !important;
}

.nkgb-bg-dark {
    background-color: #212741 !important;
}

.nkgb-bg-button,
.link-bg-green:hover {
    background-color: #81d7d5 !important;
    border-color: #81d7d5 !important;
}

.nkgb-bg-gray {
    background-color: #e2e0e0 !important;
}

.text-green,
.link-green:hover {
    color: #81d7d5 !important;
}

.text-light-blue,
.link-light-blue:hover {
    color: #8BACE3 !important;
}
.bg-white {
    background: #fff !important;
    border-color: #fff !important;
}
.link-bg-white:hover {
    background: #fff !important;
    border-color: #fff !important;
}
.link-white:hover {
    color: #fff !important;
}
.link-black:hover {
    color: #000 !important;
}
.text-dark-blue,
.link-dark-blue:hover {
    color: #212741 !important;
}
.text-mid-blue,
.link-mid-blue:hover {
    color: #3f4975 !important;
}

@media(min-width: 768px) {
    .nkgb-border-footer {
        border-right: 1px solid #8BACE3 !important;
    }
    .nkgb-footer::after {
        background-color: #212741;
        content: 'test';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0px;
        right: -50vw;
        z-index: -1;
    }
    .nkgb-footer {
        position: relative;
    }
    .nkgb-footer-container {
        overflow: hidden;
        padding-top: 2.5rem;
        padding-right: var(--bs-gutter-x,.75rem) !important;
        padding-left: var(--bs-gutter-x,.75rem) !important;
    }
}
@media(max-width: 768px) {
    .nkgb-border-footer {
        border-top: 1px solid #8BACE3 !important;
        margin-top: 1em;
        ;
        padding-top: 1em;
    }
    #header-right-button {
        right: 0px;
        width: 150px;
        top: 90px;
        height: 25px;
        position: absolute !important;
        display: inline !important;
    }
    .nkgb-footer-container {
        padding-top: 0.5rem;
    }
}
.nkgb-border-right {
    border-right: 2px solid #8BACE3 !important;
}
.link-none {
    text-decoration: none !important;
}
.link-hover-none:hover {
    text-decoration: none !important;
}

#header-row::before {
    background: #212741;
    content: "";
    height: 102px;
    position: absolute;
    left: 0px;
    right: 50%;
    z-index: -100;
}

.header__cta--button {
    align-items: center;
    font-size: 1.15em;
    font-weight: bold;
    height: 100%;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.header__cta--button:hover {
    background: #8bace3 !important;
}

.header__cta--button img {
    margin-left: 0.5em;
    height: 20px;
}

.nkgb-cutoff-header {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
}

.nkgb-cutoff-header-110 {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 110px;
}

.cookie-banner__prefs-toggle {
    color: #81d7d5;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
}
.cookie-banner__prefs-toggle:hover{
    color: #fff;
    text-decoration: none;
}

div#sliding-popup,
div#sliding-popup .eu-cookie-withdraw-banner,
.eu-cookie-withdraw-tab {
    background: #000000
}

div#sliding-popup.eu-cookie-withdraw-wrapper {
    background: transparent;
}

div#sliding-popup {
    background: none transparent;
    pointer-events: none;
    animation: 1s ease-out 0s 1 slideInFromBottom;
}
@keyframes slideInFromBottom {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0);
    }
}

#sliding-popup .cookie-banner__message p,
#sliding-popup .cookie-banner__message a {
    font-size: 18px;
    line-height: 23px;
    text-align: center;
}

.sliding-popup-bottom {
    position: fixed;
}
.sliding-popup-bottom,
.sliding-popup-top {
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 99999;
    left: 0;
    text-align: center;
}

#sliding-popup .cookie-banner,
#sliding-popup .eu-cookie-compliance-banner-thank-you {
    max-width: 400px;
    padding: 50px;
    margin-left: auto;
    background: #212741;
}
#sliding-popup > div {
    background: #212741;
    color: #fff;
    pointer-events: all;
}

.cookie-banner {
    z-index: 1000;
    padding: 25px;
    max-width: 620px;
    margin-left: auto;
    background: #ffffff;
    font-size: 0.875rem;
    text-align: left;
}

.cookie-banner .ui-chkbox .ui-chkbox-box .ui-chkbox-icon.ui-icon-check:before {
    content: "";
}
.cookie-banner .ui-chkbox,
.cookie-banner .ui-chkbox-box,
.cookie-banner .ui-chkbox-icon,
.cookie-banner .ui-chkbox .ui-chkbox-box {
    border-radius: 0;
    border: 0;
}
.cookie-banner .ui-chkbox .ui-state-disabled {
    background-color: #81d7d5;
    opacity: 0.5;
}
.cookie-banner .ui-chkbox .ui-state-active {
    background-color: #81d7d5 !important;
}
.cookie-banner .ui-chkbox .ui-state-focus {
    box-shadow: none !important;
    border: 0 !important;
}

td.batch-import-entry {
    padding: 0 !important;
}

.batch-import-entry .ui-cell-editor {
    height: 73px !important;
}
.batch-import-entry .ui-cell-editor .ui-cell-editor-output .batch-import-entry-invalid {
    height: 73px !important;
    width: 100% !important;
    background-color: #f8d7da !important;
}

.batch-import-entry .ui-cell-editor-input {
    padding: 1rem 0.5rem !important;
    margin: auto !important;
}

.batch-import-entry.batch-import-entry-description .ui-cell-editor-input {
    padding: 3px !important;
    margin: auto !important;
}

.batch-import-entry .ui-cell-editor-output {
    height: 73px !important;
    display: flex;
    align-items: center;
}

.batch-import-entry .ui-cell-editor-output div {
    border: none 1px !important;
    padding: 1rem 1rem !important;
}

td.batch-import-entry-description .ui-cell-editor-output div {
    padding: 0 1rem 0 1rem !important;
}

div.batch-import-entry-description-gradient {
    width: 100%;
    min-height: 24px;
    max-height: 70px;
    white-space: pre-wrap;
    word-wrap: break-word;
    -webkit-mask-image: linear-gradient(to bottom, black 24px, transparent 100%);
    mask-image: linear-gradient(to bottom, black 24px, transparent 100%);
}

td.batch-import-entry-initial-price div.ui-cell-editor div.ui-cell-editor-output {
    justify-content: end !important;
}
td.batch-import-entry-initial-price div.ui-cell-editor div.ui-cell-editor-input {
    text-align: right;
}
td.batch-import-entry-category div.ui-cell-editor div.ui-cell-editor-output {
    justify-content: center !important;
}

.photoshoot-view-form div.photoshoot-description .more-button,
.photoshoot-view-form div.photoshoot-description .less-button {
    cursor: pointer;
}
.photoshoot-view-form .toggle-description div.photoshoot-description .ql-editor {
    max-height: 5rem;
    display: block;
    overflow: hidden;
}
.photoshoot-view-form .toggle-description div.photoshoot-description .ql-editor,
.photoshoot-list-form div.photoshoot-description {
    color: #495057;
    width: 100%;
    max-height: 5rem;
    overflow: hidden;
    white-space: pre-wrap;
    word-wrap: break-word;
    -webkit-mask-image: linear-gradient(to bottom, black 24px, transparent 100%);
    mask-image: linear-gradient(to bottom, black 24px, transparent 100%);
}

.photoshoot-table a:hover .photoshoot-description {
    color: #495057;
    text-decoration: underline #FFFFFF !important;
}
div.photoshoot-description span.ql-editor {
    padding: 0;
}

.articleMedia {
    height: 100%;
    width: 100%;
}
.photoshoot-view-image {
    width: 100%;
    height: 100%;
    line-height: 20px;
    margin: 0;
    display:inline-block;
    position:relative;
}
.photoshoot-view-image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    margin: 1rem 0;
}
.photoshoot-view-image button {
    position:absolute;
    bottom: 30px;
    right: 10px;
    background:blue;
    color:#FFF;
}
