﻿/* 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 {
    color: #000000c9;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.Logo {
    font-weight: bold;
}

.LogoCool {
    /*color: #2c80d5;*/
    color: #c71717;
}

.LogoMenu {
    /*color: #706f6f;*/
    color: #505050;
}


main h1:first-child {
    margin-top: 40px;
    margin-bottom: 25px;
}

.display-none{
    display:none;
}

/*.carousel {
    margin-bottom: 4rem;
    margin-top: 18px;
}*/

/* Provide sufficient contrast against white background */
a {
    /*color: #0366d6;*/
    color: #c71717;
}

.btn-primary {
    color: #fff;
    /*background-color: #1b6ec2;
  border-color: #1861ac;*/
    background-color: #c71717;
    border-color: #9f1515;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #9f1515;
        border-color: #9f1515;
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #9f1515;
        border-color: #9f1515;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #c71717;
    border-color: #9f1515;
}

/* 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 */
}


.top-cat-container {
    padding: 10px 0px;
}

.top-cat-header {
    padding: 12px 12px 6px;
    /*background-color: #f1f1f1;*/
    background-color: #000000b5;
    color: #ffffffc2;
    margin-bottom: 25px;
}

    .top-cat-header h4 {
        padding-top: 0px;
    }

.sub-cat-header {
    padding: 25px 0 6px;
    border-bottom: 1px solid rgba(0,0,0,.125);
    margin-bottom: 20px;
}

.accordion > .card{
    margin-bottom: 0px;
}

.card {
    margin-bottom: 10px;
    /*margin: 0px 15px 10px 15px;*/
}

.card-body {
    
    padding: .8rem;
}

.card-title {
    margin-bottom: 0rem;
    /*margin-top: .5rem;*/
}

.card-subtitle {
    margin-top: .2rem;
    margin-bottom: 0;
}

/*** QR code ***/
#viewContent table {
    width: 100%;
}

    #viewContent table tr {
        height: 80px;
        background: darkcyan;
    }

        #viewContent table tr td {
            width: 50%;
            padding-left: 5px;
        }

.qrCodeImage {
    border: 1px solid #808080;
    width: 350px;
    height: 350px;
    text-align: center;
}

    .qrCodeImage p {
        padding: 0px;
        margin: 10px 5px;
    }

    .qrCodeImage img {
        margin: 0px auto;
    }



.iphone10 {
    width: 100%;
    height: 668px;
    background: url(../Images/iphone10.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 445px auto;
}

    .iphone10 .iphone-container {
        width: 277px;
        height: 615px;
        margin: 25px auto;
        overflow: hidden;
    }

    .iphone10 #iframe {
        /*overflow-x: hidden;
        overflow-Y: hidden;*/
        overflow: hidden;
        /*        width: 100%;;*/
        /*width: 100%;
    height: 100%;
    border: 1px solid #979797;*/
        /* -ms-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -o-transform: scale(0.75);
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
        -ms-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;*/
    }
