﻿@font-face {
	font-family: Gotham;
	src: url('Gotham-Font/Gotham-Font/GothamLight.ttf') format('truetype');
}

/* 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. */

body{
    background:none;
    font-family:Gotham;
}

a.navbar-brand {
    white-space: normal;
    text-align: right;
    word-break: break-all;
}

.navbar {
    height: 105px;
}

/* 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: 250px;
}

.main-background {
    background-color: #415464;
    background-image: linear-gradient(to bottom, rgba(59,62,67,1.0), rgba(59,62,67,0.9)), url('/assets/Image 1.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    background-color: #3B3E43;
    color: #FFFFFF;
    border-top: none !important;
    padding: 10px;
}

.orderly-logo {
    min-width: 140px;
    min-height: 54px;
}

.barclay-logo {
    margin-bottom: 4px;
    min-width: 155px;
    min-height: 36px;
}
@media only screen and (max-width: 491px) {
    .privacy-link {
        margin-top:-25px;
    }
}

.footer a {
    color: #ffffff
}

.footer .powered-by {
    font-size: 20px;
    max-height: 51px;
    margin-left: 20px;
}

.footer .nav-container {
    margin-right: 13px;
    font-size: 12px;
}

.footer .logo-container {
    max-height: 54px;
}

.invoice-wrapper {
    margin-top: 7rem;
}

.page-title {
    font-size: 45px;
    color: #ffffff;
    line-height: 55px;
}

.page-subtitle {
    font-size: 20px;
    margin-top: 10px;
    color: #ffffff;
}

.invoice {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.invoice-detail {
    background-color: white;
    color: black;
    padding: 15px;
    margin: 4px;
    min-width: 300px;
}

.make-another-payment {
    width: 230px !important;
}

.ref-num {
    margin-top: 40px;
}

.btn-pink {
    background-color: #e5457d;
    color: white;
    border-radius: 0px !important;
}

    .btn-pink:hover {
        color: white;
    }

@media only screen and (max-width:767px) {
    .second {
        margin-top: 15px;
        margin-right: 10px;
    }

    .amount-due {
        margin-top: 0 !important;
    }
}

.second {
    text-align: center !important;
}

.invoice-btn {
    min-width: 300px;
}

.body {
    margin-left: 20px;
}

form {
    margin-top: 33px;
}

.account-invoice {
    height: 50px;
    width: 305px;
    font-size: 15px;
    padding-left: 10px;
}

.btn-submit {
    background-color: #519fc2;
    color: #ffffff;
    border: none;
    padding: 10px;
    width: 150px;
    outline: none !important;
    text-align: left;
    padding-left: 15px;
}

.error {
    height: 15px;
    color: #ffdddd;
    font-size: 12px;
    margin-left: -10px;
}

.data-value {
    font-size: 18px;
}

.error-large {
    color: #ffdddd;
    font-size: 24px;
}

.payment-iframe {
    max-width: fit-content;
    max-height: fit-content;
    width:750px;
    height:1225px;
    max-width: 80vw;
}

.align-elements {
    display:grid;
    justify-content:center;
}
