3/*
 * Colors
 *
 *	Whites - #fff
 *
 * 	Light Grays - #807777
 *				  #bfb6b6
 * 
 * 	Mid Grays - #565656
 *				#575757
 *				#4e4949
 *				#454545
 *
 *	Dark Grays - #303030
 *				 #282728
 *				 #262626
 *				 #1e1d1d
 *				 #121212
 *
 * 	Blacks - #000
 *			 #060505
 *			 #040404
 *
 *	Yellows - #f6cc0b
 *			  #f6cf18
 *
 *	Light Yellows - #f7e27f
 *					#f3dd79
 *					#f2dc78
 *					#f5cb0b
 *
 *	Dark Yellows - #806a05
 *				   #6c5a08
 *				   #6a5807
 *				   #9d8931
 *				   #a28707
 *
 *
 *	Red	- #ff0000
 */
 
 @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
 
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #636363;
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #636363;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: #636363;
}

/* General Bg */
.baseball--scoring {

	background: url('../images/grass-bg--repeat.jpg') repeat 50% 50%;
	background: url('../images/corner-gradient--top-left.png') no-repeat 0 0,
				url('../images/corner-gradient--top-right.png') no-repeat 100% 0,
				url('../images/corner-gradient--bottom-right.png') no-repeat 100% 100%,
				url('../images/corner-gradient--bottom-left.png') no-repeat 0 100%,
				url('../images/grass-bg--repeat.jpg') repeat 50% 50%;
	background-size: 547px 336px;
	background-size: 250px 250px,
					 250px 250px,
					 250px 250px,
					 250px 250px,
					 547px 336px;

	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
		
	-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; 

}
#spray-chart {
	background: url('../images/field-bg.png') no-repeat 50% 50%;
	background-size: contain;
}


/*
 *	Scoreboard - Header Bar
 */
 
