﻿.RankingListGrid
{
    border: none;
}
.RankingListGrid th
{
	text-align: left;
	font-weight: bold;
    border: none;
	border-bottom: 2px solid #000000;
	vertical-align: bottom;
	white-space:nowrap;
	padding-right: 6px;
	padding-left: 0px;
}
.RankingListGrid td
{
    border: none;
	padding-right: 3px;
	padding-left: 0px;
}
.RankingListGrid .alt
{
	background-color: #f3f3f3;
}
.RankingListGrid .points, .RankingListGrid .pointsl, .RankingListGrid .pointsw
{
	text-align: right;
}
.mobile .RankingListGrid .playerid
{
	display: none;
}
.RankingListGrid .pointsl, .RankingListGrid .pointsh
{
	border-left: 1px solid #cccccc;
	padding-left: 2px;
}
.RankingListGrid .pointsh
{
	text-align: left;
	font-weight: bold;
}
.RankingListGrid .pointsw
{
	padding-left: 15px;
}
.RankingListGrid .sort
{
    text-decoration: underline;
}
.searchcriteria
{
	margin-right:10px;
	margin-bottom: 10px;
}
.validationsummary
{
	font-weight: bold;
}
.rankingstabs {
    margin-top: -15px;
}

.rankingstabs .smallTabSelected, .rankingstabs .smallTab {
    width: 60px;
    margin-top: 15px;
}
.searchcriteria .selectplayerplayer .selectedplayerspan{width: 300px;}
.selectclub .textbox {width: 100px;}
.from-to .textbox { width: 40px; } 
.date {width:85px; } 
.mobile .show-hide-mobile .searchcriteria.hide-mobile {display: block;visibility:visible;}
.mobile .searchcriteria { padding-right: 12px; margin-right: 0; margin-bottom:3px; }
.mobile .searchcriteria.nopadding-mobile { padding-right: 0px; }
.mobile .from-to {box-sizing:border-box; width:100%; margin-left:0; margin-right:0; } 
.mobile .from-to .textbox {box-sizing:border-box; width:45%; margin-left:0; margin-right:0; height: 34px; } 
.mobile .from-to .separator {display:inline-block; box-sizing:border-box; width:10%; margin-left:0; margin-right:0; text-align:center; } 
.searchcriteria .selectplayerplayer .selectedplayerspan {width: 200px;}
.mobile .searchcriteria .selectplayerplayer {box-sizing:border-box; width:100%;}
.mobile .searchcriteria .selectplayerplayer .selectedplayerspan {box-sizing:border-box; width:100%;}
.mobile .from-to .date {width: unset;}
