﻿/* 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;*/
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/* Custom styles
-------------------------------------------------- */
div.margin-top-30px {
    margin-top: 30px;
}

.payment-form {
    display: flex;
    margin-top: 25px;
}

    .payment-form form.paymentSPG {
        flex: 1 1 auto;
    }

    .payment-form nav div.nav-tabs {
        width: 250px;
        border: 0px;
    }

        .payment-form nav div.nav-tabs button.nav-link {
            border: 0px;
            border-bottom: solid 1px #e3e3e3;
            color: gray;
            border-radius: 0px;
            margin-top: 1px;
        }

            .payment-form nav div.nav-tabs button.nav-link:hover {
                background-color: #eee;
                transition: linear 0.2s;
            }

            .payment-form nav div.nav-tabs button.nav-link.active {
                color: black;
                background-color: #e3e3e3;
                border-bottom: solid 1px black;
            }

    .payment-form div.tab-content {
        flex: 1 1 auto;
        margin-left: 15px;
    }

form.wpwl-form-prepayment-SIBS_MULTIBANCO button.wpwl-button {
    width: 100%;
}

div.info-panel {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

    div.info-panel div.info-panel-row {
        display: flex;
        align-items: center;
        border-bottom: solid 1px black;
        min-height: 35px;
        padding: 5px 0px;
    }

        div.info-panel div.info-panel-row span.span-label {
            flex: 0 0 200px;
            font-weight: bold;
            margin-right: 10px;
        }

        div.info-panel div.info-panel-row span.span-value {
            flex: 1 1 auto;
        }

@media (max-width: 767px) {
    .payment-form {
        flex-direction: column;
    }

        .payment-form nav {
            flex: 1 1 auto;
        }

            .payment-form nav div.nav-tabs {
                width: 100%;
            }

        .payment-form div.tab-content {
            margin-top: 15px;
            margin-left: 0px;
        }

    div.info-panel div.info-panel-row span.span-label {
        flex: 0 0 125px;
    }
}
