/*============================================*/
/*============================================*/
/* Daves Poker Css - Fuck it */
html,
body{
    height: 100%;
}
/*************************************************************************************
by using `background-size: cover;`, you will make sure the image will cover everything
*************************************************************************************/
/*
body{
  background: url("images/poker_table.png") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
*/
* {
    padding: 0;
    margin: 0;
}

body{
  overflow-y: hidden; /* Hide vertical scrollbar */
  overflow-x: hidden; /* Hide horizontal scrollbar */	
}
html { 
background: url("../images/poker_table.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


    .align-items-start    { align-items: flex-start !important; }
    .align-items-end      { align-items: flex-end !important; }
    .align-items-center   { align-items: center !important; }
    .align-items-baseline { align-items: baseline !important; }
    .align-items-stretch  { align-items: stretch !important; }

.container {
  	width: 100vw;
  	height: 100vh;
  	min-height:200px;
  	min-width: 300px;
    /*
    padding-right: 15px;
    padding-left: 15px;
    */
    margin-right: auto;
    margin-left: auto;
      

    /*
    background: url("images/poker_table.png");
  	background-repeat: no-repeat;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	*/
}

/*
@media(min-width: 576px) {
    .container {
        max-width: 540px
    }
}
@media(min-width: 768px) {
    .container {
        max-width: 720px
    }
}
@media(min-width: 992px) {
    .container {
        max-width: 960px
    }
}
@media(min-width: 1200px) {
    .container {
        max-width: 1140px
    }

}
*/
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
		height: 33vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*
    margin-right: -15px;
    margin-left: -15px
		*/
}
.row-nested {
		height: 100%;
		width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*
    margin-right: -15px;
    margin-left: -15px
		*/
}
.no-gutters {
    margin-right: 0;
    margin-left: 0
}.no-gutters > .col, .no-gutters > [class *= col-] {
    padding-right: 0;
    padding-left: 0
    
}.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px

}.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%

}.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
.poker-row .row .row-nested > [class^="col-"] {
    /*
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: rgba(86,61,124,.15);
    border: 1px solid rgba(86,61,124,.2);
    */
}	

.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
}

.col-sm-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%; 
}

.col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-sm-33 {
    width: 33%;
}
    
.moves {
    color: white;
		font-size: 4.5vw;
}
.tocall {
    color: white;
    font-size: 3.5vw;
}  
.potsize {
    color: white;
    font-size: 2.5vw;
}  

