@charset "utf-8";
/* CSS Document */

.useraccntOverlay {
	display: none;
	overflow: scroll;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.65);
	position: absolute;
	z-index: 99999;
	top: 0;
	left: 0;
}
.useraccntWrapper {
	width: 100%;
	max-width: 538px;
	left: 50%;
	position: absolute;
	margin-left: -269px;
	background-image: url(/oddsquad/img/useraccnt/bg-mid.png);
	background-size: 100% auto;
	top: 150px;
}
.useraccntWrapper:before {
	height: 59px;
	background-image: url(/oddsquad/img/useraccnt/bg-top.png);
	background-size: 100% auto;
	left: 0;
	right: 0;
	top: -59px;
	content: "";
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	    background-position: bottom;
}
.useraccntWrapper:after {
	height: 59px;
	background-image: url(/oddsquad/img/useraccnt/bg-btm.png);
	background-size: 100% auto;
	left: 0;
	right: 0;
	bottom: -59px;
	content: "";
	display: block;
	position: absolute;
	background-repeat: no-repeat;
}
.useraccntWrapper .btn-close{
	top: -80px;
	width: 140px;
	white-space: nowrap;
}
.useraccntWrapper h3 {
	width: 138%;
	left: -19%;
	position: relative;
}
.useraccntWrapper h3 .sizer {
	padding-top: 15%;
}
.useraccntWrapper h3 .sized {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.5em;
}
.useraccntWrapper h3 .sized span {
	line-height: 75px;
	font-weight: 900;
}
.useraccntWrapper h3 .sized img {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
}
.useraccntWrapper ul {
	position: relative;
	display: none;
	width: 80%;
	margin: 0 10%;
}
.useraccntWrapper ul.active {
	display: block;
}
.useraccntWrapper ul li {
	text-align: center;
	width: 100%;
	float: left;
	padding: 5px;
}
.useraccntWrapper ul li.per50 {
	width: 50%;
	float: left;
}
.useraccntWrapper .btn-green {
	display: inline-block;
	width: 80%;
	margin-left: -40%;
	float: left;
	left: 50%;
	top: 0;
	margin-top: 0;
}
.useraccntWrapper .btn-green .sizer {
	padding-top: 24%;
}
.useraccntWrapper .btn-green .sized {
	background: no-repeat center center;
	background-image: url(/oddsquad/img/hexagons/btn-hex-lg.png);
	background-size: contain;

}
.useraccntWrapper .btn-close i:before {
	content: "\e604";
}
.useraccntWrapper .btn-green .sized span {
	font-size: 0.7em;
	font-size: 1.25em;
    line-height: 75px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
}
.useraccntWrapper h3 .sized i:before {
	content: "\e510";
	color: #ffcf00;
}
.useraccntWrapper label {
	color: #ffcc00;
	text-align: left;
	text-transform: uppercase;
	font-size: 0.5em;
	text-indent: 10px;
}
.useraccntWrapper input[type="text"],
.useraccntWrapper input[type="password"] {
    -webkit-transition: all 150ms ease-in-out;
	font-size: 24px;
	line-height: 37px;
	width: 90%;
	height: 37px;
	border: 3px solid #ffcc00;
	box-shadow: inset 2px 2px 10px rgba(0,0,0,0.5);
	background-position: 10px center;
	background-repeat: no-repeat;
	text-align: center;
}
.useraccntWrapper .error input[type="text"],
.useraccntWrapper .error input[type="password"] {
	border: solid 3px #be1e2d;
	background-image: url(/oddsquad/img/useraccnt/icon-error.png);
}
.forgotPassword a {
	color: #ffcc00;
	font-size: 0.5em;
	text-transform: uppercase;
	text-decoration: underline;
}
.useraccntWrapper h4 {
	color: #ffcf00;
	font-size: 0.75em;
	text-transform: uppercase;
}
.useraccntWrapper h5 {
	color: #ffffff;
	font-size: 0.5em;
	text-transform: uppercase;
}
.useraccntWrapper em {
	font-size: 0.4em;
	text-transform: uppercase;
	width: 90%;
	padding: 5px 0;
	background-color: #be1e2d;
	float: left;
	clear: both;
	margin: 10px 5%;
	color: #ffffff;
	display: none;
}
.useraccntWrapper .error em {
	display: block;
}
.useraccntWrapper .error.error1 em ~ em {
	display: none;
}
.useraccntWrapper .error.error2 em {
	display: none;
}
.useraccntWrapper .error.error2 em ~ em{
	display: block;
}

ol.favorites,
ol.favorites li {
	width: 100%;
	float: left;
	clear: both;
}
ol.favorites li label {
	width: 25%;
	float: left;
	overflow: hidden;
	text-align: center;
    -webkit-transition: all 150ms ease-in-out;
}
ol.favorites li input[type="radio"] {
	position: absolute;
	top: 0;
	left: -5000px;
}
ol.favorites li label {
	opacity: 0.25;
	border: 3px solid transparent;
}
ol.favorites li:not(.disabled) label:hover {
	opacity: 1;
	cursor: pointer;
	
    -webkit-transition: all 150ms ease-in-out;
    -webkit-transform: scale(1.1);
}
ol.favorites li.active label,
ol.favorites li label.selected {
	opacity: 1;
}
ol.favorites li label.selected {
	border: 3px solid #ffcc00;
	background-color: rgba(255,204,0,0.3);
}
.confirm-username,
.confirm-password {
	color: #ffffff;
	
}
.confirm-username span,
.confirm-password span {
	font-size: 0.5em;
	text-transform: uppercase;
	color: #ffcf00;
}
.confirm-username h6,
.confirm-password h6 {
	
}

@media (max-width: 550px) {
	.useraccntWrapper {
		margin-left: -50%;
	}
}
