.panel-title {
    font-size: 20px;
    text-transform: uppercase;	
}

.panel-heading {
    padding: 10px;
}

.panel {
	box-shadow: none;
	margin: 0px 0px 10px 0px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 2px;
	border-top: 1px solid #ddd;
    vertical-align: middle;
}

table.dataTable tfoot th {
    font-weight: normal;
    text-align: right;
    padding: 10px 10px 6px;
}

.btn {
    padding: 4px 6px;
}

.tab-content > .tab-pane {
	padding: 15px;
}

.form-horizontal .form-group {
	margin: 0px 0px 15px 0px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 5px;
    padding-right: 5px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #337ab7;
    border-color: #ddd #ddd transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #337ab7;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: #5bc0de;
}

.nav > li > a {
    padding: 15px 5px 10px;
}

.lead {
    background-color: #337ab7;
    color: #fff;
    margin-bottom: 10px;
    padding: 0 5px;
}

#joueurs_billard {
    min-height: 50px;
}

#joueurs_billard_legende {
    margin-bottom: 5px ;
}

.joueur {
    background: blue none repeat scroll 0 0;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
	margin: 0 2px 4px;
    padding: 5px;
    position: relative;
    text-align: center;
    font-weight: bold;
}

.joueur_small {
    background: blue none repeat scroll 0 0;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
	margin: 0 2px 4px;
    padding: 5px;
    position: relative;
    text-align: center;
    font-size: 10px;
}

.gratuit_simple {
    background-color: orange;
}

.gratuit_tout {
    background-color: red;
}

.exterieur {
    background-color: yellow;
    color: black;
}

.competiteur {
    background-color: black;
}

.achat {
    text-align: right;
    width: 50px;
}

.montant {
    width: 70px;
    height: 25px;
    text-align: right;
}

a.button {
    float: right;
    margin: 0 5px;
}

/*
Dropdown sub menu
 */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/*
Datatable
 */

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 20px 5px 5px
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 4px;
}