@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,800');
/************************************* Reset Styles ********************************/


blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, div {
	vertical-align: top;
}
* {
	outline: none;
}
li, ol {
	list-style-type: none;
	list-style-image: none;
	list-style: none;
}
img {
	border: 0px;
	width: 100%;
	display: block;
}
textarea {
	resize: none;
}

/**************************************Grid End Styles*****************************/

.posRelative {
	position: relative;
}
.absolutePos {
	position: absolute;
}
.clearBoth {
	clear: both;
}
input, textarea, select, body, .smallTop a, .mainMenu a {
	color: #868686;
}
.safeArea {
	max-width: 1400px;
	margin: 0 auto;
}
/************************************* Common End Styles ********************************/

/************************************* Website Styles ********************************/

/**************************Header**************************/

body {
	background-color: #131e28;
}
.logoHolder {
	width: 17%;
	position: absolute;
	left: 2%;
	/*margin-left: -33px;*/
	top: 5px;
}
.logoHolder a, .logoHolder a img {
	display: block;
	width: 100%;
}
.headerHolder {
	background-color: #35363c;
	position: relative;
	color: #fff;
	font-size: 16px;
}
.topMenuHolder {
	background-color: #2c2d31;
}
.topMenuHolder .leftSections {
	width: 50%;
	float: left;
}
.dateTime {
	padding: 20px 0;
}
.dateTime span {
	display: inline-block;
	color: #e51a20;
	margin-left: 15px;
}
.topMenuHolder .rightSections {
	width: 50%;
	float: right;
	text-align: right;
	font-size: 0;
}
.balanceHolder, .lanSelector {
	padding: 20px 10px;
	position: relative;
}
.accountBoxHolder:after, .lanSelector:after {
	content: "";
	position: absolute;
	left: 8px;
	top: 50%;
	margin-top: -10px;
	height: 20px;
	background-color: #4f4f52;
	width: 1px;
}
.balanceHolder, .lanSelector, .accountBoxHolder {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 16px;
}
.innerblock {
	border-left: 1px solid #4f4f52;
	margin-left: 10px;
	padding-left: 10px;
}
.balanceHolder .innerblock {
	border: 0 none;
	padding-left: 0;
	margin-left: 0;
}
.accountBoxHolder > a {
	background-image: url(../images/user-ico.svg);
	background-position: 10px center;
	color: #fff;
	background-repeat: no-repeat;
	background-size: 20px auto;
	padding: 20px 10px 20px 35px;
	display: block;
}


.categoriesMenuHolder {
	padding: 20px 0;
	text-align: center;
	background-color: #2c2d31;
	margin-top: 10px;
}
.categoriesMenuHolder ul li {
	display: inline-block;
}
.categoriesMenuHolder ul li a {
	color: #fff;
	padding: 0 15px;
}
.categoriesMenuHolder ul li a:hover {
	color: #e51a20
}
.lnInner {
	position: relative;
}
.lanSelector .lnInner> a {
	padding: 3px 25px 3px 5px;
	background-color: #e51a20;
	color: #fff;
	border-radius: 4px;
	background-image: url(../images/white-dd-arrow.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 5px) center;
	background-size: 10px auto;
}
.lanSelector ul {
	background-color: #e51a20;
	position: absolute;
	width: 100%;
	text-align: left;
	color: #fff;
	top: 100%;
	left: 0;
	padding-top: 5px;
	display: none;
}
.lanSelector ul li a {
	padding: 3px 5px;
	color: #fff;
	font-size: 12px;
	display: block;
}
.lanSelector ul li a:hover {
	color: #2c2d31;
}
.accountpopup {
	position: absolute;
	top: 100%;
	right: 0;
	padding: 15px;
	background-color: #e6e7e8;
	box-sizing: border-box;
	width: 300px;
	text-align: left;
	z-index: 10;
	display: none;
}
.popupTitle {
	font-size: 18px;
	color: #2c2d31;
	margin-bottom: 8px;
	font-weight: 500;
}
.inputHolder {
	margin-bottom: 10px;
}
.inputHolder input {
	width: 100%;
	border: 1px solid #a7a9ac;
	background-color: #fff;
	border-radius: 0;
	padding: 10px;
	box-sizing: border-box;
}
.rememberme {
	float: left;
	text-align: left;
	font-size: 13px;
	color: #000;
}
.forgotPass {
	float: right;
	font-size: 13px;
	color: #000;
	text-decoration: underline;
}
.forgotPass:hover {
	text-decoration: none;
}
.formActions {
	margin-bottom: 10px;
}
.regBox {
	margin-top: 15px;
	padding-top: 10px;
	border-top: 1px solid #a7a9ac;
}
.formBtn input {
	width: 100%;
	border: 0 none;
	background-color: #e51a20;
	color: #fff;
	padding: 10px 0;
	cursor: pointer;
	font-size: 13px;
}
.formBtn input:hover {
	background-color: #2c2d31;
}

