@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

body {
    margin-bottom: 28px;
}

html, body {
    font-family: Arial;
}

a, .btn-link {
    color: #5255A5;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    flex-grow: 1;
    overflow-y: auto;
    padding: 1.0rem !important;
}

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

/*eigen css*/
.footer {
    position: fixed;
    bottom: 0;
    background-color: white;
    height: 25px;
    width: 100%;
}

.geenAntwoord {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    width: 15px;
    height: 15px;
    background: red;
}

.welAntwoord {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    width: 15px;
    height: 15px;
    background: green;
}

.protocolVraagBeantwoord {
    color: green;
}

.protocolVraagNietBeantwoord {
    color: red;
}

/*spinner*/
.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
/*einde spinner*/

.displayBlock {
    display: block;
}

.displayNone {
    display: none;
}

#loader {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.circular-icon {
    --circular-icon-p: .8em;
}

.badge {
    top: 7%;
    left: 93%;
}

[aria-expanded] .fa-chevron-down {
    transform: rotateX(180deg);
}

.offcanvas {
    top: 4rem;
    bottom: auto;
    max-width: 300px;
    width: auto;
}

.offcanvas-backdrop {
    top: 4rem;
}

.kiesartikelbutton {
    width: 90%;
}

.kiesartikelbutton .k-button-text {
    width: 90%;
}

.large-icons {
    font-size: 32px;
}

.no-headers-grid .k-grid-header {
    display: none;
}

.empty-cart {
    text-align: center;
    margin: auto;
    font-size: 1.5rem;
    font-weight: 100;
    color: #676767;
}

.cart-item {
    background-color: white;
    color: dimgray;
    padding: 0.8rem 1.2rem;
    border-radius: 6px;
    font-weight: 100;
    margin-top: 1rem;
    position: relative;
    border-width: 1px;
    border-color: #ec008c;
    border-style: dashed;
}

    .cart-item .title {
        font-weight: 700;
    }

    .cart-item ul {
        padding: 0;
        margin: 0.4rem 0.6rem;
    }

    .cart-item li {
        list-style-type: none;
        margin-left: 0rem;
        font-size: 0.8rem;
    }

.delete-item {
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
    color: #fff2cc;
    width: 1rem;
    height: 1rem;
    text-align: center;
}

    .delete-item:hover {
        text-decoration: none;
        color: #fff2cc;
        background-color: rgba(255,255,255,0.1);
    }

.item-price {
    font-weight: 500;
}

    .item-price::before {
        content: '€';
        font-weight: 100;
        margin-right: 0.3rem;
    }

.sidebar {
    background-color: #f8f9fa;
    color: gray;
}


.order-contents {
    overflow-y: auto;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    flex-grow: 1;
}

    .order-contents h2 {
        font-size: 1.3rem;
        font-weight: 300;
        margin-bottom: 1rem;
        font-family: 'Bahnschrift', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

/*start maten*/
#matenbeen {
    position: relative;
    text-align: center;
}

#matenbeen input {
    width: 43px;
    font-size: 14px;
}

#matenvoet {
    position: relative;
    text-align: center;
}

#matenvoet input {
    width: 43px;
    font-size: 14px;
}

#matenarm {
    position: relative;
    text-align: center;
}

#matenarm input {
    width: 43px;
    font-size: 14px;
    background-color: #F8F8F8;
}

#matenhand {
    position: relative;
    text-align: center;
}

    #matenhand input {
        width: 43px;
        font-size: 14px;
        background-color: #F8F8F8;
    }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}
/*einde maten*/

.progress-bar {
    background-color: #2E3192;
}

.button-document {
    width: 450px;
    margin-bottom: 10px;
}

.form-control:disabled,
.form-control[readonly] {
    opacity: 0.6;
}

input[type='file'] {
    color: transparent;
}

.telerikwindowscroll {
    overflow: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 700px;
}

.k-button {
    margin: 2px !important;
}

.form-control:focus {
    border-color: #f680c6;
    box-shadow: 0 0 0 0.25rem rgba(236, 0, 140, 0.25);
}

.selectedArtikel {
    background-color: #ec008c;
    color: white;
}

.alert-warning, #components-reconnect-modal .modal-content.alert-warning {
    color: #665200;
    background-color: #fff0b3;
    border-color: #fff0b3;
}

    .alert-warning .alert-link, #components-reconnect-modal .modal-content.alert-warning .alert-link {
        color: #524200;
    }

.alert-danger, #blazor-error-ui .modal-content.alert-danger {
    color: #5c0016;
    background-color: #f7b3c3;
    border-color: #f7b3c3;
}

    .alert-danger .alert-link, #blazor-error-ui .modal-content.alert-danger .alert-link {
        color: #4a0012;
    }

#blazor-error-ui {
    z-index: 3000;
    display: none;
}

    #blazor-error-ui .modal-content.alert-danger .modal-header {
        border-color: #f599af;
    }

#components-reconnect-modal {
    z-index: 3000;
}

    #components-reconnect-modal .reconnecting,
    #components-reconnect-modal .unable-to-reconnect {
        display: none;
    }

    #components-reconnect-modal.components-reconnect-show, #components-reconnect-modal.components-reconnect-failed, #components-reconnect-modal.components-reconnect-rejected, #components-reconnect-modal.components-reconnect-show .reconnecting, #components-reconnect-modal.components-reconnect-failed .unable-to-reconnect, #components-reconnect-modal.components-reconnect-rejected .unable-to-reconnect {
        display: block;
    }

    #components-reconnect-modal .modal-content.alert-warning .modal-header {
        border-color: #ffe680;
    }

.pink-background {
    background-color: rgba(255,128,255,0.2);
}

.red-background {
    background-color: palevioletred;
    color: white;
}

.green-background {
    background-color: palegreen;
}

.red-foreground {
    color: palevioletred;
}

.tile-with-overflow .k-tilelayout-item-body {
    overflow: auto !important;
}

/* re-enable pointer events for the inputs so selection can work. Note - can cause some side effects with appearance of hover and focus states */
.k-input.k-disabled,
input.k-textbox[disabled] {
    pointer-events: initial;
}

    /* visual highlight for the plain textbox user selection */
    input.k-textbox[disabled]::selection {
        color: #ffffff;
        background-color: #ff6358;
    }

.no-headers-grid .k-grid-header {
    display: none;
}

.page-header {
    color: #393c97;
}

.beheer-header {
    color: #393c97;
}

.form-container {
    max-width: 1200px;
}

.form-container .form-group {
    display: flex;
    align-items: center;
}

    .form-container .form-group label {
        min-width: 400px;
        margin-right: 10px;
    }

@media (max-width: 900px) {
    .form-container .form-group {
        flex-direction: column;
        align-items: flex-start;
    }

        .form-container .form-group label {
            margin-right: 0;
            margin-bottom: 5px;
        }
}

.form-group .required::after {
    content: "   *";
    color: red;
    width: 1.5em;
    margin-right: 1.5em;
}

.k-toolbar-items {
    display: flex;
    width: 100%;
    justify-content: space-between;
}


.pre-wrap {
    white-space: pre-wrap;
}


.responsive-textarea {
    width: 100%;
    max-width: 800px;
}
