body {
	background-color: black;
	overflow-x : hidden;
	overflow-y:hidden;
	filter : brightness(90%);
	width : 100vw;
	height : 100vh;
}

#page-container {
	width : 100%;
	height : 100%;
	display : flex;
	align-items : center;
	justify-content: center;
}

#cookiesdisclaimer {
	background-color: black;
}
#cookiesdisclaimer td {
	vertical-align: middle;
	position: relative;
}

.newsblock { 
	width : 50%;
}
.blackjack {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
															supported by Chrome, Edge, Opera and Firefox */

	overflow-y : hidden;
	overflow-x : hidden;
	width : 100%;
	height : 100%;
	z-index:0;
	position : absolute;
	top : 0;
	left : 0;
	background : black;
}

#serverUpdateNotification {
	width : 200px;
	height : 100px;
	pointer-events : none;
	z-index : 101;
	background : rgba(0,0,0,0.6);
	position : absolute;
	left : 230px;
	top : 785px;
	display : flex;
	justify-content: center;
	align-items : center;
	font-size : 20px;
	color : yellow;
}

.chatArea {
	position: absolute;
	top: 514px;
	left: 476px;
	z-index: 10;
}

#chatUnreadMessageIcon {
	margin-left : 25px;
	margin-top : 17px;
	width : 15px;
	height : 13px;
}

#chatIcon {
	width : 20px;
	height : 17px;
	margin-left : 7px;
	margin-top : 6px;
}

.titlescreen h2 {
	color : FFFFFF;
}
#titleLoadingDiv {
	position:absolute;
	width:309px;
	height:45px;
	text-align:center;
	position : absolute;
	top : 295px;
	left : 157px;
}

#lblTitlePercentComplete {
	display:inline-block;
	font-family:Red Rose,cursive;
	color:#2e2e2e;
	font-size:18px;
}

.advancedSetup
{
	border: solid black 2px;
}

.gameListWrapper
{
	border: solid black 2px;
}

select {
    font-size: 13pt;
}

.gameSettingsIcon, .gameSettingsIconText {
 width : 60px;
 height : 55px;
}

.gameSettingsIcon {
	opacity : .8;
}

.gameSettingsIconText {
	opacity : 0;
	transition:opacity 0.5s linear;
}

#careerSettingsIcon {
	position : absolute;
	top : 237px;
	left : 1286px;
}

#tableGameSettingsIcon {
	position : absolute;
	top : 40px;
	left : 1606px;
}

#gameModeSelectSettingsIcon {
	position : absolute;
	top: 657px;
	left : 1256px;
}

.gameSettingsDialog {
	width : 440px;
	height : 243px;
	border-radius : 7px;
	/*left : 1200px;
	/*top : 285px;*/
	position : absolute;
	padding : 22px 28px 22px 28px;
	background-color : #0b1c00;
	border :solid #3f5135 4px;
	z-index : 10;
}

.gameSettingsDialog h1 {
	font-family:Red Rose, cursive;
	color : #E0C34D;
	font-size : 25px;
	text-align : center;
	line-height : 0;
}

.gameSettingsDialog h2 {
	font-family : 'Roboto Regular, sans-serif';
	font-size : 19px;
	color : #bebebe;
	margin : 0;
	text-align : center;
}

.gameSettingsDialog p {
	font-family : monospace, monospace;
	color : #efd162;
	font-size : 18px;
	line-height : 0;
	margin : 0;
}

.gameSettingsTabs {
	margin-top: 42px;
	display : flex;
}

.gameSettingsControls {
	width : 440px;
	height : 152px;
	background-color : #1f2e15;
}

.gameSettingsRow {
	padding : 30px 34px 17px 34px;;
	display : flex;
	column-gap : 60px;
	align-items : center;
}
.gameSettingAudioIconDiv {
	width : 45px;
	height : 27px;
}

.gameSettingsButton {
	color : #cacaca;
	background-color : #6e6426;
	font-family : 'Roboto Regular, sans-serif';
	font-size : 14px;
	border-radius : 10px;
	letter-spacing : 1px;
	
	padding: 2px 3px 1px 4px;
	border-top: 1px solid #777777;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #777777;
}

.gameSettingsButton:active {
	border-top: 1px solid #333333;
	border-right: 1px solid #777777;
	border-bottom: 1px solid #777777;
	border-left: 1px solid #333333;
}

.gameSettingsTab {
	display : flex;
	align-items : center;
	justify-content: center;
	border-top-left-radius: 7px;
	border-top-right-radius : 7px;
	width : 134px;
	height : 30px;
	background-color : #464646;
	cursor: pointer;
}

.gameSettingsTabSelected {
	background-color : #1f2e15;
	cursor : default;
}

#btnConfigureBrightness {
	width : 106px;
	height : 30px;
}

#musicSlider,#volumeSlider {
	border : none;
}

.audioSettingSlider.ui-slider {
	background: #706628;
  height : 4px;
  border : none;
}



#btnCloseGameSettings {
	width : 52px;
	height : 20px;
	left : 419px;
	top : 14px;
	position : absolute;
}

#cwblackjackSetupParent {
	width : 1450px;
	height : 900px;
	padding-left : 150px;
	padding-right : 150px;
	background-color : #091900;
	z-index : 102;
	position : absolute;
	top : 0;
	left : 0;
}

#cwblackjackSetup {
	background-color:black;
	height : 900px;
	margin : auto;
}

#setupBlackjackLogo {
	display : block;
	padding-top: 50px;
	margin : auto;
	width : 200px;
	height : 106px;
	filter:brightness(90%);
}
#setupBlackjackHeader {
	display : block;
	margin  : auto;
	width : 975px;
	height : 53px;
}
#cwblackjackSetup h1 {
	color : #d5bb4e;
	font-family: Red Rose, sans-serif;
	font-size : 19px;
	text-align : center;
	padding-top : 11px;
	margin-bottom : 0px;
}

#cwblackjackSetup h2 {
	margin-top : 35px;
	font-size : 18px;
	color : #c3c3c3;
	font-family : Roboto, sans-serif;
	text-align : center;
}

#setupBlackjackNav {
	display : flex;
	column-gap : 34px;
	justify-content: center;
	padding-top:34px;
	margin: auto;
}

.setupNavButton {
	background-color : #091900;
	width : 112px;
	height : 42px;
	border-radius:7px;
	font-family : Roboto, sans-serif;
	font-size : 18px;
	color : #c3c3c3;
}

.setupNavButton,.setupBlackjackBrightnessOpt {
	border-top: 1px solid #555555;
	border-right: 1px solid #222222;
	border-bottom: 1px solid #222222;
	border-left: 1px solid #555555;
}

.setupNavButton:active,.setupBlackjackBrightnessOpt:active {
	border-top: 1px solid #222222;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-left: 1px solid #222222;
}

#setupBlackjackBrightnessFrame {
	display:block;
	margin-right : auto;
	margin-left : auto;
	margin-top:40px;
}

#setupBlackjackBrightnessOpts {
	display : flex;
	column-gap : 63px;
	justify-content: center;
	margin-top : -16px;
}

.setupBlackjackBrightnessOpt {
	width : 38px;
	height : 38px;
	border-radius : 50%;
	background-color : black;
}

#graySevens {
	display : block;
	padding : 50px 10px 20px 10px;
	width : 915px;
	height : 264px;
	margin : auto;
	border-left: dotted 2px #333333;
	border-right: dotted 2px #333333;
}

#placehold {
	cursor : default;
}


.listElementBox
{
	display: flex;
	align-self: center;
	padding-top : 6px;
	padding-bottom : 6px;
}

.listElementBox p {
	color : white;
	margin-top : -2px;
	margin-left : 6px; 
}

.chatWindow
{
	overflow-wrap: break-word !important;
	/* -- Allows \n --> */
	overflow-y: scroll;
	overflow-x: hidden;
	top: 0;
	left : 255px;
	
	-webkit-touch-callout: text; /* iOS Safari */
    -webkit-user-select: text; /* Safari */
     -khtml-user-select: text; /* Konqueror HTML */
       -moz-user-select: text; /* Old versions of Firefox */
        -ms-user-select: text; /* Internet Explorer/Edge */
            user-select: text; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.careerScreen {
	width : 1512px;
	overflow : hidden;
	background:rgba(11,31,0,255);
	position: absolute;
	top : 0;
	left : 0;
}

#careerErrorMessage h1 {
	font-family: Roboto, sans-serif;
	color : #7a4141;
	text-align : center;
	font-size : 18px;
	display : inline-block;
	margin : 0;
}

