
/* CSS Document */

* {-webkit-text-size-adjust: none;}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

a {
	color: #000;
}

a:hover {
	color:rgba(17,17,17,0.85);
}

.btn-primary {
	color: #fff;
	background-color: #de511b;
	border-color: #b0431d;
	font-weight: bold;
	border-radius: 0;
}

.colorizer-container {
	overflow: hidden;
}

.court-wrapper {
	max-width:980px;
	/*IE FIX*/
	width: 100%;
	display: block;
	position: relative;
	height: 688px;
}

.court-wrapper svg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* COLOR SELECTOR STYLES */

.color-selection p {
	visibility:hidden;
	display:inline-block;
	margin:0 15px 5px 0;
	font-size:12px;
	white-space:nowrap;
}

.chooser h2 {
	font-size:10px;
	text-transform:uppercase;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing:.1em;
	width:100px;
	display:inline-block;
	vertical-align:middle;
}

.chooser ul {
	list-style:none;
	margin:0;
	padding:0;
	display:inline-block;
	vertical-align:middle;
}

.chooser li {
	display:inline-block;
	width:30px;
	height:30px;
	padding:1px;
	border-style:solid;
	border-width:1px;
	position:relative;
	margin-right:5px;
	border-radius: 50%;
}

.chooser li span {
	display:none;
	position:absolute;
	bottom:111%;
	font-size:10px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing:.1em;
	white-space:nowrap;
}

.chooser li:hover span {
	display:block;
	width:auto;
}

.chooser a {
	display:block;
	height:100%;
	width:100%;
	border-radius: 50%;
}


.color-selection {
	position: absolute;
	background-color: #ccc;
	color: #000;
	z-index: 9999;
	width: 100%;
	top: 688px;
}

.colorizer-options-panel {
	max-width: 980px;
	padding: 20px;
	margin-top: 48px;
}

.tab-content {
	padding: 20px;
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	font-weight: bold;
	font-size: 0.9em;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #fff;
	background-color: #de511b;
	border-color: #de511b #de511b #fff;
	font-weight: bold;
}

button#download-image {
	margin-top: 20px;
}

.info-block {
	display: block;
	z-index: 99999;
	position: absolute;
	right: -180px;
	top: 0;
	background-color: #0D1226;
	width: 180px;
	padding: 20px;
	font-size: 12px;
	color: #fff;
	height: 716px;
}

.css-logo {
	display: block;
	width: 90%;
	margin-bottom: 15px;
}

.css-logo img {
	width:100%;
}

p#disclaimer {
	width: 140px;
	display: block;
	white-space: normal;
	/* padding: 0 10px; */
	font-size: 10px;
	font-style: italic;
	/* visibility: visible; */
	position: absolute;
	bottom: 0;
}


/* SPORT SELECTOR */

.sport-select-wrap {
	margin: 10px 10px 0 10px;
	background-color: rgba(255,255,255,0.9);
	padding: 10px 15px;
	position: absolute;
	z-index: 99;
	top: 10px;
	left: 10px;
	border-radius: 4px;
}

.sport-selector-label {
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

.sport-selector {
	display: inline-block;
}


@media(min-width:816px) {
	#nav-decoturf #line-chooser ul, #nav-plexipave #line-chooser ul {
		width: 100%;
	}
}

@media(max-width:768px) {

	.sport-select-wrap {
		margin: 10px 10px 0 10px;
		padding: 10px 15px;
		position: relative;
		top: 0;
		left: 0;
	}

}

@media screen and (max-width:992px) and (min-width:769px) {

	.court-wrapper {
		width:750px;
		height: 527px;
	}

	.colorizer-options-panel {
		max-width: 750px;
		padding: 15px;
		margin-top: 63px;
	}

	.color-selection {
		top: 527px;
	}

	.info-block {
		right: -160px;
		width: 160px;
		padding: 15px;
		font-size: 11px;
		height: 555px;
	}

}

@media screen and (max-width:768px) and (min-width:578px) {

	.court-wrapper {
		width:575px;
		height: 404px;
	}

	.colorizer-options-panel {
		max-width: 575px;
		padding: 15px;
	}

	.color-selection {
		top: 404px;
	}

	.info-block {
		right: -140px;
		width: 140px;
		padding: 15px;
		font-size: 9px;
		height: 432px;
	}

	p#disclaimer {
		width: 110px;
		font-size: 8px;
	}

}

@media screen and (max-width:576px) {

	.court-wrapper {
		width:300px;
		height: 211px;
	}

	.colorizer-options-panel {
		max-width: 300px;
		padding: 0;
		margin-top: 110px;
	}

	.color-selection p {
		font-size: 10px;
	}


	.nav-link {
		padding: 0.25rem 0.5rem;
		font-size: 11px;
	}

	.color-selection {
		top: 180px;
	}

	#outer {
		padding-left: 10px;
	}

	.info-block {
		right: -100px;
		width: 100px;
		padding: 9px 9px 5px;
		font-size: 7px;
		height: 265px;
	}

	p#disclaimer {
		width: 86px;
		font-size: 6px;
		line-height: 7px;
		margin-bottom: 10px;
	}

}

@media print {

	/* All print styles go here */
	.court-wrapper {
		width:575px;
		height: 404px;
	}

	.logo-1 {
		top:320px;
	}

	.logo-1 img {
		max-height: 57px;
	}

	.logo-2 {
		top: 115px;
	}

	.logo-2 img {
		max-height: 25px;
	}

	.net img {
		top: 175px;
	}

	.color-selection {
		top: 404px;
	}

}
			