/* custom css

blue: #073bab
yellow: #d0b94c;

*/

a, a:focus, a:active{
	color: #7994ef;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

a:hover{
	color: #596eb6;
}

.nav-tabs .nav-link, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:active{
	color: #7994ef;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.nav-tabs .nav-link:hover{
	color: #596eb6;
}

.contentFloatingImage{
	display: block;
	float: right;
	margin: 8px 0 10px 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width: 50%;
	height: auto;
}

header.masthead{
	background-image: url('/assets/img/hero.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

header.masthead.ros{
	background-image: url('/assets/img/hero-ros.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
    padding-top: 8rem;
    padding-bottom: 3rem;
}

header.masthead.ros .masthead-heading {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 0;
}

#snNameSuggest{
	position: absolute;
	top: 105%;
	max-height: 200px;
	z-index: 1000;
	overflow-y: scroll;
	background-color: #fff;
	padding: 15px 15px;
	width: 100%;
}

#snNameSuggest .nameCell{
	position: relative;
	min-height: 40px;
	margin-bottom: 15px;
	padding-left: 50px;
	line-height: 20px;
	font-size: 12px;
	cursor: pointer;
}

#snNameSuggest .nameCell .namePic{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.c3PageWrapper{
	padding: 80px 20px;
}

.c3PageWrapper h3{
	margin-bottom: 40px;
}

.playerCell{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.playerCellCover{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: url('/assets/img/face-cover.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 100;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.playerCellFace{
	position: absolute;
	top: 15%;
	left: 39%;
	bottom: 53%;
	right: 30%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 90;
}

.c3AllPlayerWorkoutsTable td, .c3AllPlayerWorkoutsTable th{
	font-size: 14px;
	line-height: 14px;
}

.playerWorkoutIconWrapper{
	position: relative;
	width: 60px;
	height: 60px;
	display: inline-block;
	z-index: 110;
	margin: 0 5px 10px 5px;
}

.playerWorkoutIconWrapper > a{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 120;
}

.playerWorkoutIcon{
	background-image: url('/assets/img/snowball.png');
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 110;
}

.playerWorkoutIconFace{
	position: absolute;
	top: 4%;
	left: 4%;
	right: 4%;
	bottom: 4%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 100;
	filter: grayscale(100%);
}

.tooltip-inner {
	background-color: #00008B;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
}
.tooltip-inner ul{
	margin-bottom: 0;
}
.tooltip-inner li{
	margin-bottom: 8px;
}
.tooltip-inner li:last-child{
	margin-bottom: 0;
}
.tooltip.bs-tooltip-right .arrow:before {
	border-right-color: #00008B !important;
}
.tooltip.bs-tooltip-left .arrow:before {
	border-left-color: #00008B !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
	border-bottom-color: #00008B !important;
}
.tooltip.bs-tooltip-top .arrow:before {
	border-top-color: #00008B !important;
}

.tooltip {
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #00008B;
}

.lastUpdate{
	color: #000;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	position: absolute;
	top: -20px;
	right: 10px;
	z-index: 200;
}

.dt-layout-rowasdf{
	display: none !important;
}

.medal{
	display: inline-block;
	position: relative;
	width: 100px;
	height: 100px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 100;
}

.medal.gold{
	background-image: url('/assets/img/medal-gold.png');
}

.medal.silver{
	background-image: url('/assets/img/medal-silver.png');
}

.medal.bronze{
	background-image: url('/assets/img/medal-bronze.png');
}

.medalIcon{
	display: block;
	position: absolute;
	width: 77px;
	height: 77px;
	top: 11px;
	left: 12px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 101;
}

.medalIcon.discus{
	background-image: url('/assets/img/icon-discus.png');
}

.medalIcon.high-jump{
	background-image: url('/assets/img/icon-high-jump.png');
}

.medalIcon.hurdles{
	background-image: url('/assets/img/icon-hurdles.png');
}

.medalIcon.javelin{
	background-image: url('/assets/img/icon-javelin.png');
}

.medalIcon.long-jump{
	background-image: url('/assets/img/icon-long-jump.png');
}

.medalIcon.pole-vault{
	background-image: url('/assets/img/icon-pole-vault.png');
}

.medalIcon.running-100{
	background-image: url('/assets/img/icon-running-100.png');
}

.medalIcon.running-400{
	background-image: url('/assets/img/icon-running-400.png');
}

.medalIcon.running-1500{
	background-image: url('/assets/img/icon-running-1500.png');
}

.medalIcon.shot-put{
	background-image: url('/assets/img/icon-shot-put.png');
}

.c3PlayerFace30, .c3PlayerFace40{
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	margin-right: 10px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.c3PlayerFace40{
	width: 40px;
	height: 40px;
}

.medal-diamond{
	position: absolute;
	width: 20px;
	height: 20px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('/assets/img/medal-diamond.png');
	z-index: 102;
}

.diamond1of2{
	top: 78px;
	left: 19px
}

.diamond2of2{
	top: 78px;
	left: 62px
}

.diamond1of1, .diamond2of3{
	top: 84px;
	left: 41px
}

.diamond1of3{
	top: 63px;
	left: 3px
}

.diamond3of3{
	top: 63px;
	left: 78px
}

.sorting_disabled .dt-column-order{
	display: none;
}

.cardTable .d-md-flex.dt-layout-start, .cardTable .d-md-flex.dt-layout-end{
	display: none !important;
}

.workoutTableThumbnial{
	display: block;
	width: 50px;
	height: 50px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 5px;
	cursor: pointer;
}

.c3SupaTinyText{
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
}

#imageViewerOverlay {
	display: none;
	position: fixed;
	top: 0; left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.3);
	z-index: 9999;
	justify-content: center;
	align-items: center;
}

#imageViewerOverlay img {
	max-width: 90%;
	max-height: 90%;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	border-radius: 20px;
}

.cardTable ul{
	margin-bottom: 0;
}

.parkPic{
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	border-radius: 10px;
	margin-bottom: 10px;
}

.parkPicName{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	font-weight: bold;
	font-size: 120%;
	line-height: 1;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 6px 10px;
}











/* resonsive overrides */
@media (max-width:1199px) {
	
}

@media (max-width:991px) {
	
}

@media (max-width: 980px) {
	
}


@media (max-width: 767px) {
	
	header.masthead .masthead-heading, header.masthead.ros .masthead-heading, .page-section h2.section-heading{
		font-size: 40px;
		line-height: 44px;
	}
	
}

@media (max-width: 610px) {
	
	header.masthead .masthead-heading, header.masthead.ros .masthead-heading, .page-section h2.section-heading{
		font-size: 26px;
		line-height: 30px;
	}
	
}

@media (max-width: 505px) {
}
















