/*  RANKINGS SECTION STYLING
************************************/

#ranking {
	overflow: hidden;
	padding-bottom: 10px; 
}

.ranking-header {
	position: relative;
	padding: 0px 25px 0px 25px;
	margin: 0px;
	float: left;
	width: 100%;
}

.ranking-filter {
	float: right;
	margin-top: 20px;
}

.ranking-filter .select {
	float: left;
}

.ranking-filter .select:last-child {
	margin-left: 20px;
}

@media (max-width: 767px) {

	.ranking-filter {
		float: left;
		margin-top: 10px;
	}
	
	.ranking-filter .select {
		float: left;
	}
	
	.ranking-filter .select:last-child {
		margin-left: 0px;
	}
}

.ranking-filter .select span {
	color: #fff;
}

#ranking .rankings-content {
	background-color: #0a0b0c;
}

#ranking .rankings-content_tabs {
}

#ranking .rankings-content_tabs li.active a {
	background-color: #232658;
	color: white;
	font-weight: 300; 
	font-size: 18px;
}

/*#ranking .rankings-content_tabs li.active hover: a {
	background-color: #232658;
}
*/
#ranking .rankings-content_tabs li.ajaxTab:hover a{
	background-color: #232658;
}

#ranking .rankings-content_tabs a {
	border: none;
	color: #747bfc;
	font-size: 18px;
	font-weight: 300;
	border-radius: 0; 
}
  @media (min-width: 768px) and (max-width: 991px) {

    #ranking .rankings-content_tabs a {
      font-size: 12px; } }

.rankings-content_paging {
	margin-top: 20px;
}

.rankings-content_paging a {
    text-transform: uppercase;
    background: none !important;
    border: none !important;
    color: white !important;
    font-size: 14px;
    font-weight: 100;
}

.rankings-content_paging .per-page {
	float: right;
	color: #fff;
	margin: 2px 10px 0px 0px;
	font-weight: normal;
}

.rankings-content_paging .pagination {
	float: right;
	margin: 0px;
}

#ranking .rankings-content_tabpanel .tab-pane {
  background-color: rgba(33, 33, 33, 0.4);
  min-height: 400px; }

#ranking .rankings-content_action {
  position: absolute;
  padding: 8px 25px;
  right: 25px;
  bottom: 20px;

  /* Landscape phones and portrait tablets */
  /* Portrait phones and smaller */ }
  @media (max-width: 767px) {

    #ranking .rankings-content_action {
      position: relative;
      display: block;
      right: auto;
      bottom: auto;
      padding: 5px 10px;
      margin-top: 15px; 
    } 
 }
 
/*  RANKINGS TABLE
************************************/

.resultPage-select {
	display: inline-block;
	position: relative;
}

.resultPage-select:after {
	background: url("../images/bgSelectPage_white.png") no-repeat;
	content: "";
	height: 28px;
	width: 28px;
	pointer-events: none;
	position: absolute;
	right: 1px;
	top: 1px;
}

.ddlResultPage {
  background-color: #ffffff;
  border: 1px solid #000000;
  box-sizing: border-box;
  color: #000000;
  font-size: 13px;
  height: 28px;
  outline: medium none;
  padding: 5px;
  text-transform: uppercase;
}
	
#ranking .rankings-table thead th {
  font-weight: 500;
  font-size: 14px;
  background-color: black;
}

@media (max-width: 767px) {
  #ranking .rankings-table thead th {
    font-size: 13px; 
  } 
}

#ranking .rankings-table thead th.rank-col_no1 {
  width: 14%; 
}

@media (max-width: 767px) {
  #ranking .rankings-table thead th.rank-col_no1 {
    width: 12%; 
  } 
}

#ranking .rankings-table thead th.rank-col_no2 {
  width: 8%; 
}

#ranking .rankings-table thead th.rank-col_no3 {
  width: 20%;
  padding-left: 15px; 
}

@media (max-width: 767px) {
  #ranking .rankings-table thead th.rank-col_no3 {
    width: 12%;
    padding-left: 10px; 
  } 
}

#ranking .rankings-table thead th.rank-col_no4 {
  width: 12%; 
}

#ranking .rankings-table thead th.rank-col_no5 {
  width: 14%; 
}

#ranking .rankings-table thead th.rank-col_no6 {
  width: 16%; 
}

#ranking .rankings-table thead th.rank-col_no7 {
  width: 16%; 
}

@media (max-width: 767px) {
  #ranking .rankings-table thead th.rank-col_no7 {
    width: 24%; 
  } 
}

#ranking .rankings-table tbody tr td {
  border-left: 1px solid rgba(255, 255, 255, 0.1); 
}

#ranking .rankings-table tbody tr td ul.country {
  margin-bottom: 0; 
}

#ranking .rankings-table tbody tr td .player {
  padding-left: 15px;
}

@media (max-width: 767px) {
  #ranking .rankings-table tbody tr td .player {
    padding-left: 5px; 
  } 
}

#ranking .rankings-table th, 
#ranking .rankings-table td {
  color: #fff;
  font-weight: 300;
  font-size: 14px; 
}

/*  Custom Style for .wcs-select in players ranking
************************************/

.rankings-content_mobile_select {
  padding-left: 0;
  width: 100%;
  position: relative; 
}

.rankings-content_mobile_select:before {
  background: transparent url("../images/bgSelectPage_white.png") no-repeat scroll 0 0;
  content: "";
  height: 26px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  width: 26px;
  margin-top: -13px; 
}

.rankings-content_mobile_select.is-active:before {
  background: none;
  content: ""; 
}

.rankings-content_mobile_select li {
  width: 100%;
  display: block;
  text-align: center; 
}

.rankings-content_mobile_select li a {
  display: block;
  color: #9A9A9A;
  height: 45px;
  line-height: 45px;
  width: 100%;
  background-color: #242424;
  font-weight: 300;
  font-size: 16px; 
}

.rankings-content_mobile_select li.active a {
  font-weight: 500;
  background-color: #fbfbfb;
  color: #010101; 
}

.rankings-content_mobile_select li.is-active {
  display: block !important; 
}

.rankings-content_mobile_select li:not(.active) {
  display: none; 
}

.rankings-content_mobile_select li:not(.active):hover a {
  background-color: #3B3B3B;
  color: white; 
}

/*SUDIRMAN STYLES*/
#ranking .rankings-content_tabs li.active a {
    background-color: #3785a3;
}
#ranking .rankings-content_tabs li.ajaxTab:hover a{
	background-color: #3785a3;
}
#ranking .rankings-content_tabs a {
	color: #eeeeee;
}

