@import url('https://fonts.googleapis.com/css2?family=Economica:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Serif+Khojki&display=swap');

:root {
	--header-height: 60px;
	--footer-height: 75px;
	--blue: #211C61;
	--red: #BF1829;
}

html {
	padding: 0;
	margin: 0;
	width: 100vw;
	scroll-behavior: smooth;
	-webkit-user-select: none;
	/* Safari */
	-ms-user-select: none;
	/* IE 10 and IE 11 */
	user-select: none;
	/* Standard syntax */
}

body {
	padding: 0;
	margin: 0;
	width: 100vw;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	-webkit-user-select: none;
	/* Safari */
	-ms-user-select: none;
	/* IE 10 and IE 11 */
	user-select: none;
	/* Standard syntax */
	overflow-x: hidden;
}

body:before {
	content: '';
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: var(--main-background);
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
}

.content {
	padding: var(--header-height) 15px var(--footer-height) 15px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: 'Economica', Arial, Helvetica, sans-serif;
	color: #930b0b;
	text-decoration: none;
	font-weight: bold;
}

.header {
	position: fixed;
	width: 100%;
	height: var(--header-height);
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.15);
	padding: 4px;
	-webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.34);
	-moz-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.34);
	box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.34);
	color: #ffffff;
	font-size: 18px;
	z-index: 2;
}

.header table td svg {
	width: 32px;
	height: 32px;
	cursor: pointer;
	color: var(--blue);
}

.footer {
	position: fixed;
	width: 100%;
	height: calc(var(--footer-height) + 0px);
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #333333;
	padding: 0px;
	-webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.34);
	-moz-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.34);
	box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.34);
	color: #ffffff;
	font-size: 38px;
	z-index: 2222;
}

.textshadow1 {
	text-shadow: 1px 1px 1px #999999;
}

.player-name {
	font-size: 18px;
}

.flex {
	display: flex;
	align-content: center;
	align-items: center;
	/*width: 100vw;*/
	min-height: calc(100vh - var(--header-height) - var(--footer-height));
	justify-content: center;
	flex-direction: column;
}

.flex-start {
	justify-content: start;
}

