﻿/* 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: url(img/FWADWIpad.jpg) no-repeat bottom fixed;
    font-family: "Open Sans", Arial, sans-serif !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

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;
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #1f1b1bc2;
    border: 1px solid #5d5252;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.buttonStyle {
    color: #fff;
    background: #e50000;
    font-weight: bold;
    width: 120px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-horizontal .control-label {
    padding-top: 5px;
    margin-bottom: 0;
    text-align: right;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

.form-group {
    margin-bottom: 25px;
    clear: both;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

label {
    color: #fff !important;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

input, label {
    vertical-align: middle;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.text-danger {
    color: #ff636a;
    font-size: 15px;
    font-weight: bold;
}

.response {
    color: #fff !important;
}

.colorwhite {
    color: #fff;
}

* {
    font-family: 'Open Sans', sans-serif;
}

.Transaction-detail {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 150px);
}

.Transaction-detail__box {
    width: 40%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.9);
    height: auto;
    padding: 50px 25px;
    border-radius: 20px;

    @media (max-width:1200px) {
        width: 95%;
    }
}

    .Transaction-detail__box h1 {
        text-align: center;
        font-size: 35px;
        font-weight: 700;
        margin: 0 0 10px 0;
        color: #000000;
    }

        .Transaction-detail__box h1 span {
            text-align: center;
            font-size: 16px;
            font-weight: 700;
        }

    .Transaction-detail__box h2 {
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        margin: 0 0 10px 0;
        color: #429846;
        text-transform: capitalize;
    }

        .Transaction-detail__box h2 img {
            display: inline-block;
            width: 16px;
            height: 16px;
            position: relative;
            top: 1px;
        }

    .Transaction-detail__box p {
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        margin: 0 0 10px 0;
        color: #000000;
    }

    .Transaction-detail__box .date {
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        margin: 0 0 10px 0;
        color: #000000;
    }

    .Transaction-detail__box .list {
        list-style: none;
        margin: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        border-top: 1px solid #b9b9b9;
        border-bottom: 1px solid #b9b9b9;
        padding: 7px 0;
        margin-top: 15px;
    }

        .Transaction-detail__box .list li {
            display: flex;
            justify-content: space-between;
            padding: 10px 10px;
        }

            .Transaction-detail__box .list li:not(:last-child) {
                border-bottom: 1px dashed #959595;
            }

            .Transaction-detail__box .list li span {
                text-align: center;
                font-size: 16px;
                font-weight: 400;
                margin: 0;
                color: #000000;
                text-transform: capitalize;
            }

                .Transaction-detail__box .list li span:first-child {
                    text-align: left;
                }

                .Transaction-detail__box .list li span:last-child {
                    text-align: right;
                }

                .Transaction-detail__box .list li span:last-child {
                    text-align: right;
                }

    .Transaction-detail__box .email {
        padding-top: 10px;
        position: relative;
        top: 30px;
    }

    .Transaction-detail__box .heading {
        font-size: 26px;
        font-weight: 800;
        margin: 0;
        color: #000000;
        text-transform: capitalize;
        padding-bottom: 25px;
    }

        .Transaction-detail__box .heading span {
            border-bottom: 2px solid #000000;
            display: inline-block;
            padding: 0 3px 3px;
        }
.redFont {
    color: red!important;
}

.loader {
    border: 5px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid #555;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}