/*
PROJECT KHS
Created by Corey Robinson 2020
*/
#content{
    font-family: 'Open Sans', sans-serif;
}
#player-holder{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
a{
    height: inherit;
    width: inherit;
}
#player-selects{
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}
.player_card{
    margin-left: auto;
    margin-right: auto;
	margin-top: 8px;
	margin-bottom: 8px;
	font-family: 'Open Sans', sans-serif;
	display: flex;
	box-sizing: border-box;
    width: 480px;
}
.player_info{
    display: flex;
    flex-direction: column;
}
.player_name{
    font-weight: bolder;
    font-size: 16;
}
.team_info{
    display: flex;
    flex-direction: row;
    font-size: 16;
    font-weight: bold;
}
.school{
    margin-left: 10px;
    color: #407FC7;
}
.player_image{
    display: flex;
    width: 125px;
    height: 125px;
}
.player_image img{
    height: inherit;
    width: inherit;
    object-fit: contain;
}
.jersey_info{
    font-size: 14;
    font-weight: bold;
}
.player_name_stats{
    margin-left: 5px;
}
.summary_table{
    box-sizing: border-box;
    border-collapse: collapse;
    text-align: center;
    box-sizing: border-box;
    table-layout: fixed;
    font-size: 18;
}
.stats{
    margin-top: auto;
    overflow-x: auto;
    vertical-align: bottom;
    margin-left: 5px;
}
.pos{
    color: dimgray;
    font-weight: 700;
}
.summary_cats, .summary_stats{
    font-size: 14;
    font-weight: bold;
}
.summary_cats{
    color: #900;
}
.cat{
    padding: 5px;
}
.stat_cats td{
    font-weight: bold;
}
.section-header{
    margin-left: 5px;
}
.divider{
    border-left: 2px solid gray;
}
.section-header{
    font-size: 34px;
    margin-left: 10px;
}
#stat-holder-1, #stat-holder-2{
    height: inherit;
}
#team-overview{
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}
#overview-header{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 14;
    font-weight: bolder;
}
#team-holder{
    display: flex;
    flex-direction: row;
    width: 1000px;
}
#team, #district-team{
    min-width: 250px;
}
#team-season-div{
    font-size: 14;
    font-weight: 600;
    text-align: center;
}
#logo-metrics{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#team-logo-div, #district-team-logo-div{
    display: flex;
    height: 175px;
    max-width: 250px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    width: -moz-fit-content;
}
#team-logo-div img, #district-team-logo-div img{
    height: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#team-overview-metrics, #district-team-overview-metrics{
    display: flex;
    flex-direction: column;
    font-size: 16;
    margin-left: auto;
    margin-right: auto;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: bold;
    padding-bottom: 20px;
}
.select-grouping{
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}
#team-name, #district-team-name{
    font-size: 20;
    margin-left: auto;
    margin-right: auto;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
}
#game-holder{
    width: 820px;
    height: 686px;
    margin-left: auto;
    margin-right: auto;
}
.team-name{
    text-align: center;
}
#district-holder, #region-holder{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 390px;
}
#ppg-points{
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
    height: 650px;
}
#ppg{
    height: 600px;
    width: 50%;
}
#points{
    height: 600px;
    width: 50%;
}
.stat-header{
    margin-left: 15px;
    font-weight: bold;
    font-size: 16px;
}
#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, #district, #teams, #players{
    position: relative;
}
#region-arrow-holder, #district-arrow-holder{
    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;
}
#team-refresh, #player-refresh{
    color: #337ab7;
    display: flex;
    position: absolute;
    right: 5px;
    z-index: 999;
    font-size: 24;
    bottom: 60px;
}
#team-refresh:hover, #player-refresh: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;
}
#region-num, #district-num{
    margin-left: 10px;
    font-weight: 800;
}
#team-holder{
    height: 405px;
}
#player-holder{
    height: 405px;
}
#controls{
    display: flex;
    align-items: center;
}
#circle-1, #circle-2, #circle-3{
    font-size: 12px;
    margin-left: 2px;
    margin-right: 2px;
}
#record-left, #record-right{
    font-size: 28;
    color: #337ab7;
}
#record-left:hover, #record-right:hover{
    cursor: pointer;
}
#record-left{
    margin-left: auto;
    margin-right: 5px;
}
#record-right{
    margin-right: auto;
    margin-left: 5px;
}