.scoreboard {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#040404+0,303030+100 */
	background: #040404; /* Old browsers */
	background: -moz-linear-gradient(top,  #040404 0%, #303030 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #040404 0%,#303030 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #040404 0%,#303030 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#040404', endColorstr='#303030',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 5px 5px rgba(0,0,0,0.3);
	
	align-content: center;
	align-items: center;
	justify-content: center;
	
	padding: 1px;
	
	color: #fff;
	font-size: 12px;
	line-height: 1.2em;
	text-transform: uppercase;
	
	
}
/* Scores */
.scoreboard-elements {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1400px;
	width: 100%;
}
.scores {
	background: #4e4949;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 2px;
	width: 100%;
}
.scores .team-score-container {
	width: 100%;
}
.scores .team-score,
.scores .team-score-highlight {	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,161414+15,5b5555+33,807777+50,5b5555+67,2b2828+85,060505+100 */
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #161414 15%, #5b5555 33%, #807777 50%, #5b5555 67%, #2b2828 85%, #060505 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #000000 0%,#161414 15%,#5b5555 33%,#807777 50%,#5b5555 67%,#2b2828 85%,#060505 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #000000 0%,#161414 15%,#5b5555 33%,#807777 50%,#5b5555 67%,#2b2828 85%,#060505 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#060505',GradientType=0 ); /* IE6-9 */
	
	margin: 0 2px 0 0;
	padding: 2px;
	width: 100%;
	
}
.scores .team-score:last-child,
.scores .team-score-highlight:last-child {
	margin: 0;
}
.scores .team-score-highlight {
	border-top: 2px solid #4e4949;
}
.scores .team-score > div {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#565656+0,060505+100 */
	background: #565656; /* Old browsers */
	background: -moz-linear-gradient(top,  #565656 0%, #060505 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #565656 0%,#060505 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #565656 0%,#060505 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#060505',GradientType=0 ); /* IE6-9 */
	padding: 5px 0;
	width: 100%;
}
.scores .team-score-highlight > div {
	background: #000;
	padding: 0;
	height: 5px;
	width: 100%;
}
.team-name {
	color: #f6cc0b;
	
	display: -webkit-flex;
	display: flex;
	align-content: center;
	align-items: center;
	
	padding: 5px 5px 5px 20px;
	width: 80%;
}
.score {
	background: url('../images/bg--score--repeat.png') no-repeat 0 0;
	background-size: 2px 100%;

	text-align: center;
	
	display: -webkit-flex;
	display: flex;
	align-content: center;
	align-items: center;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	
	padding: 5px;
	width: 20%;
}
/* Inning, Count, & Outs */
.inning,
.count {
	align-content: center;
	align-items: center;
	justify-content: center;
	padding: 9px 5px;
	text-align: center;
	width: 20%;
}
.inning .arrow {
	color: #f6cc0b;
	padding: 4px 0 0;
}
.inning .arrow.bottom {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	padding: 0 0 4px;
}
.inning .arrow svg {
	fill: currentColor;
	height: 13px;
	width: 11px;
}
.inning .number {
	padding: 0 5px;
}
.count > div {
	padding: 5px 0;
}
.count > div:first-child,
.count > div:last-child {
	padding: 5px;
}
.outs {
	width: 30%;
}
.outs .out {
	height: 26px;
	margin: 2px 4px;
	width: 26px;
}
.outs .out {
	height: 13px;
	margin: 2px 4px;
	width: 13px;
}
.outs .out > div {
	background: url('../images/out.png') no-repeat 50% -19px;
	background-size: 13px 32px;
}
.outs .out svg {
	opacity: 0;
}
.outs .out.active {
	color: #ff0000;
	text-indent: -9999999px;
}
.outs .out.active > div {
	background-position: 50% 0;
}
/* Logo */
.playbook-365-logo {
	justify-content: flex-end;
	padding: 2px 20px;
	width: 30%;
}
.playbook-365-logo div {
	background: url('../images/playbook-365-logo.png') no-repeat 50% 50%;
	background-size: 100%;
	text-indent: -999999px;
	width: 100%;
}

/*
 *	Spray Chart & Controls
 */

.chart-controls {
	align-content: stretch;	
	position: relative;
	overflow: hidden;
	width: 100%;
	
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

}

/* Spray Chart */
.chart {
	-webkit-align-content: center;
	-webkit-align-items: center;
	align-content: center;
	align-items: center;
	width: 100%;
}
#spray-chart {
	border: none;
	outline: none;
	height: auto;
	width: 100%;
	
	-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; 
	touch-action: none;
}

/*	Sidebar Controls */
.scoring-buttons--main {
 	background: #000;
	box-shadow: -5px 0 5px rgba(0,0,0,0.3);
  	
 	position: relative;
	z-index: 40;
 	align-content: center;
	align-items: center;
	
 	width: 100%;
 	
}
.scoring-button--main {
	display: none;
}
.scoring-button--main.active,
.baseball--scoring--alpha .scoring-button--main {
	display: block;
}
.scoring-button--main.disabled,
.scoring-button--main[disabled] {
	opacity: 0.75;
}
.scoring-buttons--main > div {	
	padding: 0 5px;
	width: 100%;
}
.scoring-buttons--main > div > .main-buttons {	
	display: flex;
	
}

/* Main Buttons */
.scoring-button--main {
	background: #4e4949;
	
	margin: 5px 5px 5px 0;
	padding: 2px;
	width: 100%;
	
	position: relative;
	z-index: 40;
	
}
.scoring-button--main:last-child {
	margin-right: 0;
}
.scoring-button--main > div {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,161414+15,5b5555+33,807777+50,5b5555+67,2b2828+85,060505+100 */
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #161414 15%, #5b5555 33%, #807777 50%, #5b5555 67%, #2b2828 85%, #060505 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #000000 0%,#161414 15%,#5b5555 33%,#807777 50%,#5b5555 67%,#2b2828 85%,#060505 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #000000 0%,#161414 15%,#5b5555 33%,#807777 50%,#5b5555 67%,#2b2828 85%,#060505 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#060505',GradientType=0 ); /* IE6-9 */
	
	padding: 2px;
	width: 100%;
}
.scoring-button--main > div > div {
	background: #1e1d1d;
	padding: 6px;
	width: 100%;
}
.scoring-button--main > div > div > button {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#575757+0,454545+25,121212+75,000000+100 */
	background: #575757; /* Old browsers */
	background: -moz-linear-gradient(top,  #575757 0%, #454545 25%, #121212 75%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #575757 0%,#454545 25%,#121212 75%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #575757 0%,#454545 25%,#121212 75%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#575757', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

	color: #f6cc0b;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2em;
	
	height: 100px;
	width: 100%;
	
}
.scoring-button--main > div > div > button:focus,
.scoring-button--main > div > div > button:active {
	outline: none;
}
#help-text .toggle {
	color: #fff;
	
	height: 48px;
	width: 48px;
	
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 10000;
}
.help-notification--modal-bg {
	z-index: 50;
}
.help-notification--slot-container {
	background: rgba(255,255,255,0.5);
	color: #000;
	z-index: 60;
}
.help-notification--slot-container > div > div {
	background: #fff;
}
.help-text {
	display: none;
}
.help-text.active {
	display: block;
}


/* Undo/Redo Buttons */
.scoring-button--redo-undo {

	position: relative;
	z-index: 40;
	
	padding: 0 0 5px;
	width: 100%;
}
.container--undo-redo {

	background: #806a05;
	
	display: none;
	padding: 2px;
	width: 100%;
}
.container--undo-redo.active {
	display: block;
}
.container--undo-redo:last-child {
	margin-left: 5px;
}
.container--undo-redo > div {
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6c5a08+0,9d8931+15,f2dc78+30,f3dd79+50,f2dc78+70,9d8931+85,6a5807+100 */
	background: #6c5a08; /* Old browsers */
	background: -moz-linear-gradient(top,  #6c5a08 0%, #9d8931 15%, #f2dc78 30%, #f3dd79 50%, #f2dc78 70%, #9d8931 85%, #6a5807 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #6c5a08 0%,#9d8931 15%,#f2dc78 30%,#f3dd79 50%,#f2dc78 70%,#9d8931 85%,#6a5807 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #6c5a08 0%,#9d8931 15%,#f2dc78 30%,#f3dd79 50%,#f2dc78 70%,#9d8931 85%,#6a5807 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c5a08', endColorstr='#6a5807',GradientType=0 ); /* IE6-9 */
	
	padding: 2px;
	width: 100%;
}
.container--undo-redo.disabled,
.container--undo-redo[disabled] {
	opacity: 0.5;
}
.container--undo-redo > div > div {
	background: #f6cc0b;
	padding: 2px;
	width: 100%;
}
button.undo-redo {
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7e27f+0,f6cf18+100 */
	background: #f7e27f; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7e27f 0%, #f6cf18 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f7e27f 0%,#f6cf18 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f7e27f 0%,#f6cf18 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7e27f', endColorstr='#f6cf18',GradientType=0 ); /* IE6-9 */
	
	color: #262626;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2em;
	text-align: center;
	padding: 6px;
	height: 60px;
	
	width: 100%;
}
button.undo-redo[disabled] {
	cursor: default;
	opacity: 0.5;
}
.no-touch button.undo-redo:not([disabled]):hover {
	background: #f3dd79;
}

/* Slideout */
.slideout {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1000;
	
 	padding: 10px 0;

}
.slideout button:focus {
	outline: none;
	border: none;
}
.slideout > div {
	background: url('../images/slideout-handle.png') no-repeat 0 50%;
	background-size: 24px 100%;
	color: #fff;
	margin-right: -52px;
	padding: 0 0 0 24px;
}
.slideout.active > div {
	margin-right: 0;
}
.slideout > div > div {
	background: rgba(0,0,0,0.80);
	border-top: 2px solid rgba(90,88,88,0.80);
	border-bottom: 2px solid rgba(90,88,88,0.80);
	box-shadow: -5px 0 5px rgba(0,0,0,0.3);
	padding: 0 20px 0 10px;
}
.slideout > div > div > div {
	border-left: 2px solid #bfb6b6;
	margin-right: -20px;
	padding: 20px 0;
}
.slideout .slideout-content {
	overflow-y: scroll;
	transition: all 0.1s ease-out;	
	width: 0;
	opacity: 0;
}
.slideout .active .slideout-content {
	opacity: 1;
}
.slideout .active .slideout-content,
.slideout .active .slideout-content.pitch-chart,
.slideout .slideout-content > div,
.slideout .slideout-content.pitch-chart > div,
.slideout .active .slideout-content--med,
.slideout .active .slideout-content--med > div,
.slideout .active .slideout-content--wide,
.slideout .active .slideout-content--wide > div {
	width: 300px;
}
.slideout .slideout-content > div > div {
	width: 100%;
}
.slideout .slideout-content .slideout--panel {
	display: none;
	padding: 0 5px;	
}
.slideout .slideout-content .slideout--panel.active {
	display: block;
}
.baseball--scoring--alpha .slideout .slideout-content .form-title,
.baseball--scoring--alpha .slideout .slideout-content form {
	padding: 0 5px;
}
.slideout .slideout-content .slideout--panel .title,
.baseball--scoring--alpha .slideout .slideout-content .form-title {
	
	color: #f6cc0b;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2em;
	text-transform: uppercase;

}
.slideout .slideout-content .modal {
	display: none;
}
.slideout .slideout-content .modal.active {
	display: flex;
	display: -webkit-flex;
}
.slideout .slideout-content .button--slideout-panel {
	background: #4e4949;
	margin: 13px 0;
	padding: 2px;
}

.slideout .slideout-content .button--slideout-panel:focus-within {
	border: 1px solid #f7e27f;
}
.slideout .slideout-content .button--slideout-panel > div {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,161414+15,5b5555+33,807777+50,5b5555+67,2b2828+85,060505+100 */
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #161414 15%, #5b5555 33%, #807777 50%, #5b5555 67%, #2b2828 85%, #060505 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #000000 0%,#161414 15%,#5b5555 33%,#807777 50%,#5b5555 67%,#2b2828 85%,#060505 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #000000 0%,#161414 15%,#5b5555 33%,#807777 50%,#5b5555 67%,#2b2828 85%,#060505 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#060505',GradientType=0 ); /* IE6-9 */
	
	padding: 2px;
	
}
.slideout .slideout-content .button--slideout-panel > div > div {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#565656+0,060505+100 */
	background: #565656; /* Old browsers */
	background: -moz-linear-gradient(top,  #565656 0%, #060505 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #565656 0%,#060505 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #565656 0%,#060505 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#060505',GradientType=0 ); /* IE6-9 */
	
	min-height: 50px;
	padding: 5px 0;
	width: 100%;
}
.slideout .slideout-content .button--slideout-panel.selected > div > div {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6c5a08+0,9d8931+15,f2dc78+30,f3dd79+50,f2dc78+70,9d8931+85,6a5807+100 */
	background: #6c5a08; /* Old browsers */
	background: -moz-linear-gradient(top,  #6c5a08 0%, #9d8931 15%, #f2dc78 30%, #f3dd79 50%, #f2dc78 70%, #9d8931 85%, #6a5807 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #6c5a08 0%,#9d8931 15%,#f2dc78 30%,#f3dd79 50%,#f2dc78 70%,#9d8931 85%,#6a5807 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #6c5a08 0%,#9d8931 15%,#f2dc78 30%,#f3dd79 50%,#f2dc78 70%,#9d8931 85%,#6a5807 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c5a08', endColorstr='#6a5807',GradientType=0 ); /* IE6-9 */
	color: #4e4949;
}
.slideout .slideout-content .button--slideout-panel > div > div > button {
	
	font-size: 14px;
	font-weight: 700;
	text-align: center;

	min-height: 50px;
	padding: 3px 10px;
	width: 100%;
	
}
.slideout .slideout-content .button--slideout-panel > div > div > button:active {
	color: #f7e27f;
}
.slideout .slideout-content .required {
	color: #f00;
}
.slideout .slideout-content .form-item {
	padding-bottom: 5px;
}
.slideout .slideout-content .form-item--email label,
.slideout .slideout-content .form-item--number label,
.slideout .slideout-content .form-item--password label,
.slideout .slideout-content .form-item--text label,
.slideout .slideout-content .form-item--textarea label {
	padding-bottom: 5px;
}
.slideout .slideout-content input[type="email"],
.slideout .slideout-content input[type="number"],
.slideout .slideout-content input[type="password"],
.slideout .slideout-content input[type="text"],
.slideout .slideout-content textarea {
	border-top: 3px solid #a6a6a6;
	border-left: 2px solid #a6a6a6;
	border-radius: 0;
	color: #333;
	outline: none;
	padding: 5px;
}
.slideout .slideout-content .has-error {
	padding: 0 40px;
}
.slideout .actions {
	-moz-align-content: center;
	-moz-align-items: center;
	-moz-flex-wrap: wrap;
	-moz-justify-content: space-between;
	display: -moz-flex;

	-ms-align-content: center;
	-ms-align-items: center;
	-ms-flex-wrap: wrap;
	-ms-justify-content: space-between;
	display: -ms-flex;

	-o-align-content: center;
	-o-align-items: center;
	-o-flex-wrap: wrap;
	-o-justify-content: space-between;
	display: -o-flex;

	-webkit-align-content: center;
	-webkit-align-items: center;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	display: -webkit-flex;

	align-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
	padding: 13px 0;
}
.slideout .actions .button--slideout-panel {
	background: #4e4949;
	margin-bottom: 5px;
	padding: 2px;
	width: 100%;
}
.slideout .actions .button--slideout-panel > div {
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,161414+15,5b5555+33,807777+50,5b5555+67,2b2828+85,060505+100 */
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #161414 15%, #5b5555 33%, #807777 50%, #5b5555 67%, #2b2828 85%, #060505 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #000000 0%,#161414 15%,#5b5555 33%,#807777 50%,#5b5555 67%,#2b2828 85%,#060505 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #000000 0%,#161414 15%,#5b5555 33%,#807777 50%,#5b5555 67%,#2b2828 85%,#060505 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#060505',GradientType=0 ); /* IE6-9 */
	border-radius: 0;
	
	padding: 2px;
}
.slideout .actions .button--slideout-panel > div > div {
	background: #1e1d1d;
	border-radius: 0;
	display: block;
	padding: 2px;
}
.slideout .actions .button--slideout-panel > div > div > button {

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#565656+0,060505+100 */
	background: #565656; /* Old browsers */
	background: -moz-linear-gradient(top,  #565656 0%, #060505 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #565656 0%,#060505 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #565656 0%,#060505 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#060505',GradientType=0 ); /* IE6-9 */
	
	outline: none;
	border: none;
	border-radius: 0;
	
	color: #f6cc0b !important;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2em;
	
	display: block;
	padding: 5px 10px;
	min-height: 48px;
	width: 100%;
	
}
.slideout .actions .button--slideout-panel > div > div > button::before {
	background: url('../images/arrow--yellow.png') no-repeat 50% 50%;
	background-size: 12px 19px;
	content: '';
	display: inline-block;
	transform: rotate(180deg);
	margin: 0 10px 0 0;
	height: 19px;
	width: 12px;
	position: relative;
	top: 3px;
}
.slideout .actions .button--slideout-panel.primary {
	background: #806a05;

}
.slideout .actions .button--slideout-panel.primary > div {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6c5a08+0,9d8931+15,f2dc78+30,f3dd79+50,f2dc78+70,9d8931+85,6a5807+100 */
	background: #6c5a08; /* Old browsers */
	background: -moz-linear-gradient(top,  #6c5a08 0%, #9d8931 15%, #f2dc78 30%, #f3dd79 50%, #f2dc78 70%, #9d8931 85%, #6a5807 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #6c5a08 0%,#9d8931 15%,#f2dc78 30%,#f3dd79 50%,#f2dc78 70%,#9d8931 85%,#6a5807 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #6c5a08 0%,#9d8931 15%,#f2dc78 30%,#f3dd79 50%,#f2dc78 70%,#9d8931 85%,#6a5807 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c5a08', endColorstr='#6a5807',GradientType=0 ); /* IE6-9 */
}
.slideout .actions .button--slideout-panel.primary > div > div {
	background: #f6cc0b;
}
.slideout .actions .button--slideout-panel.primary > div > div > button {

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7e27f+0,f6cf18+100 */
	background: #f7e27f; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7e27f 0%, #f6cf18 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f7e27f 0%,#f6cf18 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f7e27f 0%,#f6cf18 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7e27f', endColorstr='#f6cf18',GradientType=0 ); /* IE6-9 */
		
	color: #262626 !important;
}
.slideout .actions .button--slideout-panel.primary > div > div > button::before {
	content: none;
	background: none;
}


/* Alpha Only */
.slideout .actions .form-item--button {
	background: #4e4949;
	margin-bottom: 5px;
	padding: 2px;
	width: 100%;
}
.slideout .actions .form-item--button > div {
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,161414+15,5b5555+33,807777+50,5b5555+67,2b2828+85,060505+100 */
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #161414 15%, #5b5555 33%, #807777 50%, #5b5555 67%, #2b2828 85%, #060505 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #000000 0%,#161414 15%,#5b5555 33%,#807777 50%,#5b5555 67%,#2b2828 85%,#060505 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #000000 0%,#161414 15%,#5b5555 33%,#807777 50%,#5b5555 67%,#2b2828 85%,#060505 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#060505',GradientType=0 ); /* IE6-9 */
	border-radius: 0;
	
	padding: 2px;
}
.slideout .actions .form-item--button > div > span {
	background: #1e1d1d;
	border-radius: 0;
	display: block;
	padding: 2px;
}
.slideout .actions .form-item--button > div > span button {

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#565656+0,060505+100 */
	background: #565656; /* Old browsers */
	background: -moz-linear-gradient(top,  #565656 0%, #060505 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #565656 0%,#060505 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #565656 0%,#060505 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#060505',GradientType=0 ); /* IE6-9 */
	
	outline: none;
	border: none;
	border-radius: 0;
	
	color: #f6cc0b !important;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2em;
	
	display: block;
	padding: 5px 10px;
	min-height: 48px;
	width: 100%;
	
}
.slideout .actions .form-item--button > div > span button::before {
	background: url('../images/arrow--yellow.png') no-repeat 50% 50%;
	background-size: 12px 19px;
	content: '';
	display: inline-block;
	transform: rotate(180deg);
	margin: 0 10px 0 0;
	height: 19px;
	width: 12px;
	position: relative;
	top: 3px;
}

.slideout .actions .form-item--submit {
	background: #806a05;
	padding: 2px;
	width: 100%;
}
.slideout .actions .form-item--submit > div {
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6c5a08+0,9d8931+15,f2dc78+30,f3dd79+50,f2dc78+70,9d8931+85,6a5807+100 */
	background: #6c5a08; /* Old browsers */
	background: -moz-linear-gradient(top,  #6c5a08 0%, #9d8931 15%, #f2dc78 30%, #f3dd79 50%, #f2dc78 70%, #9d8931 85%, #6a5807 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #6c5a08 0%,#9d8931 15%,#f2dc78 30%,#f3dd79 50%,#f2dc78 70%,#9d8931 85%,#6a5807 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #6c5a08 0%,#9d8931 15%,#f2dc78 30%,#f3dd79 50%,#f2dc78 70%,#9d8931 85%,#6a5807 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c5a08', endColorstr='#6a5807',GradientType=0 ); /* IE6-9 */

	border-radius: 0;
	
	padding: 2px;
}
.slideout .actions .form-item--submit > div > span {
	background: #f6cc0b;
	border-radius: 0;
	display: block;
	padding: 2px;
}
.slideout .actions .form-item--submit > div > span button {

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7e27f+0,f6cf18+100 */
	background: #f7e27f; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7e27f 0%, #f6cf18 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f7e27f 0%,#f6cf18 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f7e27f 0%,#f6cf18 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7e27f', endColorstr='#f6cf18',GradientType=0 ); /* IE6-9 */

	outline: none;
	border: none;
	border-radius: 0;
		
	color: #262626 !important;
	
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2em;
	
	display: inline-block;
	padding: 5px 10px;
	min-height: 48px;
	width: 100%;

}
.slideout .slideout-content form .button--scoring-form {
	background: #4e4949;
	margin: 13px 0;
	padding: 2px;
}
/* End Alpha Only */
.button--scoring-form > div.button-element {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,161414+15,5b5555+33,807777+50,5b5555+67,2b2828+85,060505+100 */
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #161414 15%, #5b5555 33%, #807777 50%, #5b5555 67%, #2b2828 85%, #060505 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #000000 0%,#161414 15%,#5b5555 33%,#807777 50%,#5b5555 67%,#2b2828 85%,#060505 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #000000 0%,#161414 15%,#5b5555 33%,#807777 50%,#5b5555 67%,#2b2828 85%,#060505 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#060505',GradientType=0 ); /* IE6-9 */
	
	padding: 2px;
	
}
.button--scoring-form > div.button-element > div {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#565656+0,060505+100 */
	background: #565656; /* Old browsers */
	background: -moz-linear-gradient(top,  #565656 0%, #060505 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #565656 0%,#060505 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #565656 0%,#060505 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#060505',GradientType=0 ); /* IE6-9 */
	
	min-height: 50px;
	padding: 5px 0;
	width: 100%;
}
.button--scoring-form > div.button-element > div > label {
	align-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
}
.button--scoring-form > div.button-element > div > label:focus {
	outline: 1px solid #f6cc0b;
}
.button--scoring-form > div.button-element > div > label .txt {
	padding: 3px 10px;
	width: 100%;
}




/* Pitch Data */
#slideout-panel--pitch-data .title {
	font-size: 16px;
}
#slideout-panel--pitch-data label.title {
	margin-bottom: 10px;
}
.pitch-type--container {
    padding: 0 20px 0 10px;
}
.pitch-type--container--2 {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
    overflow-y: scroll;
    max-height: 200px;
}
#slideout-panel--pitch-data .button--slideout-panel {
	margin: 3px 10px 3px 0;	
	width: 45%;
}
.pitch-chart-velocity--container {
	padding: 20px 20px 20px 10px;	
}
.pitch-velocity-continue--container {
	align-items: flex-start !important;
	align-content: flex-start !important;
	display: flex;
	justify-content: space-between;
}
.velocity--container {
	width: 40%;
}
#velocity-input--container {
	background: #4e4949;
	margin: 0;
	padding: 2px;
}
#velocity-input--container:focus-within {
	border: 1px solid #f7e27f;
}
#velocity-input--container > div {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,161414+15,5b5555+33,807777+50,5b5555+67,2b2828+85,060505+100 */
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #161414 15%, #5b5555 33%, #807777 50%, #5b5555 67%, #2b2828 85%, #060505 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #000000 0%,#161414 15%,#5b5555 33%,#807777 50%,#5b5555 67%,#2b2828 85%,#060505 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #000000 0%,#161414 15%,#5b5555 33%,#807777 50%,#5b5555 67%,#2b2828 85%,#060505 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#060505',GradientType=0 ); /* IE6-9 */
	
	padding: 2px;
	
}
#velocity-input--container > div > input {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#565656+0,060505+100 */
	background: #565656; /* Old browsers */
	background: -moz-linear-gradient(top,  #565656 0%, #060505 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #565656 0%,#060505 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #565656 0%,#060505 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#060505',GradientType=0 ); /* IE6-9 */
	
	min-height: 50px;
	padding: 5px 0;
	width: 100%;

	
	border: none;
	color: #f6cc0b;
	font-size: 30px;
	font-weight: 700;
	text-align: center;

	min-height: 50px;
	padding: 3px 10px;
	width: 100%;
	
}
#slideout-panel--pitch-data #slideout-panel-action--pitch-info-continue-button {
	margin: 4px 0 0 0;
	width: 50%;
}
#slideout-panel--pitch-data #slideout-panel-action--pitch-info-continue-button button {
	height: 73px;
	font-size: 30px;
	width: 100%;
}



/* Team Lineups */
.team-lineups {
	padding: 10px 0;
}
.team-lineups .tabs {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 5px;
}
.team-lineups .tabs .tab-button:first-child {
	margin-right: 5px;
}
.team-lineups .tabs .tab-button {
	background: #4e4949;
	padding: 2px;
	width: 100%;
}
.team-lineups .tabs .tab-button > div {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,161414+15,5b5555+33,807777+50,5b5555+67,2b2828+85,060505+100 */
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #161414 15%, #5b5555 33%, #807777 50%, #5b5555 67%, #2b2828 85%, #060505 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #000000 0%,#161414 15%,#5b5555 33%,#807777 50%,#5b5555 67%,#2b2828 85%,#060505 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #000000 0%,#161414 15%,#5b5555 33%,#807777 50%,#5b5555 67%,#2b2828 85%,#060505 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#060505',GradientType=0 ); /* IE6-9 */
		
	display: block;
	padding: 2px;

}
.team-lineups .tabs .tab-button .lineup-tab > div {
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#565656+0,060505+100 */
	background: #565656; /* Old browsers */
	background: -moz-linear-gradient(top,  #565656 0%, #060505 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #565656 0%,#060505 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #565656 0%,#060505 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#060505',GradientType=0 ); /* IE6-9 */
	
	color: #afafae;
	white-space: nowrap;
		
	display: block;
	padding: 3px 5px;

}
.team-lineups .tabs .tab-button .lineup-tab-highlight {
	border-top: 2px solid #4e4949;
}
.team-lineups .tabs .tab-button .lineup-tab-highlight > div {
	background: #000;
	padding: 0;
	height: 5px;
}
.team-lineups .tabs .tab-button.active .lineup-tab > div {
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5cb0b+0,a28707+100 */
	background: #f5cb0b; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5cb0b 0%, #b09632 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f5cb0b 0%,#b09632 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f5cb0b 0%,#b09632 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5cb0b', endColorstr='#b09632',GradientType=0 ); /* IE6-9 */
		
	color: #000;
}
#active-team-lineup-highlight {
	background: #4e4949;
	padding: 1px;
	margin: 30px 0 15px 0;
	width: 100%;
}
#active-team-lineup-highlight > div {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#565656+0,060505+100 */
	background: #565656; /* Old browsers */
	background: -moz-linear-gradient(top,  #565656 0%, #060505 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #565656 0%,#060505 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #565656 0%,#060505 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#060505',GradientType=0 ); /* IE6-9 */
	padding: 2px 0;
}
#active-team-lineup-highlight-color {
	color: #000;
	height: 5px;
	width: 100%;
}


