﻿/* 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 {
    display: flex;
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn {
    font-weight: 600;
    }

.btn-lg {
    font-size: 1rem;
}
.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
  width: fit-content;
}

.btn-danger {
    background-color: #ff4436;
}

.btn-danger:hover {
    background-color: green;
}

.btn-secondary {
    background-color: green;
}

.btn-continue-shopping{
    background-color: #ffffff;
}

.btn-secondary {
    color: #000;
}

/*.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-left:before {
    content: "\f104";
}*/
/**, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}*/

.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;
    /* Background image insert */
    background-image: url(../images/backgrounds/bcg02.png);
    background-repeat:no-repeat;
    background-color:whitesmoke;
    background-position:top,center;
    background-size:contain;
    background-attachment:fixed;
    }

.pd-name-sm {
    font-size: 1.2rem;
    font-weight: 400;
}

.pd-description {
    font-size: 1.1rem;
    font-weight: 200;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.dropdown-menu {
    /*background-image: url(../images/backgrounds/bcg_menu.png)*/
}

/* 5. causes content to stack up once browser width goes below 540px */
@media all and (max-width: 990px) {
    .container{
        flex-direction: column;
    }
}
/* 
  Include the min-width, max-width, min-height 
  and max-height if you plan to use a relative CSS unit 
  measurement to make sure the widget renders in the 
  optimal size allowed.    
  */

#addressBookWidgetDiv {
    min-width: 300px;
    width: 100%;
    max-width: 900px;
    min-height: 228px;
    height: 240px;
    max-height: 400px;
}

#walletWidgetDiv {
    min-width: 300px;
    width: 100%;
    max-width: 900px;
    min-height: 228px;
    height: 240px;
    max-height: 400px;
}


/* The following are required only when you use the read-only widgets: */

#readOnlyAddressBookWidgetDiv {
    min-width: 266px;
    width: 100%;
    max-width: 900px;
    min-height: 145px;
    height: 165px;
    max-height: 180px;
}

#readOnlyWalletWidgetDiv {
    min-width: 266px;
    width: 100%;
    max-width: 900px;
    min-height: 145px;
    height: 165px;
    max-height: 180px;
}