﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: 'Barlow', sans-serif;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


/*Checklist control*/
*ICHECK REPLACEMENT CSS*/
.switch-field {
    display: flex;
    overflow: auto;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    background-color: aliceblue;
    color: rgba(0, 0, 0, 0.6);
    font-size: 25px;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease-in-out;
}

    .switch-field label.disabled {
        background-color: #e4e4e4;
        color: rgba(0, 0, 0, 0.2);
    }

    .switch-field label:hover {
        cursor: pointer;
    }

.switch-field input.radioakkoord:checked + label {
    background-color: #4ee44e;
    box-shadow: none;
    color: white;
}

.switch-field input.radionvt:checked + label {
    background-color: #e30613;
    color: #fff;
    box-shadow: none;
}

.switch-field input.radioopmerking:checked + label {
    background-color: #2dbae0;
    box-shadow: none;
}

.switch-field input.keuringakkoord:checked + label {
    background-color: green;
    box-shadow: none;
    color: white;
}

.switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
}

.btn-primary {
    color: #fff;
    background-color: #e30613;
    border-color: #e30613;
    border-radius: 10px;
}

    .btn-primary:hover {
        color: #000;
        border-color: #000;
        background-color: #e30613;
    }


    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #000;
        background-color: #e30613;
        border-color: #000;
    }

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #e30613;
    border-color: #e30613;
}

.bg-black {
    background-color: #000000;
}