.button--lineup {
	background: #4e4949;
	font-weight: 700;
	display: none;
	padding: 2px;
}
.button--lineup.active {
	display: inline-block;
}
.button--lineup > div {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,161414+15,5b5555+33,807777+50,5b5555+67,2b2828+85,060505+100 */
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #161414 15%, #5b5555 33%, #807777 50%, #5b5555 67%, #2b2828 85%, #060505 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #000000 0%,#161414 15%,#5b5555 33%,#807777 50%,#5b5555 67%,#2b2828 85%,#060505 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #000000 0%,#161414 15%,#5b5555 33%,#807777 50%,#5b5555 67%,#2b2828 85%,#060505 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#060505',GradientType=0 ); /* IE6-9 */
		
	display: block;
	padding: 2px;

}
.button--lineup > div > div {
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5cb0b+0,a28707+100 */
	background: #f5cb0b; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5cb0b 0%, #b09632 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f5cb0b 0%,#b09632 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f5cb0b 0%,#b09632 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5cb0b', endColorstr='#b09632',GradientType=0 ); /* IE6-9 */
		
	color: #000;
	white-space: nowrap;
		
	display: block;
	padding: 3px 5px;

}

.team-lineups .save-lineup-form {
	width: 100%;
}
.team-lineups .save-lineup-form .form-item--submit {
	background: #806a05;
	padding: 2px;
}
.team-lineups .save-lineup-form .actions {
	margin-top: 10px;
}
.team-lineups .save-lineup-form .form-item--submit {
	background: #806a05;
	padding: 2px;
	width: 100%;
}
.team-lineups .save-lineup-form .form-item--submit .field-container--submit {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6c5a08+0,9d8931+15,f2dc78+30,f3dd79+50,f2dc78+70,9d8931+85,6a5807+100 */
	background: #6c5a08; /* Old browsers */
	background: -moz-linear-gradient(top,  #6c5a08 0%, #9d8931 15%, #f2dc78 30%, #f3dd79 50%, #f2dc78 70%, #9d8931 85%, #6a5807 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #6c5a08 0%,#9d8931 15%,#f2dc78 30%,#f3dd79 50%,#f2dc78 70%,#9d8931 85%,#6a5807 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #6c5a08 0%,#9d8931 15%,#f2dc78 30%,#f3dd79 50%,#f2dc78 70%,#9d8931 85%,#6a5807 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c5a08', endColorstr='#6a5807',GradientType=0 ); /* IE6-9 */
	
	padding: 2px;
	width: 100%;
}
.team-lineups .save-lineup-form .form-item--submit .field-container--submit > span {
	background: #f6cc0b;
	border-radius: none;
	
	display: block;
	padding: 2px;
	width: 100%;
}
.team-lineups .save-lineup-form .form-item--submit .field-container--submit > span button {
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7e27f+0,f6cf18+100 */
	background: #f7e27f; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7e27f 0%, #f6cf18 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f7e27f 0%,#f6cf18 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f7e27f 0%,#f6cf18 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7e27f', endColorstr='#f6cf18',GradientType=0 ); /* IE6-9 */

	color: #000;
	font-size: 16px;
	line-height: 1.2em;
	text-align: center;
	padding: 4px 6px;
	
	width: 100%;
}
#lineup-save-alert {
	display: none;
}
#lineup-save-alert.active {
	display: block;
}
.team-lineups .save-alert {
	padding: 10px 5px;
}
.team-lineups .save-alert > div {
	background: #4e4949;
	padding: 2px;
}
.team-lineups .save-alert > div p {
	background: rgba(0,0,0,0.80);
	color: #fff;
	padding: 5px;
}
.team-lineups .save-alert > div p span {
	color: #f6cc0b;
	text-transform: uppercase;
}
.team-lineups h2 {
	color: #f6cc0b;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2em;
}
.team-lineups h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2em;
	text-transform: uppercase;
	
	padding: 15px 0 5px;
}
.team-lineups .used-positions ul {
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    
	margin: 0 !important;
	padding: 0 !important;
	
}
.team-lineups .used-positions ul li {
	margin-right: 10px;
}
.team-lineups .order,
.team-lineups .available,
.team-lineups .player {
	min-height: 36px;
}
.team-lineups .order,
.team-lineups .available {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5cb0b+0,a28707+100 */
	background: #f5cb0b; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5cb0b 0%, #a28707 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f5cb0b 0%,#a28707 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f5cb0b 0%,#a28707 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5cb0b', endColorstr='#a28707',GradientType=0 ); /* IE6-9 */
	outline: none;
	border: none;
	border-radius: 0;
	
	color: #000;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2em;
	min-height: 36px;
}
.team-lineups .player {
	background: #4e4949;
	padding: 2px;
}
.team-lineups .player[disabled="disabled"],
.team-lineups .player.disabled {
	opacity: 0.5;
}
.team-lineups .player > div {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,161414+15,5b5555+33,807777+50,5b5555+67,2b2828+85,060505+100 */
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #161414 15%, #5b5555 33%, #807777 50%, #5b5555 67%, #2b2828 85%, #060505 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #000000 0%,#161414 15%,#5b5555 33%,#807777 50%,#5b5555 67%,#2b2828 85%,#060505 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #000000 0%,#161414 15%,#5b5555 33%,#807777 50%,#5b5555 67%,#2b2828 85%,#060505 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#060505',GradientType=0 ); /* IE6-9 */
	border-radius: 0;
	
	padding: 2px;
}
.team-lineups .player > div > div {

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#565656+0,060505+100 */
	background: #565656; /* Old browsers */
	background: -moz-linear-gradient(top,  #565656 0%, #060505 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #565656 0%,#060505 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #565656 0%,#060505 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#060505',GradientType=0 ); /* IE6-9 */

	outline: none;
	border: none;
	
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2em;
	
	padding: 9px 0 9px 5px;
	width: 100%;
	
}
.team-lineups .player > div > div .fielding-position {
	text-align: center;

	border-left: 2px solid #4e4949;
	margin: -12px 0;
	padding: 12px 0;
	min-width: 40px;
}
.team-lineups .player > div > div .fielding-position::before {	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,161414+15,5b5555+33,807777+50,5b5555+67,2b2828+85,060505+100 */
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #161414 15%, #5b5555 33%, #807777 50%, #5b5555 67%, #2b2828 85%, #060505 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #000000 0%,#161414 15%,#5b5555 33%,#807777 50%,#5b5555 67%,#2b2828 85%,#060505 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #000000 0%,#161414 15%,#5b5555 33%,#807777 50%,#5b5555 67%,#2b2828 85%,#060505 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#060505',GradientType=0 ); /* IE6-9 */
	border-radius: 0;

	content: '';
	
	top: 0;
	left: 0;
	bottom: 0;
	
	width: 2px;
}
.position-dropdown {
	background: rgba(0,0,0,0.5);
	padding: 2px;
	
	display: none;
	position: absolute;
	top: 0;
	left: -120px;
	z-index: 100;
	
}
.position-dropdown.active {
	display: block;
}
.position-dropdown.centering {
	display: -webkit-flex;
	display: flex;
	
	-webkit-align-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    
	width: 100%;
}

.position-dropdown-centering > div {
	background: #4e4949;
	width: 280px;
	height: 350px;
    overflow-y: scroll;
}
.position-dropdown--item {
	padding: 2px;
}
.position-dropdown--item:first-child {
	border-bottom: 1px solid #000;
}
.position-dropdown--item > div {
	background: #4e4949;
}
.position-dropdown--item > div > div {
	
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2em;
	text-align: center;
	
	padding: 3px 10px;
	width: 100%;
}
.position-dropdown--item.used .position-option {
	color: #999;
}
.position-dropdown--item.selected .position-option {
	color: #f6cc0b;
}
.team-lineups .order.extra,
.team-lineups .available.extra {
  opacity: .5;
}
.team-lineups .order.extra::after,
.team-lineups .available.extra::after {
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;

	display: block;
	padding: 10px;
}
.team-lineups .order.extra::after {
	content: 'Add Extra Hitter';
}
.team-lineups .available.extra::after {
	content: 'Bench Player';
}
.team-lineups .order.over {
  opacity: .1;
}
.team-lineups [draggable] {
  user-select: none;
}
.team-lineups .unavailable {
	opacity: 0.75;
}
.team-lineups .team {
	padding: 0 5px;
}
.new-player-button {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,161414+15,5b5555+33,807777+50,5b5555+67,2b2828+85,060505+100 */
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #161414 15%, #5b5555 33%, #807777 50%, #5b5555 67%, #2b2828 85%, #060505 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #000000 0%,#161414 15%,#5b5555 33%,#807777 50%,#5b5555 67%,#2b2828 85%,#060505 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #000000 0%,#161414 15%,#5b5555 33%,#807777 50%,#5b5555 67%,#2b2828 85%,#060505 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#060505',GradientType=0 ); /* IE6-9 */
	
	display: none;
	margin-top: 15px;
	padding: 2px;

}
.new-player-button.active {
	display: block;
}
.new-player-button > div {
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#565656+0,060505+100 */
	background: #565656; /* Old browsers */
	background: -moz-linear-gradient(top,  #565656 0%, #060505 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #565656 0%,#060505 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #565656 0%,#060505 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#060505',GradientType=0 ); /* IE6-9 */
	
	color: #afafae;
	
	padding: 2px;

}
.new-player-button > div > div {
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5cb0b+0,a28707+100 */
	background: #f5cb0b; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5cb0b 0%, #b09632 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f5cb0b 0%,#b09632 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f5cb0b 0%,#b09632 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5cb0b', endColorstr='#b09632',GradientType=0 ); /* IE6-9 */
		
	color: #000;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2em;
	text-align: center;

	cursor: pointer;
	
	padding: 10px;

}
.new-player-button > div > div > button {
	font-weight: 700;
}

/* New Player - Lineup Form */
#new-player--form {
	width: 100%;
}
#new-player--form label {
	color: #fff;
}
#new-player--form input[type="text"],
#new-player--form input[type="number"] {
	color: #000;
	width: 100%;
}
/* Game Log */
.game-log-container .batter {
	border: 1px solid #f00;
}
.game-log {
	background: #fff;
	
	color: #000;
	
	height: 200px;
	overflow-y: scroll;
}
.game-log-container .buttons > div {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,161414+15,5b5555+33,807777+50,5b5555+67,2b2828+85,060505+100 */
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #161414 15%, #5b5555 33%, #807777 50%, #5b5555 67%, #2b2828 85%, #060505 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #000000 0%,#161414 15%,#5b5555 33%,#807777 50%,#5b5555 67%,#2b2828 85%,#060505 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #000000 0%,#161414 15%,#5b5555 33%,#807777 50%,#5b5555 67%,#2b2828 85%,#060505 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#060505',GradientType=0 ); /* IE6-9 */
	border-radius: 0;
	
	padding: 2px;
}
.game-log-container .buttons > div > div {
	background: #4e4949;
	padding: 2px;
}
.game-log-container .buttons > div > div > button {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#565656+0,060505+100 */
	background: #565656; /* Old browsers */
	background: -moz-linear-gradient(top,  #565656 0%, #060505 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #565656 0%,#060505 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #565656 0%,#060505 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#060505',GradientType=0 ); /* IE6-9 */

	outline: none;
	border: none;
	
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2em;
	text-align: center;
	
	display: block;
	padding: 10px;
	width: 100%;
}




/* 
 *	
 *	Secondary Buttons 
 *
 */
.scoring-buttons--secondary > div {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 10;
}
.scoring-button--secondary {
	background: #4e4949;
	
	display: none;
	padding: 2px;
	width: 100%;
	
	position: relative;
	z-index: 40;
	
}
.scoring-button--secondary.active,
.baseball--scoring--alpha .scoring-button--secondary  {
	display: block;
}
.scoring-button--secondary > div {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,161414+15,5b5555+33,807777+50,5b5555+67,2b2828+85,060505+100 */
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #161414 15%, #5b5555 33%, #807777 50%, #5b5555 67%, #2b2828 85%, #060505 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #000000 0%,#161414 15%,#5b5555 33%,#807777 50%,#5b5555 67%,#2b2828 85%,#060505 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #000000 0%,#161414 15%,#5b5555 33%,#807777 50%,#5b5555 67%,#2b2828 85%,#060505 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#060505',GradientType=0 ); /* IE6-9 */
	
	padding: 2px;
	width: 100%;
}
.scoring-button--secondary > div > div {
	background: #1e1d1d;
	padding: 6px;
	width: 100%;
}
.scoring-button--secondary > div > div > button {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#575757+0,454545+25,121212+75,000000+100 */
	background: #575757; /* Old browsers */
	background: -moz-linear-gradient(top,  #575757 0%, #454545 25%, #121212 75%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #575757 0%,#454545 25%,#121212 75%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #575757 0%,#454545 25%,#121212 75%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#575757', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

	color: #f6cc0b;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2em;
	
	padding: 5px 10px;
	height: 50px;
	width: 100%;
	
}


/*
 * 
 *	Tertiary Buttons 
 *	
 */

/* Switch Stance / Arm Buttons */
#switch-batter-stance,
#switch-pitcher-throwing-arm {

    background: url('../images/tertiary-button-bg.png') no-repeat 50% 50%;
    background-size: contain;
    
    width: 55px;
    height: 39px;
    
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 5;

}
#switch-pitcher-throwing-arm {
	bottom: 55px;
}
#switch-batter-stance > div,
#switch-pitcher-throwing-arm > div {
	width: 55px;
    height: 39px;
}
#switch-batter-stance > div {
    background: url('../images/switch-batter-icon.png') no-repeat 20px 5px;
    background-size: 10px 16px;
}
#switch-pitcher-throwing-arm > div {
    background: url('../images/switch-pitcher-icon.png') no-repeat 22px 5px;
    background-size: 14px 16px;
}
#switch-batter-stance[data-stance="left"] > div,
#switch-pitcher-throwing-arm[data-arm="left"] > div {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
#switch-batter-stance[data-stance="left"] > div > div,
#switch-pitcher-throwing-arm[data-arm="left"] > div > div {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

