/* Stylesheet voor de websites en shops */
@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/Ubuntu-Regular.woff2') format('woff2'), url('fonts/Ubuntu-Regular.woff') format('woff'), url('fonts/Ubuntu-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Handlee';
    src: url('fonts/handlee.eot');
    src: url('fonts/handlee.eot?#iefix') format('embedded-opentype'), url('fonts/handlee.woff2') format('woff2'), url('fonts/handlee.woff') format('woff'), url('fonts/handlee.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-Regular.woff2') format('woff2'), url('fonts/OpenSans-Regular.woff') format('woff'), url('fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Reset browser styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'OpenSans';
    font-size: 14px;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 18px;
    font-size: 14px;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    overflow-x: hidden;
    overflow-y: hidden;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

::-webkit-input-placeholder {
    color: #000;
    font-family: "OpenSans";
    font-size: 13px;
    text-transform: lowercase;
}

::-moz-placeholder {
    color: #000;
    font-family: "OpenSans";
    font-size: 13px;
    text-transform: lowercase;
}

:-ms-input-placeholder {
    color: #000;
    font-family: "OpenSans";
    font-size: 13px;
    text-transform: lowercase;
}

:-moz-placeholder {
    color: #000;
    font-family: "OpenSans";
    font-size: 13px;
    text-transform: lowercase;
}

.blf-button, .ajs-button {
    height: 36px;
    color: #fff;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    outline: none;
    border-radius: 5px;
    border: 2px solid darkgreen;
    background: darkgreen;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    line-height: 1;
} 

.blf-button .lni {
    font-size: 1.4em;
    line-height: 1;
} 
  
.blf-button:hover {
    background-color:#009000;
} 

.ajs-button {
    display: inline-block !important;
    text-align: center !important;
}
.ajs-input {
    width: 100%;
}

form select {
    height: 35px;
    line-height: 35px;
    width: 387px;
    border-radius: 5px;
    text-indent: 5px;
    margin-bottom: 5px;
    border: 1px solid #3f3f3f;
}

form input[type="text"]:not(#Postcode):not(#Huisnummer):not(#Toevoeging):not(.tui-colorpicker-palette-hex), input[type="password"] {
    width: 380px;
}

form input, .ajs-input {
    font-family: 'OpenSans';
    font-size: 14px;
    line-height: 27px;
    height: 27px;
    padding: 3px;
    text-indent: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    outline: 0;
    border: 1px solid #3f3f3f;
} 

form textarea {
    width: 380px;
    padding: 5px;
    resize: none;
    border-radius: 5px;
    overflow: hidden;
    outline: 0; 
    border: 1px solid #3f3f3f;
} 

.lni {
    line-height: 1;
    font-size: 18px;
} 

.sidebar {
    width: 280px;
    min-width: 280px;
    max-width: 280px;
    height: 100vh;
    background: #ffffff;
    border-right: 1px solid #e5e5e5;
    padding: 10px;
    font-family: 'Inter', sans-serif;
    position: fixed;
    left: 0;
    top: 0;
    overflow-y: hidden;
    box-sizing: border-box;
    border: 0px !important;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08), 0 6px 20px 0 rgba(0, 0, 0, 0.07);
} 

.page-layout {
    display: flex;
    gap: 20px;
    margin-left: 280px; /* ruimte voor sidebar */
    max-width: 1600px;
} 

.content {
    flex: 1;
    padding: 20px;
} 

@media (max-width: 1280px) {
    .menu-toggle {
        display: block;
    }

    .page-layout {
        flex-direction: column;
    }

    .sidebar,
    .content {
        width: 100%;
    }
} 

.menu-toggle {
    display: none;
    position: fixed;
    top: 15px;
    left: 15px;
    font-size: 28px;
    cursor: pointer;
} 

.menu-section {
    margin-bottom: 15px;
} 

.menu-title {
    font-size: 13px;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-left: 5px;
    letter-spacing: 0.5px;
} 

.menu-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 12px;
    border-radius: 8px;
    color: #333;
    cursor: pointer;
    text-decoration: none;
    transition: 0.2s;
} 

.menu-item.dashboard {
    font-weight: bold;
    font-size: 16px;
    padding-left: 5px;
} 

.menu-item:hover {
    background: #f5f5f5;
} 

.menu-item .lni {
    font-size: 18px;
    color: #666;
} 

.pointer {
    cursor: pointer;
} 

.body-logon {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
} 

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
} 

.error-row td {
    text-align:left;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
    color:red;
} 

.watermerk {
    position: absolute;
    font-weight: bold;
    top: 800px;
    left: 345px;
    transform: rotate(-35deg) translateY(-50%);
    transform-origin: left top;
    font-size: 8rem;
    color: rgba(255, 0, 0, 0.06);
    pointer-events: none;
    z-index: 0;
    white-space: nowrap;
} 

