﻿body {
    background-color: #f3f3f4 !important;
}

dl dd, dl dt {
    padding: 3px 0;
}

.product-imitation {
    padding: 20px 0;
    background-color: transparent;
}
.product-imitation img {
    max-height: 250px;
    min-height: 250px;
}
.dossierknop {
    margin-right: 5px;
    width: 40px;
    height: 25px;
    text-align:center;
    font-size: 120%
}

.EasyMDEContainer {
    padding: 2rem;
}

body {
     padding-top: 10px;  
}

.notitie {
    max-width: 100%;
    width: 100%;
    min-height: 250px !important;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 10px solid lightgrey;
    border-radius: 50%;
    border-top: 10px solid #1ab394;
    border-bottom: 10px solid #1ab394;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#contract-editor {
    -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
    background-color: white;
    border: 1px solid rgb(204, 204, 204);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-collapse: separate;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
    box-sizing: content-box;
    height: 250px;
    max-height: 250px;
    outline: none;
    overflow: scroll;
    padding: 4px;
}

.contract.btn-default {
    margin: 0 2px 2px 0;
}

.autocomplete {
    /*position: relative;*/
}

    .autocomplete .options {
        position: absolute;
        top: 40px;
        left: 0;
        background: white;
        width: 100%;
        padding: 0;
        z-index: 10;
        border: 1px solid #ced4da;
        border-radius: 0.5rem;
        box-shadow: 0 30px 25px 8px rgba(0, 0, 0, 0.1);
    }

    .autocomplete .option {
        display: block;
        padding: 0.25rem;
    }

        .autocomplete .option .option-text {
            padding: 0.25rem 0.5rem;
        }

        .autocomplete .option:hover {
            background: #1E90FF;
            color: #fff;
        }

        .autocomplete .option.disabled {
            background-color: lightgrey;
            cursor: not-allowed;
        }

            .autocomplete .option.disabled:hover {
                background: lightgrey;
                color: var(--bs-body);
            }

/*
    VModalSpinner fix due to outdated bootstrap
*/

.spinner-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    transition: opacity 0.15s linear;
}

.fa.pull-left {
    padding-top: .2rem;
}

.iab-title-container,
.financiering-title-container,
.add-student-container,
.add-contract-container {
    display: flex;
    flex-direction: unset;
    justify-content: space-between;
    align-items: center;
}

dl.dl-wide dt {
    width: 200px;
}

dl.dl-wide dd{
    margin-left: 220px;
}

.ibox-content p:last-child {
    margin-bottom: 0;
}

ul.alert-danger {
    list-style: none;
}

.vToaster-container {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    white-space: pre-line;
}

.custom-vToaster {
    right: 5rem;
    top: 10rem;
}

.search-grid {
    display: grid;
    grid-template-columns: auto auto auto auto;
    column-gap: 1rem;
    row-gap: 1rem;
    margin-top: 1rem;
}