#switch-batter-stance[data-stance="left"] #switch-batter-stance--success,
#switch-pitcher-throwing-arm[data-arm="left"] #switch-pitcher-throwing-arm--success {
	left: -252px;
}

#switch-batter-stance--success,
#switch-pitcher-throwing-arm--success {
    
	position: absolute;
	margin: 11px;
    top: -20px;
    left: 55px;
    
    padding: 10px;
    width: 230px;
    z-index: 100;
    
	background: rgba(0,0,0,0.75);
	color: #f6cc0b;
	font-size: 12px;
	font-weight: 700;
	
	opacity: 0;
	display: none;
}
#switch-batter-stance.initiated:not(.active) #switch-batter-stance--success,
#switch-pitcher-throwing-arm.initiated:not(.active) #switch-pitcher-throwing-arm--success {
	-webkit-animation: fadeOut 1s linear forwards;
    animation: fadeOut 1s linear forwards;
	display: none;
}
#switch-batter-stance.active #switch-batter-stance--success,
#switch-pitcher-throwing-arm.active #switch-pitcher-throwing-arm--success {
    -webkit-animation: fadeIn 1s linear forwards;
    animation: fadeIn 1s linear forwards;
	display: block;
}

@-webkit-keyframes fadeIn {
	0%{ 
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes fadeOut {
	0%{
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% { 
		opacity: 1;
	}
}
@keyframes fadeOut {
	0%{ 
		opacity: 1;
	}
	100% { 
		opacity: 0;
	}
}


/*
 * 
 *	Pitch Count
 *	
 */

#pitch-count--container {

    background: url('../images/pitch-count-bg.png') no-repeat 50% 50%;
    background-size: contain;
    
    padding: 10px;
    width: 93px;
    height: 67px;
    
    position: absolute;
    right: 10px;
    bottom: 10px;
    
    text-align: center;

}
#pitch-count--label {
	color: #fff;
	font-size: 11px;
	font-weight: 700;
}
#pitch-count {
	color: #f6cc0b;
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
}





