/* CSS Document */
/* Buttons via styles instead of using graphics */


.wbutton {
	display: inline-block;
	position: relative;
	color: #888;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.8);
	text-decoration: none;
	text-align: center;
	padding: 1px 1px;
	font-size: 12px;
	font-weight: 700;
	font-family: helvetica, arial, sans-serif;
	border-radius: 4px;
	border: 1px solid #bcbcbc;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12);
	box-shadow: 0 1px 3px rgba(0,0,0,0.12);

	background-image: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
	background-image: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
	background-image: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
}

.buttonleftmargin {
	margin-left: 15px;
}

.wbutton:hover {
	color: #555;
}

.wbutton:clicked {
	color: #555;
}
.wbutton:active,.wbutton:active:after,.wbutton:active:before {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.backtoList{
	display: inline-block;
	left: 5px;
	position: absolute;
    top: 3px;
	background-clip: padding-box;
	vertical-align: middle;
	cursor: pointer;
}

/* Back Button */
.wbutton.back {
	border-left: none;
	margin-left: 15px;
	color:#333;
}

.wbutton.back:after {
	content: '';
	position: absolute;
	height: 50%;
	width: 15px;
	border-left: 1px solid #bcbcbc;

	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
	background-image: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
	left: -5px;
	top: 1px;

	-webkit-transform: skew(-35deg, 0);
	-moz-transform: skew(-35deg, 0);
	-o-transform: skew(-35deg, 0);
	-ms-transform: skew(-35deg, 0);
	transform: skew(-35deg, 0);
}

.wbutton.back:active {


	background-image: -webkit-linear-gradient(top, rgba(200,200,200,0) 0%,rgba(200,200,200,1) 1%,rgba(200,200,200,1) 100%);
	background-image: -moz-linear-gradient(top, rgba(200,200,200,0) 0%,rgba(200,200,200,1) 1%,rgba(200,200,200,1) 100%);
	background-image: -o-linear-gradient(top, rgba(200,200,200,0) 0%,rgba(200,200,200,1) 1%,rgba(200,200,200,1) 100%);
	background-image: -ms-linear-gradient(top, rgba(200,200,200,0) 0%,rgba(200,200,200,1) 1%,rgba(200,200,200,1) 100%);
	background-image: linear-gradient(top, rgba(200,200,200,0) 0%,rgba(200,200,200,1) 1%,rgba(200,200,200,1) 100%);


}

.wbutton.back:active:after {


	background-image: -webkit-linear-gradient(top, rgba(200,200,200,0) 0%,rgba(200,200,200,1) 1%,rgba(200,200,200,1) 100%);
	background-image: -moz-linear-gradient(top, rgba(200,200,200,0) 0%,rgba(200,200,200,1) 1%,rgba(200,200,200,1) 100%);
	background-image: -o-linear-gradient(top, rgba(200,200,200,0) 0%,rgba(200,200,200,1) 1%,rgba(200,200,200,1) 100%);
	background-image: -ms-linear-gradient(top, rgba(200,200,200,0) 0%,rgba(200,200,200,1) 1%,rgba(200,200,200,1) 100%);
	background-image: linear-gradient(top, rgba(200,200,200,0) 0%,rgba(200,200,200,1) 1%,rgba(200,200,200,1) 100%);


}

.wbutton.back:active:before {

	background-image: -webkit-linear-gradient(top, rgba(200,200,200,0) 0%,rgba(200,200,200,1) 1%,rgba(200,200,200,1) 100%);
	background-image: -moz-linear-gradient(top, rgba(200,200,200,0) 0%,rgba(200,200,200,1) 1%,rgba(200,200,200,1) 100%);
	background-image: -o-linear-gradient(top, rgba(200,200,200,0) 0%,rgba(200,200,200,1) 1%,rgba(200,200,200,1) 100%);
	background-image: -ms-linear-gradient(top, rgba(200,200,200,0) 0%,rgba(200,200,200,1) 1%,rgba(200,200,200,1) 100%);
	background-image: linear-gradient(top, rgba(200,200,200,0) 0%,rgba(200,200,200,1) 1%,rgba(200,200,200,1) 100%);
}



.wbutton.back:before {
	content: '';
	position: absolute;
	height: 48%;
	width: 15px;
	border-left: 1px solid #bcbcbc;
	bottom: 1px;
	left: -5px;

	-webkit-transform: skew(35deg, 0);
	-moz-transform: skew(35deg, 0);
	-o-transform: skew(35deg, 0);
	-ms-transform: skew(35deg, 0);
	transform: skew(35deg, 0);

	background-image: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
	background-image: -moz-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
	background-image: -o-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
	background-image: -ms-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
	background-image: linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);

	-webkit-box-shadow: -2px 1px 2px rgba(100,100,100,0.1);
	box-shadow: -2px 1px 2px rgba(100,100,100,0.1);
}

