/*Players Module Css */
.playersStats {
    list-style: none;
    padding-left: 0;
}
.playersScoutSection h3 {
    background-image: linear-gradient(#2fc8e3, #98f2f4);
}
.customModulePlayersTable th {
    color: #064443;
    font-weight: bold;
}
.customModulePlayersTable thead {
	background-color: #b2caca;
}
.rsePlayersColumnOne {
    width: 27%;
    border-right: 2px solid #bbbbbb;
    padding-bottom: 0.4em;
    padding-top: 0.4em;
}
.rsePlayersColumnTwo {
    padding-left: 2.5em;
    padding-bottom: 0.4em;
    padding-top: 0.4em;
}
.rsePlayerDataLeft section:nth-child(2n) {
    background-color: #f3f3f3;
}
.rsePlayersName {
	color: #278885;
	font-size: 2.5em;
}
.rsePlayersHeadings{
  color: #278885;
	font-size: 1.5em;
}
.rsePlayersRowOneColumnOne{
  width: 41%;
  padding-bottom: 0.4em;
  padding-top: 0.4em;
}
.rsePlayersRowOneColumnTwo{
  padding-left: 2.5em;
  padding-bottom: 0.4em;
  padding-top: 0.4em;
}
.rsePlayerDataLeft {
    background-color: #fff;
    padding: 0.5em;
}
.rseProspectVideoWrapper h4{
  color: #666;
}
.playersVideoSection h3 {
    background-image: linear-gradient(#2fc8e3,#98f2f4);
}
.playersBioSection h3 {
    background-image: linear-gradient(#2fc8e3,#98f2f4);
}
.rsePlayersCommitSection {
	padding: 0.5em;
	border-left: 5px solid #064443;
	background-color: #e6e6e6;
}
.rsePlayersInfo p, .rsePlayersStats p{
	border-bottom: 1px solid #d7d7d7;
	margin: 0.6em 0;
}
.rsePlayersInfo p:last-of-type {
	border: none;
}
.rsePlayersInfo hr {
  border-color: #000;
}
.rseStatWrapper{
  display: flex;
  flex-wrap: wrap;
}
.rseStatWrapper > span {
	width: 35%;
	border-bottom: 1px solid #d7d7d7;
}
.rsePlayerBioWrapper .uk-subnav-pill > .uk-active > a {
	background-color: #36b4b0;
	color: #064443;
}
.rsePlayerBioWrapper li:not(.uk-active) > a {
	background-color: #064443 !important;
	color: #fff;
}
.rsePlayersStats h4 {
	margin: 0.6em 0;
}
.rsePlayersButtonsWrapper {
	display: flex;
	justify-content: space-around;
	width: 50%;
}
.rsePlayersInfoWrapper {
	display: flex;
	flex-wrap: wrap;
}
.rsePlayersInfoWrapper > span {
	width: 49%;
	border-bottom: 1px solid #d7d7d7;
}
.rsePlayersInfoWrapper > .rseSingleWidthRow {
	width: 98%;
}
.rsePlayersPage figure > img {
	border: 2px solid #36b4b0;
}
.showcaseCards .uk-cover-container {
	/* min-height: 300px; */
	display: flex;
	justify-content: center;
	align-items: center;
}
/* Table Pagination */
.pagination tr.inactive
{
    display: none;
}
.pager
{
    padding: 10px 0px;
}
.pager .pager-item
{
    padding: 10px;
    border: solid 1px #fff;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    background-color: #49c4bf;
    transition: .5s background-color;
    color: #064443;
}
.pager .pager-item:hover
{
    background-color: #e4f4f4;
}
.pager .pager-item.selected
{
    background-color: #a2dcda;
}

/* End Table Pagination */
/*Media Queries*/
@media screen and (max-width: 1600px) {
  .rseStatWrapper > span {
	   width: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .rseStatWrapper > span {
	   width: 100%;
    }
    .rseStatWrapper {
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .rsePlayersInfoWrapper {
      flex-wrap: nowrap;
      flex-direction: column;
    }
    .rsePlayersInfoWrapper > span {
    	width: 100%;
    }
    .rsePlayersInfoWrapper > .rseSingleWidthRow {
    	width: 100%;
    }
    .rsePlayersButtonsWrapper {
    	flex-direction: column;
    	width: 100%;
    	align-items: center;
    }
}
/* End 1200px */
@media screen and (max-width: 960px) {

}
/* End 960px */

@media screen and (max-width: 640px) {
  .rsePlayersName {
  	font-size: 1.5em;
  }
  .rsePlayersHeadings {
  	font-size: 1.1em;
  }
  .rseStatWrapper > span {
     font-size: 0.9em;
  }
  .rsePlayersInfoWrapper > span {
  	font-size: 0.9em;
  }
  .rsePlayersCommitSection h3 {
    	font-size: 1.2em;
   }
  .customModulePlayersTable th {
    padding: 10px 5px;
    font-size: 0.7em;
   }
   .customModulePlayersTable tr > td {
	  font-size: 0.7em;
    padding: 10px 5px;
   }
   .rsePlayersPage figure > img {
    	max-height: 260px;
    }
}
/* End 640px */
/*End Media Queries*/
