@charset "utf-8";
/* CSS Document */
#wrap{ background-color:#0D6782; }
.navbar-brand{ height:auto; }
#top .navbar{ border-top: 2px solid #d7e9ee; border-bottom: 2px solid #d7e9ee;}
.head .search-bar .main-search input[type="text"]{ color:#333; background-color:#fff; }
.head .search-bar .main-search button, .head .search-bar .main-search input[type=submit]{ background-color:#c9302c; color:#fff; border:1px solid #c9302c; padding:9px 12px; }
#content{ white-space:initial; }
.inner{ min-height:462px; padding-bottom:10px; }
.outer{ background-color:#046791}
.collapse ~ .in{ background:black; }
li .active  { background-color:#0F5470; }

.pager li>a, .pager li>span{ border-radius:4px; }
.table-striped>tbody>tr:nth-child(even){ background-color:#ffffff; } 
.table-hover>tbody>tr:hover{ background:#dddddd; }
.table-middle >tbody>tr>td{ vertical-align:middle; }
.tick { width: 20px; height: 20px; }
 
.betTable>thead>tr>th{text-align:center;}
.betTable>tbody>tr>th,.betTable>tbody>tr>td{ padding:2px; text-align:center; }
.betTable>tbody>tr>th,.betTable>tbody>tr>td .form-control { width: 100%; }
.betTable .form-control{ width:100%; padding:3px; height:auto; text-align:center; }
.betTable  .mini{ width:100%; min-width:50px; }
.overflow{ overflow:auto; }
.min50px{ min-width:50px; padding:3px 6px; }

.primary{ background:#337AB7; color:white; }
.orange{ background:#ED9E2F; color:white; }
.blue{ background:#337AB7; color:white; }
.countdown{font-weight:bold; color:red;}
.green{color:green;}
.red{color:red;}
.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:40px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}

.login{
	background:url("assets/img/pattern/random_grey_variations.png")repeat ;
}


.background-blue{ background-color:#0D6782;}
.background-blue.lter, .background-blue>.lter{ background-color:#0F7492; color:black; }
.background-blue.dk, .background-blue>.dk{ background-color:#0088CC;}
.background-blue.dker, .background-blue>.dker{ background-color:#17415F;}



.mininput{ width:100%; min-width:70px; }
.table-striped>tbody>tr:nth-child(odd){background-color:#f3f3f3; }
.table-hover>tbody>tr:hover{ background-color:#FBFDB6; }
.suspended{ background-color:#999999; }
.padding{ padding:6px 12px; }
.subtitle1
{
    FONT-SIZE: 8pt;
    MARGIN-LEFT: 2pt;
    MARGIN-RIGHT: 2pt;
    MARGIN-TOP: 1pt;
    MARGIN-BOTTOM: 1pt;
    FONT-FAMILY: Tahoma, Arial;
    TEXT-ALIGN: left;
   
    font-weight: bold;
    text-decoration: none 
}/* scroll bar */
body { scrollbar-face-color: #0F7492; word-wrap:break-word; }
::-webkit-scrollbar-track,::-webkit-scrollbar-track:hover { background-color:#0F7492; background-color: rgba(15,116,146,0.7);  } /* the new scrollbar will have a flat appearance with the set background color */
::-webkit-scrollbar-thumb ,::-webkit-scrollbar-thumb:hover { background-color:#17415F; /*background-color: rgba(0, 0, 0, 0.4);*/ } /* this will style the thumb, ignoring the track */
::-webkit-scrollbar-button { /*background-color: #0F7492;*/ } /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
::-webkit-scrollbar-corner { background-color: #0F7492; } /* if both the vertical */

@media (max-width: 767px){
	.inner{ min-height:1px; }
}


