﻿/* 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. */

@font-face {
    font-family: "Sans";
    src: url("../fonts/ROsanswebtextregular.eot?") format("embedded-opentype"), url("../fonts/ROsanswebtextregular.woff") format("opentype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Sans";
    src: url("../fonts/ROsanswebtextitalic.eot?") format("embedded-opentype"), url("../fonts/ROsanswebtextitalic.woff") format("opentype");
    font-style: italic;
    font-weight: normal;
}

@font-face {
    font-family: "Sans";
    src: url("../fonts/ROsanswebtextbold.eot?") format("embedded-opentype"), url("../fonts/ROsanswebtextbold.woff") format("opentype");
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: Sans, Verdana, Arial, sans-serif;
}

.navbar {
    background-color: #f9e11e;
    padding: 0;
    font-size: 1.2em;
    color: black;
}

    .navbar a {
        padding: 6px 1em 3px
    }

        .navbar a:hover {
            background-color: #fcf29a;
        }

.nav-link-selected {
    background-color: #fcf29a;
    border-bottom: 3px solid #007bc7;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* 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;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

.smallLogo {
    width: 100px;
    vertical-align: top;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-left: 20px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.comment-box {
    background-color: #dcf8c6;
    border-radius: 7.5px;
    box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
    margin-bottom: 20px;
    padding: 10px;
}

.comment-sender {
    color: #0081b1 !important;
    font-size: 12px;
}

.comment-text {
}

.comment-date {
    text-align: right;
    color: rgba(0, 0, 0, 0.45);
    font-size: 13px;
}

.btn-container {
    max-width: 150px;
}

.btn-primary {
    color: #fff;
    background-color: #007bc7;
    border-color: #007bc7;
}


.nav-link.active {
    background-color: #007bc7 !important;
    border-color: #007bc7 !important;
}

a {
    color: #01689b;
}

    a:visited {
        /*color: #884488;*/
    }


.glyphicon-warning-sign::before {
    content: url('/images/64. waarschuwing 24px.svg');
    position: relative;
    left: -0.5em;
    top: 0.5em;
}

.alert-warning {
    color: #856404;
    background-color: #fff4db;
    border-color: #fff4db;
}
