﻿/*GENERAL GAME LIST */
#cvGameListForm
{
float: left;
width: 800px;
padding-top: 25px;
}

#cvGameListForm ul {
margin: 1em 0;
    line-height: 1.5em;
}

#mainLobbyArea
{
    margin: 0;
    padding-top: 3px;
    background-color: #000000;
    width: 100%;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
   /*min-height: 1000px;*/
}
#mainGameArea
{
    float: left;
    width: 100%;
    display: inline-block;
}
.GameArea
{
	float: left;
    padding-top: 0;
}
#GameList{
    list-style-type:none;
    padding-left:13px;
}
#GameList li {
    display:block;
    float:left;
    list-style:none;
    margin:0 5px 40px 5px;
    position:relative;
    vertical-align:top;
    width:23%;
    padding-right: 5px;
    padding-top: 5px;
}

/*GAME LIST*/
/*GAME TITLE*/
#GameList .gTitle {
    width:100%;
    padding:0;
    position: absolute;	
	padding-bottom: 10px;
}
#GameList .gTitle h4 {
    color:#ffffff;
    font-size:12px;
	line-height: 14px;
    font-weight:bold;
    margin:0;
    overflow:hidden;
    padding:15px 0 0;
    text-align:center;
    -ms-text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    z-index: 10;
}
/*TICKER*/
#GameList .gContent .ticker {
    background-color:#140029;
    border:1px solid #8234cf;
    border-radius:3px;
    color:#dbc0f7;
    display:block;
    font-weight:bold;
    height:20px;
    line-height:20px;
    left:30px;
    position:absolute;
    text-align:center;
    top:100px;
    width:125px;
    z-index:1;
}
/*GAME ADD/REMOVE FROM FAVS*/
#GameList .gContent a.AddToFavorites {
    background: transparent url(../Images/star-unactive.png) no-repeat;
    height:23px;
    margin-bottom:10px;
    padding:5px;
    top:100px;
    width: 23px;
    border: 0;
    position: absolute;
    left: 5px;
	z-index: 9;
}

#GameList .gContent a.RemoveFromFavorites {
    background: transparent url(../Images/star-active.png) no-repeat;
    height:23px;
    margin-bottom:10px;
    padding:5px;
    top:100px;
    width: 23px;
    border: 0;
    position: absolute;
    left: 5px;
	z-index: 9;
}



/*GAME IMAGE AND STYLES*/
.gf-icon
{
    position: relative;
    width: 185px;
    height: 133px;
    background: url('../Images/NoImage.jpg') no-repeat;
}

/*NEW GAME RED CORNER TRIANGLE*/
#NewGame1 {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: 1px;
  right: -4px;
  z-index: 6;
  display: block;
}

.newGame {
  font: bold 12px Sans-Serif;
  color: #ffffff;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -8px;
  top: 18px;
  width: 120px;
  background-color: rgba(255,89,89,1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#7b0000)); 
  background-image: -webkit-linear-gradient(top, #ff0000, #7b0000); 
  background-image:    -moz-linear-gradient(top, #ff0000, #7b0000); 
  background-image:     -ms-linear-gradient(top, #ff0000, #7b0000); 
  background-image:      -o-linear-gradient(top, #ff0000, #7b0000); 
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
  text-transform: uppercase;
}

.newGame:before, .newGame:after {
  content: "";
  border-top:   3px solid #5f0000;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.newGame:before {
  left: 0;
}
.newGame:after {
  right: 0;
}

/*GAME MOUSE OVER POPOVER*/

#GameList .gPopupWindow {
    cursor:pointer;
    left: 0;
    position:absolute;
    top: 5px;
    z-index: 1000;
    background: transparent;
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    width: 185px;
    height: 133px;
}
#shimy
{
position: absolute;
width: 177px;
height: 2px;
top: -3px;
/*background-color: #0b0c15;*/
}

/*NEW GAME RED CORNER TRIANGLE*/
#NewGame2
{
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -4px;
  right: -5px;
  z-index: 100;
}


#gameContent
{
    width: 100%;
    text-align: center;
}
#GameList .gPopupWindow .gButton a, #GameList .gPopupWindow .gButton a:hover {
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;

}

#GameList .gLoggedInButton a, #GameList .gPopupWindow .gLoggedInButton a:hover {
    color: #323232;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}
#PlayDiv
{
    position: absolute;
    top: 15px;
    width: 100%;
    z-index: 2;
    left: 0;
}
#PlayMain
{
    width: 87px;
    margin: 0 auto;
}
#PlayImage{
    background: url(../Images/play-button.png) no-repeat;
    width: 63px;
    height: 100%;
    z-index: 1;
    margin: 0 auto;
    margin-top: 5px;
    background-position: 0px 5px;
}
#VideoImage{
    background: url(../Images/video.png) no-repeat;
    width: 63px;
    height: 100%;
    z-index: 1;
    margin: 0 auto;
    margin-top: 5px;
    background-position: 0px 5px;
}
#gGap
{
    height: 4px;
}
#PlayImageDiv{
    background: transparent;
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(255, 255, 255);
    /* RGBa with 0.6 opacity */
    background-color: rgba(255, 255, 255, 0.80);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff)";
    width: 87px;
    height: 74px;
    text-align: center;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

