/* 
    Document   : style
    Created on : Jul 17, 2013, 10:29:37 AM
    Author     : Administrator
    Description:
        Purpose of the stylesheet follows.
*/

.body{
    
}
.ui-title{
    margin:10px 0 10px !important;
}
#home-info{
    height:30px;
}
.list-title{
    font-size:12px;
    width:100%;
}

#list-bets{
  
}
.div-bet-left{
    display:table-cell;
    padding:5px;
}
.div-bet-right{
    width:30px;
    display:table-cell;
    padding:5px;
}
#cont-bets .div-bet-right{
    width:140px;
}

.ui-btn-inner{
    font-family: 'Roboto', sans-serif !important;
    font-weight: normal;
}
.btn-delete{
    text-align: right;
}

.list-title{
    max-width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ui-table-columntoggle-btn{
    display:none;
}
#scorecard #cont-score{
    padding:0;
}
.play-game .ui-content{
    padding:0;
/*    text-shadow: none;*/
}

.span-hole{
    font-size: 24px;
    font-weight: bold;
}
#player-names{

}
.contain600{
    max-width: 600px;
    width:100%;
}

body {
/*    background: #fff url(../img/app-bground.jpg) !important;*/
    background-repeat:no-repeat !important;
    background-position:top center !important;
    background-size:100% auto !important;
}
.ui-page {

    background: #e8e8e8; /* Old browsers */
background: -moz-linear-gradient(top,  #e8e8e8 0%, #878787 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(99%,#878787)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e8e8e8 0%,#878787 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e8e8e8 0%,#878787 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e8e8e8 0%,#878787 99%); /* IE10+ */
background: linear-gradient(to bottom,  #e8e8e8 0%,#878787 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#878787',GradientType=0 ); /* IE6-9 */
}
.table-stroke{
    font-size:14px;
    text-align:left;
/*    background-color:#eee;*/
    width:100%;
}
.ui-content{
    right: 0px !important;
    left: 0px !important;
    margin: auto !important;
    font-family: 'Roboto',sans-serif !important;
    overflow:auto !important;

}

#index .ui-content{
    top:60px;
}
.logo-home{
    max-width:240px;
    width:100%
}

#span-home-name{
    font-size:32px;
}

div.ui-input-has-clear {
    height:42px;
}
.ui-btn{
    
}
.ui-block-b .ui-select{
  
    display:inline-block;
}

.square{
    margin:0 !important;
    -moz-border-radius:             0 !important;
    -webkit-border-radius:          0 !important;
    border-radius:                  0 !important;
    width:100%;
}

.big .ui-btn-inner{
    padding:15px !important;
}
.ui-select .ui-btn-inner{
    padding:15px !important;
}
#list-history{
    position:absolute;
    top:58px;
    bottom:15px;
    width:100%;
    overflow-y:auto;
    overflow-x:hidden;
/*    text-shadow: none;*/
}
.ui-corner-all, .ui-btn-corner-all{
    border-radius:6px;
}
.txt-bet .ui-btn-text{
    font-size:12px;
}

.ui-btn-down-c .ui-link-inherit{
    color:#cc0000;
}

#index .ui-content{
    top:60px;
}
.logo-home{
    max-width:240px;
    width:100%
}

#form-register .ui-select .ui-btn, #form-player .ui-select .ui-btn{
    height:36px;
} 
#form-register .ui-select .ui-btn .ui-btn-inner, #form-player .ui-select .ui-btn .ui-btn-inner{
    padding-top:5px;
} 
.ui-page {
/*    -webkit-backface-visibility: hidden;*/
}
.ui-bar-b .ui-btn{
   height:34px;
   margin-top:-3px;
   width:34px;
}
.ui-bar-b .ui-btn .ui-btn-inner{
   width:34px;
}
.ui-bar-b .ui-btn .ui-btn-inner .ui-icon{
   margin-left:8px;
   margin-top:7px;
}
.foot{
    position:absolute;
    bottom:0;
    width:100%;
    height:30px;
    text-align: center;
}
.img-logo{
    width:100%;
    max-width:200px;
}