.dealer1{float:left;max-width:32%;
	  background-image: url('images/dealerbutton.png');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 19px;
    width: 24px;
    /*display: none;*/
    float: left;	
}
.blind1{float:right;max-width:32%;
		   background-repeat: no-repeat;
    background-size: 100%;
    height: 24px;
    width: 24px;
    /*display: none;*/
    float: right;
}
.ccenter{margin:0 auto;max-width:32%;text-align:center;color:#FFF;}
/*
    		<div class="top_data">
    			<div class="dealer1">1</div>
    			<div class="blind1">2</div>
    			<div class="ccenter">3</div>
    		</div>
    		*/
    		
.top_data {
 	width:100%;
 	float: left;
	width: 100%;
	min-height: 10px;

}
.dealer {
	  background-image: url('../images/dealerbutton.png');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 19px;
    width: 24px;
    display: none;
    float: left;
}
.blind {
	   background-repeat: no-repeat;
    background-size: 100%;
    height: 24px;
    width: 24px;
    display: none;
    float: right;
}
.speaker{
	  /*background-image: url('../images/muteoff.png');*/
    background-repeat: no-repeat;
    background-size: 100%;
    height: 24px;
    width: 24px;	
	margin:0 auto;
	max-width:32%;
	text-align:center;
	color:#FFF;
}
.settings{
	  background-image: url('../images/settings.png');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 24px;
    width: 24px;	
	margin:0 auto;
	max-width:32%;
	text-align:center;
	color:#FFF;
}
.smallblind {
	  background-image: url('../images/blindsmall.png');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 24px;
    width: 24px;
    display: none;
    float: left;
}
.bigblind {
	  background-image: url('../images/blindbig.png');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 24px;
    width: 24px;
    display: none;
    float: left;
}
.card {
    background-image: url('../images/cardbackb.png');
    background-size: 100%;
    border-radius: 4px;
    height: 35px;
    width: 75px;
}
.card:hover {
    transform: scale(1.5);
}
.boardcard {
    background-image: url('../images/cardbackb.png');
    background-repeat: no-repeat;
    background-size: contain;/*100% 100%;*/
    border-radius: 4px;
    /*min-height: 165px;*/
    min-height: 15vh;
    /*min-width: 25px;*/
    height: 50%;
    width: 20%;
    float:left;
    transform: rotateX(50deg);

}
.boardcard:hover {
    transform: scale(2.5);
}
.boards {
		float: left;
		width: 100%;
		margin: 0 auto;
		/*height:100%;*/
		transform: scale(1.25);
		perspective: 50em;
		/*min-height: 165px;
		border:5px solid;*/
		/*position: relative; need to add for child divs*/
}
.board_history {
		/*height: 100%;*/
		float: left;
		width: 100%;
		min-height:40px;
		padding-bottom:10px;
		/*margin-top:-30px;*/
		/*border:5px solid;*/
		/*position: relative; need to add for child divs*/
}
.board_history_sub {
		/*height: 100%;*/
		width: 100%;
		margin: 0 auto;
				text-align: center;
		/*
		color: white;
  -webkit-text-fill-color: black
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  */
  font-size: 3vw;
  
		/*border:5px solid;*/
		/*position: relative; need to add for child divs*/
}
.board_pot {
	padding-top:10px;
	float: left;
		/*height: 100%;*/
		width: 100%;
		/*border:5px solid;*/
		/*position: relative; need to add for child divs*/
}
.board_pot_icon {
		max-height:64px;
		background-image: url('../images/chips-casino-png-15-transparent.png');
		/*
		url('images/stacks-of-poker-chips-png.png');
		url('images/stacks-of-poker-chips-png-9.png');
		url('images/poker-chips-stack-png-8.png');
		url('images/chips-casino-png-15-transparent.png');
		no-repeat center center fixed; 
		*/
    background-repeat: no-repeat;
    background-size: contain;
}
.board_pot_sub {
		/*height: 100%;*/
		width: 50%;
		margin: 0 auto;
		text-align: center;
		

		/*
		color: white;
  -webkit-text-fill-color: black
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  */
  font-size: 3vw;
		/*border:5px solid;*/
		/*position: relative; need to add for child divs*/
}
.user_bet0 {
	position: absolute;
	border:1px solid;
	bottom: 0;
	height:100%;
}
.user_bet1 {
	position: absolute;
	border:1px solid;
	bottom: 0;
}
.user_bet2 {
	position: absolute;
	margin-top:+125px;
	border:1px solid;
	bottom: 0;
}
.user_bet0 {
	position: absolute;
	margin-top:+125px;
	border:1px solid;
	bottom: 0;
}
.holecards {
    /*float: left;*/
    /*margin-top:-50px;*/
 	display: none;
}
.history{
	margin: auto;
  width: 50%;
	margin: 0 auto;
}
.seats {
	max-width:160px;
	margin: 0 auto;
	display: none;
}
.holecard1 {
    left: 0px;
float:left;
    height: 55px;
    width: 50%;
}

.holecard2 {
float:left;
    height: 55px;
    width: 50%;
}
.player-name {
    width: 100%;
}
@import url("https://fonts.googleapis.com/css?family=Lato");

.user-data {
    /*background-color: gray;
    border-radius: 4px;
    */
    
    color: white;
    font-size: 16px;
    font-size: 2vh;
  	font-family: Lato;
    text-align: center;
    font-weight:bold;
    float: left;
    width: 100%;
    
		min-height:10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
    background-color: #9ED9EB;
    background-color: #0870B8;
    border-radius: 5px;
    box-shadow: 0 20px 50px rgba(8, 112, 184, 0.7);
}

.admin {display: none;}
.bet {
	font-size: 16px;
	/*
border-radius: 4px;
background-color: gray;
    color: white;
    font-size: 14px;
    float: left;
text-align: center;
width:100%;
    border: 1p solid;
    text-shadow: -1px 0     black, 0 1px     black, 1px 0     black, 0 -1px     black;
    text-shadow: -1px 0 1px black, 0 1px 1px black, 1px 0 1px black, 0 -1px 1px black;
    */
}
.videoInsert {
    position: absolute; 
    right: 0; 
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    width: auto; 
    height: auto; 
    z-index: -100;
    background-size: cover;
    overflow: hidden;

}
.videoContainer {              
  object-fit: cover;           
  margin: 0 auto;              
  padding: 0;                  
}                              

.videoContainer video {        
  width: 100%;                 
  /*height: 100%;*/                
  border-radius: 10px;         
  border: 5px double #f2f2f2;  
}                              

.volume {                      
  position: absolute;          
  left: 15%;                   
  width: 70%;                  
  bottom: 20px;                
  height: 10px;                
  display: none;               
}
.vidcircle {
	background-color: #0870B8;
	border-radius: 50%;
	box-shadow: 0 20px 50px rgba(8, 112, 184, 0.7);
}      

		/* Why the fuck are you looking at my sloppy code Jew BAG!!! 
			
		*/
		#fixed-div {
    position: fixed;
    top: 1em;
    right: 1em;
		}
		.vidbut {
			  background-color: #4CAF50; /* Green */
			  background-color: #008CBA;
  border: none;
  color: white;
  padding: 7px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
		}
/* ============================= */
.box {
  position: relative;
  /*
  width: 200px;
  height: 200px;
  */
  height:100%;
  margin: 0 auto;
  border: 3px solid transparent;
}