#careerErrorMessage p {
	font-family : Roboto, sans serif;
	font-size : 14px;
	color : white;
	display : inline-block;
}

#careerErrorMessage {
	padding-top : 15px;
	padding-left : 15px;
	padding-right : 15px;
	pointer-events : none;
}

#careerQuickTipDiv {
	top : 42px;
	left : 181px;
	position : absolute;
	width : 329px;
	height : 76px;
	display : flex;
	align-items: left;
	justify-content: center;
}

#careerQuickTipDiv p {
	color : #d4d4d4;
	font-size : 15px;
	line-height : 22px;
}

#btnCareerModeSelect {
	position : absolute;
	top : 164px;
	left : 338px;
}

#gameModeSelect,#avatarSelect,#homeSelect {
	background:rgba(11,31,0,255);
	overflow : hidden;
	width : 1512px;
	height : 900px;
	position: absolute;
	left : 0;
}

#gameModeSelectionImg { 
	top : 20px;
	left : 140px;
	position : absolute;
	width : 911px;
	height: 430px;
}

#gameModeSelectPlayerData {
	width : 300px;
	height : 200px;
	left : 1070px;
	top : 263px;
	position : absolute;
}

#gameModeSelectUserName {
	color : #FFFFFF;
}

#btnSelectCareerMode {
	left : 315px;
	top : 467px;
	position : absolute;
}

#btnSelectCasualMode {
	left : 744px;
	top : 467px;
	position : absolute;
}

#careerContentWrap,#gameModeSelectWrap {
	background:#293a1f;
	font-family: Roboto, sans-serif;
	font-size:'14px';
  line-height:'16px';
	font-weight:400;
	color:white;
	width : 1382px;
	height : 785px;
}

#tblCareerData {
	margin-right :0;
	margin-left :auto;
  border-collapse : collapse;
}
#tblCareerData td {
	padding-left:'10px';
	margin-right:0;
	margin-left:auto;
	vertical-align:'top';
}

#imgCareerEssentialControls {
	width : 203px;
	height : 388px;
	position : absolute;
	left : 109px;
	top : 277px;
}

#careerEssentialControls {
	position : absolute;
	left : 312px;
	top : 305px;
}

#imgCareerModeTitleBar {
	width : 1177px;
	height : 138px;
	position : absolute;
	left : 145px;
	top : 12px;
}

#tblEssentialCtrls {
	font-size:'14px';
	line-height:'16px';
}

#imgSelectVenueContent {
	position : absolute;
	top : 19px;
	left : 85px;
	width : 47px;
	height : 48px;
	transform : rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-trasform : rotateY(180deg);
}

#divCareerRegionName {
	width : 575px;
	height : 129px;
	position: absolute;
	left : 479px;
	top: 164px;
}

#divCareerRegionName h1 {
	color : #404722;
	font-size : 60px;
	text-align : center;
	margin : 0;
}

#divCareerCancelSelection {
	position : absolute;
	left : 361px;
	top : 227px;
	width : 180px;
	height : 66px;
	display : flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-between;
}

#divCareerCancelSelectionText {
	flex-direction : column;
}

#lblCareerCopyright {
	font-size : 18px;
	position : absolute;
	left : 300px;
	top : 728px;
	color : #a7a7a7;
}

.regionMapPoi {
	cursor: pointer;
}

.venueSelectRdBtn {
	display : flex;
	width: fit-content;
}

.regionMapPoi:hover {
	transform : scale(1.25);
}

#divCareerTravelLabel {
	width : 575px;
	height : 129px;
	position: absolute;
	left : 479px;
	top: 139px;
}

#divCareerTravelLabel h1 {
	color : #404722;
	font-size : 92px;
	text-align : center;
	margin : 0;
}

#btnCloseTravelMap {
	position : absolute;
	width : 146px;
	height : 40px;
	top : 245px;
	left : 688px;
}

.travelPoi {
	cursor: pointer;
}

.travelPoi:hover {
	transform : scale(1.25);
}

#travelActiveIndicator {
	width : 193px;
	height : 108px;
	position: absolute;
	top : 165px;
	left : 48px;
}

svg {
	pointer-events: none;
}

#lblCareerPageVenueName {
	margin:0;
	font-family:Red Rose, cursive;
  font-size:19.5px;
	line-height:24px;
	color:#E0C34D;
}

.careerNotice h2
{
	color : #ed1c23;
}

#lblTravelControllerTitle {
	font-family:Red Rose, cursive;
	font-weight:700;
	font-size:23px;
	color:#E0C34D;
	margin:0;
	text-align:center;
}

#lblCareerTravelDestinationFieldTitle {
	margin:0;
	margin-top:28px;
	font-size:12px;
	font-weight:400;
}

#lblCareerTravelStatePopField {
	font-size:11px;
}

#lblCareerTravelStatePopValue {
	font-family:Red Rose, cursive;
	font-size:14px;
	font-weight:700;
	color:#E0C34D;
	margin-top:-6px;
}

#lblCareerTravelCostField {
	margin:0;
	margin-top:15px;
	font-size:14px;
	text-align:center
}

#lblCareerTravelCostValue {
	font-family:Red Rose, cursive;
	font-size:19.4px;
	color:#D1013E;
	text-align:center;
	margin-top:6px;
}

#lblCareerTravelDestinationName {
	margin-top:8px;
	margin-bottom:0px;
	font-size:12px;
	font-weight:400;
	color:#E0C34D;
	display:inline-block;
}


#avatarController {
  background:rgba(11,31,0,255); 
	box-shadow : 0px 0.7125px 14.25px rgba(0,0,0,0.25);
  border-radius:7.125px;
	width : 368px;
	height: 370px;
}

#lblAvatarSelectTitle {
	font-size:23px;
	font-family:Red Rose, cursive;
	font-weight:700;
	color:#E0C34D;
}

#lblAvatarSelectInstructions {
  font-size:14px;
	font-family:Roboto,sans-serif;
	font-weight:300;
	color:white;
	line-height:17px;
}

#avatars {
	width:675px;
	height:475px;
	overflow-x: hidden;
	overflow-y: scroll;
	filter:brightness(90%);
}

#avatarLogo {
	width : 180px;
	height: 102px;
}

#titlescreenlogo {
	position : absolute;
	left : 166px;
	top : 0px;
	width: 307px;
	height: 186px;
}

#lblCareerDataUsername {
	text-align:center;
	font-weight:700;
	color:#FFFFFF;
	margin:0px;
	padding-bottom:4px;
}

#playerCareerTitle {
	left : 1188px;
	top : 175px;
	position: absolute;
	width : 140px;
}

#lblCareerDataTitle {
	text-align : left;
	font-family : monospace, monospace;
	font-size : 14px;
	line-height : 22px;
	color : white;
	opacity : .9;
	margin-top : 0px;
	letter-spacing : 1px;
}

#lblCareerDataWallet {
	display:inline-block;
	margin:0px;
	font-family:Red Rose, cursive;
	font-size:19.5px;
	line-height:24px;
	color:#E0C34D;
	padding-right:12px;
}

.careerImgLabel {
	width : 193px;
	height : 69px;
}

#playerCareerDataSection {
	width : 365px;
	height : 187px;
	left : 985px;
	top : 43px;
	position : absolute;
	border-radius : 7px;
	background-color : #1b2c16;
	opacity : .5;
	border-right : solid black 1px;
}

#playerCareerData {
	position : absolute;
	top:103px;
	left:985px;
	width:175px;
}

#tableImg {
	position: absolute;
	top:0px;
	left:0px;
	width:1750px;
	height:803px;
	z-index : -1;
}
#imgTableLogo {
	opacity : .5;
	z-index : 0;
}

#customTableFrame {
	top : 559px;
	left : 0px;
	position: absolute;
}

#imgMinMaxPlate 
{
	width:190px;
	height:121px;
	text-align:center;
	perspective : 1000px;
	position : absolute;
	left : 1410px;
	top : 62px;

}

#minMaxLabels {
	text-align:left;
	margin-top:28px;
	margin-left:70px;
	height:40px;
}

#btnGameRules {
	display:inline-block;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:14px;
	color:#E0C34D;
	font-weight:700;
	font-size:14px;
}

#lblMinAndMax1 {
	font-size:11px;
	font-family: Roboto,sans-serif;
	color:#9b8300;
}

#lblMinAndMax2 {
	font-size:11px;
	font-family:Roboto,sans-serif;
	color:#9b8300;
	margin-top:-6px;
}

#imgChipTray {
	position:absolute;
	top:0px;
	left:660px;
	opacity : .9;
}

