
.bootstrap-dialog.type-primary .modal-header{
    background:#F5F5F5;
}
.bootstrap-dialog .bootstrap-dialog-header{
    text-align:center;
}
.bootstrap-dialog .bootstrap-dialog-title{
    color:#000;
    font-size: 16px;
    font-weight: bold;
}
.bootstrap-dialog .bootstrap-dialog-body{

    text-align:left;
}
.bootstrap-dialog input{
    width: 100%;
    padding: 0px;
    margin: 10px 0;
    height: 25px;
}


/*********************************************/
/*Tableau de données                         */
/*********************************************/
.datatable {
    margin: 0px 0px 15px 0px;
    border-collapse: collapse;
    width: 100%;
}

.datatable td {
    font-size: 12px;
    padding: 5px;
}

.datatable img {
    border: 0px;
    margin: 0px 5px 0px 5px;
}

.datatable .head td {
    background-color: #414141;
    color:#fff;
    padding:10px;
}

.datatable .head a {
    display: block;
    width: 100%;
    color: #fff;
    text-decoration: none;
}

.datatable .head .sort_asc {
    background: url('../images/arrow_asc.png') right center no-repeat #414141;
}

.datatable .head .sort_desc {
    background: url('../images/arrow_desc.png') right center no-repeat #414141;
}

.datatable .head .sort_desc a,.datatable .head .sort_asc a{
    font-weight: bold;
}


.datatable td{
    transition: all .3s ease;
}

.datatable .line1 td {
    background-color: #ffffff;
    /*border-right: 1px solid #DDDDDD;*/
}

.datatable .line2 td {
    background-color: #EEEEEE;
    /*border-right: 1px solid #DDDDDD;*/
}

.datatable .line_sel td {
    background-color: #d7d7d7;
    /*border-right: 1px solid #ffffff;*/
}

.datatable tr td{
    padding:10px;
}

.button_red {
    background-color: #cc0000;
    color: #ffffff;
}


/*********************************************/
/*Ajout d'une photo de joueur                */
/*********************************************/
#add_player_photo{width:350px;}
#add_player_photo #cameraFileInput {
  display: none;
}
#add_player_photo .btn_add{display:block;float:right;line-height:38px; height:38px; background:url(../images/btn_add_livegame.png) no-repeat;
                   color:#ffffff;text-decoration:none;font-weight:bold;padding-left:30px;padding-right:10px;}
#add_player_photo .btn_add:hover{background:url(../images/btn_add_livegame_hover.png) no-repeat;}

#add_player_photo #pictureFromCamera{width:300px;margin-bottom:15px;}


/*********************************************/
/*Menu                                       */
/*********************************************/
.home-menu a:hover circle {
    stroke:#3a83bf;
}
.home-menu a:hover polygon {
    stroke:#3a83bf;
}
.home-menu a:hover path {
    stroke:#3a83bf;
}
.home-menu a:hover rect {
    stroke:#3a83bf;
}

/*********************************************/
/*Support Menu                               */
/*********************************************/

.support-menu {
    align-items: center;
    display: flex;
    border: none;
    border-top: 1px solid #494952;
    border-bottom: 1px solid #494952;
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.support-menu:hover .support-menu-text {
    color: #FFF;
}

.support-menu:hover .support-menu-icon path {
    fill: #FFF;
}

.support-menu-text {
    flex: 1 1 auto;
    font-size: 13px;
    transition: color 250ms ease-in-out;
}

.support-menu-icon {
    display: block;
    height: 15px;
    width: 15px;
}

.support-menu-icon path {
    transition: fill 250ms ease-in-out;
}

/*********************************************/
/* Medium button                             */
/*********************************************/
.button_medium{
    position:relative;
    display: inline-block;
    height: 24px;
    line-height: 20px;
    padding: 0px 12px 0px 30px;
    font-weight: 400;
    font-size: 12px;
    color: #3f3f3f;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.button_medium:hover{
    text-decoration:none;
}

.button_medium div{
    position:absolute;
    top:0px;
    left:12px;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-weight:bold;
}

.button_white{
    background-color: #fff;
    border:2px solid #c4c4c4;
}
.button_white:hover{
    background-color: #E6E6E6;
}

/*********************************************/
/* Season - Categories and teams             */
/*********************************************/
.season_category_teams_wrapper{

}
.season_category_teams_wrapper .category_wrapper{
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  flex-wrap: nowrap;
  border-top: 2px solid #c4c4c4;
  padding:15px 0px 12px 0px;
}

.season_category_teams_wrapper .category_wrapper .category_info{
  display:flex;
  flex-direction:row;
  flex-wrap: wrap;
}

.season_category_teams_wrapper .category_wrapper .category_info .category_name{
  position:relative;
  padding-left:24px;
  cursor: pointer;
  margin-bottom:3px;
}

.season_category_teams_wrapper .category_wrapper .category_info .category_name a{
    color:#3a83bf;
    line-height:20px;
    font-size:18px;
    font-weight:bold;
}

.season_category_teams_wrapper .category_wrapper .category_info .nb_teams{
    /*margin-left:8px;*/
    height:20px;
    line-height:16px;
    border-radius:5px;
    border: 2px solid #c4c4c4;
}
.season_category_teams_wrapper .category_wrapper .category_info .nb_teams_no_inscr{
    padding:0px 5px;
}
.season_category_teams_wrapper .category_wrapper .category_info .nb_teams_with_inscr{
    padding:0px 0px 0px 5px;
}

.season_category_teams_wrapper .category_wrapper .category_info .nb_inscr{
    text-decoration:none;
    position:relative;
    display:inline-block;
    margin-left:5px;
    line-height:16px;
    padding:0px 5px 0px 22px;
    border-radius:5px;
    border-left: 2px solid #c4c4c4;
}
.season_category_teams_wrapper .category_wrapper .category_info .nb_inscr:hover{
    background-color: #E6E6E6;
    text-decoration:none;
}

@media only screen and (max-width: 620px) {
    .season_category_teams_wrapper .category_wrapper .category_info .category_name a{
        font-size:14px;
    }
}

/* -------------------------------------- */
/* Toggle button                          */
/* -------------------------------------- */
.toggle{
  display: inline-block;
  height: 34px;
  border: 2px solid #d0d0d0;
  border-radius: 17px;
}
.toggle .box{
  display: inline-block;
  height: 100%;
}
.toggle .box_on{
  width: 50px;
}
.toggle .box_na{
  width: 30px;
}
.toggle .box_off{
  width: 50px;
}

.toggle .box label{
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 15px;
}
.toggle .box input {
  position: absolute;
  opacity: 0;
  width: 25px !important;
}
.toggle .box input + label {
  float:left;
  color: #000;
  cursor: pointer;
}

.toggle .box_on input:checked + label {
  background: #20ba99;
  color: #ffffff;
}
.toggle .box_na input:checked + label {
  background: #d0d0d0;
}
.toggle .box_off input:checked + label {
  background: #c02543;
  color: #ffffff;
}