@charset "utf-8";
/* CSS Document */

/* Player Profile */

/* 
This adds rounded borders to pictures in articles
 */



.td-post-content img {
	border-radius:  5px;
}


.player_container {
	display: flex;
	flex-wrap: wrap;

/* 
	justify-content: space-between;
 */
}

.profile_wrap .pName {
	padding-bottom: 0px !important;
}

.commitment {
	margin-left: 0px;
}	


.player_item {
	padding-right: 50px;


}


.player_card {
	color: #333;
	border-radius: 5px;
	font-size: 20px;
	white-space: nowrap;
}

.player_card a {
	color: #333;
}

.player_card div {
	padding-bottom: 10px;
}

	
.player_card .pName a {
	color: #000 !important;
	font-weight: bold;
	line-height: 125%;

	font-size: 30px;
	z-index: 100;	
	}

.playerData  {
	font-size:  16px !important;
	
}
		
.profileDim {
	color: #999;
	padding-top:  5px;	
	}	
		
.player_demo {
	padding-left: 3px;
	line-height: 125%;	

}	

.year {
	padding-bottom: 10px;
	}

		.explain {
			color: #666;
			margin-left: 10px;
			text-align: left !important;
		}

		.profileWrap hr {
			margin-bottom: 20px;
		}

		.commitment li {
			list-style-type: none;	
			}
	
		.rank {

		}

		.why_pm {
			font-size: 18px;
			white-space: pre-wrap;
			font-weight: bold;
			margin-top: 15px;
		}


/* 
Player Profile Image -- not in use yet
 */

.img_placeholder {
	background: #eee;
	border-radius: 5px;
}

.img_placeholder img {
	border-radius: 5px; 
	max-height: 300px;
}


.player_item img {
	margin: 5px;	

}


 @media screen and (max-width: 700px) {
 
 
 }


/* 
This is for the college list as recruiting gets narrowed down
 */
		.college-list {
			padding: 10px;
			margin-top: 20px;
			margin-bottom: 10px;
			border-radius: 5px;
			color: #666;
			font-size: 14px;
			line-height: 100%;
			}	
		
		.college-list table {
			border-color: #999;
		}	
	
		.college-list th {
			color: #fff;
			text-align: center;
			padding: 5px 0px 10px 0px;
 			font-size: 18px;
			text-transform: uppercase;
			border: none;
			background-color: #333;
			border-radius: 5px 5px 0px 0px;
		}	

		.college-list td {
			padding: 5px 30px 5px 10px;
			border-color: #999;
		}

		.college-list h2 {
			color: #FFF;
			letter-spacing: .3em;
			text-align: center;
			}

		.clear {
			clear: both;
			padding-top: 10px;
			margin-top: 10px;
			}
	

/* 
Strengths and Weaknesses
 */

		.pro {
		/* 
			float: left;
		 */
			padding: 20px;
			margin-left: 5px;
			margin-right: 30px;
			background-color: #ccc;
			border-radius: 5px;
			color: #333;
			font-size: 20px;
			line-height: 100%;
			white-space: wrap;
			}
	
		.pro li {
			list-style-position: inside;
			text-indent: -1em;
			padding-left: 30px;
			padding-bottom: 10px;
		}

		.pro h3, h2  {
			margin: 0px !important;
	
		}	

.scout_request {
	align-self: center;
}

/* 
Profile Updates and Evaluations
 */

/* 
This is what shows up for Admins on the Player Profile
 */
.eval_update .quform-popup-link {
	text-align: center;
	
}

.pp_column span {
	padding: 0px 0px 5px 0px;
}

.review_container {
	display: table;
	margin-left: 20px;
/* 
	display: flex;
 */
	flex-wrap: wrap;
	
}


.review_container div {
/* 
	float: left;
	width: 33%;
	padding: 0px 5px 20px 5px;
	border-right: 1px;
 */

}

div.evaluation {
	padding: 20px;
}
.evaluation:nth-child(even) {
	background: #f5f5f5;
}

