/* CSS Document */
.notification-message{
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.label-default {
  background-color: #aaa;
  color: #fff;
}
.badge-default{
	color: #1e87f0 !important;
	background-color: #fff;
	border: 1px solid #1e87f0;
}
.badge-current{
	background: none;
	color: #1e87f0;
	border: 1px solid #1e87f0;
}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/****** Style Star Rating Widget *****/
.rating { 
	border: none;
	float: left;
}
.rating > input { display: none; } 
.rating > label:before { 
  margin: 0 2px;
  font-size: 1em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}
.rating > .half:before { 
  content: "\f089";
  position: absolute;
}
.rating > label { 
  color: #ddd; 
 float: right; 
}
.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > input:not(:disabled) + label:hover, /* hover current star */
.rating:not(:checked) > input:not(:disabled) + label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked:not(:disabled) + label:hover, /* hover current star when changing rating */
.rating > input:checked:not(:disabled) ~ label:hover,
.rating > label:hover ~ input:checked:not(:disabled) ~ label, /* lighten current selection */
.rating > input:checked:not(:disabled) ~ label:hover ~ label { color: #FFED85;  } 
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
.foot label{
	display: none;
	padding: 10px;
	cursor: pointer;
	overflow: hidden;
	border-radius: 50%;
	width: 3em; height: 3em;
}
.foot input:checked + label{display: inline-block;}
.foot input {display: none;}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
.pitch{
	position: relative;
	border: 1px solid #ddd;
	background-color: #fff;
}
.pitch .badge{
	width: 14%;
	position: absolute;
	margin: -5% 0 0 -7%;
}
.pitch a.badge:hover,
.pitch a.badge-current{
	color: #fff;
	background-color: #99d2f0;
}
	#position_1{top: 5%; left: 50%;}

	#position_2{top: 17%; left: 35%;}
	#position_3{top: 17%; left: 50%;}
	#position_4{top: 17%; left: 65%;}

	#position_5{top: 33%; left: 10%;}
	#position_6{top: 33%; left: 35%;}
	#position_7{top: 33%; left: 50%;}
	#position_8{top: 33%; left: 65%;}
	#position_9{top: 33%; left: 90%;}

	#position_10{top: 50%; left: 10%;}
	#position_11{top: 50%; left: 35%;}
	#position_12{top: 50%; left: 65%;}
	#position_13{top: 50%; left: 90%;}

	#position_14{top: 65%; left: 35%;}
	#position_15{top: 65%; left: 50%;}
	#position_16{top: 65%; left: 65%;}

	#position_17{top: 80%; left: 10%;}
	#position_18{top: 80%; left: 35%;}
	#position_19{top: 80%; left: 50%;}
	#position_20{top: 80%; left: 65%;}
	#position_21{top: 80%; left: 90%;}

	#position_22{top: 93%; left: 50%;}