﻿/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.loading {
    position: absolute;
    display: inline-block;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: lightgray;
    opacity: 0.5;
    z-index: 100;
}

    .loading .spinner-border {
        position: absolute;
        top: calc(50% - 1rem);
        left: calc(50% - 1rem);
        display: block;
    }

.data {
    min-height: 3em;
}

.hide-container .text {
    height: 30em;
    overflow: hidden;
    transition: transform 0.3s ease-out;
    transform: scaleY(1);
    transform-origin: top;
}

.hide-container {
    position: relative;
    margin-bottom: 2em;
}

    .hide-container label {
        position: absolute;
        top: 100%;
        width: 100%;
        text-align: center;
        line-height: 2em;
    }

    .hide-container input {
        display: none;
    }

    .hide-container label:after {
        content: "Meer";
    }

    .hide-container input:checked + label:after {
        content: "Minder";
    }

    .hide-container input:checked ~ div {
        height: 100%;
    }

.operator-range-selector {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}

.chartjs-render-monitor {
    max-width: 100%;
    display: block;
}

#data-alert {
    text-align: center;
}

#orderForm label {
    font-weight: inherit;
    display: inline;
}


.form-signin {
    width: 100%;
    max-width: 420px;
    padding: 15px;
    margin: auto;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

    .form-label-group > input,
    .form-label-group > label {
        height: 3.125rem;
        padding: .75rem;
    }

    .form-label-group > label {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        margin-bottom: 0; /* Override default `<label>` margin */
        line-height: 1.5;
        color: #495057;
        pointer-events: none;
        cursor: text; /* Match the input under the label */
        border: 1px solid transparent;
        border-radius: .25rem;
        transition: all .1s ease-in-out;
    }

    .form-label-group input::-webkit-input-placeholder {
        color: transparent;
    }

    .form-label-group input:-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input:-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-moz-placeholder {
        color: transparent;
    }

    .form-label-group input::placeholder {
        color: transparent;
    }

    .form-label-group input:not(:placeholder-shown) {
        padding-top: 1.25rem;
        padding-bottom: .25rem;
    }

        .form-label-group input:not(:placeholder-shown) ~ label {
            padding-top: .25rem;
            padding-bottom: .25rem;
            font-size: 12px;
            color: #777777;
        }

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input:-ms-input-placeholder {
        color: #777777;
    }
}

/* custom styles 
    ------------------------------------- */

.card {
    min-width: 760px;
}

.my-custom-scrollbar {
    position: relative;
    max-height: 15em;
    overflow: auto;
}

.table-wrapper-scroll-y {
    display: block;
}
