

/* Project A CSS =================================================================================*/


	/* Basic Design ============================================================================= */


	/* Gradiant Color */
	.accent,.bt.shiny,.bt.shiny:hover,.bar_mid {
		background-color : #0f8be0;
		color: #000;
	}
	.accent.import {
		background-color : #0f8be0!important;
		color: #eee!important;
	}


		/* Rollbook */



		/* Pre & Inplay header , icon css */
		.panel-bg > .panel-heading { /* Match BG */
			color: #efefef;
		}
		.bt.inplay_choose {
			color: #036999;
			background-color: transparent;
		}
		.inplay.header {
			background-color: #036999;
			color : #FFF;
		}



	/* Button */
	.accent {
		color: #eee;
		border : 0;
	}
	.accent.import {
		color: #eee!important;
	}
	.bt.shiny {
		color: #eee;
		text-shadow: 1px 1px 15px white;
	}
	.bt.shiny:hover {
		color: #eee;
		transition: 0.2s;
	}
	.red {
		color: #0f8be0;
	}





	/* PAGE Design ============================================================================= */

	/* Login page */

	.copyright.login {
		color: #888;
	}
	.login_table tbody > tr:last-child > td {
		color: #ddd;
	}


	/* Main page */
	.bar_mid {
		width: 50%;
		height: 10px;
		margin : 0 auto;
	}
	.main_table_2 i {
		color: #04619f;
		margin-right: 10px;
	}



	/* Header */
	.mm-spn.mm-spn--navbar:after{content:'MENU';}
	#cssmenu > ul > li:hover > a {
		color: #04619f;
		background: transparent;
		transition-duration: 0.5s;
	}
	.mm_header { text-align: center; }
	.fas.custom_a,
	.fas.custom_b {
		color: darkslategray;
	}




	/* Prematch */


			/* Button hover and active */
			.bt.inplay.active, .bt.inplay.mk-active {
				background-color: #f7c958;
				color: #000;
			}
			.bt.inplay:hover .inplay_odds,
			.bt.inplay.active .inplay_odds,
			.bt.inplay.infodate:hover p,
			.mk-active .inplay_odds {
				color: #000000;
			}
			.bt.inplay.handi:hover,
			.bt.inplay.startdate,
			.bt.inplay.startdate:hover,
			.bt.inplay.prematch-handi:hover {
				background-color: inherit;
				background-image : none;
				color: inherit;
				cursor: default;
			}
			.bt.inplay.prematch-handi:hover .inplay_odds {
				color: #0f8be0;
			}
