﻿/* 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. */

.required::after {
    content: " *";
    font-weight: bold;
    color: red;
}

img.logo_nl {
    max-height: 80px;
    width: 275px;
    object-fit: contain;
    object-position: left;
}

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;
}

/*  HoomCtrl Default theme * /

/* Sticky footer styles
-------------------------------------------------- */

html *, body * {
    text-size-adjust: none!important;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}


@media ( min-width: 100px) and ( max-width: 768px) {
    .container {
        max-width: 100%;
        margin: 0;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 0.4rem 0.55rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* background-color: rgba(68, 68, 68, 0.1); */
}

h3{
    margin-bottom: 2rem;
}

.navbar-brand img {
    height: 80px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}



.page-header {
    display: flex;
    flex-direction: row;
}

    .page-header .login-menu {
        display: flex;
        flex-direction: column;
    }

    .page-header .login-item a.username {
        padding-right: 10px;
    }


    .page-header .login-item .small a {
        font-size: small;
    }

    .page-header .login-item .nav-link {
        padding: 0;
    }

    .page-header .login-item p {
        margin: 0;
    }


@media (min-width: 1200px) {
    .container {
        max-width: 1366px;
    }
}

.form-control {
    border-radius: 1.25rem;
}

.form-control.input-validation-error {
    border-color: red;
    background-color: lightsalmon !important;
}

.field-validation-error{
    font-size:smaller;
    padding-left:10px;

}

.dtable-heading {
    color: #FFF;
    font-size: 13px;
    font-weight: 500;
    background: #E16E1D !important;
    text-transform: uppercase;
}

p {
    padding: 10px 10px 10px 0px;
}

.project {
    padding-top: 20px;
    padding-bottom: 0px;
}

    .project:nth-child(2n) {
    }

.status-va {
    background-color: rgba(0, 222, 0, 0.06) !important;
}

.status-ni {
    background-color: rgba(222, 0, 0, 0.06) !important;
}

.card {
    margin-bottom: 32px;
}

.card-news .news-title {
    height: 80px;
    
}

.card-news .news-caption {
    height: 60px;
    overflow: hidden;
}

.card-header {
    background-repeat: no-repeat;
    background-size: cover;
}