#PlayNowImageDiv{
    background: transparent;
    /* Fallback for web browsers that don't support RGBa */
    /*background-color: rgb(255, 255, 255);*/
    /* RGBa with 0.6 opacity */
    background-color: rgba(255, 255, 255, 0.80);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff)";
    width: 87px;
    height: 74px;
    text-align: center;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

#VideoImageDiv{
    background: transparent;
    /* Fallback for web browsers that don't support RGBa */
    /*background-color: rgb(255, 255, 255);*/
    /* RGBa with 0.6 opacity */
    background-color: rgba(255, 255, 255, 0.80);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff)";
    width: 87px;
    height: 74px;
    text-align: center;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
	margin-top: 10px;
}

#PlayButtonDiv
{
    background: transparent;
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(255, 255, 255);
    /* RGBa with 0.6 opacity */
    background-color: rgba(255, 255, 255, 0.80);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff)";
    width: 87px;
    height: 21px;
    text-align: center;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#GameList .gPopupWindow a:hover
{
    text-decoration: none;
}

#GameList .gPopupWindow .gContent a.AddToFavorites {
    background: transparent url(../Images/star-unactive.png) no-repeat;
    height:23px;
    margin-bottom:10px;
    padding:5px;
    top: 95px;
    width: 23px;
    border: 0;
    position: absolute;
    left: 5px;
    z-index: 10;
}

#GameList .gPopupWindow .gContent a.RemoveFromFavorites {
    background: transparent url(../Images/star-active.png) no-repeat;
    height:23px;
    margin-bottom:10px;
    padding:5px;
    top: 95px;
    width: 23px;
    border: 0;
    position: absolute;
    left: 5px;
    z-index: 10;
}
#GameList .gPopupWindow .gContent .ticker{
    background-color:#140029;
    border:1px solid #8234cf;
    border-radius:3px;
    color:#dbc0f7;
    display:block;
    font-weight:bold;
    height:20px;
    line-height:20px;
    left: 30px;
    position:absolute;
    text-align:center;
    top: 95px;
    width:125px;
    z-index:1;
}

#GameList .gPopupWindow img {
    background-image:url('../Images/NoImage.jpg');
    display:block;
    height:132px;
    width:100%;
    margin:0;
    border-radius:3px;
}
#GameList .gPopupWindow .gTitle {
    display:block;
    position:relative;
}

#GameList .gPopupWindow .gTitle h4 {
    color:#ffffff;
    font-size:12px;
    font-weight:bold;
    margin:0;
    overflow:hidden;
    padding:5px 0 0;
    text-align:center;
    -ms-text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    z-index: 10;
}
#GameList .gPopupWindow .gInfo {
    color: #ffffff;
}

#LoadMoreDiv
{
    border-top: 2px solid #D2232A;
    margin-left: 20px;
}
#loadmore
{
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    height: 26px;
    font-weight: bold;
    color: #D2232A;
    background: url(../images/more-games.png) center bottom no-repeat;
    cursor: pointer;
}

.label2
{
	position: absolute;
	top: -5px;
	right: -1px;
	z-index: 300;
}

.comingsoonlabel {
    position: absolute;
    right: -4px;
    top: 0;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}
.comingsoonlabel > div {
	position: absolute;
	right: -20px;
	top: 14px;
	z-index:  100;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	line-height: 11px;
	word-spacing: 9999px;
	width: 90px;
	min-height: 24px;
	
	display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.comingsoonlabel > div > div
{
	width: 90px;
	min-height: 17px;
}
.comingsoonlabel span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 70px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #1e5799;
    background: linear-gradient(#2989d8 0%, #1e5799 100%);
    box-shadow: 0 6px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: -24px;
    right: -39px;
    /* padding-top: 10px; */
}

.comingsoonlabel span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #1e5799;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1e5799;
}
.comingsoonlabel span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #1e5799;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1e5799;
}

.newlabel {
    position: absolute;
    right: -4px;
    top: 0;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.newlabel > div {
	position: absolute;
	right: -14px;
	top: 20px;
	z-index:  100;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	line-height: 11px;
	word-spacing: 9999px;
	width: 80px;
}

.newlabel span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 70px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #8F0808;
    background: linear-gradient(#F70505 0%, #8F0808 100%);
    box-shadow: 0 6px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: -24px;
    right: -39px;
    /* padding-top: 10px; */
}

.newlabel span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.newlabel span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}