.life-support-hands_dialog {
    color: white;
    position: absolute;
    bottom: -40px ;
    font-size: 1.3em;
    box-shadow: 0px 0px 8px black;
}
.spinner-stack {
    position: absolute;
    z-index: 1200;
    left: 0;
    right: 0;
    font-size: 3em;
    margin-left: auto;
    margin-right: auto;
}
.spinner-circle {
    text-shadow: 0 6px 17px black;
    color: #333;
}
.spinner-spinner {
    text-shadow: 0 0 11px black;
    color:#51A2CA;
}

.tutorial-header{
    text-align: center;
    display: inline-block;
    padding:8px;
    text-shadow:
        2px 0 0 #53714C,
        -2px 0 0 #53714C,
        0 2px 0 #53714C,
        0 -2px 0 #53714C,
        1px 1px #53714C,
        -1px -1px 0 #53714C,
        1px -1px 0 #53714C,
        -1px 1px 0 #53714C;
    font-size: 2em;
    padding-bottom:0;
}

.panel-poker{
    position:relative;
    border:1px solid rgb(72, 89, 69);
}

.panel-body-poker {
    color:white;
    box-shadow: rgb(36, 36, 36) 0px 0px 26px inset;
    background-color: rgb(51, 51, 51);
    
}

.panel-header-poker{
    box-shadow: inset 0 -4px 8px 1px rgb(54, 76, 47);
    background-color: rgb(83, 113, 76) !important;
    text-align:center;
    color:white;
}
.panel-header-poker > img, .panel-header-poker > i{
    margin: 8px 0;
    position:absolute;
    left: 15px;
}
.panel-header-poker > img {
    width:30px;
}

.panel-header-poker > i {
    font-size: 30px;
}

.img_square{
    margin-top:20px; 
    cursor:auto;
    width:100%;
}

.img_square > img{
    width:200px;
}

.action-button {
    margin: 0 3px;
    margin-bottom:4px;
    padding: 0.55em
}
.action-button.disabled,
.action-button[disabled],
fieldset[disabled] .action-button,
.action-button.disabled:focus,
.action-button[disabled]:focus,
fieldset[disabled] .action-button:focus,
.action-button.disabled:active,
.action-button[disabled]:active,
fieldset[disabled] .action-button:active,
.action-button.disabled.active,
.action-button[disabled].active,
fieldset[disabled] .action-button.active {
  background-color: #777777;
  border-color: #777777;
}

.btn-primary-poker{
    box-shadow: inset 0 -1px 7px rgb(36, 96, 147);
}
.btn-poker {
    outline: none;
    color: #ffffff;
    -webkit-box-shadow: inset 0 -4px 8px 1px rgb(54, 76, 47);
    -moz-box-shadow: inset 0 -4px 8px 1px rgb(54, 76, 47);
    box-shadow: inset 0 -4px 8px 1px rgb(54, 76, 47);
    background-color: rgb(83, 113, 76) !important;
    border-color: rgb(51, 77, 51);
}

.btn:hover, .btn:focus {
    color: white;
}

.btn-poker:active,
.btn-poker.active,
.open > .dropdown-toggle.btn-poker {
  background-image: none;
}

.btn-poker.disabled,
.btn-poker[disabled],
fieldset[disabled] .btn-poker,
.btn-poker.disabled:focus,
.btn-poker[disabled]:focus,
fieldset[disabled] .btn-poker:focus,
.btn-poker.disabled:active,
.btn-poker[disabled]:active,
fieldset[disabled] .btn-poker:active,
.btn-poker.disabled.active,
.btn-poker[disabled].active,
fieldset[disabled] .btn-poker.active {
  background-color: #777777;
  border-color: #777777;
}


.btn-raise, .btn-fold, .btn-check{
    color:white;
}

.btn-raise {
    background-color: rgb(8, 63, 113);
    border-color: rgb(6, 42, 76);
    box-shadow: inset 0 -3px 5px 1px rgb(9, 42, 65);
}
.btn-raise:active,
.btn-raise.active,
.open > .dropdown-toggle.btn-raise {
  color: #ffffff;
  background-color: rgb(6, 35, 61);
  border-color: rgb(5, 18, 36);
}
.btn-fold {
    background-color: rgb(147, 35, 35);
    border-color: rgb(102, 24, 24);
    box-shadow: inset 0 -3px 5px 1px rgb(97, 13, 13);
}
.btn-fold:active,
.btn-fold.active,
.open > .dropdown-toggle.btn-fold {
  color: #ffffff;
  background-color: rgb(70, 0, 0);
  border-color: rgb(30, 0, 0);
}

.btn-check {
    background-color: rgb(49, 139, 37);
    border-color: rgb(14, 60, 20);
    box-shadow: inset 0 -3px 5px 1px rgb(16, 82, 16);
}
.btn-check:active,
.btn-check.active,
.open > .dropdown-toggle.btn-check {
  color: #ffffff;
  background-color: rgb(58, 140, 47);
  border-color: rgb(20, 95, 20);
}



.lg-btns-container {
    position: fixed;
    bottom:-5px;
    z-index: 100;
}

.lg-btn-poker {
    margin: 15px 0;
}

.lg-btn-poker img {
    width:1.4em;
}

.lg-btn-poker i {
    font-size: 1.4em;
}

.lg-btn-poker-large {
    border-radius: 0 20px 20px 0;
    width:160px;
    padding: 6px 16px;
    text-align: left;
    font-size:1.2em;
}

.lg-btn-poker-small{
    border-radius: 0 20px 20px 0;
    width: 125px;
    padding: 6px 9px;
    text-align: left;
    font-size:1.2em;
}

@media only screen and (min-width : 1025px)
{
    .lg-btn-poker > a {
        width:200px;
        font-size: 1.5em !important;
    }
}

.cast-dialog-button {
    width:90%;
    margin: 5px 0 !important;
}
.cast-dialog-button i {
    color:white;
    font-size: 1.6em;
    float: left;
}
.cast-dialog-button img {
    height: 1.6em;
    margin-left: 5px;
    float: left;
}

.collapse-arrow {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: 3px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}
.collapse-arrow-style {
    font-size: 14px;
    padding: 2px 25px;
}

.sound_button {
    padding: 3px 10px;
    background-color: #E3E3E3;
}
.sound_button i{
    color: rgb(85, 85, 85);
}