.formlogon {
    display: table;
    margin: 0 auto;
    width: 430px;
    font-size: 16px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(90,90,90,1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(90,90,90,1);
    box-shadow: 0px 0px 15px 0px rgba(90,90,90,1);
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    background: white;
    color: black;
} 

.form-input-wrapper {
    text-align: left;
    line-height: 16px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
} 

.wrappertable {
    background: url(/images/background.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
} 

.logo-img {
    content: url('/images/logo.png');
    height: 50px;
} 

.vergeten-link {
    cursor: pointer;
    color: blue;
} 

.button-table {
    cursor: pointer;
    border-radius: 5px;
    background-color: #ddd;
    width: 230px;
} .button-text {
    padding-left: 0;
    padding-right: 10px;
    text-align: center;
    vertical-align: middle;
    color: black;
} .button-icon {
    padding: 3px;
    padding-top: 7px;
    padding-left: 4px;
    width: 40px;
} .icon-microsoft img {
    content: url('/images/icon-microsoft-light.png');
} .icon-google img {
    content: url('/images/icon-google-light.png');
} .icon-bloemenflora img {
    content: url('/images/icon-bloemenflora-light.png');
} .icon-passwordkey img {
    content: url('/images/icon-password-key-light.png');
} hr {
    width: 100%;
    border: none;
    height: 1px;
} .table-scroll-wrapper {
    overflow-y: auto;
    overflow-x: auto;
    border-radius: 10px 10px 0 0; /* ronde bovenhoeken */
} .grid-wrapper thead th {
    position: sticky;
    top: 0px;
    z-index: 2;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
    padding: 10px;
    background: white;
} .grid-wrapper thead tr:first-child {
    height: 40px;
} .grid-wrapper tbody td {
    padding: 10px;
    line-height: 18px;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
} .grid-wrapper tbody tr:hover {
    cursor: pointer;
} .grid-wrapper th:first-child {
    border-top-left-radius: 10px;
} .grid-wrapper th:last-child {
    border-top-right-radius: 10px;
} .nieuw {
    width: 120px;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    background-color: green;
} .aangenomen {
    width: 120px;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    background-color: green;
    color: white;
} .bezorgd {
    width: 120px;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    background-color: grey;

} .vandaag {
    width: 120px;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    background-color: darkorange;
} .later {
    width: 120px;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    background-color: grey;
} .knoppen-container button {
    margin-left: 10px;
} .knoppen-container button:first-child {
    margin-left: 0px;
} .badge {
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
    min-width: 80px;
    max-width: 80px !important;
} .badge div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 32px;
    min-width: 10px;
    width: 100px;
    padding: 5px;
    border-radius: 6px;
    white-space: nowrap;
    font-size: 12px;
} .select2-selection__rendered {
    line-height: 31px !important;
} .select2-container .select2-selection--single {
    height: 35px !important;
    margin-bottom: 5px;
} .select2-selection__arrow {
    height: 34px !important;
} .panel {
    margin-top: 10px;
    outline: 0px;
    padding: 10px;
    max-width: calc(100vw - 320px);
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    
    border: 0px !important;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08), 0 6px 20px 0 rgba(0, 0, 0, 0.07);
    
} .panel-grid {
    min-height: calc(100vh - 220px) !important;
    max-height: calc(100vh - 220px) !important;
    /*
    height: calc(100vh - 150px) !important;
    max-height: calc(100vh - 150px) !important;
        */
    display: flex;
    overflow: auto;
} .panel-grid-no-button-bar {
    min-height: calc(100vh - 130px) !important;
    display: flex;
    overflow: auto;
} .panel .tekstkaartje {
    height: 150px;
    font-family: Handlee;
} .tekstkaartje {
    box-shadow: none;
} .textarea-kaartje-edit {
    padding: 5px;
    width: 98%;
    height: 150px;
    text-align: left;
    font-size: 18px;
    margin-right: 10px;
    font-family: Handlee;
} .adres-blok td .lni {
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    padding-top:2px;
} .adres-blok td {
    vertical-align: middle;
} #bloemisten_box {
    border: 1px solid #3f3f3f !important;
    padding: 5px;
    padding-left: 10px;
    height: 150px;
    max-height: 150px;
    width: 370px !important;
    overflow-y: auto;
    border-radius: 5px;
    margin-bottom: 5px;
} .bloemist-row {
    width: 340px;
} .bloemist-label {
    display: flex;
    align-items: center;
    gap: 4px; /* ruimte tussen radio en tekst */
    cursor: pointer;
    line-height: 1; /* maakt de rij compacter */
} .bloemist-label input[type="radio"] {
    margin: 0;
    flex-shrink: 0; /* voorkomt dat hij naar rechts wordt gedrukt */
    max-width: 15px;
} .bloemist-naam {
    flex: 1;
    font-size: 13px;
} .bloemist-kosten {
    width: 50px;
    text-align: right;
    font-size: 13px;
} .page-header {
    display: flex;
    align-items: center;
    gap: 8px;
} .page-header .lni {
    font-size: 30px;
    line-height: 1;
}