.noselect {
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Old versions of Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

/* OffCanvas */
.offcanvas {
	z-index: 1111;
}

.offcanvas-start {
	max-width: 85%;
}

.offcanvas .btn-close {
	box-sizing: content-box;
	width: 2em;
	height: 2em;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/2em auto no-repeat;
	opacity: 0.85;
}

.offcanvas-body {
	padding: 0;
	padding-bottom: var(--footer-height);
}

.offcanvas-header {
	background-color: var(--blue);
}

.offcanvas-header h3 {
	color: #ffffff;
}

.footer-nav {
	margin-top: -4px;
	display: flex;
	justify-content: space-evenly;
}

.footer a {
	opacity: 0.6;
	display: inline-block;
	text-decoration: none;
	color: white;
	font-size: 8px;
	padding-top: 12px;
}

.footer a.nav-active {
	opacity: 1;
}

.footer .nav-img {
	height: 32px;
	width: auto;
	-webkit-filter: grayscale(1) invert(1);
	filter: grayscale(1) invert(1);
}

.row {
	--bs-gutter-x: 0.75rem;
	--bs-gutter-y: 0;
}

.card {
	background-color: rgba(255, 255, 255, 0.25);
	height: 100%;
}

.card-title {
	color: rgba(0, 0, 0, 0.6);
}

.card-body {
    padding: 1rem 0.2rem;
}

.button-over-image {
	position: relative;
}

.button-over-image div {
	position: absolute;
	display: inline-block;
	width: 100%;
	text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	--circle-size: 15vw;
}

.button-over-image div .add-challenge {
    background-color: green;
    color: white;
    border-radius: 50%;
	border: 3px solid white;
    width: var(--circle-size);
    height: var(--circle-size);
    font-weight: bold;
    font-size: 10vw;
	cursor: pointer;
	margin-right: 10px;
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.button-over-image div .list-challenge {
    background-color: orange;
    color: white;
    border-radius: 50%;
	border: 3px solid white;
    width: var(--circle-size);
	height: var(--circle-size);
    font-weight: bold;
    font-size: 10vw;
	cursor: pointer;
	position: relative;
	display: inline-block;
}

.button-over-image div  i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.niceFormInput {
	position: relative;
	padding-bottom: 10px;
}

.niceFormInput input,
.niceFormInput textarea {
	outline: none;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	padding: 12px 10px 2px 10px;
}

.niceFormInput label {
	position: absolute;
	pointer-events: none;
	top: 10px;
	left: 10px;
	color: rgba(0, 0, 0, 0.5);
	transition: all 0.3s ease-in;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: left;
}

.niceFormInput label.niceFormInputFocus {
	color: rgba(0, 0, 0, 0.3);
	top: 1px;
	padding-right: 25px;
	letter-spacing: 0px;
	font-size: 11px;
	z-index: 500;
}

.GG-btn {
	color: #fff;
	background-color: rgb(22, 18, 75);
	border-color: rgb(6, 4, 29);
	box-shadow: none !important;
}

.GG-btn:hover {
	color: #fff;
}

input,
textarea,
select {
	border-width: 2px !important;
}

.have-error {
	border: 2px solid red;
}

#loginerror {
	opacity: 0;
	transition: all 0.25s ease;
	margin-top: 10px;
	margin-bottom: 10vh;
}

.width-100 {
	width: 100%;
}

.animate__animated.animate__delay-100ms {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.animate__animated.animate__delay-200ms {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.animate__animated.animate__delay-300ms {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.animate__animated.animate__delay-400ms {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.animate__animated.animate__delay-600ms {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

/* SEARCH PLAYER */
.card-text-big {
	font-size: 32px;
}

.card-text-small {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
}

.player {
	box-sizing: border-box;
	width: calc(33% - 6px);
	max-width: 100px;
	aspect-ratio: 3 / 5.6;
	overflow: hidden;
	border: 1px dashed #cccccc;
	border-radius: 5px;
	margin: 2px;
	padding: 0;
	background-color: #F9F9F9;
	cursor: pointer;
	transition: border 0.5s ease;
	display: inline-block;
	position: relative;
}

.playerPhoto {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	aspect-ratio: 3 / 4;
	margin: 0 auto;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.playerName {
	font-size: 16px;
	font-family: Verdana, Arial, Georgia, serif;
	text-align: center;
	font-weight: normal;
	padding: 5px;
}

.no-player {
	color: red;
	margin: 10px 0;
	border: 1px dashed red;
	border-radius: 5px;
	padding: 5px;
}

.too-many-players {
	color: gray;
	margin: 10px 0;
	border: 1px dashed gray;
	border-radius: 5px;
	padding: 5px;
}

#search-logo {
	width: 192px;
	max-width: 90%;
	transition: all 0.5s ease;
	margin-bottom: 5vh;
	border-radius: 25px;
}

#search-logo.small-logo {
	width: 50px;
	max-width: 25%;
	margin-bottom: 1vh;
}

.web-icon {
	border-radius: 20%;
	border: 1px solid #000000;
	width: 72px;
	height: auto;
}

.hidden {
	display: none;
}

.back-to-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 36px;
	color: #CCCCCC;
	cursor: pointer;
}

.step {
	position: relative;
	max-width: 550px;
	margin: 0 auto;
	margin-bottom: 15px;
}

.step img {
	width: calc(100% - 95px);
	border: 1px solid #000000;
}

.step button {
	position: absolute;
	top: 15px;
	left: 0;
}

/* HOME PAGE */
.need-attention {
	background-color: rgba(255, 255, 255, 0.25);
	height: 100%;
	margin-bottom: 10px;
	/* padding: 4px 4px 4px 4px; */
}

.need-attention .card-title {
	line-height: 1;
}

.need-attention.red-border {
	border: 2px solid red;
}

.blue-bg {
	/* background-color: var(--blue); */
}

.need-attention-div {
	display: inline-block;
	word-wrap: break-word;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	background-color: rgba(255, 255, 255, 1);
	/*min-height: calc(100% - 40px);*/
	height: auto;
	width: calc(50% - 4px);
	padding: 5px;
	border-radius: 5px;
    margin-bottom: 10px;
}

.single-column {
	width: 100%;
}

.need-attention-div td {
	text-align: center;
}

.need-attention-div img {
	height: 25px;
	width: auto;
	border-radius: 8000px;
}

#all-fine {
	width: 100%;
	min-height: calc(100% - 40px);
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 64px;
	color: rgba(0, 100, 0, 1);
}

.flex-direction-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.flex-break {
	flex-basis: 100%;
	height: 0;
}

/* SCHEDULE PAGE */
.schedule {
	margin-top: 25px;
}

.schedule h1 {
	margin-top: 20px;
	border-radius: 5px;
}

.schedule h1 span {
	display: block;
	font-size: 1.25rem;
	color: #C01B2B;
	background-color: rgba(0, 0, 0, 0.05);
	padding: 10px 25px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.calendar-img {
	width: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.schedule-table {
	width: 100%;
	border: 1px solid #cccccc;
	border-radius: 5px;
	margin: 10px 0;
}

.schedule-table table tr td:nth-child(1) {
	background: #072879;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	width: 72px;
}

.schedule-table table tr td:nth-child(2) {
	width: 40%;
	text-align: center;
	padding: 5px;
}

.schedule-table table tr td:nth-child(3) {
	text-align: center;
	padding: 5px;
}

/* RANKING PAGE */
.ranking-page button:focus {
	box-shadow: none;
}

.pirate-active {
	width: auto;
	height: 14px;
}

.pirate-notactive {
	filter: grayscale(100%);
	opacity: 0.10;
	width: auto;
	height: 14px;
}

.newPlayer {
	font-size: 10px;
	font-weight: normal;
	margin-left: 5px;
	padding: 0 2px;
}

.playerNew {
	position: absolute;
	top: 0;
	right: 0;
}

/* QUOTA POINTS TABLE */
#quota-rank,
#cup-rank,
#rank-selector {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

#rank-selector button {
	width: 50%;
}

#cup-rank button,
#quota-rank button {
	width: 50%;
	border-radius: 0;
}

#quota-rank table tr:nth-child(even),
#cup-rank table tr:nth-child(even) {
	background-color: rgba(0, 0, 0, 0.1);
}

#quota-rank table tr:nth-child(1),
#cup-rank table tr:nth-child(1) {
	background-color: var(--blue);
	color: white;
}

#quota-rank table tr:nth-child(1) td,
#cup-rank table tr:nth-child(1) td {
	font-size: 12px;
}

