<style>
div.nav {
    width:100%;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.fullsize::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.fullsize {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
    z-index: 50;
}

div.sliders_control {
    margin-top: 10px;
  position: relative;
  min-height: 14px;
}

div.form_control {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  color: #635a5a;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 24px;
  height: 24px;
  background-color: purple;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #C6C6C6;
  cursor: pointer;
}

input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 24px;
  height: 24px;
  background-color: purple;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #C6C6C6;
  cursor: pointer;  
}

input[type=range]::-webkit-slider-thumb:hover {
  background: purple;
}

input[type=range]::-webkit-slider-thumb:active {
  box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
  -webkit-box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
}

input[type="number"] {
  color: #8a8383;
  width: 50px;
  height: 25px;
  font-size: 18px;
  border: none;
  z-index: -1;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}

input[type="range"] {
  -webkit-appearance: none; 
  appearance: none;
  height: 4px;
  width: 100%;
  position: absolute;
  background-color: purple;
  pointer-events: none;
  z-index:2;
}
.smallest {
    font-size: xx-small;
}
div.xlarge {
    font-size: x-large;
}
div.large {
    font-size: large;
}
#lowSlider {
  height: 4px;
  z-index: 3;
}
div.page {
    width:100%;
    height:100%;
}
div.debug {
    height:0px;
    overflow: hidden;
}
div.nav {
    font-size: 1.2em;
    display:none;
    background-color:#5d26cc;
    z-index: 5;
    position: fixed;
    padding:10px;
}

div.navMin {
/* OLD   background-color: #5d26cc; */
    padding: 5px;
    height:100%;
}
img.hamburger {
    height:100%;
}
a.NavBtn {
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 3px solid transparent;
    border-radius: 2px;
    letter-spacing: 0.08em;
    white-space: normal;
    color: White;
    border-color: Purple;
    background-color: Purple;
    padding: 3px 10px;
    margin: 0px 0px 10px;
    line-height: 1;
    text-decoration: none;
    border-radius: 15px;
    display: flex;
    justify-content: center;
}
a.subNavBtn {
    display:inline-block;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 3px solid transparent;
    border-radius: 2px;
    letter-spacing: 0.08em;
    white-space: normal;
    background-color: transparent;
    color: Blue;
    border-color: Blue;
    padding: 8px 8px;
    margin: 2px 0px;
    line-height: 1;
    text-decoration: none;
    border-radius: 5px;
}
div.top {
    z-index: 10;
    height: 7%;}
/*div.main {
    width:100%;
    overflow:auto;
    height:92%;
    z-index: 0;
} */
a.teamBtn {
    width:100%;
    display:inline-block;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 3px solid transparent;
    border-radius: 2px;
    letter-spacing: 0.08em;
    white-space: normal;
    background-color: blue;
    color: white;
    border-color: transparent;
    padding: 8px 8px;
    margin: 2px 0px;
    line-height: 1;
    text-decoration: none;
    border-radius: 5px; 
}

div.thmb {width:100px;}
div.team {
    margin:auto;
}
/* div.teamcard {
    margin:auto;
    width: 94%;
    border: 3px solid purple;
    border-radius: 5px;
    background-color: azure;
    min-height: 40%;
} */
div.cardtop {
    display: flex;
    width:100%; 
    text-align: center;
    vertical-align: middle;
    padding-top:5px;
}
div.name {
    height: 50px;
    line-height: 50px;
    width:100%;
    text-align: left;
    font-size: 1em;
    vertical-align: middle;
    justify-content: center;
}
span.name {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-size: 1.5em;
}
div.sideways {
    width:2%;
    display:flex;
    background-color: lightgrey;
    border: 3px solid lightslategrey;
    border-radius: 6px;
    margin:6px 2px;
    text-decoration: none;
    vertical-align: middle; 
    overflow: hidden;
    border-style:outset;
}
a.sideways {
    text-decoration: none;
      display: inline-flex;
    align-items: center; 
    width:100%;
    text-align: center;
    font-size: 1.5em;
    text-shadow: 2px;
    margin:0 auto;
    justify-content: space-around;
    text-shadow:2px 2px 5px black;
}
div.fill {
    width:100%;
    height:100%;
    margin:auto;
    display: inline-flex;
}
div.fullwidthcont {
    width:100%;
    display: flex;
}
div.teamintro {
    height:15px; width:100%;
}
div.tabs { width:100%; height:460px;}
div.OppChart {
    height:400px; width:100%; padding:0;
}
div.SquareChart {
    width:100%; height:width; padding:0;
}
div#OppChart2 {
    height:400px; width:100%;
}
div.TopMain {
    display:flex;
}
.narrow {
    display: flex;
    width:25%;
    font-size:1.2em;
    text-align: center;
}
.wide {
    display: flex;
    width:100%;
}

