
.hidden {
	display: none;
}
.active {
	border:  solid black 2px !important;
}
.rotate90 {
    transform: translateY(20px) rotate(90deg);
}
.wrapper {
	width:  960px;
  /*width:  100%;*/
	height: 640px;
	position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(#FF7A7A, red 70%);
}
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color:  red;
  height:  85%;
}
.actionButtons {
  width:  100%;
  text-align: center;
}
.betButtons {
  width:  100%;
  text-align: center;
}
.btn {
}
.layoutText {
  color:  white;
  font-size:  12px;
  text-align:  center;
  display: inline-block;
  width:  20px;
}
.dark {
  filter: brightness(50%);
}
.show {
  filter:  brightness(100%);
}
.handIndicator {
	position: relative;
	top: 50px;
	font-weight: bold;
	font-size: 64px;
}
.blk {
	display: inline-block;
}
.col1 {
	width: 49%;
}
@media only screen and (max-width: 700px) {
	.col1 {
		width: 49%;
	}
}
.col2 {
	width: 49%;
}
.sameWidth {
	width: inherit;
}
@media only screen and (max-width: 700px) {
	.sameWidth {
		width: 85%;
	}
}
.actionArea {
	width: 65%;
}
@media only screen and (max-width: 700px) {
  .actionArea {
    width: 100%;
  }
}
.playerRow1 {
	height: 150px;
}
.playerRow2 {
	
}
#dealerHand {
  margin-bottom:  20px;
  height:  100px;
  position:  relative;
  margin-right: 100px;
}
@media only screen and (max-width: 700px) {
  #dealerHand {
    margin-right:  58px;
  }
}
#playerCards {
  display: inline-block;
  min-width: 30px;
  min-height: 120px;
}
#splitCards {
  display: inline-block;
  min-width: 30px;
  min-height: 120px;
}
@media only screen and (max-width: 700px) {
  #splitCards {
	  width: 40%;
  }
}
#splitBet {
	position: relative;
}
.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  display: inline-block;
  border-top: 20px solid #000;
}
#splitBetWrapper {
	
}

#playerHand1 {
  margin-right:  150px;
}
.playerHand {
  display:  inline-block;
}
.logo {
	position: absolute;
	top: 15px;
	right: 15px;
}
@media only screen and (max-width: 700px) {
  #playerHand1 {
    margin-right:  160px;
  }
  #playerHand2 {
    margin-right:  58px;
  }
  .logo img{
    width:  100px;
  }
}
.bettingCirclesWrapper {
  float:  left;
}
.payTable .header {
  color:  #FFD40B;
  font-weight: bold;
  font-size: large;
}
.payTable {
  color:  black;
  font-weight: bold;
  font-family: Cambria;
  line-height: 14px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
}
@media only screen and (max-width: 700px) {
  /* hide paytable on mobile, not room */
  .payTable {
    display: none;
  }
}

.chipMargin0 {
  margin-top:  0px;
}
.chipMargin1 {
  margin-top:  -7px;
}
.chipMargin2 {
  margin-top:  -14px;
}
.chipMargin3 {
  margin-top:  -21px;
}
.chipMargin4 {
  margin-top:  -28px;
}
.chipMargin5 {
  margin-top:  -35px;
}
.chipMargin6 {
  margin-top:  -42px;
}
.chipMargin7 {
  margin-top:  -49px;
}
.chipMargin8 {
  margin-top:  -56px;
}
.chipMargin9 {
  margin-top:  -63px;
}
.chipMargin10 {
  margin-top:  -70px;
}

.sidebetImg {
	margin-right: 20px;
	width: 80px;
}

.chipContainer {
  position:  absolute;
  top:  5px;
  left:  5px;
}
.chip {
  width: 40px;
  position:  absolute;
  z-index: 10;
}
.moneyIndicator {
  position:  absolute;
  left:  20px;
  font-weight:  bold;
  font-size:  large;
}
.won {
  color:  green;
}
.lost {
  color:  red;
}


.winningsLeft {
  left:  -40px !important;
}
.winningsRight {
  left:  50px !important;
}