#quota-rank table tr:nth-child(1) td:nth-child(1) strong {
	padding: 0 0 0 20px;
}

#quota-rank table tr td:nth-child(3),
#quota-rank table tr td:nth-child(4),
#quota-rank table tr td:nth-child(5) {
	display: none;
}

#quota-rank table tr td,
#cup-rank table tr td {
	border-top: 1px solid #000000;
}

#quota-rank table tr td:nth-child(1),
#cup-rank table tr td:nth-child(1),
#cup-rank table tr td:nth-child(2),
#cup-rank table tr td:nth-child(3),
#cup-rank table tr td:nth-child(4) {
	border-right: 1px solid #000000;
}

#quota-rank table tr td,
#cup-rank table tr td:nth-child(2) {
	font-size: 15px;
}

/* CUP STANDINGS TABLE */
#cup-rank table tr td:nth-child(1),
#cup-rank table tr td:nth-child(3),
#cup-rank table tr td:nth-child(5) {
	width: 1px;
}

#cup-rank table tr td:nth-child(4) {
	width: 65px;
}

#cup-rank .visible-xs {
	display: none;
}

/* GAME SCORES and HOLES */

.holes-box {
	margin-top: 10px;
	border: 1px dashed #cecece;
	padding: 5px;
	border-radius: 6px;
	position: relative;
	text-align: left;
}

.holes-box.approved {
	border: 1px dashed #46b346;
	background-color: #014401;
	position: relative;
}

