/* game general */
.gButton{
    display: inline-block;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    cursor: pointer;
    /*border-width: 0px !important;*/
    padding-left:15px;
    padding-right:15px;
    border: 1px solid #333333 !important;;
    text-shadow: -2px 2px 1px rgba(0, 0, 0, 1);
  }
  .gButton.disabled{
    cursor:default;
    opacity: 0.5;
  }
  .gBtnRed{
    background: rgba(126,28,28,1);
background: -moz-linear-gradient(top, rgba(126,28,28,1) 0%, rgba(251,0,0,1) 45%, rgba(251,0,0,1) 55%, rgba(126,28,28,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(126,28,28,1)), color-stop(45%, rgba(251,0,0,1)), color-stop(55%, rgba(251,0,0,1)), color-stop(100%, rgba(126,28,28,1)));
background: -webkit-linear-gradient(top, rgba(126,28,28,1) 0%, rgba(251,0,0,1) 45%, rgba(251,0,0,1) 55%, rgba(126,28,28,1) 100%);
background: -o-linear-gradient(top, rgba(126,28,28,1) 0%, rgba(251,0,0,1) 45%, rgba(251,0,0,1) 55%, rgba(126,28,28,1) 100%);
background: -ms-linear-gradient(top, rgba(126,28,28,1) 0%, rgba(251,0,0,1) 45%, rgba(251,0,0,1) 55%, rgba(126,28,28,1) 100%);
background: linear-gradient(to bottom, rgba(126,28,28,1) 0%, rgba(251,0,0,1) 45%, rgba(251,0,0,1) 55%, rgba(126,28,28,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e1c1c', endColorstr='#7e1c1c', GradientType=0 );
    color: white;
  }
  .gBtnYellow{
    background: rgba(102,82,2,1);
background: -moz-linear-gradient(top, rgba(102,82,2,1) 0%, rgba(255,204,0,1) 51%, rgba(102,82,2,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(102,82,2,1)), color-stop(51%, rgba(255,204,0,1)), color-stop(100%, rgba(102,82,2,1)));
background: -webkit-linear-gradient(top, rgba(102,82,2,1) 0%, rgba(255,204,0,1) 51%, rgba(102,82,2,1) 100%);
background: -o-linear-gradient(top, rgba(102,82,2,1) 0%, rgba(255,204,0,1) 51%, rgba(102,82,2,1) 100%);
background: -ms-linear-gradient(top, rgba(102,82,2,1) 0%, rgba(255,204,0,1) 51%, rgba(102,82,2,1) 100%);
background: linear-gradient(to bottom, rgba(102,82,2,1) 0%, rgba(255,204,0,1) 51%, rgba(102,82,2,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#665202', endColorstr='#665202', GradientType=0 );
    color: white;
  }
  .gBtnBlue{
    background: rgba(7,17,125,1);
background: -moz-linear-gradient(top, rgba(7,17,125,1) 0%, rgba(75,101,232,1) 51%, rgba(7,17,125,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(7,17,125,1)), color-stop(51%, rgba(75,101,232,1)), color-stop(100%, rgba(7,17,125,1)));
background: -webkit-linear-gradient(top, rgba(7,17,125,1) 0%, rgba(75,101,232,1) 51%, rgba(7,17,125,1) 100%);
background: -o-linear-gradient(top, rgba(7,17,125,1) 0%, rgba(75,101,232,1) 51%, rgba(7,17,125,1) 100%);
background: -ms-linear-gradient(top, rgba(7,17,125,1) 0%, rgba(75,101,232,1) 51%, rgba(7,17,125,1) 100%);
background: linear-gradient(to bottom, rgba(7,17,125,1) 0%, rgba(75,101,232,1) 51%, rgba(7,17,125,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07117d', endColorstr='#07117d', GradientType=0 );
    color: white;
  }
  .deleteBtn{
    display: inline-block;
    cursor: pointer;
  }
  .deleteBtn::before{
    content:url('../images/deleteX.png'); /* with class ModalCarrot ??*/
    vertical-align: middle;
    padding-top: 3px;
    display: inline-block;
  }
  .inSingleDg{
    max-width: 28px;
    background-color: #eeeeee;
    text-align: center;
    border: 1px solid #dadada;
    margin-right: 5px;
    padding: 1px;
  }
  .inSingleDg.readonly{
    background-color: #999999;
  }
  input.error{
      background-color: red;
  }
  textarea {
    resize: vertical;
}
  .betHeaderBar{
    background-color: #91E8F4;
    padding: 5px;
    padding-right: 120px;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    letter-spacing: -1px;
  }
  .betHeaderBar.yellowBg{
    background-color: yellow;
  }
  .betTimer{
    position: absolute;
    right: 10px;
    top:5px;
    /*letter-spacing: -1px;*/
  
  }
.betFooterBar{
    background-color: #ddd;
    padding: 5px;
    padding-right: 120px;
    position: relative;
    position: -webkit-sticky; 
    position:sticky; 
    bottom:0px;
}


.betTotal{
   position: absolute;
   right: 10px;
   top:5px;

}
.betTable{
    text-align: center;
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
}
.betTableCol{
    display: inline-block;
    vertical-align: top;
}
.betTableCell{
    display: inline-block;
    height: 35px;
    vertical-align: top;
    text-align: center;
    padding: 5px;
    border-bottom:1px solid #ddd;
    border-right:1px solid #ddd;
    background-color: white;
    
    /*line-height: 14px;*/
    
}
.sticky{
    position: -webkit-sticky; 
    position:sticky; 
}
/*
.betTableRow{
   
}

.betTableRow .header{
    
}*/
.betTableCell.header{
   background-color: #888888;
   color: white;
   height: 30px;
   
}
.betTableCell input{
    font-size: 14px;
}
.betExtraInfo{
    position: relative;
    padding-top: 10px;
}
.betExtraInfoLabel{
    display: inline-block;
    width: 80px;
}
.betExtraInfoSplit{
    display: inline-block;
    width: 5px;
}
.betExtraInfoValue{
    display: inline-block;
    width: 95px;
}
.betTableMobile{
    display: none;
}
.betTotalBtn_mobile{
    display: none;
}

.betTotalInfo_mobile{
    display: none;
}
.betTotalInfo, .betTotalBtn{
    display: inline-block;
}
#btnPreResult{
    position:absolute; top:10px; right:0px;
    z-index: 10;
}
.betTotalTxt, .betTotalDisplay{
    display: inline-block;
}
.closed{
    width:100%;
    height:100%;
    position:absolute;
    background-color:rgba(0,0,0,.5);
    color: red;
    top:0px;
    left: 0px;
    padding: 30px;
    z-index: 3;
}
.suspended{
    width:100%;
    height:100%;
    position:absolute;
    background-color:rgba(0,0,0,.5);
    color: red;
    top:0px;
    left: 0px;
    padding: 30px;
    z-index: 4;
}
.pass_result_div{
    
    overflow: hidden;
    transition: 1s;
    padding: 10px;
}

.pass_result_box{
    padding: 3px;
}
.pass_result_header{
    background-color: black;
    text-align: center;
    font-weight: bold;
    color: white;
    padding: 2px;
}
.pass_result_row{
    text-align: center;
}
.pass_result_row_cell{
    display: inline-block;
    width: 14.2%;
    font-size:13px;

}
@media (max-width:1000px){
    .betHeaderBar{
        
        margin-left: 10px;
        margin-right: 10px;
      }
}
@media (max-width:750px){
    .betHeaderBar{
        font-size: 12px;
        margin-left: 10px;
        margin-right: 10px;
      }
    .betTotalBtn{
        display: none;
    }
    .betTotalBtn_mobile{
        display: inline-block;
    }
    .betTotalInfo{
        display: none;
    }
    .betTotalInfo_mobile{
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }
    .betExtraInfoLabel{
        width: 100%;
        font-weight: bold;
        text-decoration: underline;
    }
    .betExtraInfoValue{
        padding-bottom: 5px;
    }
    .betExtraInfoSplit{
        display: none;
    }
    .betTablePC{
        display: none;
    }
    .betTableMobile{
        display: block;
    }
    .betTableRow{
       
        border-left:1px solid #ddd;;
    }
    .betTableCell{
        text-align: left;
        border-top:1px solid #ddd;
        border-bottom:0px solid #ddd;
        height: 30px;
        padding: 3px;
    }
    .betAddLine{
        display: none;
    }
    .betTotal{
        position: relative;
        display: inline-block;
        top:0px;
        left: 0px;
        width: 100%;
    }
    .betTotalInfo, .betTotalBtn{
        width: 100%;
        margin-bottom: 5px;
    }
    .betTotalTxt{
        width: 100%;
    }
    .betTotalDisplay{
       width: 100%;
    }
    .betFooterBar{
        padding-right: 10px;
    }
    #btnPreResult{
        
        position: relative; 
        top:0px; 
        left:0px;
    }
}
