.btn-grass {
	#background-color: #4DBD33;
	#border-color: #4DCD33;
	background-color: #94B471;
	border-color: #B0C988;
	color: #fff;
}

.skin-blue .main-header .navbar {
	#background-color: #94B471;
}

.pick-the-stick-widget-main {
	color: green;
	padding-right: 20px;
	font-weight: bold;
	font-size: 32px;
}

.game-bg {
	background-color: transparent !important;
	background: url("https://securea.mlb.com/images/2017_ipad/1368/sdsf_1368.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: white;
}

.skin-blue .main-header .logo {
	#background-color: #C79A79;
	#background-color: #FFF8E3;
	#background-color: #784800;
	#background-color: #526F35;
}

.topbar-main {
	background-color: #00b14d !important;
}

.text-success {
	color: #00b14d;
}

.alert-success {
	background-color: rgba(0, 177, 77, 0.5) !important;
	border-color: rgba(0, 177, 77, 1.0) !important;
	color: #ffffff !important;
}

.alert-success .alert-link {
	color: #ffaa00;
}

.btn-success {
	background-color: #00b14d !important;
	border-color: #00b14d !important;
}

.question-q-box {
	background-color: #00b14d;
}

.small-summary {
	padding: 4px 2px 4px 2px;
}

#topnav .navigation-menu > li:hover a {
	color: #00b14d;
}

#topnav .navigation-menu > li:hover a i {
	color: #00b14d;
}

.answer {
	margin-bottom: 20px;
}

.ptsspin {
	animation: ptsspin 2s infinite linear
}

@keyframes ptsspin {
	0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}
}

.checkbox-pickthestick input[type="checkbox"]:checked + label::before {
	background-color: #00b14d;
	border-color: #00b14d;
}

.checkbox-pickthestick input[type="checkbox"]:checked + label::after {
	color: #ffffff;
}

.radio-pickthestick input[type="radio"] + label::after {
  background-color: #00b14d;
}
.radio-pickthestick input[type="radio"]:checked + label::before {
  border-color: #00b14d;
}
.radio-pickthestick input[type="radio"]:checked + label::after {
  background-color: #00b14d;
}

.text-pickthestick {
	color: #00b14d;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th{
	border: none;
}

.top-table-border {
	border-top: 1px solid #5A6168;
}

.widget-icon .wid-icon-info {
	margin-left: 60px;
}

.base {
	width: 25px;
	height: 25px;
	#background-color: #98a6ad;
	border: solid 1px #98a6ad;
	margin: 2px;
	display:inline-block;
}

.baserunner {
	background-color: #00b14d;
}

.diamondwrap{
	display: table;
	margin: 0 auto;
}

.diamondcontainer{
	width: 75px;
	padding: 5px;
	transform: rotate(45deg);
}

.pickanchor {
	color: #00b14d;
}

.pickanchor:hover {
	color: #00811d;
}

.pickanchor:focus {
	color: #00811d;
}
.dashed {
	stroke-dasharray: 5, 5;
}
.nvtooltip.xy-tooltip {
	background-color: rgba(45, 53, 61, 0.7);
	color: #fff !important;
}
.nvtooltip table td.value {
	color: #fff !important;
}

.nvd3.nv-noData {
	color #98a6ad !important;
	fill: #98a6ad !important;
	font-weight: normal;
}

.history-table-row:hover {
	background-color: #404C54;
}

.pick-mini-choices {
	padding: 0px !important;
	cursor: pointer;
}

.pick-mini-choices:hover {
	background-color: #404C54;
}

a {
	color: #00b14d;
}

.highlight-standing {
	background-color: #2F3940;
}

.event-desc-row {
	cursor: pointer;
}

.tooltip.top .tooltip-inner {
    background-color: #00b14d;
    font-weight: bold;
}
.tooltip.top .tooltip-arrow {
      border-top-color: #00b14d;
      font-weight: bold;
}
