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

.ncaa-disclaimer {
	color: #000 !important;
	font-size: 12px;
}

.ncaa-disclaimer a {
	font-weight: bold;
	color: #333;
}

.up_col_header {
	background: #333;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
	padding: 5px; 
	text-transform: uppercase;
	letter-spacing: 2px;
}

.offers_blog {
	background: #eee;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 10px;
}

.grade_header {
	border-bottom: 1px solid #999;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

.offer_list .player {
	margin:  0px 0px 5px 0px;
}

.list_school {
	white-space: nowrap;
}
.coach_container {
	background: #e5e5e5;
	border-radius: 5px;
	padding: 10px;
}

.coach_header {
	font-size: 24px;
	padding-bottom: 10px;
	color: #333;
	text-align: center;

}

.class_home_menu {
	padding-top: 20px;
		
}

.class_home_menu div {
	margin-bottom: 15px;
}

.class_home_menu a {
	color: #fff;
	background: #333;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 20px;
}

.class_home_menu a:hover {
	background:  #999;
}


/* 
 Player Bookmark images
 */

.bookmark-plus input[type=image] {
 	height: 20px !important;
 	width: 20px !important;
 }

.bookmark-plus {
	display: block;
}


/* 
Updates Styling - Main - coache's profile page, positions rankings
 */
 
.brw .up_col_header:not(:first-of-type) {
	margin-top: 10px;
	margin-bottom: 0px !important;
	display: inline-block;
} 

 
.brw .update_card {
	border-radius: 5px;
	padding: 10px;
} 

.brw .bookmark {
	background: #eee;
	margin-bottom: 10px;
}
 
/* 
.brw .update_card:nth-of-type(odd) {
	background:  #f5f5f5 !important;
} 
.brw .update_card:nth-of-type(even) {
	background:  #fff !important;
} 
 */ 
 
.brw .grade_header {
	margin-bottom: 20px !important;
}

.brw .update_name {
	font-size: 24px;
	padding-bottom: 5px;
}

.brw .update_card div {
	padding-bottom: 5px !important;
}


.brw a {
	color: #333;
	font-weight: bold;
}
.brw a:hover {
	color: #999;
}

.brw_grade {
	background:  #333;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 5px;
	margin: 10px 0px 10px 0px;
	border-radius: 5px;
	
}

.brw .information_main {
	font-size: 12px;
	font-weight: bold;
}

.brw .update_information {
	padding-bottom:  10px;
}

.brw .event_card {
	margin-left: 10px;
	display: block;
}

.brw .event_information {
	padding-bottom: 5px;
	margin-left: 20px;
}

.brw .opponent_main {
	color:  #999 !important;
	font-weight: bold;
}


.brw .review_date {
	padding-bottom: 5px;
	color:  #333;
	font-weight: bold;
}

.brw .update_review {
	font-size: 12px !important;
}

.brw .player_footer {
	padding: 10px;
}

/* 
Bookmark List 
 */


hr {
	margin-right: 10px;
}

.skip {
	padding-bottom: 10px;
	margin-left: 10px;
	
}

#skip a {
	background-color: #ddd;
	padding: 5px;
	border-radius: 5px;

}

.blw .update_information {
	font-size: 12px;
}

.blw_container {
	background: #333;
	border-radius: 5px;
	padding: 10px 0px 10px 10px;
}


.blw {
	color: #333;
}

.blw a {
	font-weight: bold;
	color: #333;
}

.blw a:hover {
	text-decoration: underline;
	color: #666;
}



.blw .update_card {
	padding-left: 5px;
	margin-right: 10px !important;
	padding-bottom: 15px;
	background: #ccc;
}

.blw .update_card:first-child {
	border-radius:  5px 5px 0px 0px;
}

.blw .update_card:last-child {
	border-radius:  0px 0px 5px 5px;
	margin-top: -1px;
}


.blw .bookmark {
	float: right;
}

.blw .update_card:hover {
	background: #999 !important;
}

.blw .update_name {
	font-size: 16px;
	padding-top: 5px;
}

.update_grade {
	font-weight: bold; 
	padding: 0px 0px 10px 0px;
	color: #fff;
	}

.blw .commit {
	color: #fff;
}

/* 
Bookmark Menu
 */
 
.blm  {
 	color: #fff !important;
 }

.blm .grade {
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
	font-size: 16px;

}

.blm .name_main a {
	color: #fff;
	font-size: 14px;
	padding: 5px
}

.blm .player_card {
	padding: 5px;
	border-radius: 5px;
}

.blm .player_card:hover {
	background: #999;
}

.blm .school {
	color: #ccc;
	font-size: 12px;
}


/* 
end of bookmark menu
 */
 
 
/* 
 Update Page Lists
 */
 
 .upl .update_name {
	font-size: 20px;
	padding-bottom: 5px;
}

/* 
.upl .update_card {
	padding-bottom: 50px !important;
}
 */