#imgShoe {
	position : absolute;
	width : 193px;
	height : 158px;
	left: 1206px;
	top: 0px;
}
#tablecwblackjacklogo {
	left : 1443px;
	top : 8px;
	position: absolute;
	width : 119px;
	height : 57px;
	filter:brightness(90%);
	opacity : .95;
}
.betAvailableOverlay {
	z-index : 2;
	pointer-events: none;
}
.betIdentifier { 
	width : 33px;
	height : 19px;
	z-index : 4;
}

#dealerBlackjackNotification {
	width : 250px;
	height : 90px;
	position: absolute;
	left: 861px;
	top : 138px;
}

#dealerScoreIndicator { 
	width : 64px;
	height : 34px;
	position : absolute;
	left : 1025px;
	top : 88px;
	opacity : .65;
}

.dealerScoreIndicatorToggle {
	width : 23px;
	height : 16px;
	opacity : 1;
	cursor: pointer;
}

#dealerScoreIndicator p {
	font-family : Red Rose, cursive;
	font-weight : 700;
	font-size : 36px;
	color : #e5ca66;
	margin : 0;
	margin-top : -7px;
	text-align : center;
}

#tooManyIndicator {
	z-index : 1;
	position : absolute;
	top : 119px;
	left : 927px;
	width : 154px;
	height : 44px;
	overflow : hidden;
	transform : rotate(9.65deg);
	-webkit-transform: rotate(9.65deg);
	-moz-trasform : rotate(9.65deg);
}

#tooManyIndicatorImg {
	position : absolute;
	left : -154px;
	top : 0;
}

#discardZoom2xDiv {
	position : absolute;
	left : 1061px;
	top : 17px;
	background : rgba(12,31,0,0.985);
	z-index : 10;
	border-radius : 5px;
}

#discardZoom2xDiv p,#learnPremiumPreview p {
	font-family : 'Roboto Regular, sans-serif';
	color : #dddddd;
	font-size : 18px;
}

#discardZoomDiv {
	position : absolute;
	left : 408px;
	top : 137px;
	width : 100px;
	height : 44px;
	opacity:.7;
}

.discardZoomedTray {
	width : 228px;
	height : 276px;
}

.discardZoomedPile {
	width : 216px;
	height : 168px;
}

#btnDiscardZoom2x {
	width : 30px;
	height : 21px;
	position : absolute;
	left : 51px;
	top : 19px;
}

#zoomedDiscardImg {
	display : block;
	margin : auto;
	margin-top : 20px;
}

#btnDiscardZoom2x:hover {
	transform : scale(1.117);
}

.card {
	width : 62px;
	height : 86px;
	transform-style : preserve-3d;
	-webkit-transform-style: preserve-3d;
	filter:blur(0);
}

#imgTurnTimer {
	pointer-events : none;
	width : 58px;
	height : 15px;
	z-index : 1;
}

#imgHandIndicator {
	width : 101;
	height : 86;
	pointer-events:none;
	z-index : 7;
}

#imgTurnChip {
	width : 44px;
	height: 25px;
}

#imgInsuranceRibbon {
	width : 800px;
	height : 122px;
	position : absolute;
	left : 476px;
	top : 292px;
	opacity : .75;
}

.insuranceNotification {
	opacity : 0.9;
	z-index : 2;
}

#insuranceState {
	pointer-events:none;
}

.playersClubCard {
	width : 98px;
	height : 62px;
	border : rgb(77, 77, 77) solid 1px;
	border-radius : 7px;
	z-index : 2;
	opacity : .85;
}

#handsDiv {
	position : absolute;
	top : 0px;
	left : 0px;
	z-index : 2;
}
#dealerHand { 
	top : 0;
	left : 0px;
	position : absolute;
	z-index : 1;
}
.betSpotsArea {
	z-index : 3;
	position : absolute;
	top : 0;
	left : 0;
	pointer-events : none;
}

.bigHandActionBg {
	width : 134px;
	height : 69px;
}

.smallHandActionBg {
	width : 89px;
	height : 67px;
}

.coreHandAction {
	width : 110px;
	height : 45px;
}

.surrenderAction {
	width : 47px;
}

#handActionTrim {
	width : 153px;
	height : 17px;
}

.disabledHandAction {
	-webkit-filter: contrast(75%);
  filter: contrast(75%);
}

.btnInsurance {
	width : 100px;
	height : 41px;
}

.inactiveAvatarDiv {
	opacity:.55; 
	-webkit-filter: contrast(90%);
  filter: contrast(90%);
}

#gameReadyState {
	z-index : 98;
	position : absolute;
	top : 0px;
	left : 0px;
	width : 100%;
	height : 100%;
	background : black;
}

#exteriorCasino {
	width  : 1750px;
	height : 900px;
	z-index : 100;
	position : absolute;
	top : 0px;
	left : 0px;
}

#connectingToSessionOverlay {
	width : 1750px;
	height : 900px;
	z-index : 99;
	position : absolute;
	top : 0px;
	left : 0px;
	margin : 0;
	background : rgba(0,0,0,0.4);
	display : flex;
	justify-content: center;
	align-items : center;
}

#connectingSessionOverlayTitleBox {
	width: 216px;
	height : 102px;
}

#connectingSessionOverlayTitleBox img {
	width : 28px;
	height : 27px;
	display : block;
	margin : auto;
	margin-top : 67px;
}

#gameTransitionImage {
	width  : 100%;
	height : 100%;
	position : absolute;
	top : 0px;
	left : 0px;
	background: black;
	z-index:-1;
}

.userAccWindow
{
	border : solid black 5px;
}

#accountActionNeededDiv {
	width : 100%;
	font-family : Roboto Regular, sans-serif;
	font-size : 14px;
	margin-top: 50px;
}

#accountActionNeededDiv img {
	width : 12px;
	height : 54px;
}

#accountActionNeededDiv div {
	display : flex;
	flex-direction : row;
	width : 100%;
	column-gap : 10px;
	padding-bottom : 5px;
}

.accVal {
	color:#E0C34D;
}

.travelScreen
{
	border : solid black 5px;
}

.loginScreen
{
	border : solid black 5px;
}

#loginLoadingAnimation {
	position : absolute;
	left : 150px;
	top : 590px;
	z-index: 3;
}

#gameModeSelectLoadingAnimation {
	position : absolute;
	left : 1019px;
	top : 234px;
}

#careerLoadingAnimation {
	position : absolute;
	top : 220px;
	left : 346px;
}

#gameLoadingAnimation {
	position : absolute;
	left : 1271px;
	top : 166px;
}

#clubLoadingAnimation {
	position : absolute;
	left : 235px;
	top : 22px;
}

#venueLoadingAnimation {
	position : absolute;
	left : 360px;
	top : 30px;
}

#venueWelcomeMessage {
	display : flex;
	justify-content: center;
	align-items : center;
	font-size : 17px;
	font-family: monospace, monospace;
	border-radius : 15px;
	color : white;
	background-color : #0c1f00;
	opacity : .8;
	position : absolute;
	top : 231px;
	left : 1304px;
	width : 310px;
	height : 56px;
	z-index : .85;
}

.titleScreenPage {
	position : absolute;
	left : 111px;
	top : 247px;
}

#lblLoginScreenTitle,#lblRegisterTitle,#lblAccTitle,
#titleFrgtPassTitle,#lblVeriCodeTitle,#lblChngPswdTitle
{
	font-family : Red Rose, cursive;
	font-size:28.70px;
	font-weight:700;
  text-align:center;
	margin-top:29px;
	color:#E0C34D;
}

#welcomeDescriptionDiv {
	width : 300px;
	color : #d7d7d7;
}

#imgCasinoItems {
	left : 825px;
	top : 209px;
	position : absolute;
	width : 317px;
	height : 302px;
}

#imgTitleGameControls {
	width : 445px;
	height : 151px;
	left : 86px;
	top : 235px;
	position : absolute;
}

#lblTitleGameControls {
	top : 235px;
	left : 86px;
	width : 445px;
	position : absolute;
	color : #d7d7d7;
}

#lblTitleGameControls h1 {
	text-align : center;
	font-size : 23px;
	font-family: Roboto Regular, sans-serif;
	margin : 0;
}

#titleScreenFooter {
	width : 330px;
	top : 565px;
	left : 804px;
	position : absolute;
}

#titleScreenFooter h2 {
	font-size : 26px;
	text-align : center;
	color : #a7a7a7;
	margin : 0;
	margin-top : 18px;
}

#titleScreenFooter h3 {
	font-size : 34px;
	text-align : left;
	color : #E0C34D;
	margin-top : 50px;
}