.top,
.bottom,
.left,
.right {
  position: absolute;
  -webkit-animation: 8s linear infinite;
          animation: 8s linear infinite;
}
.top {
  top: -3px;
  left: -3px;
  height: 3px;
  -webkit-animation-name: top;
          animation-name: top;
}
@-webkit-keyframes top {
  25% {
    width: 0;
    background: #ffdb00;
  }
  38% {
    width: calc(103%);
    background: #ffdb00;
  }
  50% {
    background: #ffdb00;
  }
  62% {
    background: #ffdb00;
  }
  75% {
    width: calc(103%);
    background: #ffdb00;
  }
  88% {
    left: auto;
    right: -3px;
    width: 0;
    background: #ffdb00;
  }
}

.bottom {
  bottom: -3px;
  right: -3px;
  height: 3px;
  -webkit-animation-name: bottom;
          animation-name: bottom;
}
@-webkit-keyframes bottom {
  0% {
    width: 0;
  }
  12% {
    width: calc(103%);
    background: #ffdb00;
  }
  25% {
    background: #ffdb00;
  }
  38% {
    background: #ffdb00;
  }
  50% {
    width: calc(103%);
    background: #ffdb00;
  }
  62% {
    left: -3px;
    width: 0;
    background: #ffdb00;
  }
  75% {
    background: #ffdb00;
  }
}

.left {
  bottom: -3px;
  left: -3px;
  width: 3px;
  -webkit-animation-name: left;
          animation-name: left;
}
@-webkit-keyframes left {
  12% {
    height: 0;
    background: #ffdb00;
  }
  25% {
    height: calc(103%);
    background: #ffdb00;
  }
  38% {
    background: #ffdb00;
  }
  50% {
    background: #ffdb00;
  }
  62% {
    height: calc(103%);
    background: #ffdb00;
  }
  75% {
    top: -3px;
    height: 0;
    background: #ffdb00;
  }
  88% {
    background: #ffdb00;
  }
}

.right {
  top: -3px;
  right: -3px;
  width: 3px;
  -webkit-animation-name: right;
          animation-name: right;
}
@-webkit-keyframes right {
  38% {
    height: 0;
    background: #ffdb00;
  }
  50% {
    height: calc(103%);
    background: #ffdb00;
  }
  62% {
    background: #ffdb00;
  }
  75% {
    background: #ffdb00;
  }
  88% {
    height: calc(103%);
    background: #ffdb00;
  }
  100% {
    top: auto;
    bottom: -3px;
    height: 0;
    background: #ffdb00;
  }
}

.animLine {
  background-size: cover;
  /*float: left;
  margin: 4px;*/
  box-shadow: 0 2px 4px #000;
  position: relative;
  transition: .1s;
  box-shadow: 0 2px 4px #000, 0 8px 32px rgba(0, 0, 0, 0.5);
}

.animLine:before,
.animLine:after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #ddd 40%, transparent 40%);
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  z-index: 1;
  border-radius: 4px;
  background-size: 200% 4px;
  background-repeat: no-repeat;
  filter: drop-shadow(0 0 8px #fff);
  background-position: 80% 0;
}

.animLine:before {
  animation: beforeLineAnim 2s linear infinite;
}

.animLine:after {
	 /* 
  animation: afterLineAnim 2s linear infinite;
  
  transform: rotate(-90deg);
  background-position: -20% 0;
  */
  
}

@keyframes beforeLineAnim {
  45%,
  50% {
    background-position: -100% 0;
  }
  45% {
    transform: scale(1)
  }
  50%,
  95% {
    transform: scale(1, -1)
  }
  95% {
    background-position: 80% 0
  }
}

@keyframes afterLineAnim {
  20%,
  25% {
    background-position: -100% 0;
  }
  20% {
   transform: scale(1) rotate(-90deg)
  }
  25% {
  /transform: scale(-1, 1) rotate(-90deg)
  }
  70%,
  75% {
    background-position: 80% 0;
  }
  70% {
   transform: scale(-1, 1) rotate(-90deg)
  }
  75% {
  transform: scale(1, 1) rotate(-90deg)
  }
}

.tile_div a {
    display: block;
    float: left;
    max-height: 50px;
    max-width: 100px;
    margin-right: 5px;
    background-image: url(./images/button_left.png);
    background-color: #ccc;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
}

.title_div a.last {
    margin-right: 0;
}

.clear {
    clear: both;
}

#footer1 {
    position: fixed;
    width: 100%;	
	bottom: 0;
}
	#footer {
    position: fixed;
    top: 0;
    width: 100%;
   /* border: 3px solid #FFF;
*/
}	
.relative {
		display: flex; justify-content: center;
 position: relative;
 padding:10px;
} 
.navitem {
  display: inline-block;
  text-align: center;
  border: gray;
  background-color: #E8562A;
  color: #fff;
  cursor: pointer;
  margin: 10px;
}
.newBut {

	padding:1.0em 2.0em;
 	margin:0 0.3em 0.3em 0;
	border-radius:0.3em;
	cursor:pointer;
	font-size:2vh;
	font-family:Arial;
	font-weight:bold;
	text-decoration:none;
	
}
.advancedbet {
	
	display: none;
}