/* 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;
}

button {
    height: 30px;
    color: #fff;
    padding: 0px 15px;
    cursor: pointer;
    transition: all 0.1s ease;
    position: relative;
    display: inline-block;
    outline: none;
    border-radius: 5px;
    border: 2px solid #495057;
    background: #495057;
}

button:hover {
    background: #fff;
    color: #101010;
}

.chosen-container-single .chosen-single {
    margin-bottom: 5px;
}

select {
    height: 32px;
    width: 386px;
    border-radius: 5px;
    text-indent: 5px;
    border: 1px solid #3f3f3f;
}

input {
    font-family: 'OpenSans';
    font-size: 14px;
    line-height: 25px;
    height: 25px;
    width: 98%;
    padding: 3px;
    text-indent: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    outline: 0;
    border: 1px solid #3f3f3f;
}

textarea {
    padding: 5px;
    resize: none;
    border-radius: 5px;
    overflow: hidden;
    outline: 0; 
    border: 1px solid #3f3f3f;
}

#laden {
    display: none;
    margin: 0 auto;
}

#laden td {
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    height: 40px;
    width: 210px;
    z-index: 9999;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.topbar {
    top: 0;
    width: 100%;
    padding: 5px;
    position: fixed;
    height: 60px;
}

/* The side navigation menu */
.sidebar {
    position: fixed;
    top: 0;
    margin-top: 71px;
    padding: 0 10px 0 0;
    width: 200px;
    height: 99%;
}

/* Sidebar links */
.sidebar a {
    display: block;
    color: black;
    padding: 7px 16px 7px 16px;
    text-decoration: none;
    cursor: pointer;
}

/* Active/current link */
.sidebar a.active {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

/* Links on mouse-over */
.sidebar a:hover:not(.active) {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

/* Page content. The value of the margin-left property should match the value of the sidebar's width property */
div.content {
    margin-left: 210px;
    padding: 10px 10px;
    vertical-align: top;
    width: calc(100% - 230px);
    height: calc(100vh - 88px);
    overflow-x: hidden;
}

.top-content-bar {
    position: absolute;
    background-color: #fff;
    color: black;
    left: 211px;
    top: 82px;
    height: 75px;
    margin: 0;
    padding: 10px;
    padding-bottom: 0;
    width: 90%;
    z-index: 1;
}

.zoekeninput {
    outline: 0px;
    height: 25px;
    text-indent: 5px;
    float: left;
}

.zoekenknop {
    outline: 0px;
    height: 31px;
    width: 31px;
    margin-top: 3px;
    margin-left: -1px;
    float: left;
    cursor: pointer;
}

.modal-center-top {
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.modal-center-middle {
    z-index: 99999;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.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%;
    }
}

.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: 450px;
    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;
}

button, input, img {
    border-radius: 5px;
}

.wrappertable {
    background: url(/images/background.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.logo-img {
    content: url('/images/bloemenflora.png');
    height: 50px;
}

.vergeten-link {
    cursor: pointer;
    color: blue;
}

.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');
}

.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;
}

hr {
    width: 100%;
    border: none;
    height: 1px;
}

.menuheader {
    margin-left: 5px;
    margin-top: 25px;
    padding-left: 10px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 15px;
}

.submenu {
    margin-top: 2px;
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 5px;
    height: 23px;
    font-size: 14px;
    cursor: pointer;
    text-align: left;
    vertical-align: middle;
}

.submenu:hover {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #495057;
}

.table-scroll-wrapper {
    max-height: calc(100vh - 130px);
    overflow-y: auto;
    overflow-x: auto;
}

.grid-wrapper {
    table-layout: fixed;
    border-collapse: collapse;
}

.grid-wrapper thead th {
    position: sticky;
    top: 0px;
    z-index: 2;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
    padding: 10px;
}

.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;
    border-bottom-left-radius: 10px;
}

.nieuw {
    width: 120px;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
}

.aangenomen {
    width: 120px;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
}

.bezorgd {
    width: 120px;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
}

.vandaag {
    width: 120px;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
}