/* Next Button */
.wbutton.next {
	border-right: none;
}

.wbutton.next:after {
	content: '';
	position: absolute;
	height: 48%;
	width: 15px;
	border-right: 1px solid #bcbcbc;

	background-image: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
	background-image: -moz-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
	background-image: -o-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
	background-image: -ms-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
	background-image: linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
	right: -5px;
	bottom: 1px;

	-webkit-transform: skew(-35deg, 0);
	-moz-transform: skew(-35deg, 0);
	-o-transform: skew(-35deg, 0);
	-ms-transform: skew(-35deg, 0);
	transform: skew(-35deg, 0);

	-webkit-box-shadow: 2px 1px 2px rgba(100,100,100,0.1);
	box-shadow: 2px 1px 2px rgba(100,100,100,0.1);
}

.wbutton.next:before {
	content: '';
	position: absolute;

	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
	background-image: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
	height: 50%;
	width: 15px;
	border-right: 1px solid #bcbcbc;
	top: 1px;
	right: -5px;

	-webkit-transform: skew(35deg, 0);
	-moz-transform: skew(35deg, 0);
	-o-transform: skew(35deg, 0);
	-ms-transform: skew(35deg, 0);
	transform: skew(35deg, 0);
}



/*Sign In button*/
.sign-in-btn {
    padding: 14px 12px;
	text-align:center;
	display:block;
	height: 20px;
	margin-top:5px;
	background: #cc0000; /* Old browsers */
	background: -moz-linear-gradient(top, #cc0000 0%, #cc0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc0000), color-stop(100%,#cc0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cc0000 0%,#cc0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cc0000 0%,#cc0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cc0000 0%,#cc0000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #cc0000 0%,#cc0000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#cc0000',GradientType=0 ); /* IE6-9 */   
	 color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.sign-in-btn:hover {
	background: #cc0000; /* Old browsers */
	background: -moz-linear-gradient(top, #cc0000 0%, #cc0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc0000), color-stop(100%,#cc0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cc0000 0%,#cc0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cc0000 0%,#cc0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cc0000 0%,#cc0000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #cc0000 0%,#cc0000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#cc0000',GradientType=0 ); /* IE6-9 */     border: solid 1px #2A4E77;
    text-decoration: none;
		 color: #FFF;

}
.sign-in-btn:active {
		 color: #FFF;

    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
background: #aa0000; /* Old browsers */
	background: -moz-linear-gradient(top, #aa0000 0%, #aa0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aa0000), color-stop(100%,#aa0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #aa0000 0%,#aa0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #aa0000 0%,#aa0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #aa0000 0%,#aa0000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #aa0000 0%,#aa0000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa0000', endColorstr='#aa0000',GradientType=0 ); /* IE6-9 */     border: solid 1px #203E5F;
}




/*Facebook Login button*/
.facebook-btn {
	background: #2989d8; /* Old browsers */
	background: -moz-linear-gradient(top, #2989d8 0%, #1e5799 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2989d8), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2989d8 0%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2989d8 0%,#1e5799 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2989d8 0%,#1e5799 100%); /* IE10+ */
	background: linear-gradient(to bottom, #2989d8 0%,#1e5799 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2989d8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */	
	margin-top: 45px;
	height:20px;
	width: 220px;
	 color: #ffffff !important;
    padding: 9px 69px;
    width: 148px; 
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.facebook-btn:hover {
	background: #2989d8; /* Old browsers */
	background: -moz-linear-gradient(top, #2989d8 0%, #1e5799 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2989d8), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2989d8 0%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2989d8 0%,#1e5799 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2989d8 0%,#1e5799 100%); /* IE10+ */
	background: linear-gradient(to bottom, #2989d8 0%,#1e5799 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2989d8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */    
	border: solid 1px #2A4E77;
    text-decoration: none;
		 color: #FFF;

}
.facebook-btn:active {
		 color: #FFF;

    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	background: #2989d8; /* Old browsers */
	background: -moz-linear-gradient(top, #2989d8 0%, #1e5799 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2989d8), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2989d8 0%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2989d8 0%,#1e5799 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2989d8 0%,#1e5799 100%); /* IE10+ */
	background: linear-gradient(to bottom, #2989d8 0%,#1e5799 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2989d8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */  
	border: solid 1px #203E5F;
}

.submit-btn, .done-btn {
	display: inline-block;
	position: relative;
	color: #fff !important;
	text-shadow: 0 1px 0 rgba(50,50,50,0.8);
	text-decoration: none;
	text-align: center;
	padding: 1px 1px;
	font-size: 12px;
	font-weight: 700;
	font-family: helvetica, arial, sans-serif;
	border-radius: 4px;
	border: 1px solid rgba(168,0,9,1);

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12);
	box-shadow: 0 1px 3px rgba(0,0,0,0.12);

	background-image: -webkit-linear-gradient(top, rgba(237,0,10,1) 0%,rgba(252,0,7,1) 60%,rgba(253,0,4,1) 100%);
	background-image: -moz-linear-gradient(top, rgba(237,0,10,1) 0%,rgba(252,0,7,1) 60%,rgba(253,0,4,1) 100%);
	/* background-image: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%); */
	/* background-image: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%); */
	/* background-image: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%); */
}

.submit-btn:active, .done-btn:active {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #ccc !important;
	background-image: -webkit-linear-gradient(top, rgba(119,0,5,1) 0%,rgba(126,0,3,1) 60%,rgba(126,0,2,1) 100%) !important;
	background-image: -moz-linear-gradient(top, rgba(119,0,5,1) 0%,rgba(126,0,3,1) 60%,rgba(126,0,2,1) 100%) !important;
	/* background-image: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%); */
	/* background-image: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%); */
	/* background-image: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%); */
}

.playsolo-btn, .playmulti-btn {
	display: block;
	position: relative;
	color: #fff !important;
	text-shadow: 0 1px 0 rgba(50,50,50,0.8);
	text-decoration: none;
	text-align: center;
	padding: 10px 10px;
	font-size: 13px;
	font-weight: normal !important;
	font-family: helvetica, arial, sans-serif;
	border-radius: 12px;
	border: 1px solid #111112;
	width: 270px;
	text-transform: capitalize;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12);
	box-shadow: 0 1px 3px rgba(0,0,0,0.12);

	background-image: -webkit-linear-gradient(top, #3d3f47 0%,#2e2f37 60%,#17171c 100%);
	background-image: -moz-linear-gradient(top, rgba(237,0,10,1) 0%,rgba(252,0,7,1) 60%,rgba(253,0,4,1) 100%);
}

.playsolo-btn:active, .playmulti-btn:active {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #ccc !important;
	background-image: -webkit-linear-gradient(top, rgba(119,0,5,1) 0%,rgba(126,0,3,1) 60%,rgba(126,0,2,1) 100%) !important;
	background-image: -moz-linear-gradient(top, rgba(119,0,5,1) 0%,rgba(126,0,3,1) 60%,rgba(126,0,2,1) 100%) !important;
}

.playsolo-btn {
	margin-bottom: 3px;
}