.upl a {
	color: #333;
	font-weight: bold;
}
.upl a:hover {
	color: #999;
}

.upl_grade {
	background:  #333;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 5px;
	margin: 10px 0px 10px 0px;
	border-radius: 5px;
	
}

.upl .information_main {
	font-size: 12px;
	font-weight: bold;
}

.upl .event_card {
	margin-left: 10px;
	display: block;
}

.upl .event_information {
	padding-top: 5px;
	padding-bottom: 10px;
	margin-left: 20px;
}

.upl .review_date {
	padding-top: 5px;
	padding-bottom: 5px;
	color:  #333;
	font-weight: bold;
}

.upl .update_review {
	font-size: 12px !important;
}

.upl .player_footer {
	padding: 10px;
} 

.upl .cp_college_list {
	font-size: 16px;
}

.upl .opponent {
	color: #ccc;
	font-size: 16px;
}

 
/* 
 End of Update Page Lists
 */
 
 
 .offer_list_container .position {
	text-align: right;
 	text-transform: uppercase;
 	letter-spacing: 2px;
 	color: #999;
 
 }
 
 .player_offers {
	display: flex;
	flex-wrap: wrap;
	padding: 3px 0px 3px 0px;
 }

 
 .player_offers .bookmark {
 	padding-right: 5px;
 }
 
 .player_offers .bookmark img {
 	height: 15px;
 	width: 15px;
 }
 
 .player_offers .pName a {
 	color:  #000;
 	text-weight: bold;
 }
 
 .player_offers .school {
 	font-size: 12px;
 	padding-left: 3px;
 	color: #999;
 }
 
 
/* 
 Tooltip Start
 */
 
 
.cp_college_list {
 position: relative;
 display: inline-block;
  margin-left: 5px;
}

/* 
Tooltip text
 */
.cp_college_list .list_tooltip {
  visibility: hidden;
  display: block;
  background-color: #009;
  color: #fff;
  padding: 5px 5px 5px 5px;
/* 
  width: 140px;
 */
  border-radius: 5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff;
  box-shadow: 5px 5px 5px #666;
  position: absolute;
  z-index: 100;
  top: 75%;
  right: 100%; 
  
  opacity: 0;
  transition: opacity 0.8s;
}  
   
.list_tooltip:before {
 border-radius: 5px;
  border-width: 15px;
  border-style: solid;
  border-color: #000;
}

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


.list_tooltip_header {
	background-color: #000;
	padding: 5px;
	color: #999;
	text-align: center !important;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.list_school {
	padding: 5px;
}


/* 
Tooltip End
 */
 
.player_offers {
	padding: 3px 0px 3px 5px;
}

.player_offers:hover {
	background-color: #e5e5e5;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #333;
}

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


/* 
From the subscription options page -- WordPress page, not a regular PHP file
 */
 
.scouting_features h2 {
	background: #333;
	color: #fff;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}


.scouting_features li {
	list-style-type: none;
	padding: 5px;
	color: #fff;
	margin: 0px;
}

.scouting_features li:nth-child(even) {
	background: #444;

}

.scouting_features li:nth-child(odd) {
	background: #555;
}

.scouting_features li:hover {
	background: #aaa;
}


/* 
Quick Navigation Menu
 */

.menu_quick {
	padding-top: 10px;
}


.menu_quick div {
	margin: 5px 0px 5px 0px;
}


.menu_quick a {
	color: #fff;
	padding: 5px
}
.menu_quick a:hover {
	text-decoration: underline;
	background: #000;
	border-radius: 5px;
}

.sub_menu div {
	margin-bottom: 30px;

}

.sub_menu a {
	color: #fff;
	padding: 5px;
	border-radius: 5px;
	background: #000;
	font-size: 20px;
}
.sub_menu a:hover {
	background: #666;
	text-decoration: underline;	
}



@media screen and (min-width: 1000px) {

	.skip {
		display: none;
	}
 
 }
 
 @media screen and (max-width: 800px) {

	.blw .pName a {
		font-size: 14px;
	}
	
	.blw .bookmark {
	float: right;
}
 
 	.ws-plugin--s2member-pro-login-widget-username label {
 		font-weight: bold;
 		font-size: 20px !important;
/* 
 		padding: 10px !important;
 */
 		margin-bottom: 15px !important;
 		top:  auto !important;
 	}
 	
 	.ws-plugin--s2member-pro-login-widget-password label {
 		font-weight: bold;
 		font-size: 20px !important;
/* 
 		padding: 10px !important;
 */
 		top:  auto !important;

 	} 	

  	.ws-plugin--s2member-pro-login-widget-remember-me label {
 		position: static !important;
 		font-weight: bold;
 		font-size: 14px !important;
 		padding: 10px;
 		margin-top: 10px;
/* 
 		top:  400px !important;
 */

 	} 	
 	
	.ws-plugin--s2member-pro-login-widget-lost-password a {
		display: inline-block !important;	
	} 	
 
 
 
 
 }
