﻿/* 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;
}

/* Rank Title Styles */

.rankGod {
    background: -webkit-linear-gradient(#e85b09, #f2feff);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.rankProphet {
    background: -webkit-linear-gradient(#ff00a2, #ff0022);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.rankLegend {
    background: -webkit-linear-gradient(#074a01, #a2fac7);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.rankAscended {
    background: -webkit-linear-gradient(#00e8e8, #de38ff);
    -webkit-text-fill-color: #f8d7da;
    -webkit-background-clip: text;
}

.rankHero {
    background: -webkit-linear-gradient(#f757c2, #f08698);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.rankElite {
    color: #FFA500;
}

.rankMaster {
    color: #FF1493;
}

.rankExpert {
    color: #800080;
}

.rankVeteran {
    color: #0000CD;
}

.rankAdept {
    color: #3EFF3E;
}

.rankDefault {
    color: white;
}










/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.pfImage {
    width: 25%;
    height: 25%;
}

.table caption {
    border: inherit;
    background-color: lightgrey;
}

#mapBackground {
    background-size: cover;
    height: 250px;
    background-position: center;
    margin-bottom: 20px
}

.mapInformation {
    width: 50vw;
}

#mapBackground div {
    background-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%);
}

.gradientDown {
    background-image: linear-gradient(rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 90%);
}

.smallFontSize {
    font-size: small;
}

.compactTable {
    width: 50%;
    margin: auto;
}

.gradientDown {
    background-image: linear-gradient(rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 90%);
}

.smallFontSize {
    font-size: small;
}

.basePage {
    background-color: #ff000020;
    padding: 10px;
    width: fit-content;
    margin: auto;
    border-radius: 6px 8px;
}

#myTab > .nav-link {
    margin-right: 30px;
}

#myTab > :not(.active) {
    background-color: pink;
    border-radius: 6px 8px 0px 0px;
}

#myTab .active {
    background-color: darkred;
    color: white;
    border-radius: 0px 0px 0px 0px;
}

#myTab > :not(.active) :hover {
    background-color: indianred;
    border-radius: 6px 8px 0px 0px;
}

.mapCardText {
    font-size: 12px;
}

.strokeme {
    color: white !important;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.clickable-row {
    cursor: pointer;
}

    .clickable-row:hover {
        box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
        filter: grayscale(100%) brightness(110%);
    }
.cardHolder {
    background-color: rgba(255, 0, 7, 0.8);
    border-color: crimson;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
}
.backgroundPF {
    background-image: url('/images/pf-graff-small.png');
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: center right;
}

.bg-lightgrey {
    background-color: lightgray;
}

.required:after {
    content: " *";
    color: red;
}

.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;
  font-family: system-ui, sans-serif;
}

/*body:before {
  content: "";
  position: fixed;
  z-index: -1;
  display: block;
  background-color: #555555;
  background-image: url("../images/rebound_bg.jpg");
  width: 110%;
  height: 110%;
  -webkit-filter: blur(7px);
  -moz-filter: blur(7px);
  -o-filter: blur(7px);
  -ms-filter: blur(7px);
  filter: blur(7px);
  background-size:cover;
}*/

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.avatar {
    background-size: cover;
    height: 100%;
    width: 100%;
    border: none;
}

.avatarContainer {
    width: 400px;
    height: 100px;
    border-radius: 5px;
    box-shadow: 1px 0px 18px 2px rgba(107,0,0,0.75);
    -webkit-box-shadow: 1px 0px 18px 2px rgba(107,0,0,0.75);
    -moz-box-shadow: 1px 0px 18px 2px rgba(107,0,0,0.75);
}

.avatarImageContainer {
    height: 60px;
    width: 60px;
    float: right;
}

.avatarImageContainer:hover {
    cursor:pointer;
}

.avatarName {
    padding: 1% 0 0% 5%;
    max-height: 59%;
    vertical-align: middle;
    overflow: hidden;
    overflow-wrap: break-word;
    line-height: 21px;
    color:white;
}

.avatarRank {
    padding-left: 5%;
    vertical-align: middle;
    color: #000442;
    font-weight: bold;
}

.center {
    margin: auto;
    width: 70%;
    float: left;
    font-size: 21px;
    font-family: "Roboto", "sans-serif";
}

.signOut {
    vertical-align: top;
    font-size: small;
    float: right;
}

.signSteam img{
    width: 100%;
    height: auto;
}