@media all and (min-width: 1300px) {
.accountBoxHolder:hover .accountpopup {
	display: block;
}
.accountBoxHolder:hover a {
	background-color: #2c2d31; /*#e6e7e8;*/
	color: #fff; /*2c2d31*/
}
}
.mobileAttachedSections {
	display: none;
}
.mobileAttachedSectionsBalance{
	display: none;
}
.leftNav ul {
	display: none
}
/**********************************Body******************************************/

.pageHolder {
	padding: 10px 0;
}
.leftMenu {
	width: 220px;
	background-color: #35363c;
	margin-right: 20px;
	float: left;
}
.leftMenuLinks {
	background-color: #35363c;
}
.leftMenuLinks ul li a {
	display: block;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 15px;
	border-bottom: 1px solid #2c2d31;
	background-image: url(../images/white-dd-arrow.svg);
	background-position: calc(100% - 15px) center;
	background-repeat: no-repeat;
	background-size: 15px auto;
	position: relative;
}
.leftMenuLinks ul li.selected a {
	background-color: #000;
}
.leftMenuLinks ul li a .calIcon {
	display: inline-block;
	width: 20px;
	vertical-align: middle;
}
.leftMenuLinks ul li a .calText {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
.allSportsList {
	display: none;
}
.statsNumber {
	background-color: #fff;
	border-radius: 5px;
	color: #58595b;
	padding: 2px 5px;
	display: inline-block;
	font-size: 10px;
	position: absolute;
	right: 38px;
	top: 50%;
	margin-top: -8px;
}
.leftMenuLinks ul li ul {
	display: none;
}
.leftMenuLinks ul li ul.level2List li a {
	background-color: #000;
	background-image: none;
}
.leftMenuLinks ul li ul.level2List li a .statsNumber {
	right: 15px;
}
.leftMenuLinks ul li ul.level2List li a .calText {
	text-transform: none;
	font-size: 12px;
}
.leftMenuLinks ul li.allSportstLink > a {
	background-color: #e51a20;
	border-bottom: 0 none;
	padding: 15px 15px;
}
.middlePageHolder {
	width: calc(100% - 560px);
	float: left;
	margin-right: 20px;
}
.flexslider .slides > li {
	position: relative;
}
.flex-direction-nav {
	display: none;
}
.sliderCaption {
	position: absolute;
	left: 30px;
	top: 50%;
	color: #fff;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.sliderCaption h2 {
	font-size: 40px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 85%;
	margin-bottom: 10px;
}
.sliderCaption h3 {
	font-size: 22px;
	font-weight: 400;
}
.promotionSlider {
	margin-bottom: 15px;
}
.leve3Selector {
	margin-bottom: 20px;
}
.dropdownLabel, .dropdownHolder {
	display: inline-block;
	vertical-align: middle;
}
.dropdownLabel {
	margin-right: 10px;
}
.dropdownLabel label {
	font-size: 17px;
	text-transform: uppercase;
	color: #2c2d31;
	font-weight: 500;
}
.dropdownHolder {
	background-color: #fff;
	background-image: url(../images/black-dd-arrow.svg);
	background-position: calc(100% - 10px) center;
	background-repeat: no-repeat;
	background-size: 15px auto;
}
.dropdownHolder select {
	width: 350px;
	padding: 15px 10px;
	background-color: transparent;
	border: 1px solid #ccc;
	color: #2c2d31;
	-webkit-appearance: none;
	appearance: none;
}
.gridTitle {
	color: #35363c;
	font-size: 30px;
	position: relative;
	padding-left: 15px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.gridTitle:after {
	content: "";
	width: 8px;
	background-color: #e51a20;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.gridSubtitle {
	color: #fff;
	font-size: 22px;
	background-color: #e51a20;
	padding: 10px 10px 10px 80px;
	position: relative;
	font-weight: 500;
}
.catIndicator {
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	/*background-color: #35363c;*/
	padding: 10px;
	box-sizing: border-box;
}

.betslipproducttype{
	width:inherit;
}
.rightPageHolder {
	float: left;
	width: 300px;
}
.betslipTitle {
	background-color: #e51a20;
	color: #fff;
	font-size: 20px;
	padding: 10px 15px;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	height: 20px;
}
.betsHolder {
	display: block;
	width: 100%;
	background-color: #fff;
	padding: 15px;
	box-sizing: border-box;
}
.scrollingSlip {
	max-height: 650px;
	overflow-y: hidden; /*scroll;*/
}
.betsHolder .tabsLinks {
	font-size: 0;
}
.betsHolder .tabsLinks a {
	padding: 5px;
	width: 50%;
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	background-color: rgba(53,54,60,0.8);
}

.betsHolder .tabsLinks span {
	padding: 5px;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	background-color: #2c2d31;
}

.betsHolder .tabsLinks a.active {
	background-color: #2c2d31;
}
.clearBtnHolder {
	text-align: right;
	margin: 10px 0;
}
.clearBtnHolder a {
	display: inline-block;
	background-image: url(../images/trash-ico.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 10px auto;
	padding-left: 14px;
	font-size: 12px;
	color: #2c2d31;
	text-decoration: underline;
}
.clearBtnHolder a:hover {
	text-decoration: none;
}
.betList ul li {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #35363c;
}
.betList ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0 none;
}
.betTitle {
	color: #35363c;
	font-size: 11px;
	font-weight: 500;
	margin-bottom: 5px;
	position: relative;
	padding-left: 30px;
}
.betTitle .catIndicator {
	width: 25px;
	padding: 1px;
	top: -6px;
}
.BetType {
	color: #35363;
	/*font-size: 11px;*/
	font-weight: 500;
	margin-bottom: 10px;
}
.BetType .betOn {
	color: #fff;
	background-color: #e51a20;
	padding: 3px 5px;
	border-radius: 5px;
	display: inline-block;
	margin-left: 5px;
}
.betStake {
	margin-bottom: 5px;
}
.stakeText {
	display: inline-block;
	vertical-align: middle;
	width: 40%;
	margin-right: 5px;
}
.stakeReturn {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	font-size: 12px;
}
.stakeText input {
	border: 1px solid #35363c;
	border-radius: 5px;
	padding: 5px 8px;
	background-color: transparent;
	width: 100%;
	font-size: 12px;
	box-sizing: border-box;
}
.stakeReturn span {
	color: #e51a20;
	display: inline-block;
	margin-left: 5px;
	font-weight: 500;
}
.betRemoveLink {
	text-align: left;
}
.betRemoveLink a {
	color: #231f20;
	font-size: 12px;
	text-decoration: underline;
}
.betList {/*max-height:calc(100vh - 575px); overflow-y:scroll;*/
	padding: 10px 0;
}
.betsTerms {
	background-color: #e6e7e8;
	padding: 15px;
	box-sizing: border-box;
}
.totalSum {
	color: #231f20;
	font-size: 12px;
}
.totalSum .leftTitle {
	float: left;
	width: 50%;
}
.totalSum .sightSum {
	float: right;
	width: 50%;
	text-align: right;
}
.grandtotal {
	color: #e51a20;
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #e51a20;
	font-size: 13px;
	font-weight: 500;
	
}
.betNow input {
	background-color: #e51a20;
	width: 100%;
	/*padding: 15px 10px;*/
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	border: 0 none;
	color: #fff;
	font-weight: 500;
	cursor: pointer;
	height: 40px;
}
.betNow input:hover {
	background-color: #000;
}
.bannerAds {
	margin-bottom: 15px;
	position: relative;
	z-index: 9;
}
.bannerAds img, .bannerAds a img {
	display: block;
	width: 100%;
}
.hideAd .bannerAds {
	opacity: 0;
}
.betSlipHolder {
	margin-bottom: 20px;
}
.footer {
	background-color: #2c2d31;
}
.footer .footerUpper {
	padding: 50px 0 30px 0;
	border-bottom: 1px solid #ffffff60;
}
.footer .footerUnder {
	padding: 30px 0;
	color: #fff;
	font-size: 12px;
}
.cpRights {
	float: left;
}
.desDev {
	float: right;
	text-align: right;
}
.footerUnder a {
	color: #fff;
	text-decoration: underline;
}
.footerUnder a:hover {
	text-decoration: none;
}
.sitemapHolder {
	width: 100%;
	float: left;
	margin-right: 5%;
	color: #fff;
}
.smCol {
	float: left;
	width: 18%;
	margin-right: 2%;
}
.smLinks {
	float: left;
	width: 20%;
}
.smLinks ul li {
	width: 35px;
	display: inline-block;
	margin-right: 5px;
}
.sitemapHolder ul li {
	margin-bottom: 5px;
}
.sitemapHolder ul li a {
	color: #fff;
}
.sitemapHolder ul li a:hover {
	color: #ffffff60;
}
.sitemapHolder ul li a.smMain, .smTitle {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 8px;
}
.sitemapHolder ul li a.smMain {
	margin-bottom: 15px;
	display: block;
}
.eachEvent {
	margin-bottom: 30px;
}
.eachEvent:last-child {
	margin-bottom: 0;
}
.rightPageHolder {/*position:absolute;*/
}
.fixedMenu .rightPageHolder {
	position: fixed;
	top: 30px;
}
.fixedMenu .betList {
	max-height: calc(100vh - 762px);
	min-height: 180px;
}
.statsLink {
	display: none;
}
.showFade, .categoriesMenuHolder ul li a, .lanSelector ul li a, input, label, label:before, .sitemapHolder ul li a, .menuElHolder, .logoHolder, td:last-child a, .bannerAds, .betList {
	transition: all linear 200ms;
	-moz-transition: all linear 200ms;
	-webkit-transition: all linear 200ms;
	-ms-transition: all linear 200ms;
}
/**********************Form Style****************************************/

.inputEntity {
	margin-bottom: 10px;
	position: relative;
}
.inputEntity textarea {
	height: 168px;
	margin: 0;
}
.inputEntity label {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	color: #231f20;
}
.formActions {
	text-align: right;
}
input[type=checkbox]:not(old), input[type=radio ]:not(old) {
	width : 1.5em;
	margin : 0;
	padding : 0;
	font-size : 1em;
	opacity : 0;
	display: none;
}
input[type=checkbox]:not(old) + label, input[type=radio ]:not(old) + label {
	display : inline-block;
	margin-left : 0;
	line-height : 1.5em;
}
input[type=checkbox]:not(old) + label:before, input[type=radio ]:not(old) + label:before {
	display : inline-block;
	width : 10px;
	height : 10px;
	margin : 3px 5px 0 0;
	background : #fff;
	border : 1px solid #000;
	vertical-align : bottom;
	float: left;
	content : '';
}
input[type=radio ]:not(old):checked + label:before, input[type=checkbox ]:not(old):checked + label:before {
	background : #e51a20;
}

@font-face {
  font-family: jackpotFont;
  src: url('fonts/AvenirNextLTPro-Regular.otf');
}

@font-face {
  font-family: jackpotFontBold;
  src: url('fonts/AvenirNextLTPro-Bold.otf');
}

.jackpotCaption {
	width:37%;
	position: absolute;	
	top: 65%;
	color: #fff;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	left: 37%;
}
.jackpotCaption h2 {
	width:100%;
	font-family: jackpotFontBold;
	font-size: 3.5vw;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 85%;
	text-align: center;
	color:#fff;
}
.jackpotCaption h3 {
	font-size: 5vw;
	font-weight: 400;
	text-align: center;
	font-family: jackpotFont;
}

/********/
.selected-balls {
    width: 18px;
    /*height: 30px;*/
    display: inline-block;
    /*padding: .3rem;
    margin: .05rem;*/
    text-align: center;
    background-size: cover;
    -webkit-transition: all .2s linear;
    transition: all .5s linear;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    border: 1px solid #d4d4d4;
    border-radius: 50%;
    background-color: #fff;
    font-weight: 700;
	margin-top: 5px;
	padding: 0.3rem;
	margin-right: 5px;
}
.selected-balls-main{
    width: 40px;
    height: 40px;
    display: inline-block;
    padding: 0.7rem;
	margin: .9rem;
    text-align: center;
    background-size: cover;
    -webkit-transition: all .2s linear;
    transition: all .5s linear;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    border: 1px solid #d4d4d4;
    border-radius: 50%;
    font-weight: 700;
	cursor: pointer;
	color: #555;
	background-color: #edeff3;
}

.selected-balls-main-selected{
    width: 18px;
    /*height: 30px;*/
    display: inline-block;
    padding: 0.7rem;
	margin: .9rem;
    text-align: center;
    background-size: cover;
    -webkit-transition: all .2s linear;
    transition: all .5s linear;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    border: 1px solid #d4d4d4;
    border-radius: 50%;
    background-color: green;
    font-weight: 700;
	cursor: pointer;
	color: #fff;
}

.selected-balls-main-results{
    width: 16px;
    /*height: 30px;*/
    display: inline-block;
    padding: 0.3rem;
	margin: .1rem;
    text-align: center;
    background-size: cover;
    -webkit-transition: all .2s linear;
    transition: all .5s linear;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    border: 1px solid #d4d4d4;
    border-radius: 50%;
    background-color: green;
    font-weight: 700;
	cursor: pointer;
	color: #555;
	background-color: #edeff3;
}

.BetTypeMain{
	color: #35363;
	/*font-size: 11px;*/
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 10px;
}


/***/


.HighlightPickOk {
	width: 40px;
    height: 40px;
    display: inline-block;
    padding: 0.7rem;
	margin: .9rem;
    text-align: center;
    background-size: cover;
    -webkit-transition: all .2s linear;
    transition: all .5s linear;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    border: 1px solid #d4d4d4;
    border-radius: 50%;
    background-color: #fff;
    font-weight: 700;
	cursor: pointer;
	color: #555;
	background-color: #edeff3;
    animation:myfirst 1s 1;
    -webkit-animation:myfirst 1s 1; /* Safari and Chrome */
}

.HighlightPickRed {
	width: 40px;
    height: 40px;
    display: inline-block;
    padding: 0.7rem;
	margin: .9rem;
    text-align: center;
    background-size: cover;
    -webkit-transition: all .2s linear;
    transition: all .5s linear;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    border: 1px solid #d4d4d4;
    border-radius: 50%;
    background-color: #fff;
    font-weight: 700;
	cursor: pointer;
	color: #555;
	background-color: #edeff3;
    animation:myfirstred 1s 1;
    -webkit-animation:myfirstred 1s 1; /* Safari and Chrome */
}

.BetTypeMainSpinpesa{	
	text-align: center;
}

@keyframes myfirst
{
    0%      {background-color:white;}
    25%     {background-color:green;}
	25%     {color:white;}
    75%     {background-color:green;}
	75%     {color:white;}
    100%    {background-color:white;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
    0%      {background-color:white;}
    25%     {background-color:green;}
	25%     {color:white;}
    75%     {background-color:green;}
	75%     {color:white;}
    100%    {background-color:white;}
}

@keyframes myfirstred
{
    0%      {background-color:white;}
    25%     {background-color:red;}
	25%     {color:white;}
    75%     {background-color:red;}
	75%     {color:white;}
    100%    {background-color:white;}
}

@-webkit-keyframes myfirstred /* Safari and Chrome */
{
    0%      {background-color:white;}
    25%     {background-color:red;}
	25%     {color:white;}
    75%     {background-color:red;}
	75%     {color:white;}
    100%    {background-color:white;}
}
 .pickGameButtonAdd {
        background-color: transparent; /* Green */
		border: 2px solid green;
		color: green;
		padding: 8.5px 13px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		margin: 14px 2px;
		cursor: pointer;
		
		font-weight: 600;
		
    }

.pickGameButtonAdd:hover {
	color:white;
	background-color:green;
}

 .pickGameButtonClear {
        background-color: transparent; /*  */
		border: 2px solid #e51a20;
		color: #e51a20;
		padding: 8.5px 13px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		margin: 14px 2px;
		cursor: pointer;
		
		font-weight: 600;		
    }

.pickGameButtonClear:hover {
	color:white;
	background-color:#e51a20;
}

 .betslipOkMessage {
        background-color: transparent; /* Green */
		border: 2px solid green;
		color: green;
		padding: 10px 13px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		margin: 14px 2px;
		
		font-weight: 600;
		width:85%	
    }
	
 .betslipErrorMessage {
	background-color: transparent; /*  */
	border: 2px solid #e51a20;
	color: #e51a20;
	padding: 10px 13px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 14px 2px;
	
	font-weight: 600;	
	width:85%	
}


/*********** spinner start *************/

.wan-spinner {
  border: 1px solid #dddddd;
  display: inline-block;
  border-color :#35363c ;
  border-radius: 5px;
}

.wan-spinner .minus,
.wan-spinner .plus,
.wan-spinner input {
  height: 15px;
  float: left;
  line-height: 1em;
  padding: 5px;
  text-align: center;
}

.wan-spinner TextBox  {
  border: none;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  margin: 0;
  width: 70px;
  font-size: 12px;
}

.wan-spinner .minus{
  color: #333333;
  cursor: pointer;
  text-decoration: none;
  width: 15px;
  background-color: #edeff3;
  border-radius: 5px 0 0 5px;
}
.wan-spinner .plus {
  color: #333333;
  cursor: pointer;
  text-decoration: none;
  width: 15px;
  background-color: #edeff3;
  border-radius: 0 5px 5px 0;
}

.winTextBox  {
  border: none;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  margin: 0;
  width: 70px;
  font-size: 12px;
}

.spinButton{
    width: 45px;
    height: 45px;
    display: inline-block;
    padding: 0.7rem;
	margin: 1.2rem;
    text-align: center;
    background-size: cover;
    -webkit-transition: all .2s linear;
    transition: all .5s linear;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    border: 1px solid #d4d4d4;
    border-radius: 50%;
    font-weight: 700;
	cursor: pointer;
	color: #555;
	background-color: #edeff3;
}
.spinButtonChecked{
	background-image: url(/../../Content/images/spinpesa/coin.png);
	color: transparent;
}

.twox{
	background-color: #FFC107;
	color: #fff;
}

.fourx{
	background-color: #00AEEF;
	color: #fff;
}

.fivex{
	background-color: #39B54A;
	color: #fff;
}

.eightx{
	background-color: #A52A2A;
	color: #fff;
}

.fifteenx{
	background-color: rgb(237, 26, 37);
	color: #fff;
}

.spinButtonChecked{
	background-image: url(/../../Content/images/spinpesa/coin.png);
	color: transparent;
}

 .spinButtonOk {
        background-color: green; /* Green */
		border: 2px solid green;
		color: #fff;
		padding: 4.5px 13px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		margin: 4px 2px;
		cursor: pointer;		
		font-weight: 600;	
		border-radius: .25rem;		
    }

.spinButtonOk:hover {
	color:white;
	background-color:green;
}

 .spinButtonClear {
        background-color: transparent; /*  */
		border: 2px solid #e51a20;
		color: #e51a20;
		padding: 4.5px 13px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		margin: 4px 2px;
		cursor: pointer;		
		font-weight: 600;		
    }

.spinButtonClear:hover {
	color:white;
	background-color:#e51a20;
}
.spinAmountDiv{
	margin-left: 7rem;
}
/*********** spinner spin start *************/

.wan-spinnerspin {
  border: 1px solid #00aeef;
  display: inline-block;
  border-color :#00aeef ;
  border-radius: 5px;
  margin-top: 3px;
  height: 31px;  
  margin-bottom: 12px;

}

.wan-spinnerspin .minus,
.wan-spinnerspin .plus,
.wan-spinnerspin input {
  font-weight: 600;
  height: 21px;
  float: left;
  line-height: 1em;
  padding: 5px;
  text-align: center;
  font-size: 14px;
}

.wan-spinnerspin TextBox  {
  border: none;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  margin: 0;
  width: 50px;
  font-size: 12px;
}

.wan-spinnerspin .minus{
	color: #fff;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    width: 15px;
    background-color: #00aeef;
    border-radius: 4px 0 0 4px;
    height: 18px;
    padding-top: 8px;
	
}
.wan-spinnerspin .plus {
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    width: 15px;
    background-color: #00aeef;
    border-radius: 0 4px 4px 0;
    height: 18px;
    padding-top: 8px;
}

.winTextBoxSpin  {
  border: none;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  margin: 0;
  width: 50px;
}

.seperater {
	border-bottom: 1px solid #e0e0e0;
}
/*********** spinner end *************/
/*****************Colors*****************************

light grey #35363c

dark grey #2c2d31

green #e51a20

*********************************************/
