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

/* This sets up if an evaluation is featured or bookmarked */





/* end */


.update_header {
	border-width: 1px;
	border-color: #ccc;
	border-radius: 5px;
	border-style: dashed;
	padding: 5px;
	color: #ccc;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	font-size: 18px;
}

div.update_header {
	margin-bottom: 20px;
}

.pul .update_card {
	padding: 5px;
	margin-right: 10px !important;
	border-radius: 5px;
}

.pul .update_card:hover {
	background: #e5e5e5 !important;
	
}

.pul a {
	color: #333;
	font-weight: bold;
	font-size: 16px;
}

.aau_team {
	color: #666;
	font-weight: bold;
}

.information_list {
	margin-left: 10px;
	color: #999;
}

.player_details div {
	margin-bottom: 5px;
}

.header_main {
	background-color:  #ccc;
	padding-left: 10px;
}

.event_card {
	margin-left: 10px;
}

/* 
Events Page Updates
 */

.event_update .update_card {
	padding: 10px;
}

.highlight {
	font-size: 10px;
	display: inline-block;
	background: #666;
	color: #fff;
	border-radius: 5px;
	padding: 1px;
	font-weight: bold;
	margin-bottom: 5px !important;
}

.event_update .bookmarked {
	background: #e5e5e5;
	border-radius: 5px;
}

.event_update .bookmark span {
	float: left !important;
	margin-right: 10px;
}

.event_update .bookmark img {
	height: 5px;
}

.event_update .featured {
	background: #ccc;
	border-radius: 5px;
}

.event_update .update_name a {
	font-size: 22px;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
}

.event_update .update_information {
	font-size: 16px;
}

.event_update .update_review {
	margin:  10px 0px 10px 15px;
}

.event_update .events_header {
	border-radius: 5px;
	margin-bottom: 10px;
}

.update_card a {
	color: #000;
}

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

/* 
Events list on Home Page
 */

.events_card {
	padding: 5px;
	border-radius: 5px;
}

.events_card:hover {
	background-color: #555 !important;
}

.events_card:nth-child(even) {
	background-color: #333;
}

.event_names {
	color:  #666;
	font-weight: bold;
	font-size: 125%;
}

.event_location {
	color:  #999;
}

.events_header {
	background: #000;
	text-align: center;
	padding: 3px;
	border-radius: 5px 5px 0px 0px;
	text-transform: uppercase;
	letter-spacing: 5px;
	
}

.events_header h2 {
	color: #ddd;
	margin: 5px;
}

.events_header h3 {
	color: #ddd;
	margin: 5px;
}

.events_header h4 {
	color: #ddd;
	margin: 5px;
}


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

.events_list a {
	color: #fff;
	font-weight: bold;
}

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

.events_item {
	padding: 3px;
	border-radius: 5px;
}
.events_item:hover {
	background: #666;
}


.review_date_main {
	margin-left: 10px;
	color: #333;
}
	
div.review_main {
	margin: 10px 0px 15px 0px;
}


/* 
Recruiting Updates List
 */

.rrn {
	background-color:  #222;
	color: #fff;
	padding: 5px;
	border-radius: 5px;
}


.rrn .recruiting_card {
	padding: 5px;
	margin: 2px;
	border-radius: 5px;
}
 
.rrn .recruiting_card:hover {
	background-color: #555 !important;
}

.rrn .type_Commit {
	background-color: #333;
}
 
.rrn .pName a {
	color: #999;
	font-weight: bold;
}
.rrn a:hover {
	text-decoration: underline;
}
.rrn .school {
	color: #999;
	font-size: 12px;
}
.rrn .date {
	color: #999;
}

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

@media screen and (max-width: 600px) {
	
	.player_card {
		width: 90%;
	}


	.pName a {
	font-size: 14px;
	}

}

