﻿/* 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. */

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;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: .77;
    filter: alpha(opacity=65);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.overlayBackground {
    filter: alpha(opacity=65);
    opacity: .75;
    background-color: #000;
}

.redBorder {
    border: 1px solid #ff2929;
}

.messagestyle {
    height: 100px;
    width: 300px;
    background-color: white;
    color: black;
    border-radius: 10px;
    vertical-align: middle;
}

.campoOnboardDisabled {
    background-color: #1a1a1a !important;
    color: #555 !important;
    border: 1px solid #333 !important;
    cursor: not-allowed !important;
    opacity: 1 !important;
    font-style: italic !important;
}

/* Chrome, Edge, Safari */
input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    filter: invert(60%) sepia(100%) saturate(300%) hue-rotate(150deg);
    opacity: 1;
    width: 22px;
    height: 22px;
}

/* Firefox */
input[type="date"]::-moz-calendar-picker-indicator {
    cursor: pointer;
    filter: invert(60%) sepia(100%) saturate(300%) hue-rotate(150deg);
    opacity: 1;
    width: 22px;
    height: 22px;
}

.redOutline {
    outline: 1px solid red !important;
    outline-offset: -1px;
}

.redBorder {
    border: 1px solid red !important;
}
