  :root {
	            --primary-color: #16244b; 
	            --secondary-color: #d22d4a; 
	            --tertiary-color: #f9ab26;
	            --highlight-color: #000000;
		    --primary-text-color: #FFF; 
		    --secondary-text-color: #FFF; 
		    --tertiary-text-color: #000;
	            --highlight-text-color: #FFF;
	            
            }
	.primary-color				{background: #16244b !important; }
	.bg-primary, .btn-primary,.selected, .selected td		{background: #16244b !important; color: #FFF !important;border-color: #000019;}	
	.bg-primary a				{	color: #FFF !important; 		}
	.bg-secondary, .btn-secondary		{background: #d22d4a !important; color: #FFF !important;border-color: #a00018;}
			
	
	
	.bg-secondary a				{	color: #9b9b9b !important; 		}
	.bg-info, .btn-info			{background: #f9ab26 !important; color: #000!important;border-color: ;}
	.bg-info a				{	color: #646464 !important; 		}
	.bg-highlight, .btn-highlight		{background: #000000 !important; color: #FFF !important;border-color: ;}
	.bg-highlight a				{	color: # !important; 		}
	
	
		.bg-gradient-primary {	  background:  #16244b linear-gradient(180deg, #16244b, #0e1832) repeat-x !important;color: #FFF !important;border-color: #000019;	}
		.bg-gradient-primary a				{	color: #FFF !important; text-decoration:underline;		}
		.bg-gradient-load {	  background:  #16244b linear-gradient(180deg, #16244b, #000000) repeat-x !important;}	
		.bg-gradient-secondary {	  background:  #d22d4a linear-gradient(180deg, #d22d4a, #ff91ae) repeat-x !important; color: #FFF !important;border-color: #a00018;	}	
		.bg-gradient-info {	  background:  #f9ab26 linear-gradient(180deg, #f9ab26, #ffff8a) repeat-x !important;	color: #000 !important;border:1px solid #c77900;}
		.bg-gradient-highlight {	  background:  #000000 linear-gradient(180deg, #000000, #646464) repeat-x !important;	color:  !important;border:1px solid #323232;}	
		.alert-primary		{	background:  #16244b linear-gradient(180deg, #16244b, #1d2f63) repeat-x !important;color: #FFF !important; border:2px solid #000019; box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;	}
		.alert-secondary	{	background:  #d22d4a linear-gradient(180deg, #d22d4a, #ff3b62) repeat-x !important;color: #FFF !important; border: 2px solid #a00018; box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;	}
		.alert-info	{	background:  #f9ab26 linear-gradient(180deg, #f9ab26, #ffe332) repeat-x !important; color: #000 !important; border: 2px solid ; box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;	}

	
			
	.bg-primary a:hover		{	color: #bebebe !important; text-decoration:underline;		}	
	.btn-primary:hover		{	background: #2f3d64 !important; border:1px solid #16244b;	}	
	.btn-secondary:hover	{	background: #eb4663 !important; border:1px solid #d22d4a;}	
	.btn-info:hover			{	background: #ffc43f !important; color: #000 !important; border:1px solid #16244b;}
	
	button.primary-nav		{background: #16244b !important; color: #FFFFFF !important; border: 1px solid #000019; }	
	button.primary-nav:hover,
	button.primary-nav.parent	{background: #f9ab26 !important; color: #000 !important; border:1px solid #bebebe;}
	button.primary-nav.active	{background: #d22d4a !important; color: #FFF !important;}
	
	button.secondary-nav		{background: #d22d4a !important; color: #FFFFFF !important; border:1px solid #a00018;}	
	button.secondary-nav:hover,
	button.secondary-nav.parent	{background: #eb4663 !important; color: #000 !important; border:1px solid #9b9b9b;}
	button.secondary-nav.active	{background: #16244b !important; color: #FFF !important;}
	
	button.info-nav		{background: #f9ab26 !important; color: #000000 !important; }	
	button.info-nav:hover,
	button.info-nav.parent	{background: #ffc43f !important; color: #FFF !important; border:1px solid #646464;}
	button.info-nav.active	{background: #000000 !important; color: #FFF !important;}
	
	.card-primary.card-outline 	{  border-top: 3px solid #16244b;	}
	.card-secondary.card-outline 	{  border-top: 3px solid #d22d4a; 	}
	.card-info.card-outline 	{  border-top: 3px solid #f9ab26;	}
	.card-highlight.card-outline 	{  border-top: 3px solid #000000;	}
	
	.btn-primary-reverse			{background: #FFF !important; color: #16244b !important;border-color: #000019;}	
	.btn-primary-reverse:hover		{background: #2f3d64 !important; border:1px solid #16244b;}
	

	.text-primary,.text-primary-stroke	{	color: #16244b !important;}	
	.text-secondary,.text-secondary-stroke	{color: #d22d4a !important;}
	.text-info, .text-info-stroke	{color: #f9ab26 !important;}
	.text-highlight, .text-highlight-stroke	{color: #000000 !important;}
	
	
	.text-primary-stroke,
	.text-secondary-stroke,
	.text-info-stroke,
	.text-highlight-stroke		{	-webkit-text-stroke: .075rem ;}	
	
	.border-primary		{border-color: #16244b !important;}
	.border-secondary	{border-color: #d22d4a !important;}
	.border-info		{border-color: #f9ab26 !important;}
	.border-highlight	{border-color: #000000 !important;}
	
	.border-outline-primary		{border-top-color: #16244b !important;}
	.border-outline-secondary	{border-top-color: #d22d4a !important;}
	.border-outline-info		{border-top-color: #f9ab26 !important;}
	.border-outline-highlight	{border-top-color: #000000 !important;}
	

	.callout.callout-primary {	border-left-color: #16244b;	}
	.callout.callout-secondary {	border-left-color: #d22d4a;	}
	.callout.callout-info {	border-left-color: #f9ab26;	}
	.callout.callout-highlight {	border-left-color: #000000;	}
	 .bg-secondary-reverse	{color: #d22d4a !important; background: transparent !important;} .sb-statbroadcast-banner-image { background-image: url('https://s3.amazonaws.com/s3.statbroadcast.com/themes/bowlseason/games/labowl-sbbanner.jpg'); background-repeat: no-repeat; background-position: top center;	}.sb-statbroadcast-banner { background: url('https://s3.amazonaws.com/s3.statbroadcast.com/themes/bowlseason/games/labowl-sbbg.jpg'); background-repeat: repeat-x; text-align: center;	}.sb-statmonitr-banner-image { background-image: url('https://s3.amazonaws.com/s3.statbroadcast.com/themes/bowlseason/games/labowl-smbanner.jpg'); background-repeat: no-repeat; background-position: top center;	}.sb-statmonitr-banner { background-image: url('https://s3.amazonaws.com/s3.statbroadcast.com/themes/bowlseason/games/labowl-smbg.jpg'); text-align: center;	}.sb-mobile-banner {  background: url('https://s3.amazonaws.com/s3.statbroadcast.com/grfx/mobileheader.png') transparent no-repeat top right; background-size:cover; }interface/theme.css?type=bootstrap&theme=labowl");
?>