/*
 * At Bat / Pitcher - Footer Bar
 */
.at-bat-pitcher-bar {
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,282728+100 */
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #282728 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #000000 0%,#282728 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #000000 0%,#282728 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#282728',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 -5px 5px rgba(0,0,0,0.3);

	color: #fff;
	font-size: 16px;
	line-height: 1.2em;
	text-transform: uppercase;
	
	-webkit-align-content: center;
	-webkit-align-items: center;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	
	padding: 1px;
	
}
.at-bat-pitcher-bar .name-container {
	
	background: #4e4949;
	
	align-content: center;
	align-items: center;
	
	margin: 0;
	padding: 2px;
	min-height: 40px;
	width: 100%;
}
.at-bat-pitcher-bar .name-container > div {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,161414+15,5b5555+33,807777+50,5b5555+67,2b2828+85,060505+100 */
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #161414 15%, #5b5555 33%, #807777 50%, #5b5555 67%, #2b2828 85%, #060505 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #000000 0%,#161414 15%,#5b5555 33%,#807777 50%,#5b5555 67%,#2b2828 85%,#060505 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #000000 0%,#161414 15%,#5b5555 33%,#807777 50%,#5b5555 67%,#2b2828 85%,#060505 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#060505',GradientType=0 ); /* IE6-9 */

	padding: 2px;
	width: 100%;
}
.at-bat-pitcher-bar .name-container .offense-defense-highlight {
	border-top: 2px solid #4e4949;
}
.at-bat-pitcher-bar .name-container .player-info-container > div {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#565656+0,060505+100 */
	background: #565656; /* Old browsers */
	background: -moz-linear-gradient(top,  #565656 0%, #060505 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #565656 0%,#060505 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #565656 0%,#060505 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#060505',GradientType=0 ); /* IE6-9 */

	align-content: center;
	align-items: center;
		
	padding: 5px 0;
	min-height: 30px;
	width: 100%;
	
}
.at-bat-pitcher-bar .name-container .offense-defense-highlight > div {
	background: #000;
	height: 5px;
	width: 100%;	
}
.at-bat-pitcher-bar .name-container .label--at-bat, 
.at-bat-pitcher-bar .name-container .label--pitcher {
	font-size: 12px;
	line-height: 1.2em;
	text-transform: uppercase;
	text-align: center;
	
	padding: 0 10px;
	width: 21%;
}
.at-bat-pitcher-bar .name-container .name-number {

	align-content: center;
	align-items: center;

	width: 79%;
	
}
.at-bat-pitcher-bar .name-container .name-number .number {
	
	background: url('../images/bg--score--repeat.png') no-repeat 0 100%;
	background-size: 2px 100%;
	
	color: #f6cc0b;
	font-size: 14px;
	line-height: 1.2em;
	text-align: center;
	
	width: 13%;
}
.at-bat-pitcher-bar .name-container .name-number .name {
	width: 87%;
}


@media only screen and (min-width: 359px) {

	.slideout .active .slideout-content,
	.slideout .active .slideout-content.pitch-chart,
	.slideout .slideout-content > div,
	.slideout .slideout-content.pitch-chart > div {
		width: 350px;
	}
	.slideout .active .slideout-content--med,
	.slideout .active .slideout-content--med > div,
	.slideout .active .slideout-content--wide,
	.slideout .active .slideout-content--wide > div {
		width: 359px;
	}

}

@media only screen and (min-width: 375px) {

	.slideout .active .slideout-content--med,
	.slideout .active .slideout-content--med > div,
	.slideout .active .slideout-content--wide,
	.slideout .active .slideout-content--wide > div {
		width: 375px;
	}
}

@media only screen and (min-width: 400px) {

	/*
	 *	Scoreboard - Header Bar
	 */
	.outs .out {
		height: 26px;
		width: 26px;
	}
	.outs .out > div {
		background-position: 50% -37px;
		background-size: 26px 63px;
	}
	
	.slideout .active .slideout-content--med,
	.slideout .active .slideout-content--med > div,
	.slideout .active .slideout-content--wide,
	.slideout .active .slideout-content--wide > div {
 		width: 400px; 
	}
	
}

@media only screen and (min-width: 500px) {

	.slideout .active .slideout-content--wide,
	.slideout .active .slideout-content--wide > div {
		width: 465px;
	}
	.team-lineups .tabs {
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		-o-flex-wrap: nowrap;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		width: 100%;
	}
	.team-lineups .tabs .tab-button {
		width: auto;
	}
	.team-lineups .save-lineup-form .actions {
		justify-content: flex-end;
		margin-top: 0;
	}
	.team-lineups .save-lineup-form .form-item--submit {
		width: auto;
	}
	
	
	
	/* Pitch Data */
	#slideout-panel--pitch-data > div > div {
		display: flex;
	}
	#slideout-panel--pitch-data .title {
		font-size: 16px;
	}
	#slideout-panel--pitch-data label.title {
		margin-bottom: 10px;
	}
	.pitch-type--container {
	    width: 30%;
	}
	.pitch-type--container--2 {
	    max-height: 590px;
	}
	#slideout-panel--pitch-data .pitch-type--container .button--slideout-panel {
		width: 100%;
	}
	.pitch-chart-velocity--container {
		width: 70%;
	}

	
	
	/*
	 * 
	 *	Tertiary Buttons 
	 *	
	 */

	/* Switch Stance / Arm Buttons */
	#switch-batter-stance,
	#switch-pitcher-throwing-arm {
	    width: 110px;
	    height: 79px;
	}
	#switch-pitcher-throwing-arm {
		bottom: 99px;
	}
	#switch-batter-stance > div,
	#switch-pitcher-throwing-arm > div {
		width: 110px;
	    height: 79px;
	}
	#switch-batter-stance > div {
	    background-position: 41px 10px;
	    background-size: 20px 33px;
	}
	#switch-pitcher-throwing-arm > div {
	    background-position: 44px 10px;
	    background-size: 28px 33px;
	}
	#switch-batter-stance--success,
	#switch-pitcher-throwing-arm--success {
	    top: 0;
	    left: 110px;
	}
	
	
	/*
	 * 
	 *	Pitch Count
	 *	
	 */
	#pitch-count--container {
	    padding: 10px 20px;
	    width: 110px;
	    height: 79px;
	}
	#pitch-count--label {
		font-size: 12px;
	}
	#pitch-count {
		font-size: 40px;
		line-height: 40px;
	}

}


