﻿/* 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: #186f80;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #186f80;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.notify-bubble-layout {
    position: absolute;
    top: -10px;
    right: -20px;
    padding: 2px 5px 2px 5px;
    border-radius: 50%;
    background-color: #4fd69c;
    color: white;
    line-height: normal;
}

.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 {
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.tempDataDisplaySuccess {
    border-top: 1px solid #999999;
    position: fixed;
    z-index: 10000;
    text-align: center;
    bottom: -100px;
    font-size: 18px;
    background: #4fd69c;
    display: flex;
    justify-content: center; /* align horizontal */
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    color: white;
    padding-top: 10px;
}

.tempDataDisplayFail {
    border-top: 1px solid #999999;
    position: fixed;
    z-index: 10000;
    text-align: center;
    bottom: -100px;
    font-size: 18px;
    background-color: #f75676;
    display: flex;
    justify-content: center; /* align horizontal */
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    color: white;
    padding-top: 10px;
}

.field-validation-error {
    color: red;
}

.tooltip2 {
    position: relative;
    display: inline-block;
}

    .tooltip2 .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 5px 5px 5px;
        /* Position the tooltip */
        /*        position: absolute;*/
        z-index: 1;
        top: -5px;
        left: 105%;
        text-transform: lowercase !important;
    }

    .tooltip2:hover .tooltiptext {
        visibility: visible;
    }

.tooltip3 {
    position: relative;
    display: inline-block;
    position: fixed;
}

    .tooltip3 .tooltiptext2 {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 5px 5px 5px;
        z-index: 1;
        top: -5px;
        position: relative;
        text-transform: lowercase !important;
    }

    .tooltip3:hover .tooltiptext2 {
        visibility: visible;
    }

.gap-1 {
    gap: 1rem;
}

.gap-3 {
    gap: 3rem;
}

@media (min-width: 768px) {
    .gap-md-3 {
        gap: 3rem;
    }
}

.ta-l {
    text-align: left !important;
}

.bb-1 {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    column-fill: balance;
    justify-content: center;
}

.flex-container-item {
    margin-right: 10px;
    border: 2px solid #005261;
    background-color: #fff;
    height: 100%;
}

.checkbox-container {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

    .checkbox-container input[type="checkbox"] {
        display: none;
    }

.checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.checkbox-container input[type="checkbox"]:checked + .checkmark {
    background-color: #4caf50;
    border-color: #4caf50;
    color: white;
}

.s-collapsible-header {
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    padding-top: 1rem;
}

.s-collapsible-content {
    display: none;
}

.chevron {
    transition: transform 0.3s;
}

.s-collapsible.active .chevron {
    transform: rotate(180deg);
}

.table-filter {
    display: flex;
    padding: 0.5rem 0rem 0rem 1rem;
    cursor: pointer;
    font-size: .8125rem;
    white-space: nowrap;
    background-color: white;
}

label.d-flex.table-filter > span {
    align-self: center;
}

.pseudo-link {
    cursor: pointer;
}
