﻿/* 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;
    font-weight: 400;
    font-family: Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.hidden {
    display: none !important;
}

.primaryForm .row label {
    margin-bottom: 4px;
    color: #666;
    width: 100%;
    font-size: 0.9em;
    display: block;
}

.field {
    width: 100%;
    border: 1px solid #ccc;
    padding: 4px 8px;
    border-radius: 0;
    background-color: #f5f5f5;
    color: #000;
    font-size: 1em;
    line-height: 1.5;
    cursor: not-allowed;
}

.underline {
    text-decoration: underline;
}

.mainLogo {
    background-repeat: no-repeat;
    background-size: contain;
    height: 60px;
    padding: 0;
    margin: 0;
    background-image: url('../images/partnerlink-logo.png');
    width: 200px
}

.pl-header {
    background-image: linear-gradient(to bottom, #f3f3f3, #e2e2e2);
    display: flex;
    height: 90px;
    padding: 15px;
}

h2 {
    font-size: 1.2em;
}

h3 {
    font-size: 0.8em;
}

.container {
    box-shadow: 0 30px 40px rgba(0, 0, 0, 0.45);
    padding-left: 0;
    padding-right: 0;
}

    .container .inner {
        padding-left: 15px;
        padding-right: 15px;
    }

.pl-footer {
    background-color: #000;
    color: #fff;
    height: 55px;
    padding-top: 15px;
}

sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

.menu-nav {
    height: 70px;
    padding: 15px;
    text-transform: uppercase;
    font-size: 18px;
    background-color: #f5f5f5;
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 1px solid #dee2e6;
}

    .menu-nav .steps {
        flex-direction: row;
        justify-content: space-between;
    }

        .menu-nav .steps .step {
            display: inline-flex;
            flex-direction: column;
            justify-content: space-between;
            align-content: space-between;
            text-align: center;
            font-size: 24px;
            height: 40px;
            cursor: pointer;
        }

        .menu-nav .steps .step {
            margin-top: 1px;
            padding-right: 40px;
            text-decoration: none;
            color: #000;
        }

            .menu-nav .steps .step span {
                font-size: 27px
            }

            .menu-nav .steps .step span {
                display: flex;
                align-self: flex-end;
                font-size: 14px;
                line-height: 1;
                color: #666;
                text-transform: uppercase;
            }

.anchor {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}

.submit-button {
    height: 20px;
    width: 20px;
}