.ui-tabs-anchor {
    outline: none;
  }
div.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: transparent;
  color: white;
  text-align: center;
}
div.subNav {
    width: 100%;
    height: auto;
}
div.ranger {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin: auto;
}
td.nonscore {
    font-style: italic;
}
/* @media (min-width: 1601px) {
    td.values, th.stat, th.group {
        font-size: 1.2em;
    }
    .teamnames  {
        font-size: 1.1em;
    }
    td.values {
        min-height: 30px;
    }
}
@media (max-width: 1600px) {
    td.values, th.stat, th.group{
        font-size: 1.1em;
    }
    .teamnames  {
        font-size: 1em;
    }
    td.values {
        height: 30px;
    }
}
@media (max-width: 1200px) {
    td.values, th.stat, th.group{
        font-size: 1em;
    }
    .teamnames  {
        font-size: 0.9em;
    }
}
@media (max-width: 1000px) {
    td.values, th.stat {
        font-size: 0.9em;
    }
    .teamnames, th.group  {
        font-size: 0.8em;
    }
}

@media (max-width: 800px) {
    td.values, th.stat{
        font-size: 0.8em;
    }
    .teamnames, th.group  {
        font-size: 0.7em;
    }
}
@media (max-width: 700px) {
    th.group {
        font-size: 0.6em;
    }
    th.stat {
        font-size: 0.7em;
    }
    td.values {
        height: 25px;
        font-size: 2vw;
    }
    td.long {
        
    }
}
@media (max-width: 500px) {
    td.values, th.stat {
        font-size: 0.7em;
        font-size: 4vw;
    }
    .teamnames, th.group {
        font-size: 0.5em;
    }
}
*/
    th.sticky {
        position: sticky;
        position: -webkit-sticky;
      /*  background-color: white; */
        top:0;
    }
    tr.sticky {
        position: sticky;
        position: -webkit-sticky;
    }

    td.values {
        font-size: 1.3em;
        opacity: 75%;
        overflow:hidden;
    }
    th.stat{
        font-size: 1.0em;
        overflow: hidden;
    }
    
    th.group{
        font-size: 0.8em;
        overflow:hidden;
    }
    .teamnames  {
        font-stretch: condensed;
        font-size: 1 em;
        -webkit-line-clamp:2;
        line-clamp:2;
        -webkit-box-orient: vertical;
        overflow:hidden;
    }

    
@media (max-width: 800px) {
    td.values {
        font-size: 1.9vw;
        opacity: 75%;
    }
    th.stat{
        font-size: 1.9vw;
        overflow: hidden;
    }
    
    th.group{
        font-size: 1.5vw;
        overflow: hidden;
    }
    .teamnames  {
        font-size: 1.8vw;
        -webkit-line-clamp:2;
        line-clamp:2;
        -webkit-box-orient: vertical;
        overflow:hidden;
        text-overflow:clip;
    }

}
th.sort {
    cursor:pointer;
    z-index: 1;
    
}
div#Chartzone {
}
table#sortable {
    max-height:90vh;
    word-wrap: normal;
}
div#namebox {
    overflow:hidden;
}

/* display.php */
    table.settings {
        width:100%;
        table-layout: fixed;
        text-align: center;
    }
    td.settings {
        overflow:hidden;
    }
/* end display.php */

