﻿
body {
    background-color: #ececec;
    padding-bottom: 50px;
}

#containerPage {
    background-color: white;
}

#divClassementJoueurSaison .fixed-table-container, #divClassementJoueurSeries .fixed-table-container,
#divClassementGardienSaison .fixed-table-container, #divClassementGardienSeries .fixed-table-container {
    padding-bottom: 41px !important;
}

.PageSiteWeb {
    display: none;
    background-color: white;
    padding-bottom: 20px;
}


#containerHeader {
    padding-right:0px;
    padding-left:0px;
    background-color:white;
}

.iconeTableau {
    width:20px;
}


@media screen and (max-width: 768px) {
    .bootstrap-table {
        font-size: 9px;
    }

    .iconeTableau {
        width: 16px;
    }
}





.divCenter {
    text-align:center;
}


.width100pct {
    width:100%;
}

.clsDdlEtoile {
    font-size:10px;
}


tr.trSpaceUnder5px > td {
    padding-bottom: 5px;
}

tr.trSpaceUnder20px > td {
    padding-bottom: 20px;
}

.btn-group .btn{

    margin-right:2px;
}

#grpButtonModalStatsEquipe .btn-secondary {
    width:80px;
}



.btn-group .btn-secondary:active {
      background-color:lavender;
}

.btn-group .btn-secondary.active {
      background-color:lightcyan;
}



.modalStatsEquipeContenu {
    display:none;
}


td.CellProfil:hover {
    cursor:pointer;
    background-color: #E0FFFF;
}

/*#tblStatsCarriere,#tblGameLog,#tblStatsVS,
#tblStatsPartie,#tblStatsJoueurEquipe,
#tblStatsGardienEquipe,#tblStatsGardienSemaine,#tblStatsJoueurSemaine {
    font-size:10px;
    line-height:10px !important;
}*/

#modalDetailJoueur .fixed-table-container thead th .th-inner, 
#modalStatsEquipe .fixed-table-container thead th .th-inner,
#modalStatsSemaine .fixed-table-container thead th .th-inner
{
    line-height:16px;
}

/*pour retour en haut sur de longue page*/
#scrollTop {
    position:fixed;
    margin: 0 auto;
    left:0;
    right:0;
    bottom:2px;
    cursor:pointer;
    width:25px;
    height:25px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    z-index:1025;
}
#scrollTop span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
    z-index:1025;
}

#scrollTop:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}


/*#modalReglements .modal-dialog{
    overflow-y: initial !important;
}*/

#modalReglements .modal-body{
    /*On enlève la hauteur du header et du footer*/
    /*max-height: calc(100vh - 225px); remplacer par du java script du à un bug sur mobile*/
    overflow-y: auto;
}


.th-inner {
    white-space:normal !important;
}

th {
      vertical-align: middle !important;
}

a {
    cursor:pointer;
    text-decoration:none !important;
}

#btnReinitialiserPartie {
   margin-bottom:5px;
   width:150px;
}

#btnCreerJoueur {
   margin-right:25px; 
   margin-bottom:5px;
   width:150px;
}


#btnSaveStatsPartie, #btnPartieTermine {
    margin-top:8px;
    margin-left:20px;
    width:120px;
}

@media screen and (max-width: 400px) {
    #btnSaveStatsPartie, #btnPartieTermine {
        margin-left: 5px;
        width:75px;
        font-size:10px;

        margin-bottom:10px;
        white-space:normal;
    }
}

#titreGestionPartieSaison {
    margin-bottom:0px;
}

#titreGestionPartie {
    margin-top:0px;
}

select {
    margin-right:5px;
}

.modal-content .close{
    padding-right:1px;
    color:red;
}

.couleurTitre {
    background-color:darkblue;
    color:white;
    padding-left:15px;
}

#pageGestionPartie .couleurTitre {
    max-width:790px;
}

.couleurTitreCalendrier {
    background-color:darkblue;
    color:white;
}

.displayInline {
    display:inline;
}

.displayBlock{
    display:block;
}


.minWidthEquipe {
    min-width:70px;
}

.minWidthNom {
    min-width:100px;
}


#tableButs {
    max-width:800px;
    width:100%;
}

#tableButs td {
    padding-right:5px;
}

/*#divEquipeDomicile select, #divEquipeVisiteur select,*/ 
#tableButs select {
    margin-bottom:5px;
    border-spacing:10px;
}


#divLesEquipes select, #divLesGardiens select {
    margin-bottom:5px;
}


#divLesEquipes,#divLesGardiens {
    display:table;
    width:100%;
    max-width:800px;
    border-spacing:5px;
    margin-left:-5px;
}

#divEquipeDomicile, #divEquipeVisiteur,#divGardienDom,#divGardienVis 
{
    display:table-cell;
    width:50%;
    min-width:175px;
}

#lblEquipeGardienDom, #lblEquipeGardienVis {
    width:35px;
    font-size:14px;
    font-weight:bold;
    white-space:nowrap;
}


@media screen and (max-width: 350px)  {
    #divLesEquipes,#divLesGardiens  {
        width:100%;
    }

    #divEquipeDomicile, #divEquipeVisiteur,#divGardienDom,#divGardienVis {  
        display:inline;
    }
}