@media only screen and (min-width: 550px) {
	/*
	 *	Scoreboard - Header Bar
	 */
	.playbook-365-logo div {
		background-size: contain;
	}
	.scores {
		-moz-flex-wrap: nowrap;
		-o-flex-wrap: nowrap;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.scores .team-score-container {
		width: 50%;
	}

	/*
	 *	Spray Chart & Controls
	 */
	.scoring-buttons--main > div {
		padding: 0 12px;
	}
	.scoring-button--main {
		margin: 12px 12px 12px 0;
	}
	.scoring-button--redo-undo {
		padding: 0 0 12px;
	}
	.container--undo-redo:last-child {
		margin-left: 12px;
	}
	.slideout .active .slideout-content--wide,
	.slideout .active .slideout-content--wide > div {
		width: 525px;
	}
	.team-lineups .order,
	.team-lineups .available,
	.team-lineups .player {
		font-size: 14px;
		min-height: 40px;
	}
	.team-lineups .player > div > div,
	.team-lineups .player > div > div .position-dropdown--item > div > div,
	.team-lineups .order.extra::after,
	.team-lineups .available.extra::after,
	.new-player-button > div > div {
		font-size: 14px;
	}

	
	/*
	 * At Bat / Pitcher - Footer Bar
	 */
	.at-bat-pitcher-bar .name-container {
		margin: 0 1% 0 0;
		margin: 0 calc(1px) 0 0;
		padding: 2px;
		width: 49%;
		width: calc(50% - 1px);
	}
	.at-bat-pitcher-bar .name-container:last-child {
		margin: 0 0 0 calc(1px);
	}
	.at-bat-pitcher-bar .name-container .label--at-bat, 
	.at-bat-pitcher-bar .name-container .label--pitcher {
		width: 25%;
	}
	.at-bat-pitcher-bar .name-container .name-number {
		width: 75%;
	}
	
	
}
@media only screen and (min-width: 600px) {

	.slideout .active .slideout-content--wide,
	.slideout .active .slideout-content--wide > div {
		width: 575px;
	}
	
	.slideout .actions .button--slideout-panel,
	.slideout .actions .form-item--button,	/* Alpha only */
	.slideout .actions .form-item--submit {	/* Alpha only */
		margin-bottom: 0;
		width: 150px;
	}
	
}

@media only screen and (min-width: 700px) {
	/*
	 *	Scoreboard - Header Bar
	 */
	.scoreboard-elements {
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.scores {
		width: 60%;
	}
	.inning,
	.count {
		width: 8%;
	}
	.outs {
		width: 10%;
	}
	.outs .out {
		height: 13px;
		width: 13px;
	}
	.outs .out > div {
		background-position: 50% -19px;
		background-size: 13px 32px;
	}
	.playbook-365-logo {
		width: 14%;
	}
	.playbook-365-logo div {
		background-size: contain;
	}
	
	/*
	 *	Spray Chart & Controls
	 */
	 .chart-controls {
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		-o-flex-wrap: nowrap;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.chart {
		width: 77%;
	}
	.scoring-buttons--main {
	 	width: 23%;
	}
	.scoring-buttons--main > div > .main-buttons {	
		display: block;
	}
	.scoring-button--main {
		margin-right: 0;
	}
	.scoring-button--main > div > div > button {
		height: 100px;
	}
	.container--undo-redo {
		margin: 12px 0;
	}
	.slideout {
		z-index: 20;
	 	padding: 10px 23% 10px 0;
	}
	.slideout .active .slideout-content--wide,
	.slideout .active .slideout-content--wide > div {
		width: 525px;
	}
	.team-lineups .tabs {
		padding: 0 20px;
	}
	.team-lineups .tabs .tab-button:first-child {
		margin-right: 10px;
	}
	.team-lineups .save-alert {
		padding: 10px 20px;
	}
	.team-lineups .order,
	.team-lineups .available,
	.team-lineups .player {
		font-size: 16px;
		min-height: 44px;
	}
	.team-lineups .player > div > div,
	.team-lineups .player > div > div .position-dropdown--item > div > div,
	.team-lineups .order.extra::after, 
	.team-lineups .available.extra::after,
	.new-player-button > div > div {
		font-size: 16px;
	}
	.team-lineups .team {
		padding: 0 20px;
	}

	/*
	 * At Bat / Pitcher - Footer Bar
	 */
	.at-bat-pitcher-bar {
		font-size: 18px;
	}
	.at-bat-pitcher-bar .name-container .label--at-bat, 
	.at-bat-pitcher-bar .name-container .label--pitcher {
		font-size: 14px;
	}
	.at-bat-pitcher-bar .name-container .name-number .number {
		font-size: 16px;
	}


}

@media only screen and (min-width: 800px) {

	.slideout .active .slideout-content--wide,
	.slideout .active .slideout-content--wide > div {
		width: 600px;
	}

}

@media only screen and (min-width: 900px) {
	
	/*
	 *	Scoreboard - Header Bar
	 */
	 
	.scoreboard {
		font-size: 14px;
	}

	/*
	 *	Spray Chart & Controls
	 */
	 
	.scoring-button--main > div > div > button {
		font-size: 20px;
	}
	.team-lineups .order,
	.team-lineups .available,
	.team-lineups .player {
		font-size: 18px;
		min-height: 48px;
	}
	.team-lineups .player > div > div,
	.team-lineups .player > div > div .position-dropdown--item > div > div,
	.team-lineups .order.extra::after, 
	.team-lineups .available.extra::after,
	.new-player-button > div > div {
		font-size: 18px;
	}
	.slideout .active .slideout-content--wide,
	.slideout .active .slideout-content--wide > div {
		width: 675px;
	}
	.team-lineups .player > div > div {
		padding: 9px;
	}
	.team-lineups .player > div > div .fielding-position {
		padding-left: 10px;
	}
	.game-log {
		height: 300px;
	}
	
	/*
	 * At Bat / Pitcher - Footer Bar
	 */
	.at-bat-pitcher-bar {
		font-size: 20px;
	}
	.at-bat-pitcher-bar .name-container .label--at-bat, 
	.at-bat-pitcher-bar .name-container .label--pitcher {
		font-size: 16px;
		width: 21%;
	}
	.at-bat-pitcher-bar .name-container .name-number {
		width: 79%;
	}
	.at-bat-pitcher-bar .name-container .name-number .number {
		font-size: 18px;
	}
	.at-bat-pitcher-bar .name-container .name-number .number {
		width: calc(70px);
	}
	.at-bat-pitcher-bar .name-container .name-number .name {
		width: calc(100% - 70px);
	}

}

@media only screen and (min-width: 1000px) {
	
	/*
	 *	Scoreboard - Header Bar
	 */
	 
	.scoreboard {
		font-size: 18px;
	}
	.outs .out {
		height: 26px;
		width: 26px;
	}
	.outs .out > div {
		background-position: 50% -37px;
		background-size: 26px 63px;
	}
	
	
	/*
	 *	Spray Chart & Controls
	 */
	 
	.scoring-button--main > div > div > button {
		font-size: 24px;
		height: 150px;
	}
	button.undo-redo {
		font-size: 18px;
	}
	.slideout > div {
		margin-right: 0;
	}
	.slideout .active .slideout-content--wide,
	.slideout .active .slideout-content--wide > div {
		width: 750px;
	}
	.slideout .slideout-content .button--slideout-panel > div > div > button {
		font-size: 16px;
	}
	#slideout-panel--pitch-data #slideout-panel-action--pitch-info-continue-button button {
		height: 117px;
	}
	.team-lineups .order,
	.team-lineups .available,
	.team-lineups .player {
		font-size: 20px;
		min-height: 52px;
	}
	.team-lineups .player > div > div,
	.team-lineups .player > div > div .position-dropdown--item > div > div,
	.team-lineups .order.extra::after,
	.team-lineups .available.extra::after,
	.new-player-button > div > div {
		font-size: 20px;
	}
	.scoring-buttons--secondary > div {
		right: 60px;
	}
	
	
	/* Pitch Data */
	.pitch-type--container--2 {
	    max-height: 720px;
	}
	#velocity-input--container > div > input {
		font-size: 60px;
	}
	#slideout-panel-action--pitch-info-continue-button button {
		font-size: 40px;
	}
	
	
	/*
	 * 
	 *	Tertiary Buttons 
	 *	
	 */

	/* Switch Stance / Arm Buttons */
	#switch-batter-stance,
	#switch-pitcher-throwing-arm {
	    width: 165px;
	    height: 118px;
	    height: 118.5px;
	    
	    left: 20px;
	    bottom: 20px;
	}
	#switch-pitcher-throwing-arm {
		bottom: 149px;
	}
	#switch-batter-stance > div,
	#switch-pitcher-throwing-arm > div {
		width: 165px;
	    height: 118px;
	    height: 118.5px;
	}
	#switch-batter-stance > div {
	    background-position: 60px 15px;
	    background-size: 30px 50px;
	}
	#switch-pitcher-throwing-arm > div {
	    background-position: 66px 15px;
	    background-size: 42px 50px;
	}
	#switch-batter-stance--success,
	#switch-pitcher-throwing-arm--success {
		font-size: 14px;
	    left: 175px;
	    width: 300px;
	}
	#switch-batter-stance[data-stance="left"] #switch-batter-stance--success,
	#switch-pitcher-throwing-arm[data-arm="left"] #switch-pitcher-throwing-arm--success {
		left: -332px;
	}



	/*
	 * 
	 *	Pitch Count
	 *	
	 */
	#pitch-count--container {
	
	    padding: 15px 30px;
	    width: 165px;
	    height: 118px;
	    height: 118.5px;
	    
	    right: 54px;
	    bottom: 20px;
	    
	}
	#pitch-count--label {
		font-size: 14px;
	}
	#pitch-count {
		font-size: 60px;
		line-height: 60px;
	}

}