.review_container span {
	display: block;
}

 
 .review_date {
 	color: #666;
 	font-weight: bold;
 }
 
 .opponent {
 	font-size: 18px;
 	font-weight: bold;
 	margin: 0px 0px 0px 0px;

 }
 
 @media screen and (max-width: 600px) {

	.review_container div {	
		width: 90%;
	}	
	
	.review_container div:nth-child(n+4) {
   		display: none;
	} 
 
 }
 
 
 
 @media print {
 
.review_container div:nth-child(n+4) {
   		display: none;
	}
 
 }
 
/* 
 End of Profile Updates and Evaluations
 */








/* Skills values -- if we still use it */

.skills {

	font-size: 18px;
	text-align: center;
	margin-left: 20px;
	padding: 20px;
	margin-right: 30px;
	background-color: #ccc;
	border: thin dashed #000;
	border-radius: 10px;
	color: #333;
	line-height: 100%;
	white-space: wrap;
	display: table;

}

.skills div {
	float: left;
}


.skills th {
	background: #999;
	font-size: 14px;
}

.ability_table {
	margin-top: 10px;
}



.skills canvas {
	margin-bottom:  30px;
	padding-left: 30px;
/* 
	height:  600px !important; 
	width: 600px !important;
 */


}

.skills {
	margin-left: 30px;
	font-size: 18px;
	text-align: center;
}

div.skills {
	float: left;
}


/* 
Player Stats (averages and game logs) on Profile Page
 */

.player_avg_wrapper div {
	float: left;

}

.player_avg_container {
	display: flex;
	flex-direction: column;
	text-align: center;
	margin: 5px;

}

.player_avg_header {
	background-color:  #000;
	color: #fff;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	border-radius: 5px 5px 0px 0px; 
}

.player_avg_item {
	background-color: #ccc;
	color: #000;
	padding: 10px;
	border-radius: 0px 0px 5px 5px;
	font-size: 30px;
}

/* 
End of Stats on Player Profile
 */

/* 
End Player Profile
 */




/* 
Start Team Profile
 */

.team-name {
	font-size: 40px;
	line-height:  45px;
	padding-bottom: 15px;
}

.team-city {
	font-size: 24px;
	color: #ccc;
	padding-bottom: 15px;

}

div.evaluation_entry {
	width: 49%;
}

/*
This controls the whole accordion div
*/

#accordion {
	padding: 15px 0px 15px 0px;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}


/* 
Team Profile styles from here down to media styles
 */

.roster-wrapper {
	margin: 0px 0px 30px 0px;
	overflow-x: auto;

}

.roster_container {
	display: grid;
	grid-template-columns: 10px 150px 40px 30px 20px 30px 30px 30px 30px 30px;
	column-gap: 20px;
}

.fixed {
	position: relative;
}

.roster_container td {
	border: none;
}


div.roster_container:nth-of-type(even) {
	background-color: #f0f0f0;
}

/* 
highlights all rows but the first one.  I would like to split the first one away from headers
 */
.roster_container:hover:not(:nth-child(1)) {
	background-color: #e5e5e5;
}

.stats_header {
	color: #999;
	text-align: right;
}

.roster_header {
	margin: 20px 0px 5px 0px !important;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	border-bottom: 1px solid black;
	

}

.roster_item {

}

.stats_item {
	justify-self: end;
}

.roster_row td {
	padding: 5px;
	
}

.roster_player a {
	color: #000;
}

.roster_player a:hover {
	text-decoration: underline;
}




/* 
End Team Profile
 */


@media screen and (max-width: 800px) {

	.player_container {
		justify-content: flex-start;
		flex-wrap: wrap-reverse;

	}

	.player_card {
		font-size: 16px;
		white-space: nowrap;

	}


 
}

/* 
This begins the sidebar CSS, but there might be some of it elsewhere
 */

.roster-container {
	background-color: #ccc;
	border-radius: 5px;
	padding: 5px;
}