#ddlGardienDom, #ddlGardienVis {
   width:100%;
}


#pageCalendrier,#pageGestionPartie {
    display:none;
}


/*#pageCalendrier,*/
/*#pageGestionPartie  {
   min-width:600px;
   max-width:900px;
   margin:auto;
}*/


.row-centered {
    text-align:center;
}

.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.BSTableHeaderStyle th {
    background-color:rgb(34,34,34);
    color:white;
}


.nowrap {
    white-space:nowrap;
}

.carousel-indicators {
    visibility:hidden;
}

.boxshadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}

#myCarousel .boxshadow:hover {
    box-shadow: 0 4px 8px 0 rgba(14, 35, 154, 0.6), 0 6px 20px 0 rgba(14, 35, 154, 0.6);
}

.boxCompositionEquipe {
    white-space:nowrap;
    display:inline-block;
    padding:0px 10px 10px 10px;
    margin:2px 5px;
    width:180px;
    font-size:12px;
}

.boxNouvelle {
      padding:1px 10px 1px 10px;
      margin: 10px 0px;
}

.boxNouvelle h3 {
      margin-top:10px;
}

.divMatchCaroussel {
      padding:6px 2px 2px 5px;
      width:95%;
}

.divMatchCarousselContainer {
    /*border:2px solid black;*/
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.textShadow
{
	text-shadow:  -1px 0 gray, 0 1px gray, 1px 0 gray, 0 -1px gray;
    font-size:20px;
}

/*.carousel-inner { text-align: center; }*/


/*#pageClassementJoueur,
#pageClassementGardien,
#pageClassementEquipe,
#pageAccueil,
#pageCalendrierSite,*/
#divTitreEtSelection,
#divSelectSaison
/*#pageChampions*/ 
{
    display:none;
}

#divSelectSaison {
    padding-top:10px;
}

/*#pageClassementJoueur,
#pageClassementGardien,
#pageClassementEquipe,
#pageAccueil,
#pageCalendrierSite,
#pageChampions
 {
    padding-bottom:100px;
}*/





/*#divCalendrier {
    text-align: center;
}*/



.divJourMatch {
    width: 180px;
    padding-bottom: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}




.tblCalendrier th,td {
  /*padding-right:10px;*/
   
}

.tblCalendrier tr:first-child th {
   text-align:center;
}

.tblCalendrier {
    margin:0 auto 0 auto;
    width:90%;
    padding:5px;
}

.cellSommaire {
    padding-right:0px;
}

.cellSommaire img { 
    display:block; margin:0 auto; 
}

.cellSommaire:hover {
    cursor:pointer;
}


#modalAfficherSommaire .fixed-table-toolbar .columns,
#modalAfficherSommaire .fixed-table-toolbar .columns, 
#divClassementEquipe .fixed-table-toolbar .columns{
    margin-top:0 !important;
    margin-bottom:0 !important;

}



#divSommairePeriode2,#divSommaireGardien {
    margin-top:10px;
}

#divSommaire {
    font-size:12px;
}


.imgCoupe {
    width:450px;
    /*margin-right:5px;*/
    margin-bottom:5px;
    /*cursor: zoom-in;*/
}

@media screen and (max-width: 500px) {
    .imgCoupe {
        width: 100%;
        margin-bottom: 5px;
    }
}



.divSaisonArchive {
    width:100%;
    margin-bottom:50px;
}

.divChampionArchive,.divStatArchive {
    width:40%;
    display:inline-block;
    vertical-align:top;
}

.divExcelStats {
    margin-left:15px;
}

.imgChampionArchive {
    width: 100%;
}


@media screen and (max-width: 600px) {
    .divChampionArchive,.divStatArchive {
        width: 100%;
    }
}


.clsDivHtmlCalendrier {
    font-size:11px;
    padding-top:20px;
}


.fixed-table-container thead th .sortable {
    padding-right: 17px !important;
}

.fixed-table-container thead th .both {
    background-size: 16px !important;
}


.width40 {
    width: 40px;
}


.width50 {
    width: 50px;
}


.width60 {
    width: 60px;
}


.width70 {
    width: 70px;
}


.width80 {
    width: 80px;
}


.width90 {
    width: 90px;
}

.width100 {
    width: 100px;
}

.width110 {
    width: 110px;
}

.width120 {
    width: 120px;
}

.width130 {
    width: 130px;
}

.width140 {
    width: 140px;
}

.width150 {
    width: 150px;
}

.inlineBlock {
    display:inline-block;
}



.divPhotoChampionAccueil {
    width: 350px;
    height: 300px;
    margin: 10px;
    vertical-align: top;
    display: inline-block;
}


.photoChampionAccueil {
    width: 100%;
    max-height: 250px;
    margin-bottom: 10px;
}



@media screen and (max-width: 989px) {
    .divPhotoChampionAccueil {
        width: 95%;
        height: auto;
        margin: 10px;
        vertical-align: auto;
        display: inline-block;
        max-width:400px;
    }

    .photoChampionAccueil {
        width: 100%;
        max-height: none;
        margin-bottom: 10px;
    }
}