@media only screen and (min-width: 1050px) {
	
	/*
	 *	Scoreboard - Header Bar
	 */
	 
	.scoreboard {
		font-size: 20px;
	}
	
	
	/*
	 *	Spray Chart & Controls
	 */
	 
	.scoring-button--main > div > div > button {
		font-size: 30px;
	}
	button.undo-redo {
		font-size: 20px;
	}
	.team-lineups .player > div > div,
	.team-lineups .player > div > div .position-dropdown--item > div > div {
		font-size: 20px;
		padding: 10px;
	}
	
	/*
	 * At Bat / Pitcher - Footer Bar
	 */
	.at-bat-pitcher-bar {
		font-size: 20px;
	}
	.at-bat-pitcher-bar .name-container .label--at-bat, 
	.at-bat-pitcher-bar .name-container .label--pitcher {
		font-size: 18px;
	}
	.at-bat-pitcher-bar .name-container .name-number .number {
		font-size: 24px;
	}

	
}


@media only screen and (min-width: 1100px) {


	.slideout .active .slideout-content--wide,
	.slideout .active .slideout-content--wide > div {
		width: 800px;
	}
	.slideout .slideout-content .slideout--panel,
	.baseball--scoring--alpha .slideout .slideout-content .form-title,
	.baseball--scoring--alpha .slideout .slideout-content form {
		padding: 0 13px;
	}
	.team-lineups .team {
		padding: 10px 20px;
	}

}