#titleScreenTOS {
	width : 216px;
	height : 36px;
	margin : auto;
	display : flex;
	align-items: center;
	justify-content: center;
}

#btnTOS {
	font-size : 15px;
	font-family: Roboto Regular, sans-serif;
	color : #d0d0d0;
	margin : 0;
}

#btnPlayNow {
	animation: pulsePlayNow 1s infinite alternate;
}

.titleLoginDiv {
	overflow : hidden;
}

.titleGameControls {
	display : flex;
	flex-direction : row;
	justify-content: space-between;
}

#titleGameStatus {
	position : absolute;
	top : 10px;
	left : 170px;
	font-size : 19px;
	color : #d3cbb4;
	font-family: monospace, monospace;
	margin : 0;
}

#btnServerStatus {
	display : block;
	margin : auto;
}

.registrationScreen
{
	border : solid black 5px;
}

.homeUpgradeScreen
{
	border : solid black 5px;
}

#stateInfo {
	border : solid 10px rgb(11, 31, 0);
	background: rgb(11, 31, 0); box-shadow: rgba(0, 0, 0, 0.25) 0px 0.7125px 14.25px; border-radius: 7.125px;
	width : 244px;
}

.stateInfo h2
{
	color : white;
	font-size : 35px;
}

.stateConfirmationDiv h2
{
	color : #ed1c23;
}

.instructionsDiv h1
{
	color : #ed1c23;
}

.stateInfo p
{
	color : white;
	font-size: 25px;
}

#playersClubTitleItem {
	width : 242px;
	height : 139px; 
	position : absolute;
	top : 38px;
	left : 241px;
}

.playersClubAnswer {
	position : absolute;
	left : 222px;
	top : 253px;
}

.playersClubScreen {
	position : absolute;
	top : 162px;
	left : 62px;
	opacity : .95;
}

#playersClubLogoBox {
	display : flex;
	align-items: center;
	justify-content: center;
	width : 277px;
	height : 147px;
	top : 221px;
	left : 571px;
	position : absolute;
}

#playersClubLogoBox img {
	opacity : .85;
}

#playersClubDecor {
	width : 98px;
	height : 164px;
	position : absolute;
	left : 878px;
	top : 153px;
}

#btnPlayersClubViewGames {
	opacity : .65;
	position: absolute;
	top : 151px;
	left : 732px;
}

#playersClubBorder {
	position : absolute;
	top : 102px; 
	left : 162px;
	width : 90px;
	height : 105px;
}

#playersClubDialogueBorder {
	position : absolute;
	left : 183px;
	top : 222px;
	height : 148px;
	width : 24px;
}

.gameSetup {
	margin : auto;
	margin-top : 25px;
}

.gameSetupField {
	background-color:#52562b;
	color : white;
  outline:none;
	z-index : 2;
}

.clubGameSetupDollarSign {
	z-index : 2;
	color : white;
}

.mainGameSetupPage {
	margin : auto;
	position:relative;
}

.advancedGameSetupPage {
	margin : auto;
	position:relative;
}

.gameSetup h2 {
	color : white;
	font-family: Calibri, sans-serif;
	margin : 0;
}

.clubScreen select {
	z-index : 2;
}

.clubOptionAccent {
	z-index : 1
}

.clubGameSetupChkBox {
	width : 30px;
	height : 30px;
	z-index : 2;
}

.clubFeltSelection {
	width:40px;
	height:34px;
}

.basicRoundedCorners {
	border-radius: 25px;
}

#inGamePass {
	font-size:17px;
	font-family:Roboto, sans-serif;
	display : block;
	margin : auto;
	margin-top:10px;
}

#passwordActionBtns {
	margin : auto;
	padding-top : 20px;
	width : 276px;
	justify-content: space-between;
}

.cardsPointOfRef {
	width : 5px;
	height : 48px;
	opacity : .2;
}

.clubScreen p
{
	color : white;
}

.careerNotice h2
{
	color : D3D3D3;
}

.careerGameList p
{
	font-size : 30px;
}

.roboto20pt
{
  font-family: Roboto,sans-serif;
	font-weight : 400;
	font-size : 16px;
	color : #FFFFFF;
}

#betTimer {
	width : 300px;
	height : 23px;
	position : absolute;
	left : 1290px;
	top : 201px;
}

.betCircle {
	width : 113px;
	height : 53px;
}

.sidebetCircle,.stagingSidebetCircle {
	width : 54px;
	height : 32px;
	opacity : .65;
}

.sidebet21plus3Label {
	width : 108px;
	height : 32px;
	position : absolute;
	top : 237px;
	left : 1182px;
	opacity : .5;
}

.btnRaiseTheRoof {
	width : 51px;
	height : 17px;
}

.btnRaiseTheRoof:hover {
	transform : scale(1.1);
}

.raiseRoofPrompt {
	width : 103px;
	height : 82px;
}

#raiseRoofButtonLabel {
	pointer-events : none;
}

.win21Plus3Notification {
	width : 159px;
	height : 45px;
}

.win21Plus3Notification p {
	font-family: javanese-text, sans-serif;
	font-size : 14px;
	margin-top : 24px;
	margin-left : 49px;
	color : #2a2a2a;
}

.perfectPairWinNotification {
	width : 86px;
	height : 33px;
}
.perfectPairWinNotification p {
	text-align : center;
	font-family: javanese-text, sans-serif;
	font-size : 13px;
	margin-top : 13px;
	color : #FFFFFF
}

.sidebetPerfectPairsLabel {
	width : 97px;
	height : 35px;
	position : absolute;
	left : 1315px;
	top : 136px;
}

.sidebetRaiseTheRoofLabel {
	width : 95px;
	height : 48px;
	opacity : .7;
	position : absolute;
	top : 130px;
	left : 1314px;
}

.sidebetPlayerLabel {
	opacity : .85;
}

.cardTouchWarningNotification {
	width : 78px;
	height : 37px;
	z-index : 6;
}

#btnSwapBetMethod {
	position: absolute;
	left : 134px;
	top : 53px;
	width : 51px;
	height : 42px;
	z-index : 2;
}

#btnSwapBetMethod:hover {
	transform : scale(1.1);
}

#betSlider.ui-slider {
  background : #c1a631;
  height : 4px;
  border : none;
}

#betSlider .ui-slider-handle {
  position: absolute;
  top : -18px;
  width : 26px;
  height : 40px;
  background : url(https://cwcreations.net/blackjack/blackjack/betting/handle.png);
  border : none;
  outline : 0;
	cursor: pointer;
}

#imgSliderLeftTrim {
	left : -16px;
	top : -5px;
	position : absolute;
}

#imgSliderRightTrim {
	left : 183px;
	top : -5px;
	position : absolute;
}

#manualBetting {
	position : absolute;
	top : 76px;
	left : 139px;

	width : 271px;
	height : 88px;
	z-index : 1;
}

.manualChip {
	width : 39px;
	height : 35px;
}

.manualChip:hover {
	transform : scale(1.1);
}

#lblCurrentBet {
	font-size : 22px;
	margin : 0;
	font-family : Roboto, sans-serif;
	color : #b4b4b4;
	text-align : center;
}

#currentBetTextBox {
	position : absolute;
	top : 21px;
	left : 210px;
	width : 132px;
	height: 40px;
}

#bettingControls {
	z-index : 9;
	width   : 553px;
	height  : 40px;
	overflow : hidden;
}

#betSlider { 
	width : 184px;
	position : absolute;
	left : 182px;
	top : 130px;
	opacity : .8;
}

#btnConfirmBet {
	position : absolute;
	top : 58px;
	left : 433px;
	z-index : 2;
}

.clearAdditionalBetButton {
	width : 45px;
	height : 21px;
}

#btnClearBet {
	position: absolute;
	top : 59px;  
	left : 370px;
	z-index : 2;
}

#betSpotIndicator {
	width : 139px;
	height : 24px;
}

#sidebetSpotIndicator {
	width : 70px;
	height : 22px;
}

.highlight
{
	border-color: #C1E0FF;
	border-width:2px; 
	border-style:solid;
}

#userFrame {
	  position:absolute;
		left   : 0px;
		top    : 808px;
    width  : 1750px;
		height : 92px;
		z-index: 11;
		background:#0C1F00;
		color:#FFFFFF;
		font-family:Roboto, sans serif;
		font-size:14.81px;
		font-weight:400;
}
#userFrame h1 {
	margin:0;
	padding:0;
	font-size:17px
}

#userFrame p {
	margin:0;
	padding:0;
}


#usrFrameLocPoi {
	width : 9px;
	height : 12px; 
}