.holes-box.approved:after {
	content: 'verified';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #014401;
	color: #ffffff;
	font-size: 12px;
	padding: 2px 10px;
	padding-top: 0;
	border-radius: 6px;
	border: 1px dashed #46b346;
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.a_hole,
.in-out-hole {
	display: inline-block;
	width: calc((100% / 11) - 4px);
	border: 1px solid #cccccc;
	border-radius: 6px;
	padding: 2px;
	margin: 2px;
	box-sizing: border-box;
	font-size: 10px;
	cursor: pointer;
	color: green;
	text-align: center;
}

.a_hole {
	background-color: white;
}

.under-scored {
	color: red;
}

.in-out-hole {
	/*width: calc(10% - 4px);*/
	cursor: default;
	background-color: darkgreen;
	opacity: 0.75;
}

.in-out-hole.under-scored {
	background-color: darkred;
}

.in-out-hole h3 {
	color: yellow;
}

.in-out-hole .pts-scored {
	color: white;
}

.in-out-hole .pts-scored sub {
	color: rgb(175, 175, 175);
}

.in-out-hole.total-results {
	background-color: darkgreen;
	position: absolute;
	top: 5px;
	height: calc(100% - 15px);
	opacity: 1;
}

.total-results.under-scored {
	background-color: darkred;
}


.total-results h3 {
	padding-top: 60px;
}

.pts-scored {
	/*color: #930b0b;*/
	color: #000000;
	font-size: 24px;
	margin-top: -8px;
	margin-bottom: -5px;
	font-weight: bold;
}

.pts-scored sub {
	color: rgba(0, 0, 0, 0.5);
	font-size: 11px;
	font-weight: normal;
	margin-top: -8px;
	margin-bottom: 5px;
	display: block;
}

.a_hole.holes_approved {
	cursor: auto;
}

.a_hole h3 {
	color: #000080;
}

.pending_hole {
	background-color: #dddddd;
}

.a_hole.pending_hole h3 {
	color: #999999;
}

.scores {
	/*
	border: 1px solid #cccccc;
	border-radius: 6px;
	*/
	padding: 10px 5px;
	max-width: 600px;
	margin: 0 auto;
	margin-top: 25px;
}

.scores th {
	font-size: 10px;
	text-align: center;
	background-color: #000000;
	color: #ffffff;
	padding: 1px 2px;
	/*
	border-left: 1px solid #666666;
	*/
}

.scores td {
	padding: 1px 2px;
	text-align: center;
	/*
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	*/
}

.scores tbody {
	border-bottom: 1px solid #cccccc;
}

.scores tbody:nth-child(even) tr {
	background: rgba(0, 0, 0, 0.05);
}

.scores tbody:nth-child(odd) tr {
	background: rgba(0, 0, 0, 0);
}

.scores tbody.no-win tr td {
	background-color: rgba(255, 0, 0, 0.05);
}

.scores tbody.thisplayer tr td {
	background-color: transparent;
}

.scores tbody:hover tr,
.scores tbody.thisplayer tr {
	background-color: rgba(255, 221, 31, 0.2);
}

.scores tbody tr:nth-child(1) td {
	padding-top: 5px;
}

.scores tbody tr:nth-child(2) td {
	/*
	font-size: 12px;
	*/
	font-weight: bold;
	color: #999999;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.scores tbody tr:nth-child(2) td.green-td {
	color: green;
}

.scores tbody tr:nth-child(2) td.red-td {
	color: red;
}

.photo-bg {
	min-width: 35px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 50px;
	margin-bottom: 5px;
}

.photo-bg.gender-M, 
.photo-bg.gender-F {
	position: relative;
}

.photo-bg.gender-M:after, 
.photo-bg.gender-F:after {
	content: '';
	position: absolute;
	top: 0;
	right: -7px;
	width: 3px;
	height: 100%;
	background-color: rgba(92,196,243,1);
}

.photo-bg.gender-F:after {
	background-color: rgba(245,118,172,1);
}

@media (max-width: 991px) {
	.a_hole {
		width: calc((100% / 3) - 4px);
	}

	.in-out-hole {
		width: calc(100% - 4px);
	}

	.in-out-hole i {
		display: none;
	}

	.in-out-hole.end-results,
	.in-out-hole.total-results {
		/*width: calc(100% / 2 - 4px);
		bottom: 5px;*/
		top: auto;
		height: auto;
		position: relative;
	}
}

.total-results {
	position: relative;
	top: 0;
}

.total-results h3 {
	padding-top: 0;
}

.HOLE {
	box-sizing: border-box;
	width: 280px;
	height: 60px;
	border: 1px dashed #cccccc;
	border-radius: 2px;
	margin: 2px;
	padding: 5px;
	background-color: #F9F9F9;
	transition: border 0.5s ease;
	display: inline-block;
}

.POINTS {
	box-sizing: border-box;
	width: var(--circle-size);
	height: var(--circle-size);
	border: 1px dashed #cccccc;
	border-radius: 50%;
	margin: var(--circle-margin);
	padding: 3px 0px 0px 0px;
	text-align: center;
	background-color: #d9d9d9;
	transition: border 0.5s ease;
	display: inline-block;
	cursor: pointer;
	font-size: var(--circle-font-size);
	position: relative;
}

.POINTSdisabled {
	box-sizing: border-box;
	width: var(--circle-size);
	height: var(--circle-size);
	border: 1px dashed #cccccc;
	border-radius: 50%;
	margin: var(--circle-margin);
	padding: 3px 0px 0px 0px;
	text-align: center;
	background-color: #F9F9F9;
	transition: border 0.5s ease;
	display: inline-block;
	opacity: 0.25;
	font-size: var(--circle-font-size);
	position: relative;
}

.POINTS:hover {
	border: 1px solid #cccccc;
	background-color: #E2E2E2;
}

.pointSelected {
	box-sizing: border-box;
	width: var(--circle-size);
	height: var(--circle-size);
	border: 1px dashed #cccccc;
	border-radius: 50%;
	margin: var(--circle-margin);
	padding: 3px 0px 0px 0px;
	text-align: center;
	background-color: #00FF00;
	transition: border 0.5s ease;
	display: inline-block;
	cursor: pointer;
	font-size: var(--circle-font-size);
	position: relative;
}

.scoredtext {
	color: green;
	font-size: 18px;
	padding-bottom: 5px;
}

.scoredtext.under-scored {
	color: red;
	font-size: 18px;
}

.pn-arrow {
	width: 50px;
	opacity: 0.65;
	transition: all 0.25s ease;
}

.pn-arrow:hover {
	opacity: 0.85;
}

/* ONLINE STATUS */
.no-app,
.is-online,
.is-offline {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right: 5px;
	border: 1px solid #cccccc;
}

.no-app {
	background-color: white;
}

.is-online {
	background-color: green;
}

.is-offline {
	background-color: red;
}

/* COLORBOX */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1104;
	overflow: hidden;
}