@media only screen and (min-width: 1200px) {
	
	/*
	 *	Scoreboard - Header Bar
	 */
	 
	.scoreboard {
		font-size: 24px;
	}
	
	
	/*
	 *	Spray Chart & Controls
	 */
	 
	.scoring-button--main > div > div > button {
		font-size: 36px;
		height: 175px;
	}
	button.undo-redo {
		font-size: 24px;
	}
	
	/*
	 * At Bat / Pitcher - Footer Bar
	 */
	.at-bat-pitcher-bar {
		font-size: 24px;
	}
	.at-bat-pitcher-bar .name-container .label--at-bat, 
	.at-bat-pitcher-bar .name-container .label--pitcher {
		font-size: 20px;
	}
	.at-bat-pitcher-bar .name-container .name-number .number {
		font-size: 30px;
	}


}


@media only screen and (min-width: 1400px) {
	
	/*
	 *	Scoreboard - Header Bar
	 */
	 
	.scoreboard {
		font-size: 30px;
	}
	.team-name {
		width: calc(100% - 75px);
	}
	.score {
		width: calc(75px);
	}
	
	/*
	 *	Spray Chart & Controls
	 */
	.scoring-button--main > div > div > button {
		font-size: 40px;
	}
	button.undo-redo {
		font-size: 30px;
	}
	
	/*
	 *	Spray Chart & Controls
	 */

	.chart {
		width: calc(100% - 320px);
	}
	.scoring-buttons--main {
	 	width: calc(320px);
	}
	.scoring-button--main > div > div > button {
		height: 210px;
	}
	.slideout {
	 	padding-right: calc(320px);
	}
	.game-log {
		height: 500px;
	}
	
	
	/*
	 * 
	 *	Tertiary Buttons 
	 *	
	 */

	/* Switch Stance / Arm Buttons */
	#switch-batter-stance,
	#switch-pitcher-throwing-arm {
	    width: 220px;
	    height: 158px;
	}
	#switch-pitcher-throwing-arm {
		bottom: 198px;
	}
	#switch-batter-stance > div,
	#switch-pitcher-throwing-arm > div {
		width: 220px;
	    height: 158px;
	}
	#switch-batter-stance > div {
	    background-position: 81px 20px;
	    background-size: 41px 67px;
	}
	#switch-pitcher-throwing-arm > div {
	    background-position: 88px 20px;
	    background-size: 56px 66px;
	}
	#switch-batter-stance--success,
	#switch-pitcher-throwing-arm--success {  
		font-size: 18px;
	    left: 230px;
	}
	#switch-batter-stance[data-stance="left"] #switch-batter-stance--success,
	#switch-pitcher-throwing-arm[data-arm="left"] #switch-pitcher-throwing-arm--success {
		left: -332px;
	}


	/*
	 * 
	 *	Pitch Count
	 *	
	 */
	
	#pitch-count--container {
	
	    padding: 20px 40px;
	    width: 220px;
	    height: 158px;
	    
	}
	#pitch-count--label {
		font-size: 20px;
	}
	#pitch-count {
		font-size: 80px;
		line-height: 80px;
	}

	
	/*
	 * At Bat / Pitcher - Footer Bar
	 */
	.at-bat-pitcher-bar {
		font-size: 30px;
	}
	.at-bat-pitcher-bar .name-container .label--at-bat, 
	.at-bat-pitcher-bar .name-container .label--pitcher {
		font-size: 24px;
	}
	.at-bat-pitcher-bar .name-container .name-number .number {
		font-size: 40px;
	}

}


/* Fixes to hover states due to using tailwind. */
.no-touch .primary-button:hover,
.no-touch .link-button:hover {
	background-color: #6875f5;
}
.no-touch .secondary-button:hover,
.no-touch .notification-button:hover,
.no-touch .notify-button:hover {
	color: #6b7280;
}
.no-touch .dropdown-link:hover {
	background-color: #f4f5f7;
}
.no-touch .roster-control:hover {
	background-color: #0e9f6e;
}
.no-touch .menu-item:hover {
	border-color: #e5e7eb;
	color: #000;
}
.no-touch .menu-button:hover {
	background-color: #374151;
	color: #fff;
}
.no-touch .mobile-menu-item:hover {
	background-color: #161e2e;
	color: #000;
}
.no-touch .mobile-user-menu-item:hover {
	background-color: #161e2e;
	color: #000;
}
.no-touch .mobile-system-header-menu-item:hover {
	color: #000;
}
.no-touch .mobile-icon:hover {
	color: #000;
}