#usrFrameLoadingAnimation {
	position : absolute;
	top : 21px;
	left : 1703px;
}

#usrFramePromotionStatus {
	width : 125px;
	height : 36px;
	text-align : center;
	position : absolute;
	left : 1284px;
	top  : 3px;
}

#usrFramePromotionStatus h1 {
	font-family : Red Rose, cursive;
	font-size : 16px;
	margin : 0;
	color : #5f788e;
}

#usrFramePromotionStatus p {
	font-family: Roboto,sans-serif;
	font-size : 15px;
	margin : 0;
	color : white;
}

#footer {
  position: relative;
  padding-top: 2.5rem;
  width: 100%;
  height: 2.5rem;            /* Footer height */
}

#titleContentWrap {
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 20px;
	font-family: Roboto,sans-serif;
	font-weight : 400;
	font-size : 16px;
	color : #FFFFFF;
	line-height : 29px;
}

#imgTitleFrame {
	position : absolute;
	top : 133px;
	left : 89px;
	width : 440px;
	height : 103px;
	z-index: 2;
}

#registerTermsAcceptanceDiv {
	background : #2e4e2d;
	width : 290px;
	height : 140px;
	color : white;
	font-family:Roboto;
	font-weight:500;
	font-size : 11px;
	padding : 10px 15px 10px 15px;
	position : absolute;
	left : 439px;
	top : 591px;
	border-radius : 5px;
}

#registerTermsAcceptanceDiv img {
	width : 24px;
	height : 24px;
}

#registerTermsAcceptanceDiv h1 {
	font-size : 15px;
	color : #c7c7c7;
	margin: 0 0 0 8px;
}

#registerTermsActionItemsDiv {
	position : relative;
	display : flex;
	flex-direction : column;
	row-gap : 15px;
}

.registerTermsActionItem {
	border : solid #656e65 1px;
	background-color : #0c1f00;
	display : flex;
	flex-direction : row;
	column-gap : 10px;
	padding : 8px;
	align-items : flex-start;
} 

.registerTermsActionItem p {
	margin : 0;
	margin-top : -4px;
	line-height : 16px;
} 

.travelButton {
	margin-left:auto;
	margin-right:auto;
	display:block;
	border-radius:3.29464px;
	background-color:#E0C34D;
	width : 175px; height : 32px;
}

.travelButtonLabel {
	font-family:Roboto;
	font-weight:500;
	font-size:10.0px;
	color:#0C1F00;
	letter-spacing:0.46px;
	text-transform:uppercase;
	margin-top:6px;
}

.careerPageTitle {
	padding-bottom:22px;
	white-space:nowrap;
	margin:0;
	font-family:Red Rose, cursive;
	font-weight:700;
	font-size:38.1px;
	color:#E0C34D;
}

#homeSelect {
	font-family: Roboto,sans-serif;
	font-size : 16px;
	color : #FFFFFF;
	line-height : 29px;
	font-weight : 400;
}

#imgHomeSelectHelp {
	position : absolute;
	left : 1157px;
	top : 366px;
	width : 221px;
	height : 117px;
}

#btnHomeSelectHelp {
	position : absolute;
	top : 52px;
	left : 196px;
}

#imgSelectedHomeRegion {
	width:59px;
	height:59px;
}

.careerEssentialCtrl {
	margin:0px;
	font-family : Red Rose, sans-serif;
	font-size : 19.5px;
	line-height: 24px;
	color : #E0C34D;
}

.block {
	display : block;
}
.inline {
	display : inline-block;
}

.box {
	display: flex;
	align-self: center;
}

.careerGameListing {
	background:#b4b4b4;
	width:1045px;
	height:92px;
	position:relative;
	margin-top:20px;
}

.rulesBox {
	font-size : 10.2px;
	margin-top : -5px;
	margin-left : 8px;
	display: flex;
}

.rulesBox p {
	padding-right: 8px;
}

.formBox {
	display : flex;
	flex-wrap : wrap;
}

.noMargin {
	margin : 0px;
}

#careerContentWrap,#homeSelectWrap {
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 20px;
}

.legendBox
{
	display: flex;
	align-self: center;
	font-size : 10.19px;
	font-weight : 700;
	font-family : Red Rose, cursive;
	color : white;
	padding-bottom : 13.6px;
}

.legendText
{
	margin: 0;
	margin-top : 5px;
	padding : 0;
}

.legendText2
{
	margin: 0;
	padding : 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
	appearance: textfield;
}

.greenButton {
	box-sizing: border-box;
	width: 135px;
	height: 40px;
	background-color: #293A1F;
	border-radius: 10px;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #E0C34D;

	padding: 2px 6px 2px 6px;
	border-top: 2px solid #f0e1a6;
	border-right: 2px solid #8a7b40;
	border-bottom: 2px solid #8a7b40;
	border-left: 2px solid #f0e1a6;
}

.greenButton:active {
	border-top: 2px solid #8a7b40;
	border-right: 2px solid  #f0e1a6;
	border-bottom: 2px solid #f0e1a6;
	border-left: 2px solid #8a7b40;
}

.serverStatus
{
	font-family : "Roboto";
	font-weight : 500;
	background-color: #ffe8ab;
	border-radius: 10px;
	font-size : 16px;
	color : #293A1F;
	width : 176px;
	height : 40px;
	border : none;
}

.yellowButton {
	
	font-family:"Roboto";
	font-weight : 500;
	background-color:#E0C34D;
	color: #293A1F;
	border-radius: 10px;
	
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-left: 2px solid #CCCCCC;
}

.yellowButton:active {
	border-top: 2px solid #333333;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 2px solid #333333;
}

.yellowButtonVenue {
	
	font-family:"Roboto";
	font-weight : 500;
	background-color:#d4b842;
	font-size: 16px;
	line-height: 19px;
	color: #293A1F;
	border-radius: 10px;
	width: 146px;
	height: 40px;

	padding: 2px 6px 2px 6px;
	border-top: 2px solid #bfbfbf;
	border-right: 2px solid #3c3c3c;
	border-bottom: 2px solid #3c3c3c;
	border-left: 2px solid #bfbfbf;
}

.yellowButtonVenue:active {
	border-top: 2px solid #3c3c3c;
	border-right: 2px solid #bfbfbf;
	border-bottom: 2px solid #bfbfbf;
	border-left: 2px solid #3c3c3c;
}

.venueScreen {
	z-index : 1;
	position:absolute;
	overflow-x : hidden;
}

#imgCustomClubBorder {
	width  : 850px;
	height : 17px;
	position : relative;
	display : block;
	margin : auto;
	margin-top : 28px;
}

#imgCustomVenueBorder {
	width : 1101px;
	height : 7px;
	margin : auto;
	display : block;
	position : relative;
	margin-top : 48px;
}

#clubMessageBox {
	width : 420px;
	height : 160px;
	position : relative;
	margin : auto;
	margin-top : 25px;
}

#venueMessageBox {
	width : 400px;
	height : 160px;
	margin-left : 22%;
	margin-top : 80px;
}

#venueMessageBox h1, #clubCountPromptDiv h1,#clubMessageBox h1 {
	font-size : 26px;
	font-family : Red Rose, cursive;
	text-align : center;
	display : block;
	color : #E0C34D;
	margin : 0;
}

.handScoreIndicator {
	width : 64px;
	height : 47px;
	z-index : 6;
}

#btnToggleScoreIndicator {
	width : 23px;
	height : 16px;
	z-index : 6;
}

#lblHandScoreIndicator {
	font-family : Red Rose, cursive;
	font-size : 43px;
	color : #a3a567;
	margin : 0;
	margin-top : -5px;
	text-align : center;
	font-weight : 700;
	opacity : .9;
}

#rulesPage {
	width : 1110px;
	height : 500px;
	position : absolute;
	background-color: #0c1f00;
	padding : 50px 45px 50px 30px;
	z-index : 10;
	border-radius : 18px;
}

#rulesScrollbox {
	overflow-y : scroll;
  overflow-x : hidden;
	width : 100%;
	height : 80%;
	padding-left : 5px;
	padding-right : 20px;
}

#btnDismissRules {
	position : absolute;
	top : 55px;
	left : 927px;
}
#btnDismissRules:hover {
	transform: scale(1.1);
}


#rulesPage h1 {
	font-family : Red Rose, cursive;
	font-size : 45px;
	font-weight : 700;
	text-align : center;
	color : #E0C34D;
	opacity : 0.95;
	margin-top : 10px;
}

