﻿/* 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;
}

html {
    font-size: 14px;
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    font-family: 'caecilia-sans-text';
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.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;
}

html {
    position: relative;
    min-height: 100%;
}

.main-body {
    flex: 1 0 auto;
    padding-bottom: 30px;
}

input:focus,
.form-control:focus,
.form-select:focus {
    border-color: #d63384;
    box-shadow: 0 0 0 0.25rem #d63384;
}
/************* FOOTER **************/

.footer {
    font-size: 16px;
    color: #fff;
    background-color: #333;
    padding: 25px 0;
}

.form-control {
    border: 1px solid #898d91;
}

.footer a {
    color: #e9e9e9;
}

.footer .btn-link {
    padding: 0;
    color: #fff;
    text-decoration: underline;
}

.footer .section-title {
    font-weight: 800;
    font-size: 1.2rem;
    margin-bottom: .75em;
    color: #fff;
    font-family: caecilia,sans-serif;
}

.no-margin {
    margin-bottom: 0 !important;
}

.footer .contact {
    margin-bottom: 20px;
}

    .footer .contact p {
        margin-bottom: .2em;
    }

    .footer .contact .contact-phone {
        display: inline-block;
        padding-right: 10px;
        margin-right: 10px;
        border-right: 1px solid hsla(0,0%,79.2%,.5);
    }

    .footer .contact .contact-email {
        text-decoration: underline;
    }

.footer .quicklinks-list {
    list-style-type: none;
    padding-left: 0px;
}

    .footer .quicklinks-list li {
        margin: 0;
        padding: 0;
    }

    .footer .quicklinks-list a {
        display: inline-block;
        padding: 0 0 .5em;
    }

.footer-delivered {
    font-weight: bold;
    font-size: 1.2rem;
    font-family: effra;
}
.tnlcf-app-stats {
    color: #e5007d;
    font-weight: bold;
}
.tnlcf-app-stats-block {
    border-right: 1px solid #e5e5e5;
}

.tnl-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tnl-tooltip .tnl-tooltiptext {
        visibility: hidden;
        font-size: 1rem;
        width: 500px;
        background-color: #e5007d;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 8px 5px 5px 5px;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        left: 30px;
    }

    .tnl-tooltip:hover .tnl-tooltiptext {
        visibility: visible;
    }

/* This is for the text comparison on the astral plane scheduler display */
.colourful {
    white-space: pre-wrap; /* Allows wrapping of preformatted text */
    word-wrap: break-word; /* Breaks long words to prevent overflow */
}

.colourful ins {
    background-color: #90fa90;
    text-decoration: none;
}

.colourful del {
    background-color: #ffc6c6;
}

.colourful br {
    display: none !important;
}

.colourful .highlight {
    border: 3pt solid blue;
    padding: 2px;
    transition: border 0.15s ease;
}