.roster-header {
	background-color:  #666;
	color: #fff;
	font-weight: bold;
	font-variant: uppercase;
	padding: 3px;
	border-radius: 5px;
}

.roster-header h2 {
	color: #fff;
}


.ranked a {
	font-weight: bold;
}

.city-sidebar {
	font-size: 80%; 
}


/* 
Trying to make a tooltip
 */
.commit-sb a {
	color: #ddd;
}

.ranked {
	
	padding-bottom: 5px;
	white-space: nowrap;
}

.tooltip {
 position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip .commit-tooltip {
   visibility: hidden;
  display: block;
  background-color: #009;
  color: #fff;
  padding: 5px 5px 5px 5px;
  border-radius: 5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff;
  box-shadow: 5px 5px 5px #666;
  position: absolute;
  z-index: 100;
   
  opacity: 0;
  transition: opacity 0.8s;
 
 
  top: 100%;
  left: 40%; 
  
  opacity: 0;
  transition: opacity 0.8s;
}  
   

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .commit-tooltip {
  visibility: visible;
  opacity: 1;
}



.colleges-sb a {
	color: #ffa500;
}


/* 
This is for the Tabs on the Player Profiles
 */

.w3-bar {
	background-color: Black;
	border-radius: 5px;
}

.w3-button {
	background-color: Black;
	color: #fff;
	border-radius: 5px;
	padding: 5px;
	margin: 5px;
	border: 0px;

}

.w3-button:active {
	background-color: #333;
}

.w3-button:hover {
	background-color: #666;
}



/* 
End Tabs
 */



/* 
Subscription items CSS
 */

.subscription_header {
	font-family: verdana !important;
}

.subscription_item {
	border-radius: 5px;
	border-width: 2px;
	border-style: solid;
	padding: 5px;
	color: #fff;
}

.free_panel {
	border-color: #000;
	background-color: #999;
}

.month_panel {
	border-color: #006;
	background-color: #1e90ff;
}

.year_panel {
	border-color: #ff8c00;
	background-color: #ffa500;
}







/* 
Roster AND Stats Submission  CSS 
*/

.roster-entry {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 25px;
}

.entry:not(:first-of-type)
{
    margin-top: 10px;
}
.glyphicon
{
    font-size: 12px;
}

.level-team div {
	float: left;
	padding: 10px;

}

.level-team {
	clear: both;
}

.varsity_jv {
	padding: 5px;
	width: auto;
	display: inline-block;
	background-color: #ccc;
	border-radius: 10px;
	border-width: 1px;
	border-color: #000;
	border-style: solid;
}

.pick-level input[type=radio]{
	margin:  0px 10px 10px 0px;
	
}

#number {
	width: 60px;
}

.entry input[type=text] {

	margin: 0 5px 5px 0;
	max-width: 100px;
}

input[type=date] {

	margin: 0 10px 20px 0;
}

.team {
	padding-bottom: 30px;
}

@media screen and (min-width: 800px) {
	.team select {
		width: 200px;
		font-size: 60px;
	}
}

.entry select {
	width: 120px;
	font-size: 60px;
}

.clear-roster {
	clear: both;
	padding-top: 5px;
}

.choose-file input[type=file] {
	padding-bottom: 20px;
}

.captcha {
	margin-bottom: 15px;
}

.success {
	color: #009;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	background: #ccc;
	border-radius: 10px;
	margin-bottom: 20px;
}

/* 
End Roster and Stats Submission
 */

/* 
This is where we worry about screen size 
 */
 
@media screen and (min-width: 1000px) {

	.commitment {
		width: 48%;
	}	
 
 }


@media print {

body {
	height: 100%;
	overflow: hidden;
}
	
	.td-header-menu-wrap-full, 
	.td-crumb-container, 
	.td-main-content, 
	.td-main-sidebar, 
	.td-footer-wrapper,
	.td-scroll-up,
	.xenword_branding {
		display: none !important;
	}
	
	.no_print {
		display:  hidden;
	}
	

}