#cboxWrapper {
	max-width: none;
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
	clear: left;
}

#cboxContent {
	position: relative;
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#cboxTitle {
	margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
	cursor: pointer;
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
	background: #000000;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

#colorbox {
	outline: 0;
}

#cboxContent {
	margin-top: 20px;
	background: #000000;
}

.cboxIframe {
	background: #fff;
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}

#cboxLoadedContent {
	border: 5px solid #000000;
	background: #fff;
}

#cboxTitle {
	position: absolute;
	top: -20px;
	left: 0;
	color: #ccc;
}

#cboxCurrent {
	position: absolute;
	top: -20px;
	right: 0px;
	color: #ccc;
}

#cboxLoadingGraphic {
	/*background: url(/images/colorbox/loading.gif) no-repeat center center;*/
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
	outline: 0;
}

#cboxSlideshow {
	position: absolute;
	top: -20px;
	right: 90px;
	color: #fff;
}

#cboxPrevious {
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -32px;
	background: url(/images/colorbox/controls.png) no-repeat top left;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
}

#cboxPrevious:hover {
	background-position: bottom left;
}

#cboxNext {
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -32px;
	background: url(/images/colorbox/controls.png) no-repeat top right;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
}

#cboxNext:hover {
	background-position: bottom right;
}

#cboxClose {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	background: url(/images/colorbox/controls.png) no-repeat top center;
	width: 38px;
	height: 19px;
	text-indent: -9999px;
}

#cboxClose:hover {
	background-position: bottom center;
}

@media (max-width: 460px) {
	.player-name {
		font-size: 12px;
	}
}
@media (max-width: 330px) {
	.player-name {
		font-size: 10px;
	}
}