﻿/* 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 {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #f8f9fa;
}

h2 {
    margin-bottom: 20px;
}

.me-2{
    margin-right: 0.5rem;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}



.navbar {
    position: absolute;
    top: 0px;
    width: 100%;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    background-color: #222;
    color: #9d9d9d;
    border: none;
}

.navbar .dropdown-menu-right {
    right: 0;
    left: auto;
}

.navbar .btn-info {
    margin-left: 15px;
}

#userName {
    padding-right: 15px;
}

.nav-pills {
    margin-bottom: 30px;
}

#socialLoginList button
{
    width: 80%;
    margin-bottom: 15px;
}
#login .col-md-8 {
    margin-bottom: 50px;
}

#login .btn {
    margin-bottom: 25px;
}
#login h3 {
    margin-bottom: 15px;
}

#sortOptions {
    text-align: right;
    margin-bottom: 15px;
}

.wishlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.wishlistItem {
    width: 280px;
    margin-right: 25px;
    margin-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 10px;
    border-style: groove;
    border-radius: 5px;
    border-width: 1px;
    border-color: #ccc;
    background-color: #fff;
    display: flex;
    flex-flow: column nowrap;
}

.wishlistItem h3{
    text-align: center;
}

.wishlistItem .wishlistItemImage {
    width: 250px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 10px;
}

.wishlistItem .priceTag {
    float: right;
    font-weight: bold;
}

.wishlistItem .actionButtons {
    margin-top: 5px;
    margin-bottom: 8px;
    text-align: right;
}

.wishlistItem .itemDescription {
    margin-bottom: 8px;
}

.wishlistItem .itemLink {
    margin-top: auto;
}

.friendList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bottomBorder {
    margin-bottom: 30px;
    border-bottom: solid 1px #b1afaf;
}

#saveSortOrder {
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 25px;
}



/* FRIENDS */
.friend {
    width: 100px;
    margin-right: 25px;
    margin-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 10px;
    border-style: groove;
    border-radius: 5px;
    border-width: 1px;
    border-color: #ccc;
    background-color: #fff;
}

.friend img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.friend-large {
    width: 200px;
}

.friend-large img {
    height: 100px;
    border-radius:100px;
}

.friend-small img {
    height: 50px;
    border-radius: 50px;
}

.friend .actionButtons {
    margin-top: 5px;
    margin-bottom: 8px;
    text-align: right;
}

.friend h3 {
    font-size: 1em;
    text-align: center;
}

#addFriend {
    margin-bottom: 15px;
}

.friend-add {
    width: 300px;
    background-color: #dfd;
}



/* PROFILE */
#profilePicture img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-top: 15px;
    height: 200px;
    border-radius: 200px;
}
#profilePicture input {
    margin-bottom: 10px;
}
#profilePicture label {
    font-weight: bold;
}

footer .credits {
    color: #b1afaf;
}
footer .credits a {
    color: #b1afaf;
}