/* Add here all your CSS customizations */
.table-live-games {
	box-shadow: 5px 5px 5px #888888;
}

.table-games {
	box-shadow: 5px 5px 5px #888888;
}

.table-live-games>tbody>tr>td, .table-live-games>tbody>tr>th, .table-live-games>tfoot>tr>td, .table-live-games>tfoot>tr>th, .table-live-games>thead>tr>td, .table-live-games>thead>tr>th {
    padding: 0px;
	padding-left:5px;
	border: 0px;
}

.table-live-games >tbody:nth-child(odd)  { background: #ede6d3; }
.table-live-games >tbody:nth-child(even) { background: #f3efe3; }
.table-live-games >tbody:hover{ background: #eecec7; }

.table-games>tbody>tr>td, .table-games>tbody>tr>th, .table-games>tfoot>tr>td, .table-games>tfoot>tr>th, .table-games>thead>tr>td, .table-games>thead>tr>th {
    padding: 1px;
	padding-left:5px;
	border: 0px;
}
.table-games >tbody:nth-child(odd)  { background: #F5F5F5; }
.table-games >tbody:nth-child(even) { background: #E5E5E5; }
.table-games >tbody:hover{ background: #eee8bb; }

.table-summary{
	font-weight:bold;
}
.event_info{
	color: #ffffff;
    background-image: none;
    background-color: #5672A0 !important;
}
.limit_info{
color: #ffffff;
    height: 15px;
    font-size: 11px;
    font-weight: bold;
    background-color: #3d5172;
    text-indent: 0px;
}
.table_header{
	color: #ffffff;
    height: 15px;
    font-size: 12px;
    font-weight: bold;
    background-color: #3d5172;
    text-indent: 0px;
}
.pull-center {
    text-align: center; /* center checkbox horizontally */
    vertical-align: middle; /* center checkbox vertically */
}
.event_time{
	vertical-align:middle!important;
	text-align:center;
}
.event_live{
	color: red;
}
.label_draw{    
	color: #737173;
    font-size: 12px!important;
    font-weight: bold;
}
.label_favorite{    
	color: red;
    font-size: 12px!important;
}
.label_dog{    
	color: #405372;
    font-size: 12px!important;
}
.odds {
	text-align: center!important;
}
.odds:hover{

}
.odd_value{
	color: #222;
	font-weight: normal;
	
}
.odd_juice{
	color: #003399;
	font-weight: bold;
}

.col-amount-input{
  text-align: center;
  width:50px;
  display: inline-block;
  height: 20px;
  padding: 1px 1px;
  font-size: 12px;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }
.input-form-control {
  display: inline-block;
  float: left;
  width: 95px;
  height: 20px;
  padding: 1px 1px;
  font-size: 12px;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}