/* Weekly Sliders */
input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 1px #000000;
    border: 0px solid #FFFFFF;
}
input[type=range]::-ms-thumb {
    box-shadow: 0px 0px 1px #000000;
    border: 0px solid #FFFFFF;
}
input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 1px #000000;
    border: 0px solid #FFFFFF;
}
div.form_time {
    color:purple;
    user-select: none;
}
/* end Weekly Sliders */

/* Strength of Schedule */
div.StrSchcontent {
    float: right;
    width: 75%;
}
div.teamlist {
    float: left;
    width: 25%;
    overflow: hidden;
    cursor: pointer; 
}
@media (max-width: 350px) {
    div.teamlist {
        float:none;
        width:auto;
    }   
    div.StrSchcontent {
        float:none;
        width:auto;
    }
}
/* Strength of Schedule */

/* Live Scoreboard START*/
div.scoreticker {
    order:-1;
    width:100%;
}
div.ticker {
    height: 100px;
    width: 100%;
    background-color: white;    
    text-align: center;
    display: flex;
    font-size: 1.3em;
    justify-content: center;
}
div.matchupresults {
    width:100%;
    background-color:beige;
    text-align: center;
    padding-top:5px;
}
div.btn {
    border-radius: 5px;
    background: rgb(50,50,0);
    cursor:pointer;
    width: 18px;
    height: 18px;
    text-align: center;
    margin: auto;
    color:white;
    display: inline-block;
}
div.matchup {
    width: 100%;
    height:100%;
    background-color: white;
    border: 1px 2x solid black;
}
div.matchteam {
    height:50%;
    overflow:hidden;
}
div.matchlogo {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66%;
   // left:0;
    float: left;
    height:100%;
}
div.matchscore {
    height:100%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width:33%;
    float: right;
    justify-content: center;
}
div.MUteam {
    width:48%;
}
div.left {
    float: left;
    text-align: right;
    text-align:-webkit-right;
    margin-right:auto;
    margin-left: 0;
}
div.right {
    float: right;
    text-align: left;
    text-align:-webkit-left;
    margin-right:0;
    margin-left: auto;
}
div.teamname {
    width:45%;
    padding:5px;
    display:inline-block;
    text-align: center;
    position: relative;
}
.tname {
    cursor:pointer;
}
.centerof {
    position:relative;
}
div.scorecenter {
    text-align: center;
    background-color: transparent;
    color: mediumblue;
    padding: 8px;
    border-radius: 10px;
    font-weight: bold;
    font-size:10em;
    text-shadow: 1px 1px 2px grey, 0 0 5px white, 0 0 10px white, 0 0 15px white, 0 0 25px white, 0 0 35px white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}
@media (max-width: 800px) {
    div.scorecenter {
        font-size:8em;
    }
}
@media (max-width: 550px) {
    div.scorecenter {
        font-size:6em;
    }
}
@media (max-width: 400px) {
    div.scorecenter {
        font-size:4em;
    }
}
.teamname img {
    max-width:200px;
    max-height: 200px;
}

