﻿* {
    /*background-color: rgba(0,0,0,0.05);*/
}

main {

}

input.btn.float-end.btn-info.active {
    color: white;
    background-color: #117a8b;
    border-color: #10707f;
}

.language {
    background-color: rgba(4,83,124,0.6);
    color: white;
}

.language:hover {
    color: white;
}

.language:focus, .language:active, .language.active {
    background-color: #006c8f !important;
}

.multiselect-selected-text {
    color: white;
}

input, #logo-brackeva {
    margin-bottom: 1em;
}

#btn-login {
    background-color: rgba(232, 85, 18, 1);
    border-radius: 0;
}

.btn-primary {
    background-color: rgba(4,83,124,0.6) !important;
    border-color: rgba(4,83,124,0.6) !important;
    color: white;
}

.btn-primary:hover {
    background-color: rgba(0, 108, 143, 1) !important;
}

.btn-a {
    display: inline-block;
    text-decoration: none !important;
    text-align: center;
}

.form-card {
    opacity: 50%;
    border-bottom: 1px solid rgba(0,0,0,0.5);
    /*border-radius: 5px;*/
}

.accountloginform {
    margin-top: 50px;
    padding-top: 25px;
    border-top: 1px solid rgba(0,0,0,0.5);
}

.modal img {
    margin: 0;
}

a {
    color: rgba(4,83,124,1);
}

.contact .overzicht .card {
    width: 100%;
}

.contact .overzicht .card-title {
    text-align: center;
}

.contact .overzicht .card p {
    text-align: center;
}

/* Shared_Header */
.shared-header { width: 100%; }
.btn {background-color: rgba(4,83,124,0.6); border: none; }
.container { padding-top: 20px; }
.img-logo { width: 50%; }
.login-info { width: 60%; margin-left: auto; margin-top: 10px; padding: 10px; text-align: right; font-size: 12pt; }
.navbar { margin-top: 20px; margin-bottom: 20px; }
.nav-icon { margin-right: 5px; }
.table { margin-bottom: 0px; }
.table th { font-weight: normal; }
.table-borderless td, .table-borderless th { border: 0; }
.tr-active { background-color: rgba(4,83,124,0.6); color: white; }
.tr-clickable { cursor: pointer; }

.privacy {
    font-size: 0.75em;
}

@media (max-width: 719px) {
    .language {
        font-size: 2em;
        padding-left: 0.6em;
        padding-right: 0.6em;
    }
    .nav-link .img-fluid {
        width: 2.5em;
    }
}