/*
PROJECT KHS
Created by Corey Robinson 2020
*/
a{
    text-decoration: none;
}
body{
    margin-bottom: 25px;
}
main{
    max-width: 1200px;
    min-width: 1000px;
    flex-direction: column;
    box-sizing: border-box;
    height: max-content;
}
.player_card{
	margin-top: 8px;
	margin-bottom: 8px;
	font-family: 'Open Sans', sans-serif;
	border-radius: 15px;
	display: flex;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
    align-items: stretch;
    border: 1px solid;
    border-color: #9d9d9e;
    background-color: #F2F3F4;
    height: 120px;
    width: 400px;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}
.player_card a{
    width: max-content;
}
.player_name_stats{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.player_image{
    width: 105px;
    height: 120px;
    margin-left: 5px;
    margin-right: 5px;
}
.player_image:hover{
    cursor: pointer;
}
.player_image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.player_info{
    width: calc(400px - 115px);
    height: 100%;
}
.player_name{
    font-weight: bolder;
    font-size: 22;
}
.player_name:hover, .school:hover{
    cursor: pointer;
}
.player_name, .school{
    margin-left: 5px;
    color: #407FC7;
}
.player_height, .player_weight,.school, .pos, .school_pos, .school_pos_dash{
    display: inline-block;
}
.school_pos, .player_name, .school_pos_dash{
    white-space: nowrap;
}
.player_height, .class, .pos, .player_weight, .school{
    max-height: 35px;
    font-weight: 550;
}
.season{
    font-size: 18;
    font-weight: bold;
}
.stat_table{
    box-sizing: border-box;
    border-collapse: collapse;
    text-align: center;
    box-sizing: border-box;
    table-layout: fixed;
    font-size: 14px;
}
.stats{
    overflow-x: auto;
    vertical-align: bottom;
    margin-left: 5px;
}
.pos{
    color: dimgray;
    font-weight: 700;
}
.cat{
    padding: 5px;
}
.stat_cats{
    font-weight: bold;
}
.divider{
    border-left: 2px solid gray;
}
.player_card:hover{
	border-color: gray;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
#content-holder{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    height: calc(100% - 155px);
}
#team-content, #region-content, #district-content, #records-content, #game-content, #player-content{
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
}
#players{
    box-sizing: border-box;
    height: 100%;
    overflow-y: scroll;
}
#player-sidebar{
    position: fixed;
	margin-left: auto;
    width: 420px;
    height: calc(100% - 50px);
    max-height: 800px;
	top: 50px;
    float:right;
    z-index: 1000;
    right: -420px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    z-index: 12001;
}
#player-sidebar-players{
    height: 100%;
    padding: 1rem;
}
.stat-leader{
    height: 500px;
    width: 420px;
    margin-left: auto;
    margin-right: auto;
    
}
.stat-leader-header{
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 18px;
}
.stat-leader-holder{
    display: flex;
    flex-direction: row;
}
.player-holder{
    height: 470px;
}
#Games{
    height: 100%;
    width: 825px;
    margin-left: auto;
    margin-right: auto;
}
#game-holder{
    margin-left: auto;
    margin-right: auto;
    width: 825px;
    max-height: 900px;
    margin-bottom: 50px;
}
#game-holder-games{
    width: 825px;
    box-sizing: border-box;
}
#logo-metrics{
    margin-bottom: 10px;
}
.team-name{
    text-align-last: center;
    text-align: center;
}
.box-score{
    margin-left: 10px;
    margin-right: 10px;
}
#game-text, #player-sidebar-header{
    font-family: 'Open Sans', sans-serif;
    
    font-weight: bolder;
    padding-left: 20px;
}
#player-sidebar-header{
    font-size: 18px;
}
#game-text{
    font-size: 30px;
    margin-top: 10px;
}
#district-holder, #region-holder{
    display: flex;
    flex-direction: row;
    font-family: 'Open Sans', sans-serif;
    height: 340px;
    background-color: #F2F3F4;
    margin-top: 10px;
    padding-bottom: 10px;
}
#district-holder #district-team-logo-metric, #region-holder #district-team-logo-metric{
    display: flex;
    flex-direction: column;
}
#district-holder #district-team-logo-div, #region-holder #district-team-logo-div{
    display: flex;
    height: 150px;
    max-width: 250px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: -moz-fit-content;
    width: fit-content;
}
#district-holder #district-team, #region-holder #district-team{
    min-width: 250px;
    background-color: #F2F3F4;
}
#district-holder #district-team-overview-metrics, #region-holder #district-team-overview-metrics{
    margin-left: auto;
    margin-right: auto;
}
#district-holder #district-team-logo-div img, #region-holder #district-team-logo-div img{
    max-height: 100%;
    max-width: 100%;
    min-height: 150px;
}
#region-arrow-holder, #district-arrow-holder{
    font-family: 'Open Sans', sans-serif;
    color: #337ab7;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
    justify-content: space-between;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
}
#region-left-arrow, #district-left-arrow, #region-right-arrow, #district-right-arrow{
    font-size: 25;
}
#region-left-arrow:hover, #district-left-arrow:hover, #region-right-arrow:hover, #district-right-arrow:hover{
    cursor: pointer;
}
#region-num-2, #district-num-2{
    width: 25px;
    font-size: 20;
    font-weight: 800;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    color: black;
}
#player-sidebar-holder{
    height: 100%;
}