div.tleft {
    text-align: left;
    text-align: -webkit-left;
}
div.tright {
    text-align: right;
    text-align: -webkit-right;
}
div.MUcat {
    width:100%;
    display: inline-flex;
    justify-content: center;
}
div.MUcatname {
    width:8%;
    writing-mode: vertical-rl;
    text-align: center;
    display: inline-flex;
    height:50px;
    line-height: 0.8em;
    word-break: break-word;
}
div.middle {
    margin:auto;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
div.MUside {
    display: flex;
    width:46%;
    background-color: white;
    border-width:0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
div.MUscore {
   /* height:100%; */
    width:25%;
    max-width:50px;
    border-top: 1px rgb(55,55,55) solid;
    border-bottom: 1px rgb(55,55,55) solid;
    display: -webkit-inline-flex;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
div.MUbars {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
  /*  border-top: 1px white solid;   
    border-bottom:2px solid lightgrey; */
    overflow-x:hidden;
}
div.MUbar {
    height:33.33%;
    display: flex;
  /*  height: 33%; 
    line-height:1.9; */
   /* line-height: 1.4; font-size:.8em; */

}
div.barContent {
    text-align: center;
    font-size: .5em;
    overflow-x: hidden;
    height:100%;
    margin:auto;
    display: -webkit-inline-flex;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
div.firstBar {
    border-top:1px black solid;
}
div.midBar {
    padding-bottom: 1px; /* first & last have 1px border */
}
div.lastBar {
    border-bottom: 1px black solid;
}
div.activeBar {
    padding-left: 1px;
}
div.groupstats {
    display: flex;
    flex-direction: column;
}
.matchupresults li {
    list-style: none;
}
.white {
    background-color: white;
}
.clickable {
    cursor:pointer;
}
/* Live Scoreboard END*/

/* Projected Standings */
div.toggles {
    align-content: center;
    margin: auto;
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    
}
div.toggle{
    color: black;
    margin: 5px;
    padding: 5px;
    cursor:pointer;
    user-select: none;
}div.togLabel{
    color: black;
    margin: 5px;
    padding: 5px;
    user-select: none;
}
div.toggled{
    color: white;
    border: 1px solid green;
}
.op_1_2{
    display: none;
}
.op_1_1{
    display: table-cell;
}

/* PLAYER RANKS */

.opt_icon{
    max-height: 25px;
    max-width: 25px;
    position: absolute;
    left: 5px;
    top: 5px;
    cursor: pointer;
}
.chartoptions {
    margin-left: 30px;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.8em;
    font-size:1.8vw;
    
}
.ch_opt {
    color: black;
    margin: 5px;
    padding: 5px;
    cursor:pointer;
    user-select: none;
    display:inline-block;
}
.tog_opt {
    color: black;
    margin: 5px;
    padding: 5px;
    cursor:pointer;
    user-select: none;
    display:inline-block;
}
.PlayerRanks {
    background-color:lightgrey;
    
}
.selected {
    color: white;
    border: 1px solid green;    
}
.pl_ch {
    
}
.highlighted {
    background-color: yellow;
}
.mask {
    position: fixed;
    top:0;
    height:100%;
    width:100%;
    background-color: rgba(2,2,2,.50);
    z-index: 20;
}
#player_card {
    position: fixed;
    width:66%;
    height:66%;
    top:17%;
    left:17%;
    background-color: white;
    z-index: 21;
    overflow: scroll;
}
#team_card {
    position: fixed;
    width:66%;
    height:66%;
    top:17%;
    left:17%;
    background-color: white;
    z-index: 21;
}
.playerName {
    cursor:pointer;
    font-size: 0.9em;
}
.f_team {
    cursor:pointer;
}

/* DEBUG */
div#debug {
    display: none;
}

/* FEATURED CONTENT */
#ft_content {
    
    display:flex;
    max-height: 450px;
}
.FeaturedLgDisplay{

    overflow: hidden;
}

.natural {
    
    color:white;
}
.ft_container {
    color:white;
    width:96%;
    /*margin:auto; 
    margin-left:5%;*/
    position: fixed;
    top:40%;
    max-height: inherit;
    overflow:hidden;
        display:flex;
    flex-direction: row;
    min-width: 100px;
    z-index: 1;
    max-width: 48%;
}
@media (max-width: 600px) {
    .ft_container {
        max-width:100%;
    }
}
.clickable {
    cursor:pointer;
}
.gameselect {
    position:absolute;
    left:1%;
    top:1%;
}
.selectedGame {
    color:white;
    cursor:default;
}
.unselectedGame {
    color:darkgrey;
    cursor:pointer;
}
.highlighted1st {
    text-shadow:0px 0px 4px black;
}
.clickformore {
    cursor:pointer;
    text-align: center;
    user-select: none;
    bottom:0px;
    padding:5px;
    left:50%;
    position: absolute;
    transform: translate(-50%, 0%);
    background-color: rgba(73,0,155,.5);
}
.FeaturedLgDisplay_full {
    position:fixed;
    top:5%;
    background-color: rgb(73,0,155);
   /* overflow-y:scroll; */
    z-index: 21;
    max-height:95%;
    width:100%;
    display: block;
    bottom: 10;
    overflow-y:auto;
    margin:auto;
}
</style>
