
.clickable {
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/******** Shared Elements *******/
.body-content {
    padding-bottom: 3em;
}

.regel {
    min-height: 4em;
    border-bottom: 1px solid;
}

.barcolor {
    background-color: var(--secondary-color);
    color: var(--secondary-text-color);
}

.topregel {
    z-index: 2;
    border-radius: 0 0 10px 10px;
    border-bottom: none;
}

option {
    z-index: 999 !important;
    color: #000 !important;
}

@supports(position: sticky) {
    .topregel {
        position: sticky;
        top: 7.5rem;
    }
}

.clicked {
    filter: brightness(0);
}

/****** home *****/
.backgroundimage {
    max-width: 35rem;
    max-height: 20rem;
}

.uitlog {
    display: flex;
    justify-content: flex-end;
}

/***** relaties *****/
#Relaties.k-grid {
    border-style: none;
}

    #Relaties.k-grid td {
        border-style: none;
    }

    #Relaties.k-grid .k-grid-header {
        display: none;
    }

    #Relaties.k-grid .row_rel {
        min-height: 5em;
    }

        #Relaties.k-grid .row_rel .naam {
            font-size: 120%;
        }

        #Relaties.k-grid .row_rel .adres {
            padding-left: 3em;
        }

        #Relaties.k-grid .row_rel .email {
            padding-left: 4em;
            font-style: italic;
        }

    #Relaties.k-grid .row_rel_fak {
        border-radius: 0 0 10px 10px;
    }

    #Relaties.k-grid .selected_on {
        width: 2em;
    }

/***** Bestelling afleverinfo ****/
.afleverinfo {
    margin-bottom: 2em;
}

.afleverinfo-form select {
    margin-bottom: 1em;
}

.afleverinfo-form .form-group.fout {
    margin: 1em;
}

textarea {
    width: 100%;
    color: black;
    height: 8em;
}

/***** Overzichten ****/
.overzichtregel {
    min-height: 4em;
    display: flex;
    align-items: center;
}

.StatistiekLijst {
    margin: 0px !important;
}

#Jarenlijst {
    margin: 0px !important;
}

/** SPINNER CREATION **/

.dialogbox .loader {
    position: relative;
    text-align: center;
    margin: 15px auto 35px auto;
    z-index: 9999;
    display: block;
    width: 80px;
    height: 80px;
    border: 10px solid rgba(0, 0, 0, .3);
    border-radius: 50%;
    border-top-color: #000;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}


/*** dialog ****/
dialog {
    border-radius: 0px;
    box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.7);
    color: #666;
    border-radius: 10px;
}

    dialog div.loader-txt {
        font-size: 13px;
    }

    dialog .dialog-header {
        display: block;
    }


/** MODAL STYLING **/
.dialogbox .modal-content {
    border-radius: 0px;
    box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.7);
    color: #666;
    border-radius: 10px;
}

.dialogbox .modal-backdrop.show {
    opacity: 0.75;
}

.dialogbox div.loader-txt {
    font-size: 13px;
}

    .dialogbox div.loader-txt small {
        font-size: 11.5px;
    }

.modal-header {
    display: block;
}

.footer_x_message {
    color: red;
    font-size: 140%;
}

.modal-footer {
    justify-content: center;
}

.modal .btn.btn-primary {
    background-color: var(--main-color);
    color: var(--main-text-color);
    border-color: var(--main-color);
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 1.4));
}

    .modal .btn.btn-primary:active {
        background-color: var(--secondary-color);
        border-color: var(--secondary-color);
    }

.modal .btn a {
    color: var(--main-text-color);
}

/****Help Modal *****/
#help_page {
    padding-right: 0 !important;
}

    #help_page dt {
        display: list-item;
    }

    #help_page dd {
        margin-left: 2em;
    }

    #help_page img {
        max-height: 1.5em;
    }

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 769px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }

    [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }

    .artikelinput {
        margin-inline: -5px;
    }

    .backgroundimage {
        max-width: 300px;
    }

    .topbar_1 .help {
        margin-right: 20px !important;
    }

    #orders_hist .status {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #orders_hist {
        font-size: 83%;
    }

    .topbar_2 {
        font-size: 80%;
        border-radius: 5px !important;
    }

    .facturentabel {
        font-size: 80%;
    }
}

/* Kendo grid*/
