﻿/* 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. */

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css");



.fg-default {
    color: #ed7c31 !important; 
}

.bg-default {
    background-color: #ed7c31 !important;
}


.bg-steunkleur {
    background-color: lightgoldenrodyellow !important; /*#efe47c*/
    opacity:0.9;
}

.fg-steunkleur {
    color: lightgoldenrodyellow !important;
}

.border-steunkleur {
    border-color: lightgoldenrodyellow !important;
}

.border-oranje {
    border-color: #ed7c31 !important;
}



.nav-link.active {
    color: #ed7c31 !important;
}

h5 {
    color: #ed7c31;
}

hr {
    color: #ce6565;
    background-color: #cebb65;
}


.text-link {
    font-weight: 400;
    color: #0d6efd;
    text-decoration: none;
}

    .text-link:hover {
        color: rgb(237,125,49) !important;
        /*color: #0a58ca;*/
    }

    .text-link:disabled, .text-link.disabled {
        color: #6c757d;
    }

.btn-outline-default {
    color: #ED7D31;
    border-color: #ED7D31;
}

    .btn-outline-default:hover {
        color: #fff;
        background-color: #ED7D31;
        border-color: #ED7D31;
    }

    .btn-outline-default:focus, .btn-outline-default.focus {
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    }

    .btn-outline-default.disabled, .btn-outline-default:disabled {
        color: #ED7D31;
        background-color: transparent;
    }

    .btn-outline-default:not(:disabled):not(.disabled):active, .btn-outline-default:not(:disabled):not(.disabled).active,
    .show > .btn-outline-default.dropdown-toggle {
        color: #fff;
        background-color: #ED7D31;
        border-color: #ED7D31;
    }

        .btn-outline-default:not(:disabled):not(.disabled):active:focus, .btn-outline-default:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-default.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
        }

section {
    border-top: solid; 
    border-top-color: #ed7c31; 
    border-bottom: solid; 
    border-bottom-color: #ed7c31;
}

