/*chips*/
.pokerchip{
margin-left: 0.5rem;
text-align: center;
position:absolute;
display:inline-block;
max-width:2rem;
max-height:2rem;
border:4px dashed #fff;
transition:all .5s ease;
backface-visibility:hidden;
display: inline-block;
cursor: pointer;
border-radius: 50%;
z-index:33;
}
.add_chip{
border-radius:50%;
position:absolute;
z-index:33;
display: inline-block;
max-width:3rem;
max-height:3rem;
border:6px dashed #fff;
}
.pokerchip.red{
background:#952939;
}
.pokerchip.blue{
background:#0000FF;
}
.pokerchip.green{
background:#ADFF2F;
}
.pokerchip.yellow{
background:#cdc606;
}
.pokerchip.violet{
background:#7c4588;
}
.pokerchip.grey{
background:#D2691E;
}
.pokerchip.black{
background:#DEB887;
}
.pokerchip{
transform: perspective(3000px) rotateX(55deg) rotateZ(-40deg);
cursor: pointer;
}
#dealer{
max-width: 3rem;
max-height:3rem;
position: absolute;
z-index: 2040;
opacity: 0;
background-size: cover;
background-repeat: no-repeat;
background-image: url('/../img/demo/dealer_button.png');
background-position: center center;
}
#chips_block{
position: absolute;
bottom: 0; 
left: 2%;
z-index: 48; 
}
#bank{
padding: 0.3rem 1rem;
position: absolute;
right: 0;
left: 0;
display: inline-block;
z-index: 55; 
text-align: left;
text-transform: uppercase;
background-color: rgba(0,0,0, 0.6);  
max-width: 11rem;
margin: 0 auto;
border-radius:1rem;
}
#result{
text-align: center;
display: inline-block;
position: absolute;
right: 0;
left: 0;
margin: 0 auto;
z-index: 55;
max-width: 33%;
}
#result>p {
padding: 0.5rem 1rem;
display: inline-block;
color:  #fff;
font-size: 1rem;
text-align: center;
text-transform: none;
background-color: rgba(0,0,0, 0.7);
}
#result>p>span{
font-weight: bold;
}
#total_bank{
display: inline-block;
float: right;
font-weight:bold;
}
.solution{
position: absolute;
background-color: #ff4d01;
padding: 0.5rem;
top: 5%;
right: -100%;
}
.solution_active{
position: absolute;
background-color: #ff4d01;
padding: 0.5rem; 
top: -150%;
right: -150%;
}
.outer_set, .burnt{
width: 1.725rem;
height: 2rem;
z-index:1039;
}
.outer_set.flipped{
width: 3.825rem;
height: 5rem;
z-index:2033!important;
}
#check_move{
opacity: 1;
}
#check_move.disabled{
opacity: 0.5;
cursor: not-allowed;
}
.closed_buttons{
opacity: 0.5;
cursor: not-allowed;
}
.player_info{
width: 100%;
position: relative;
color:  #fff;
text-transform: uppercase;
background-color: #ff4c00;
}
#start_texas,
#start_round{
background-color: #933705;
border: 2px solid #ff4c00;
margin: 0;
position: absolute;
margin: 0 auto;
top:  43%;
left: 0;
right: 0;
color: #fff;
padding:0.5rem 1rem;
max-width: 10rem;
display: none;
z-index:65;
}
#start_round{
top:  auto;
left: 3%;
bottom: 1%; 
margin-left:5px;
}
.bordered_card{
border: 4px solid red;
}
.centered_cards.bordered_card{
margin-top: -0.9rem;    
}
div.main_player_block {
width: 7rem;
height: 7.5rem;
}
/*calculator*/
#minus, #plus{
width:1rem;
height:1rem;
border-radius:4px;
background-color: #933705;
border: 1px solid #ff4c00;
display: inline-block;
line-height: 1rem;
text-align: center;
color:  #fff;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#number_block{
display: none;
min-width: 68px;
}
#multiply_counter{
display: inline-block;
color: #000;
text-align: center;
max-width: 30px;
}
#bet_multy{
color:  #000;
text-align: center;
}
#done{
text-transform: none;
font-size: 0.9rem;
text-align: center;
margin-top: 0.5rem;
cursor: pointer;
}
#buttons_block {
position: absolute;
display: inline;
z-index: 55;
text-align: center;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column ;
        flex-direction: column ;
}
#buttons_block.disabled{
opacity: 0.6;
cursor: not-allowed;
}
.buttons_line{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:justify;
    -ms-flex-pack:justify;
        justify-content:space-between;
        margin-bottom:0.5rem;
}
.calculator_buttons{
background-color: #2d2d2d; 
padding:0.5rem 1rem;
font-size:0.9rem;
text-transform:uppercase;
margin-left:0.5rem;
cursor:pointer;
-webkit-transition: all 0.8s ease-out;
-o-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
max-height:41px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.calculator_buttons:hover{
opacity:0.7;
}
.bigger_buttons{
width:80px;
margin-left:0.5rem;
}
#player_bet{
width: 123px;
text-align: right;
cursor: default;
padding-right:0.5rem;
}
#call_move{
background-color: #3d5e1b;
border: 2px solid #58980d;
}
#call_move.disabled{
opacity:0.6;
cursor:not-allowed;
}
.orange_button{
background-color: #933705;
border: 2px solid #ff4c00;  
}
#cancel_bet,
#multiply_bet_set{
font-weight:bold;
}
.chips{
min-width:63px;
}
#chips_show {
width:100px;
height:100px;
margin: 0 50px;
padding: 20px 0;
text-align: center;
position:absolute;
z-index:55;
}
@media (max-width: 844px) {
.calculator_buttons {
padding: 0.5rem 0.7rem;
font-size: 0.8rem;
text-transform: uppercase;
margin-left: 0.3rem;
max-height:39px;
}
.chips{
min-width:55px;
}
.active_bank{
font-size:0.8rem;
}
#bank {
padding: 0.3rem 0.5rem;
font-size:0.7rem;
max-width:6rem;
}
#result{
max-width: 100%; 
}
#result>p {
padding: 0.3rem 0.5rem;
display: inline-block;
color: #fff;
font-size: 0.8rem;
}
#dealer {
z-index: 2001;
}
.outer_set.flipped {
width: 2rem;
height: 2.5rem;
}
.opponent_bank {
font-size: 0.6rem;
}
}
/*mobile styles*/
@media (max-width: 767px) {
.outer_set {
width: 1.3rem;
height: 1.725rem;
}
#start_round{
top:  auto;
left: 0;
right:0;
bottom: 4rem; 
margin:0 auto;
}
#player_bet{
width: 100px;
}
.pokerchip {
margin: 1em;
position: absolute;
display: inline-block;
width: 21px;
height: 21px;
box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5), 0 0 3px 0 rgba(0, 0, 0, 0.4) inset;
border-radius: 50%;
background-size: 31px 31px;
background-position: center center;
}
#container_local>.pokerchip{
top:auto;    
bottom:-2rem;
left: -2rem;
}
.burnt,
.active_player.cards_game.burnt {
width: 1.225rem;
height: 1.5rem;
}
}