#rulesPage h2 {
	font-family : Red Rose, cursive;
	font-size : 38px;
	font-weight : 600;
	margin-left : 80px;
	color : #E0C34D;
	opacity : 0.95;
	padding-top : 30px;
}

#rulesPage p {
	font-size : 22px;
	font-family : Roboto, sans-serif;
	font-weight : 400;
	text-align : left;
	color : white;
	opacity : .95;
	line-height : 33px;
}

#rulesPage img {
	display : block;
	margin : auto;
}

.rulesPageSection {
	margin-top : 50px;
	border-top : 2px solid #d5d5d5;
}

#promoIndicator {
	width : 125px;
	height : 27px;
	position : absolute;
	top : 781px;
	left : 1284px;
}

#clubPasswordPromptDiv {
	width : 420px;
}

#clubPasswordPromptDiv h2 {
	text-align : center;
	color : white;
}

#inGameCount {
	font-size:17px;
	font-family:Roboto, sans-serif;
	display : block;
	margin : left;
	margin-top:15px;
	margin-left:64px;
	background-color : #898989;
  color : #f3f3f3;
  outline:none;
}

#clubCountPromptDiv {
	position: absolute;
	left : 730px;
	top : 385px;
	width : 300px;
	height : 183px;
	z-index : 9;
}

.countPrompt {
	z-index : 9;
}

#clubPromptCountBtns {
	width : 180px;
	margin-left : 10px;
	margin-top : 15px;
	margin : left;
	justify-content:  space-between;
}


#clubPromptCountBox {
	height : 166px;
	width : 300px;
}

#lblPromptCount {
	color: #e2e2e2;
	text-align : center;
}
.greenMessageContainer {
	background:#2d4c2c;
	border-radius : 15px;
}

.yellowMessageContainer h2 .greenMessageContainer h2 {
	font-size : 20px;
	font-family : Roboto, sans serif;
	color : #FFFFFF;
	text-align : center;
	margin : 0;
	padding-top : 25px;
}

.yellowMessageContainer p, .greenMessageContainer p {
	margin : 0;
	padding-top : 25px;
	font-size : 18px;
	font-family : Roboto, sans serif;
	font-weight : 700;
	text-align : left;
	padding-left : 20px;
	padding-right : 20px;
	line-height : 32px;
	color : #FFFFFF;
}

.yellowMessageContainer {
	background : #c4b77e;
}

.wordwrap {  
   white-space: pre-wrap;      /* Webkit */    
   white-space: -moz-pre-wrap; /* Firefox */     
   white-space: -pre-wrap;     /* Opera <7 */    
   white-space: -o-pre-wrap;   /* Opera 7 */     
   word-wrap: break-word;      /* IE */ 
}



.inputForm {
	color:#E0C34D;
	background : transparent;
	border : none;
	letter-spacing : 1px;
}

.inputForm:focus {
    outline: none;
}

a[href], input[type='submit'], input[type='image'], label[for],
	select, button, .careerEssentialCtrl, .pointer,.clickable, .avatarDiv,.listElementBox,
	#imgSound,#rdFirstClass,#rdEconomy,.handAction,#imgMinMaxPlate,#profileHamburger,
	.avatarRing,.clearAdditionalBetButton,.surrenderAction,
	.btnRaiseTheRoof,#btnDiscardZoom2x,.btnOpenSocial,.setupBlackjackBrightnessOpt {
	cursor: pointer;
}

.bettingControl {
	pointer-events: auto; 
	cursor: pointer;
}

.laptopMenuList {
	background :#595858;
	width:100px;
	border-radius : 17px;
	padding-bottom : 5px;
	padding-top : 5px;
}

.smallFormButton {
	border-radius : 4.14153px;
	width : 130px;
	height : 35.62px;
	text-align : center;

	padding: 2px 6px 2px 6px;
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-left: 2px solid #CCCCCC;
}

.smallFormButton p {
	font-family : Roboto, sans serif;
	font-weight : 500;
	font-size : 12px;
	letter-spacing : 0.46px;
	color : #0C1F00;
	margin: 0px; 
	padding: 0px;
}




.formButton {
	border-radius : 4.14153px;
	width : 220.33px;
	height : 35.62px;
	text-align : center;

	padding: 2px 6px 2px 6px;
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-left: 2px solid #CCCCCC;
}

.formButton:active,.smallFormButton:active {
	border-top: 2px solid #333333;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 2px solid #333333;
}

.formButtonText {
	font-family : Roboto, sans serif;
	font-weight : 500;
	font-size : 12px;
	letter-spacing : 0.46px;
	color : #0C1F00;
}

#bubbleText {
	font-family:Roboto;
	font-size:15px;
	font-weight : 400;
	color : #9e9e9e;
}

.underlineOnHover:hover {
	text-decoration: underline;
	cursor: pointer;
}

.connectWithX {
	width: 40px;
	height: 40px;
	background : #000000;
	border-radius: 50%;
	border-bottom: 1px solid #555555;
	border-left: 1px solid #333333;
	border-top: 1px solid #333333;
	border-right: 1px solid #555555;
}

.connectWithDiscord:active {
	border-top: 1px solid #333333;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #333333;
}

.connectWithX:active {
	border-bottom: 1px solid #333333;
	border-left: 1px solid #555555;
	border-top: 1px solid #555555;
	border-right: 1px solid #333333;
}

.connectWithDiscord {
	width: 40px;
	height: 40px;
	background : white;
	border-radius: 50%;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #CCCCCC;
}

#lblMinutesRem {
	text-align:center;
	margin:0px;
	padding :30px;
	padding-bottom:11px;
	font-size:9.64px;
	font-weight:600;
	color:#E0C34D;
}

.decorline {
	border : 1px solid rgba(255, 255, 255, 0.03);
}

.glow {
	color: #fff;
	-webkit-animation: glow 1s ease-in-out infinite alternate;
	-moz-animation: glow 1s ease-in-out infinite alternate;
	animation: glow 1s ease-in-out infinite alternate;
}

#profileActions {
	border: 1px solid #9B9B9B;
	background: #293A1F;
	font-size : 20px;
	font-family : Roboto, sans serif;
	font-weight : 700; 
	text-align : center;
	border-radius: 13px;
	z-index : 10;
}

.careerProfileActions:after, .careerProfileActions:before {
	bottom : 100%;
	left : 84%;
	border: solid transparent;
	content:"";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
}

.careerProfileActions:after {
	border-color: rgba(41,58,31,0);
	border-bottom-color : #293A1F;
	border-width : 10px;
	margin-left : -10px;
}

.careerProfileActions:before {
	border-color: rgba(155,155,155,0);
	border-bottom-color : #9B9B9B;
	border-width : 12px;
	margin-left : -12px;
}

.tableProfileActions:before, .tableProfileActions:after {
	top : 100%;
	left : 84%;
	border: solid transparent;
	content:"";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
}

.tableProfileActions:after {
	border-color: rgba(41,58,31,0);
	border-top-color : #293A1F;
	border-width : 10px;
	margin-left : -10px;
}

.tableProfileActions:before {
	border-color: rgba(155,155,155,0);
	border-top-color : #9B9B9B;
	border-width : 12px;
	margin-left : -12px;
}
  
@keyframes glow {
	from {
		text-shadow:  0 0 15px #e60073, 0 0 20px #e60073, 0 0 25px #e60073, 0 0 30px #e60073, 0 0 35px #e60073;
	}
	to {
		text-shadow:  #ff4da6, 0 0 20px #ff4da6, 0 0 25px #ff4da6, 0 0 30px #ff4da6, 0 0 35px #ff4da6, 0 0 40px #ff4da6;
	}
}

@-webkit-keyframes glow {
	from {
		text-shadow:  0 0 15px #e60073, 0 0 20px #e60073, 0 0 25px #e60073, 0 0 30px #e60073, 0 0 35px #e60073;
	}
	to {
		text-shadow:  #ff4da6, 0 0 20px #ff4da6, 0 0 25px #ff4da6, 0 0 30px #ff4da6, 0 0 35px #ff4da6, 0 0 40px #ff4da6;
	}
}

.ui-tooltip {
	font-size: 17px;
}

.ui-slider .ui-slider-handle {

    cursor: default;
    height: 50px;
    position: absolute;
    width: 50px;
    z-index: 2;
}

.divStratPage p {
	font-size : 25px;
}

.divStatPage p {
	font-size : 25px;
}

.divStatPage h3 {
	font-size : 25px;
}

.shadow {
	box-shadow: 0 0 10px 1px #000;
	-moz-box-shadow: 0 0 10px 1px #000;
	-webkit-box-shadow: 0 0 10px 1px #000;
}

