﻿/* 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;
}

/* 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;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/* Simeon */
.thimg {
    float: left;
}

.thdiv {
    display: inline;
}

.thcontainer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tpr_frame {
    border-radius: 15px;
    border: 2px solid #73AD21;
    padding: 3px;
}

/* Star rating */
:root {
    --star-size: 22px;
    /*--star-color: #fff;*/
    --star-color: #e5e5e5; /* This is the background star color */
    --star-background: #fc0; /* This is the active star color */
}

div.stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times; /* make sure ★ appears correctly line-height: 1; */
    line-height: 1;
}

div.stars::before {
  content: '★★★★★';
  letter-spacing: 0px;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Pop (squares) rating */
:root {
    --rect-size: 11px;
    --rect-color: #e5e5e5; /* This is the background rect color */
    --rect-background: #60a9fc; /* This is the active rect color */
}

div.squares {
    --percent: calc(var(--rating) / 10 * 100%);
    display: inline-block;
    font-size: var(--rect-size);
    font-family: Times; /* make sure ▮ appears correctly line-height: 1; */
    line-height: 1;
}

div.squares::before {
    content: '▮▮▮▮▮▮▮▮▮▮';
    letter-spacing: 0px;
    background: linear-gradient(90deg, var(--rect-background) var(--percent), var(--rect-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Buttons */
.linedThickBtn {
    border: solid 7px #41403E;
}

.dottedThickBtn {
    border: dotted 5px #41403E;
}

.dashedThickBtn {
    border: dashed 5px #41403E;
}

.linedThinBtn {
    text-align: center;
    padding: 1rem 1rem;
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    border: solid 2px #41403E;
}

.dottedThinBtn {
    border: dotted 2px #41403E;
}

.dashedThinBtn {
    text-align: center;
    padding: 1rem 1rem;
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    border: dashed 2px #41403E;
}

/* */
td.GenresTD {
    padding: 0px 16px 0px 16px;
    vertical-align: top;
    font-family: Verdana;
    font-size: 12pt;
    font-weight: bold;
}

/* Paperbox styles */
.paperbox {
    position: relative;
    width: 850px;
    padding: 40px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 40px rgba(0, 0, 0, 0.1);
}

.paperbox:before, .paperbox:after {
    position: absolute;
    width: 40%;
    height: 10px;
    content: ' ';
    left: 12px;
    bottom: 12px;
    background: transparent;
    -webkit-transform: skew(-5deg) rotate(-5deg);
    -moz-transform: skew(-5deg) rotate(-5deg);
    -ms-transform: skew(-5deg) rotate(-5deg);
    -o-transform: skew(-5deg) rotate(-5deg);
    transform: skew(-5deg) rotate(-5deg);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.paperbox:after {
    left: auto;
    right: 12px;
    -webkit-transform: skew(5deg) rotate(5deg);
    -moz-transform: skew(5deg) rotate(5deg);
    -ms-transform: skew(5deg) rotate(5deg);
    -o-transform: skew(5deg) rotate(5deg);
    transform: skew(5deg) rotate(5deg);
}


/* Horizontal scrolling */
div.hScrolly {
    width: 900px;
    /*height: 190px;*/
    /*overflow-x: auto;*/
    overflow-x: scroll;
    overflow-y: hidden;
    /*margin: 0 auto;*/
    /*white-space: nowrap*/
}