﻿/* 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. */
@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@800&family=Poppins:ital,wght@0,400;0,600;1,400;1,600&display=swap');
/* 13th October 2024 */
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #ffffff;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

.fc th a {
    color: #044559;
}

.fc-event-time {
    color: #044559;
}

.fc-event-title {
    color: #044559;
}

a:hover {
    color: #457484;
}

.LogOffButton {
    background: none !important;
    border: none;
    padding: 0 !important;
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.LogOffButton:hover {
    color: #457484;
}

.btn-primary {
    color: #fff;
    background-color: #0e0e68;
    border-color: #0e0e68;
}

.btn-site {
    color: #fff;
    background-color: #0e0e68;
    border-color: #0e0e68;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.badge {
    padding-top: 5px;
    padding-bottom: -5px;
    border-color: black;
    border-style: solid;
    border-width: thin;
    font-size: 12px;
    font-weight: unset;
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 1rem;
    margin-bottom: .2em;
}

.badge-primary {
    color: white;
    border-color: blue;
    background-color: blue;
}
.boxoffice {
    color: #fff;
    padding: 4px 10px;
    line-height: 20px;
    vertical-align: middle;
    background-color: red;
    display: inline-block;
    width: auto;
    height: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
    border: 0px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
}

    .boxoffice:hover, .boxoffice:focus {
        -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.4);
        -ms-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.4);
        color: #fff;
        text-decoration: none;
    }


/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.headerFullWidthImage {
    background-image: linear-gradient(to right, rgba(14,14,104,1), rgba(14,14,104,0.5));
}

.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;*/
    font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Merriweather Sans', sans-serif;
}

.footer {
    /*position: absolute;
  bottom: 0;*/
    width: 100%;
    white-space: nowrap;
}

.footer {
    padding-left: 45px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 10px;
    color: darkgrey;
    background-color: white;
}

.footerGrey {
    color: white;
    background-color: #651a5a;
}


.footerGrey {
    --fa-style-family: "Font Awesome 6 Pro";
    --fa-style: 400;
    --fa-border-color: red;
    --fa-primary-color: #ffffff;
    --fa-secondary-color: #ffffff
}


.footerRowReset {
    padding-left: 0px;
}

.footerVCentre {
    vertical-align: middle;
}

.footerHeaders {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Merriweather Sans', sans-serif;
}

.back-to-top {
    background: none;
    margin: 5px;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 100;
    display: none;
    text-decoration: none;
}

    .back-to-top i {
        font-size: 50px;
    }

:root {
    --fa-style-family: "Font Awesome 6 Pro";
    --fa-style: 400;
    --fa-border-color: red;
    --fa-primary-color: #0366d6;
    --fa-secondary-color: #0056b3
}