.divLanguage p {
	font-size : 25px;
}

.travelPageGrid {
  display: grid;
  padding-top: 50px;
  grid-template-columns: auto auto auto;

  text-align: center;
}

#btnCareerOpenSocial {
	position : absolute;
	top : 70px;
	left : 1246px;
}

#btnGameModeSelectOpenSocial {
	position : absolute;
	top : 268px;
	left : 1157px;
}

#btnUserFrameOpenSocial {
	position : absolute;
	left : 1657px;
	top : -13px;
}

#btnOpenSocial {
	width : 56px;
	height : 34px;
}

#tblFriends h3 {
	color : #adadad;
}

#tblFriends p {
	color : #adadad;
}

#tblFriends th {
	color : #adadad;
}

#tblFriends td {
	padding-right : 30px;
}

#tblFriends td p {
	margin-bottom : 4px;
}

.friendsListUsername {
	cursor : pointer;
}

#friendsDialog {
	font-family: Merriweather serif;
	background:#001600;
	border :solid #3f5135 4px;
	z-index:10;
	border-radius:5px;
	min-width : 247px;
	padding-bottom : 15px;
}
#friendsDialogLoadingAnimation {
	width : 19px;
	height : 20px;
	position : absolute;
	top : 8px;
	left : 73px;
}

#lblFriendsDialogTitle {
	font-size : 18px;
	font-family : Red Rose, cursive;
	color : #E0C34D;
	margin-top : 5px;
	text-align : center;
}

#btnCancelAddSocial {
	width : 78px;
	height : 24px;
}

#divFriendsControls {
	background:#1c261c;
	width : 180px;
	height : auto;
	padding-bottom : 25px;
	border-radius:15px;
}

#divFriendsDetailedStatus, #friendsDialogError {
	background:#1c261c;
	width : 231px;
	border-radius:15px;
	padding : 15px;
	border: 2px solid #242e24;
	position : absolute;
	z-index : 2;
}

#friendsDialogError {
	width : 195px;
}

#divFriendsDetailedStatus p {
	font-family : Roboto, sans-serif;
	font-size : 14px;
	text-align : left;
	color : #6e736e;
	margin : 18px 0px 0px 38px;
}

#friendsDialogError p {
	font-family : Roboto, sans-serif;
	font-size : 14px;
	text-align : center;
	color : #6e736e;
}

#friendsDialogError h1 {
	font-family : Red Rose, cursive;
	font-size : 16px;
	color : white;
	display:block;
	margin : 10px 0px 0px 0px;
	text-align : center;
}

#divFriendsDetailedStatus h1 {
	font-family : Red Rose, cursive;
	font-size : 16px;
	color : white;
	display:block;
	margin : 0px 0px 0px 80px;
}

#lblDetailedStatusOnline {
	font-family: monospace, monospace;
}
#btnRemoveFriend {
	width : 30px;
	height : 25px;
	position : absolute;
	top : 48px;
	left : 10px;
}
#btnAddSocial {
	width : 42px;
	height : 24px;
}
#tblFriends th {
	padding-right : 30px;
	text-align : left;
}


#tblMainPage td {
  padding: 0 85px;
}

.on-off-switch {
	margin: auto;
}

.avatarRing {
	border-radius : 65px;
	width : 102px;
	height : 102px;
	filter:brightness(91%);
}
#profileHamburger {
	width : 35px;
	height : 36px;
}

#playerInfo {
	z-index : 5;
}
#actionscreen {
	position : absolute;
	left : 0px;
	top : 0px;
	z-index : 6;
}

.gameMoneyIndicator {
	width : 34px;
	height : 43px;
	z-index : 5;
}

.gameMoneyIndicatorSign {
	width : 29px;
	height: 17px;
	z-index : 5;
}

.gameMoneyIndicatorLabel {
	font-family: javanese-text, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size : 19px;
	text-align : left;
	margin-left : 34px;
	margin-top : 12px;
	color : #9a9a9a;
}

.playerAvatar {
	width : 73px;
	height : 73px;
	border-radius : 25px;
	border : solid 2px #2a4c16;
	position : absolute;
	top : 0px;
	left : 23px;
	filter:brightness(90%);
}

.playerAvatarDiv {
	z-index : 2;
	width : 128px;
	height : 102px;
}

#inherentPlayerIndicator {
	width : 45px;
	height : 14px;
	position : absolute;
	left : 61px;
	top : 64px;
}

.playerIdentificationDot {
	width : 4px;
	height : 4px;
	z-index : 3;
	position : absolute;
	left : 85px;
	top: 55px;
}

.playerAvatarFrame {
	width : 112px;
	height : 82px;
}

.playerAvatarChatNotification {
	position : absolute;
	left : 96px;
	top : 62px;
	width : 32px;
	height : 13px;
}


.prevAvatar {
	border : solid 2px #FFFFFF;
	width : 30px;
	height : 30px;
	border-radius : 65px;
}

.prevUser {
	z-index:9;
}

.bettingscreen {
	font-family: Roboto, sans serif;
	color : white;
	font-size : 12px;
	z-index : 2;
}

.fireRing {
	z-index : 1;
}

.surrenderAnimation {
	width : 60px;
	height : 41px;
}

#betErrorNotification {
	width : 87px;
	height : 32px;
}

.bustNotification {
	width : 55px;
	height : 20px;
	opacity : .68;
}

#seatWinImage {
	width : 145px;
	height : 87px;
}

#seatPushImage {
	width : 35px;
	height : 30px;
}

.sittingOutIndicator {
	width : 38px;
	height : 41px;
}

.dealerCard {
	width : 67px;
	height : 93px;
}

#imgCutCard {
	width : 62px;
	height : 86px;
	transform : rotate(-6.33deg);
	-webkit-transform: rotate(-6.33deg);
	-moz-trasform : rotate(-6.33deg);
	z-index : 0;
}

.dealer-flip-card-inner {
	position : relative;
	width : 100%;
	height : 100%;
	transition: transform 0.6s;
	transform-style: preserve-3d;
	transform-origin: center center;
}

 .player1Hand1DoubleBack,.player1Hand2DoubleBack,.player1Hand3DoubleBack,.player1Hand4DoubleBack,
	.player2Hand1DoubleBack,.player2Hand2DoubleBack,.player2Hand3DoubleBack,.player2Hand4DoubleBack,
	.player3Hand1DoubleBack,.player3Hand2DoubleBack,.player3Hand3DoubleBack,.player3Hand4DoubleBack,
	.player4Hand1DoubleBack,.player4Hand2DoubleBack,.player4Hand3DoubleBack,.player4Hand4DoubleBack,
	.player5Hand1DoubleBack,.player5Hand2DoubleBack,.player5Hand3DoubleBack,.player5Hand4DoubleBack {
	transform: rotateY(-180deg);
}

.dealerCardBack,
.standardCardBack
{
		transform: rotateY(-180deg);
}

.cardDoubleFlip-inner {
	position : relative;
	width : 100%;
	height : 100%;
	transition: transform 0.4s;
	transform-style: preserve-3d;
	transform-origin: center center;
}

.standardCardFlip-inner {
	position : absolute;
	width : 100%;
	height : 100%;
	transition: transform 0.3s;
	transform-style: preserve-3d;
	transform-origin: center center;
}

.flip-card-inner {
		position: relative;
		width: 100%;
		height: 100%;
		text-align: center;
		transition: transform 0.7s;
		transform-style: preserve-3d;
}
  
  /* Do an horizontal flip when you move the mouse over the flip box container */
  .flip-card:hover .flip-card-inner {
		transform: rotateY(-180deg);
  }
  
		/* Position the front and back side */
	.front, .back, .dealerCardFront, .dealerCardBack, .standardCardBack, .standardCardFront,
	 .player1Hand1DoubleBack,.player1Hand2DoubleBack,.player1Hand3DoubleBack,.player1Hand4DoubleBack,
	.player2Hand1DoubleBack,.player2Hand2DoubleBack,.player2Hand3DoubleBack,.player2Hand4DoubleBack,
	.player3Hand1DoubleBack,.player3Hand2DoubleBack,.player3Hand3DoubleBack,.player3Hand4DoubleBack,
	.player4Hand1DoubleBack,.player4Hand2DoubleBack,.player4Hand3DoubleBack,.player4Hand4DoubleBack,
	.player5Hand1DoubleBack,.player5Hand2DoubleBack,.player5Hand3DoubleBack,.player5Hand4DoubleBack,
	.player1Hand1DoubleFront,.player1Hand2DoubleFront,.player1Hand3DoubleFront,.player1Hand4DoubleFront,
  .player2Hand1DoubleFront,.player2Hand2DoubleFront,.player2Hand3DoubleFront,.player2Hand4DoubleFront,
  .player3Hand1DoubleFront,.player3Hand2DoubleFront,.player3Hand3DoubleFront,.player3Hand4DoubleFront,
  .player4Hand1DoubleFront,.player4Hand2DoubleFront,.player4Hand3DoubleFront,.player4Hand4DoubleFront,
  .player5Hand1DoubleFront,.player5Hand2DoubleFront,.player5Hand3DoubleFront,.player5Hand4DoubleFront {
		position: absolute;
		width: 100%;
		height: 100%;
		-webkit-backface-visibility: hidden; /* Safari */
		backface-visibility: hidden;
		-moz-backface-visibility: hidden;
	}

  
  /* Style the back side */
  .back {
	transform: rotateY(-180deg);
  }

