﻿/* 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. */

/* IExplorer warning (ie 10 en 11) */
#IEbar {
    display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #contentWrapper {
        display: none;
    }

    #IEbar {
        display: block;
    }
}

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;
    background: rgb(244, 246, 249) !important;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


/* animationa*/
.animation__shake {
    -webkit-animation: shake 1.5s;
    animation: shake 1.5s;
}

.login-box {
    width: 600px !important;
}

.login-box-body {
    text-align: -webkit-center;
}

/*Logout button*/
.logout {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.No-padding-bottom {
    padding-bottom: 0px;
}

.radius-fix {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.hidden {
    display: none;
}

.appBadge {
    width: 130px;
}

.DocbyteImgSpec {
    width: 200px;
}

#DocbyteUploads li {
}

.DocbyteButtonImg {
    height: 1.5em;
}

.DocbyteBG {
    background-image: url('/images/DocbyteLogos/docbyte-startscherm.PNG');
    background-size: 110%;
    background-repeat: no-repeat;
}

.DocbyteBD {
    backdrop-filter: blur(2px) brightness(100%) contrast(100%);
    min-height: 630px;
}

    .DocbyteBD h3, .DocbyteBD p {
        background-color: #fff;
    }

#userRoles {
    padding: 20px 20px 20px 0px;
}

#profileactivateform {
    display: inline-flex;
}

#activate-profile {
    margin-right: 16px;
}

.viewableImage-extra {
    width: inherit;
    height: 350px;
    object-fit: cover;
}

#darkmode-label {
    font-weight: 400;
}
#header-navbar-nav {
    margin-inline-start: auto;
    flex-direction: row-reverse;
}

#imageContent {
    width: auto !important;
}

.brand-link #brand-logo {
    opacity: .8;
}

.brand-link #brand-image-label {
    font-size: 0.8em !important;
}

.steps-progress-bar {
    width: 70%;
}

.sidebar-collapse .environment {
    transform: rotate(90deg);
    position: fixed;
    right: 0;
    margin-top: 150px;
   margin-right:-40px;
   z-index:999;
}
.form-floating label {
    color:#999;
    font-weight:500 !important;

}
.Step_Bics .btn-outline-info:hover h4,
.Step_Bics .btn-outline-success:hover h4 
{
    color: #fff;
}

.background-color-disabled {
    background-color: #E9ECEF !important;
}

.footer .footertext  a {
    color:#fff;
}
    .footer .footertext ul {
        list-style :none;
    }
.footer .footertext ul li {
    }

.removepstyling {
    margin: 0px;
    padding: 0px;
}
.readonly {
    pointer-events: none;
    opacity: 0.4;
}
.fa-hand-holding sup {
    left:-1em;
    top:-0.6em;
}