.layout {
  height:  100%;
  width: 100%;
}
.handArea {
  text-align: center;
  width:  100%;
}
.cardArea {
  display:  inline-block;
  text-align:  right;
  width: 49%;
}
@media only screen and (max-width: 700px) {
  .cardArea {
    /* moves cards and bet layout left so chips can go on right */
    width:  39%;
  }
}
.layoutText {
  color: white;
  text-align: center;
  padding-top: 10px;
  position: absolute;
  left: auto;
  right: auto;
  width: 100%;

}
.bettingSpots {
  display:  inline-block;
  width:  49%;
  text-align: left;
}
@media only screen and (max-width: 700px) {
  .bettingSpots {
    width: 59%;
  }
}
.playerArea {
  height:  50%;
  bottom:  0px;
}
#doubleShot.circle {
    color:  #ffffff;
    border-color:  #ffffff;
}
.sidebet {
    margin-left: -20px !important;
	position: relative;
	bottom: 100px;
}
@media only screen and (max-width: 700px) {
    margin-left: -80px !important;
}
#bigbet {
	position: relative;
}
.circle {
  height: 40px;
  width: 40px;
  line-height:  40px;
  color:  white;
  margin:  5px;
  text-align: center;
  border: 5px solid white;
  border-radius: 50%;
  font-size:  14px;

  position:  relative;
}
.chipwrap {
	width: 75px;
	min-height: 90px;
	display: inline-block;
}
.wagerrightChip {
  top: -10px;
  left: -15px;
}
.bigCircle {
  height: 70px !important;
  width: 70px !important;
}
.inner-circle {
    display:  inline-block;
    line-height:  normal;
    vertical-align: middle;
    font-family: 'Cambria';
    font-weight:  bold;
    font-size:  12px;
}
.bigBetSpot {
	text-align: center;
	display: inline-block;
	position: relative;
}
body {
  margin:  0px;
  background: red;
}
.inline {
  display: inline;
}
.main {
  height:  100vh;
  background-color:  #006E4E;
}
@media only screen and (max-width: 700px) {
  .main {
	  height: inherit;
  }
}

.btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#F8EC90), to(#D59F12));
  padding:  15px;
  border-radius: 8px;
  font-weight:  bold;
  font-size:  medium;
  font-family:  Cambria;
  color: black;
}
@media only screen and (max-width: 700px) {
  .btn {
    font-size:  medium;
    padding:  12px;
	color: black;
  }
}
.footer {
	width: 100%;
	height: 15%;
  min-height:  100px;
  background-color: black;
	display: flex;
  justify-content: center;
  align-items: center;
  position:  fixed;
  bottom:  0px;
}
.footer .moneyIn {
	/*right:  110px;*/
  right:  10px;
	position:  absolute;
  color:  white;
  font-family:  Cambria;
  font-weight:  bold;
  font-size:  large;
  bottom:  0px;
}
@media only screen and (max-width: 700px) {
  .footer .moneyIn {
    bottom:  0px;
    /*right:  inherit;*/
  }
  .footer {
    /*padding-bottom:  10%;*/
  }
}
.buyInBtn {
  right:  10px;
  position:  absolute;
}
.centered {
  position: absolute;
  top: 220px;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 700px) {
  .centered {
	  top: 10px;
	  left: 10px;
	  transform: none;
  }
}
.rulesBtn {
  left:  10px;
  position:  absolute;
}
@media only screen and (max-width: 700px) {
  .btn {
    position: relative;
    margin-left:  5px;
  }
  #rulesBtn {
    left:  inherit;
  }
  #buyInBtn {
    right:  inherit;
  }
}
.footer .betButtons {
	position:  absolute;
}
.game {
  text-align: center;
  color:  white;
  height:  35%;
  top:  0px;
  margin-top:  50px;
}
@media only screen and (max-width: 700px) {
  .game {
    height:  35%;
	margin-top: 20px;
  }
}
.gameResult {
  color:  white;
  position:  absolute;
  bottom:  50px;
}


 /* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  width: 100px;
  height: 150px;
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  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 */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: white;
  color: black;
}

/* Style the back side */
.flip-card-back {
  background-color: white;
  color: black;
  transform: rotateY(180deg);
} 
#playerHandStatus {
  color:  white;
}
#notification-area {
  position:  absolute;
  right:  0px;
  top:  50%;
  bottom:  50%;
  width:  100px;
  pointer-events: none;
}


/* Preload images */
#element_01 {
  background: url(cards/cardBack.png) no-repeat;
  display: none;
}
#element_02 {
  background: url(images/RedChip.png) no-repeat;
  display: none;
}
#element_03 {
  background: url(images/GreenChip.png) no-repeat;
  display: none;
}
#element_04 {
  background: url(images/WhiteChip.png) no-repeat;
  display: none;
}