#virtualDealer {
	position : absolute;
	left : 854px;
	top : 0px;
	width : 281px;
	height : 93px;
	z-index : 1;
	display : flex;
	align-items : flex-end;
}

#dealerAvatar {
	height : 93px;
	width  : 98px;
	border-radius : 25px;
	border : 3px solid #505050;
	border-bottom : none;
}

#dealerDialogueBox {
	padding-top : 5px;
	padding-bottom : 5px;
	padding-right : 10px;
	padding-left  : 10px;
	height : 31px;
	display : flex;
	align-items : center;
	justify-content : center;
}

#dealerDialogue {
	font-family : monospace, monospace;
	font-size : 12px;
	color : white;
	text-align : center;
	line-height : 15px;
}

.webPageTitle {
	font-family : Red Rose, cursive;
	font-size : 25px;
	color : white;
	text-align:left;
}

.webPageText {
	font-size: 20px;
	color : yellow;
	font-family: Roboto;
}

#standardPreloading {
	z-index: -1000;
	opacity : 0;
	position:absolute;
	top:0;
	left:0;
}

.preloadedItem {
	position:absolute;
	top:0;
	left:0;
}

.lblListingDecksCareer {
	white-space :nowrap;
	display : inline-block;
	font-size:28px;
}

.lblListingMinMaxCareer {
	
	font-weight:400;
	padding:0;
	white-space:nowrap;
	display : inline-block;
	font-size:22px;
}

.lblListingRulesCareer {
	color:#7D0126;
	font-weight:700;
	padding:0;
	white-space:nowrap;
	display : inline-block;
	font-size:20px;
}

.lblUsersCareerVenueScreen {
	color:#0C1F00; 
	font-weight:400;
	padding:0;
	white-space:nowrap;
	display : inline-block;
	font-size:24px;
}

#lblBrowserCareerVenueTitle {
	font-weight : 700;
	font-size:32.1px;
	color:#E0C34D;
	font-family:Red Rose, cursive;
	text-align:center;
	margin-top:80px;
}

.careerGameList {
	overflow-y : scroll;
  overflow-x : hidden;
	padding-right:10px;
  font-family:Red Rose, cursive;
}

@keyframes pulsePlayNow {
    0% {
      box-shadow: 0 0 5px white;
    }
    100% {
      box-shadow: 0 0 10px white;
    }
}

#playerHouseScreen {
  position:absolute;
	left : 0px;
	top : 0px;
	width : 1750px;
	height : 808px;
}

.laptopAchievementText {
	color:yellow;
	font-size:18px;
	font-family:Roboto, sans-serif;
	opacity : .5;
}

.laptopAchievementComplete {
	color:yellow;
	font-size:18px;
	font-family:Roboto, sans-serif;
	opacity : .8;
}

.laptopAchievementGroup {
	display : flex;
	justify-content : space-evenly;
	border-bottom : 2px solid black;
	margin-top : 10px;
}

.laptopAchievementGroup2 {
	display : flex;
	flex-direction : column;
}

.code {
  color: white;
  background-color: gray;
  padding: 2px;
}

.codeDisabled {
	color: white;
  background-color: gray;
  padding: 2px;
	opacity : .6;
}

.interactableIcon {
	pointer-events : none;
	opacity : 1;
	width : 80px;
	height : 40px;
}

#mailScreen {
	background : rgba(0,0,0,0.6);
	position : absolute;
	width : 100%;
	height : 100%;
	left : 0px;
	top : 0px;
	display : flex;
}
#dailyRedemptionMailPiece {
	position : relative;
	margin : auto;
	white-space:nowrap;
	width : 721px;
	height : 391px;
}

#dailyRedemptionDialog h1 {
	font-family : Red Rose, cursive;
	color : #ffffff;
	text-align : center;
}

#dailyRedemptionMailPiece h2 {
	font-size : 16px;
	color : #303030;
	font-family: monospace, monospace;
}

#dailyRedemptionDialog { 
	background : #122e00;
	width : 243px;
	height : 128px;
	position : absolute;
	top : 531px;
	left : 920px;
	border-radius : 15px;
	padding : 15px;
}

a {
	color : inherit;
}

#buyPremium-Paypal {
	background:rgba(69.4,69.4,69.4,0.75);
	padding:10px;
}

#buyPremium-Paypal p {
	margin-top:0px;
	margin-left:12px;
	color : white;
}

#learnPremiumPreview {
	font-family : 'Roboto Regular, sans-serif';
	background : rgba(12,31,0,0.985);
	z-index : 10;
	border-radius : 5px;
	width : 218px;
	height : 115px;
	position : absolute;
	left : 1061px;
	top : 17px;
}

.fSpan {
	letter-spacing : 1px;
}

#blackjackMenuWrapper {
	margin:auto;
	position:relative;
	background:#0C1F00;
	overflow: hidden;
}

.blackjackMenuPage {
	background : #293a1f;
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 20px;
	font-family: Roboto,sans-serif;
	font-weight : 400;
	font-size : 16px;
	color : #FFFFFF;
	line-height : 29px;
}

#disclaimer {
	background : #0C1F00;
	margin : auto;
	text-align : center;
	width : 73%;
	height : 63%;
	border-radius : 10px;
}

#lblDisclaimerTitle {
	font-family:Red Rose, cursive;
	font-weight:700;
	color:#D1013E;
	display:inline-block;
}

@media screen and (min-width: 480px) and (max-width: 2559px) {
  #content-wrap {
		position : relative;
		width : 1750px;
		height : 950px;
	}
	#blackjackMenuWrapper {
		width : 1512px;
		height : 900px;
	}
	.blackjackMenuPage {
		position : absolute;
		top : 58px;
		left : 65px;
		width : 1382px;
		height : 785px;
	}
	#disclaimer {
		font-size : 19px;
		box-shadow : 0px 1px 21px rgba(0, 0, 0, 0.25);
	}
	#lblDisclaimerTitle {
		 font-size:51px;
		 padding-top:50px;
	}
	.yellowButton {
		font-size: 16px;
		line-height: 19px;
		width: 146px;
		height: 40px;
		padding: 2px 6px 2px 6px;
	}
}

@media screen and (min-width: 2560px) and (max-width: 3839px) {
  #content-wrap {
		position : relative;
		width : 2170px;
		height : 1178px;
	}
	#blackjackMenuWrapper {
		width : 1875px;
		height : 1116px;
	}
	.blackjackMenuPage {
		position : absolute;
		top : 72px;
		left : 80px;
		width : 1714px;
		height : 973px;
	}
	#disclaimer {
		font-size : 24px;
		box-shadow : 0px 1px 26px rgba(0, 0, 0, 0.25);
	}
	#lblDisclaimerTitle {
		 font-size:63px;
		 padding-top:62px;
	}
	.yellowButton {
		font-size: 20px;
		line-height: 24px;
		width: 181px;
		height: 50px;
		padding: 2px 7px 2px 7px;
	}
}

@media screen and (min-width: 3840px) {
  #content-wrap {
		position : relative;
		width : 2590px;
		height : 1406px;
	}
	#blackjackMenuWrapper {
		width : 2238px;
		height : 1332px;
	}
	.blackjackMenuPage {
		position : absolute;
		top : 86px;
		left : 96px;
		width : 2045px;
		height : 1162px;
	}
	#disclaimer {
		font-size : 28px;
		box-shadow : 0px 1px 31px rgba(0, 0, 0, 0.25);
	}
	#lblDisclaimerTitle {
		 font-size:75px;
		 padding-top:74px;
	}
	.yellowButton {
		font-size: 24px;
		line-height: 28px;
		width: 216px;
		height: 59px;
		padding: 3px 9px 3px 9px;
	}
}

