@font-face {
    font-family: OpenSansHebrew;
    src: url(/font/OpenSansHebrew-Bold.ttf);
}
body {
    padding: 0;
    margin: 0;
    font-family:arial;
    _font-size:12px;
    _color:black;
    background:#EEEEEE;
    _background:white url(/img/texture.png) repeat-x top center;.adminDraw input
    background: url(/img/texture.jpg) top center;
    
    _font-family: Myriad Hebrew,Aharoni;
    text-align: center;
}
.centralDivTitle,
h1 {
    font-family: Aharoni;
    font-size: 20px;
    color: white;
    background-color: #1971bc;
    border-bottom: 2px solid white;
    text-align: center;
    height: auto;
    vertical-align: middle;
    padding: 0.5%;
    margin: auto;
    width: 98%;
}
h2, h3 {
    padding: 0.5%;
    margin: auto;
    width: 98%;
}
/* LB */
.ckLB {
    display:none;
}
.ckLB + div {
    display:none;
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background-color:rgba(100,100,100,0.5);;
    _opacity: 0.7;
    place-items: center;
}
.ckLB + div > div {
    position: relative;
    background-color: white;
    border: 2px solid black;
    border-radius: 20px;
    max-height: 65vh;
    width: calc(98% - 50px);
    max-width: 400px;
    padding: 20px;
    opacity:1;
}
.ckLB:checked + div {
    display:grid;
}
.ckLB + div .closeLB {
    position: absolute;
    height: 25px;
    width: 25px;
    max-width: 25px;
    font-weight: bold;
    background-color: red;
    color: white;
    font-size: 15px;
    line-height: 19px;
    border-radius: 50%;
    display: inline-block;
    top: -10px;
    right: -10px;
    text-align: center;
    border: 2px solid #2a8bcc;
    padding-bottom: 2px;
}

.ckLB + div > div > div {
    overflow: auto;
    max-height: 60vh;
}
.ckLB + div h2 {
    text-align:center;
}
.ckLB + div form > select,
.ckLB + div form > input {
    width: 98%;
    font-size: 18px;
    margin: 1% auto;
    max-width: 400px;
}
.ckLB + div > div.bigLb {
    max-width: 800px;
    height: 70vh;
}
.ckLB + div > div.bigLb > div {
    height: 65vh;
}

.bold {
    font-weight: bold;
}
.red {
    color: red;
}
.green {
    color: green;
}
.subTitle {
	background-color: transparent;
    margin-top: 10px;
    font-size: 20px;
    color: orange;
}
.subTitle a {
    color: orange;
}
.inv {  
    display: none; 
}
.yellow {  
    border-bottom: 2px solid yellow; 
}
.orange {  
    border-bottom: 2px solid orange; 
}
.updatable {
    width: 90%;
    margin: auto;
    display: inline-block; 
    min-height: 10px;
}
.presentTurn img.ic,
.ic {
    border: 0;
    height: 16px;
    width: 16px;
}
h1 span {
    float: right;
    border-left: 1px white solid;
    padding: 1px 5px;
}
h1 a {
    color: white;
}
img {
    border: 0px;
}
label {
    cursor: pointer;
}
.shortInput {
    width: 20px;
}
.dateInput {
    width: 60px;
}
#ckLastResult {
    display: none;
}
.r {
    text-align: right;
}

.rdTab,
.rdTab + div {
    display : none;
}
.rdTab:checked + div {
    display: block;
}
.counter:empty {
    display: none;
}
.counter {
    position: absolute;
    display: inline-block;
    right: -5px;
    top: -5px;
    height: 20px;
    width: 20px;
    background-color: red;
    border-radius: 50%;
    font-size: 11px;
    font-weight: bold;
    color: white;
    line-height: 20px;
    text-align: center;
}
.centralDiv {
    max-width: 1200px;
    width: 100%;
    height: auto;
    min-height: calc( 100vh - 150px);
    margin: 0 auto;
    padding: 82px 0 10px 0;
    overflow: auto;
}
.sliderContent,
.resultsContent,
.sideCol,
.centerCol {
    display: inline-block;
    float: right;
    height: auto;
    padding: 0.5%;
    border: 2px #1971bc solid;
    margin: 0.5%; 
    border-radius: 5px;
}
.sliderContent,
.resultsContent,
.centerCol {
    width: 47%;
    _width: 39%;
    height: auto;
    min-height: 347px;
    _overflow: auto;   
}
.sideCol {
    _width: 24%;
    width: 47%;
}
.centerCol {
    width: 47%;
}
.results {
    height: 410px;
}
#subdivMatchs {
    background-color: white;
}
.showMatch {
    text-align: center;
    width: 100%;
}
.showMatch .score {
    font-size: 20px;
    border-collapse: collapse;
    border: 1px solid black;
    margin: auto;
}
.showMatch .score td,th{
    _border: 1px solid black;
    padding: 10px 3px 10px 3px;
}
.showMatch .score .large{
    width: 200px;
}
.showMatch .score td {
    width: 50px;
    height: 50px;
}
.showMatch .score td input {
    width: 50px;
    height: 50px;
    margin: 0;
    border-style: inset;
    text-align: center;
    font-size: 20px;
}
.voileShow {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    top: 0;
    z-index: 90;
    display: block;
}
.voileHidden {
    background-color: black;
    height: 0px;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 0px;
    z-index: 90;
    display: none;
}
.playersBoxShow {
    background-color: white;
    border: 1px solid black;
    height: 500px;
    padding: 5px;
    position: absolute;
    width: 95%;
    z-index: 100;
    top: 100px;
    right: 2%;
    display: block;
    overflow: auto;
}
.playersBoxHide {
    background-color: white;
    border: 1px solid black;
    height: 0px;
    padding: 5px;
    position: absolute;
    width: 0px;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
}
.mtHeader {
    width: 100%;
}
.mtHeader div {
    width: 30%;
    margin: auto;
    display: inline-table;
}
.mtHeader table {
    border-collapse: collapse;
    border: 1px solid black;
    margin: auto;
}
.mtHeader table td,th{
    _border: 1px solid black;
    padding: 3px 5px 3px 5px;
}
.mtHeader table td{
    text-align: right;
}
.mtHeader td>ul{
    display: none;
    width: 220px;
    height: 100px;
    position: absolute;
    overflow: auto;
    background-color:white;
    border: 1px #b8b8b8 solid;
    top:98%;
    right:0;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.mtHeader td:hover{
    position:relative;
}
.mtHeader td:hover>ul{
    display:block;
}
.mtHeader td ul li{
    margin: 0px;
    padding: 0px;
    height: 20px;
    
}
.mtHeader td ul li:hover{
    cursor: pointer;
    background-color: #CCCCCC;
}
.mtHeader td ul li:hover>p{
    cursor: pointer;
    background-color: #CCCCCC;
}
.mtHeader td ul li p{
    float: right;
    width: 120px;
    height: 20px;
    font-size: 11px;
    margin: 0px;
    padding: 1px 3px 1px 3px;
}
.mtHeader td ul li p:first-child{
    width: 60px;
    font-weight: bold;
    color: red;
}
.bigScore {
    font-weight: bold;
    font-size: 60px;
    color: red;
}
.mtMatchs {
    width: 100%;
    margin: 20px auto;
}
.cardMatch {
    width: 98%;
    margin: auto;
    font-size: 20px;
    border-collapse: collapse;
}
.cardMatch td,
.cardMatch th
 {
    border: 1px solid black;
}
.cardMatch input {
    height: 30px;
    width: 25px;
    font-size: 20px;
    text-align: center;
}
@-webkit-keyframes sliderAnim {  
    0%, 20%, 100%   { left: 0 }  
    25%, 45%        { left: -100% }  
    50%, 70%        { left: -200% }  
    75%, 95%        { left: -300% }  
}    
@-moz-keyframes sliderAnim {  
    0%, 20%, 100%   { left: 0 }  
    25%, 45%        { left: -100% }  
    50%, 70%        { left: -200% }  
    75%, 95%        { left: -300% }  
}    
@keyframes sliderAnim {  
    0%, 20%, 100%   { left: 0 }  
    25%, 45%        { left: -100% }  
    50%, 70%        { left: -200% }  
    75%, 95%        { left: -300% }  
}   

@-webkit-keyframes sliderAnim1 {  
    0%, 20%, 100%   { left: 0 }  
    25%, 45%        { left: -100% }  
    50%, 70%        { left: -200% }  
    75%, 95%        { left: -300% }  
}
@-webkit-keyframes sliderAnim2 {  
    0%, 20%, 100%   { left: -100% }  
    25%, 45%        { left: -200% }  
    50%, 70%        { left: -300% }  
    75%, 95%        { left: 0 }  
}
@-webkit-keyframes sliderAnim3 {  
    0%, 20%, 100%   { left: -200% }  
    25%, 45%        { left: -300% }  
    50%, 70%        { left: 0 }  
    75%, 95%        { left: -100% }  
}
@-webkit-keyframes sliderAnim4 {  
    0%, 20%, 100%   { left: -300% }  
    25%, 45%        { left: 0 }  
    50%, 70%        { left: -100% }  
    75%, 95%        { left: -200% }  
}

.slider {
    position: relative;
    width: 100%;
    height: 347px;
    padding: 0;
    margin: 0 auto;
} 
.slider>div {
    position:relative;
    width: 100%;
    height: 100%; 
    overflow: hidden;
}
.slider>div>div {
    position: absolute;  
    left:0; top:0;
    width: 400%;
    height: 100%;
    
    -webkit-animation:  sliderAnim 20s infinite;
    -moz-animation:     sliderAnim 20s infinite; 
    animation:          sliderAnim 20s infinite;
}
.slider figure {  
    position:relative;  
    display:inline-block;  
    padding:0; margin:0;
    font-size: 30px;
    width: 25%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}
.slider  figure img{
    height: 100%;
    width: 100%;
}
 
.slider figcaption {  
    position:absolute;  
    left:0; 
    right:0; 
    bottom: 5px;  
    padding: 20px;  
    margin:0;  
    text-align:center;  
    letter-spacing: 0.05em;  
    word-spacing: 0.05em;  
    background: rgba(0,0,0,0.5);
    font-size: 15px;  
}
.slider  figcaption img{
    height: 30px;
    width: 45px;
}

#slide1:checked ~ .slider>div>div {
    -webkit-animation:  sliderAnim1 12s infinite;
    -moz-animation:     sliderAnim1 12s infinite; 
    animation:          sliderAnim1 20s infinite;
} 
#slide2:checked ~ .slider>div>div {
    -webkit-animation:  sliderAnim2 12s infinite;
    -moz-animation:     sliderAnim2 12s infinite; 
    animation:          sliderAnim2 12s infinite;
}  
#slide3:checked ~ .slider>div>div {
    -webkit-animation:  sliderAnim3 12s infinite;
    -moz-animation:     sliderAnim3 12s infinite; 
    animation:          sliderAnim3 20s infinite;
}  
#slide4:checked ~ .slider>div>div {
    -webkit-animation:  sliderAnim4 12s infinite;
    -moz-animation:     sliderAnim4 12s infinite; 
    animation:          sliderAnim4 12s infinite;
}  
#slide1 {display: none;}
#slide2 {display: none;}
#slide3 {display: none;}
#slide4 {display: none;}

.product {
        width: 200px;
        height: 200px;
        position: relative;
        float: right;
        _margin: 10px;
    }
    .product img {
        width: 100%;
        height: 100%;
    }
    .product span {
        font-size: 15px;
        font-weight: bold;
        background-color: red;
        color: white;
        padding: 5px;
        top:5px;
        right:5px; 
        position: absolute;
        text-shadow: -1px -1px #CC0000;
        -webkit-border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        direction: rtl;
    }
    .productsContener {
        margin: 10px;
        float: right;
    }
    @-webkit-keyframes sliderProductsAnim {  
        0%, 25%, 100%   { top: 0 }  
        35%, 60%        { top: -100% }  
        70%, 95%        { top: -200% }  
    }    
    @-moz-keyframes sliderProductsAnim {  
        0%, 25%, 100%   { top: 0 }  
        35%, 60%        { top: -100% }  
        70%, 95%        { top: -200% }  
    }    
    @keyframes sliderProductsAnim {  
        0%, 25%, 100%   { top: 0 }  
        35%, 60%        { top: -100% }  
        70%, 95%        { top: -200% }   
    }    
    .sliderProducts {
        position: relative;
        width: 100%;
        height: 210px;
        margin: 0px;
        padding: 0px;
        background: #FFF;
        _border: 1px #AAAAAA solid;
            } 
    .sliderProducts>div {
        position:relative;
        _width: 100%;
        height: 200px; 
        overflow: hidden;
    }
    .sliderProducts>div>div {
        position: absolute;  
        left:0; 
        top:0;
        width: 100%;
        height: 300%;
        
        -webkit-animation:  sliderProductsAnim 12s infinite;
        -moz-animation:     sliderProductsAnim 12s infinite; 
        animation:         sliderProductsAnim 12s infinite;
    }
    .sliderProducts figure {  
        position:relative;  
        display:block;  
        padding:0; 
        margin:0;
        height: 33.33%;
        width: 100%;
        text-align: center;
        vertical-align: middle;
    }
    .sliderProducts  figure img{
        height: 100%;
        width: 100%;
    }
    .miniature {
        width: 80px;
        height: 100%;
        display: block;
    }
    .miniature img {
        width: 60px;
        height: 33%;
    }
    .divLastResult {
        background-color: #444444;
    }
    .rdLastResult,
    .divLastResult>div {
        display: none;
    }
    .divLastResult>label {
        width: 100%;
        border-bottom: 2px solid #AAAAAA;
        display: block;
        background-color: white;
        padding: 5px 0;
    }
    .divLastResult>div>div {
        display: inline-table;
        vertical-align: top;
        width: 30%;
        margin: auto;
    }
    .divLastResult>label>div {
        display: inline-block;
        width: 24%;
        margin: auto;
    }
    .divLastResult>label>.score {
        font-size: 20px;
        color: orange;
    }
    .divLastResult>div>div>p {
        width: 100%;
        margin: 5px auto;
        color: #AAAAAA;
        font-size: 20px;
    }
    .divLastResult>div>div>.score {
        font-size: 68px;
        color: orange;
    }
    .divLastResult .date {
        color: red;
    }
    .rdLastResult:checked + div {
        display:block;
    }
    .divLastResult .event {
        width: 100%;
        font-size: 23px;
    }
    .divLastResult .event a,
    .divLastResult .draw a {
        color: white;
    }
    .divLastResult .draw {
        width: 100%;
        font-size: 22px;
        _font-style: italic;
        margin-bottom: 10px;
    }
    .divLastResult .playerPictTop {
        height: 110px;
        width: 110px;
        border-radius: 50%;
    }
    .news {
        height: auto;
        overflow: auto;
        margin: 0 auto;
    }
    .news div {
        width: 24%;
        position: relative;
        height: auto;
        display: inline-table;
        margin: auto;
    }
    .news img {
        width: 95%;
        height: 70px;
        margin: 0 auto;
     }
     .news span {
        position: absolute;
        left: 0;
        top: 5%;
        z-index: 5;
        height: 30%;
     }
     .news span img {
        height: 50%;
        width: auto;
     }
     .news>a {
        font-family: Myriad Hebrew,Aharoni;
        font-size: 14px;
        color: #1971bc;
        text-decoration: none;
     }
     .miniRank {
        width: 100%;
        font-family: Myriad Hebrew,Aharoni;
     }
     .miniRank table {
        width: 100%;
     }
    .miniRank ul {
        margin: 0;
        padding: 0;
     }
    .miniRank li {
        display: inline-block;
        width: 48%;
        margin: 1% auto;
        border: 1px #555555 solid;
        font-size: 14px;
        padding: 3px 0px;
        font-weight: bolder;
     }
     .divMiniRank,
     .rbMiniRank {
        display: none;
     }
    .rbMiniRank:checked + li {
        background-color: blue;
        color: white;
     }
     .pictMiniRank {
        position: relative;
         width: 70px;
     }
     .pictMiniRank img {
        height: 50px;
        width: 50px;
        border-radius: 50%;
     }
     .miniRank .rk {
        color: blue;
        font-size: 20px;
     }
     .miniRank .name {
        color: black;
     }
     .miniRank .club {
        color: orangered;
     }
     .pictMiniRank .eq,
     .pictMiniRank .up,
     .pictMiniRank .dw,
     .pictMiniRank .nw
      {
        position: absolute;
        height: 25px;
        width: 25px;
        border-radius: 50%;
        color: white;
        bottom: 0;
        left: 0;
        vertical-align: middle;
        line-height:25px;
        font-weight: bold;
     }
     .pictMiniRank .eq
     {
        background-color: blue;
     }
     .pictMiniRank .dw
      {
        background-color: red;
     }
     .pictMiniRank .up
      {
        background-color: green;
     }
    .pictMiniRank .nw
    {
        background-color: orange;
    }
     .champTables ul {
        padding: 0px;
        margin: 0px;
     }
     .champTables li {
        display: inline-block;
        padding: 5px 0;
        background-color: #DDDDDD;
        font-size: 15px;
        color: #555555; 
        margin: 2px auto;   
        width: 49%;
     }
     .champTables li:hover {
        background-color: blue;
        color: white;    
     }
     .champTables li p {
        margin: 0;
        padding: 0;
     }
     .champTables table {
        width: 100%;
        border-collapse: collapse;
     }
     .champTables table td,
     .champTables table th {
        font-size: 18px;
        color: #555555;
        border-bottom: 2px solid #555555;
        padding: 5px auto;
     }
     .champTables table th {
        font-size: 18px;
        color: white;
        background-color: #555555;
        border-bottom: 2px solid #555555;
        padding: 5px auto;
     }
     .champTables table td:first-child{
        font-size: 25px;
        color: blue;
     }
     .champTables table td:first-child + td + td {
        text-align: right;
     }
     .champTables table td:first-child + td img {
        height:25px;
        width:auto;
     }
     .tttm_cs_rb,
     .tttm_cs_tab {
        display: none;
     }
     .nextEvent img {
        width: 40px;
        border-radius: 50%;
        height: 40px;
         margin: 0 5px;
     }
     .nextEvent>div {
        border: 1px solid #AAAAAA;
        width: 95%;
        margin: 10px auto;
        padding: 5px;
        height: auto;
        text-align: right;
     }
    .nextEvent > div > a {
        display: flex;
        vertical-align: center;
    }
     .copy {
        margin: auto;
        width: 100%;
        background-color: #444444;
        color: white;
        padding: 15px 0;
        direction: ltr;
        font-size: 10px;
        text-align: center;
     }
     .tttm_ls_container {
    direction: rtl;
    width: 100%;
    height: auto;
    _min-width: 500px;
    overflow: auto;
    }
    .tttm_ls_container>div {
        width: 100%;
        float: right;
        text-align: center;
        font-family: arial;
    }
    .tttm_ls_container>div>p,
    .tttm_ls_container>div>p>a {
        
        text-shadow: -1px -1px #e87c19;
        color: #fff;
        font-weight: bold;
        font-size: 15px;
        background: #ffbd27;
        background: -moz-linear-gradient(top, #ffbd27 0%, #ffb119 50%, #ff9d19 51%, #ff9d19 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffbd27), color-stop(50%,#ffb119), color-stop(51%,#ff9d19), color-stop(100%,#ff9d19));
        background: -webkit-linear-gradient(top, #ffbd27 0%,#ffb119 50%,#ff9d19 51%,#ff9d19 100%);
        background: -o-linear-gradient(top, #ffbd27 0%,#ffb119 50%,#ff9d19 51%,#ff9d19 100%);
        background: -ms-linear-gradient(top, #ffbd27 0%,#ffb119 50%,#ff9d19 51%,#ff9d19 100%);
        
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbd27', endColorstr='#ff9d19',GradientType=0 );  
        
        border-width: 1px 1px 0px 1px;
        -webkit-border-radius: 20px 20px 20px 20px;
        -moz-border-radius: 20px 20px 20px 20px;
        border-radius: 20px 20px 20px 20px;
        margin: 0px;
        padding: 5px;
    }
    .tttm_ls_container table {
        width: 100%;
        border: 1px #AAAAAA solid;
        border-collapse: collapse;
        font-family: arial;
        font-size: 11px;
    }
    .tttm_ls_container .teams { width: 50%; }
    .tttm_ls_container table td{
        border: 1px #AAAAAA solid;
        height: 30px;
        text-align: center;
    }
    .tttm_ls_container table td img{
        height: 30px;
        width: auto;
    }
    .tttm_ls_container table td:last-child{
       font-weight: bold;
    }
    .tttm_ls_tab {
        width: 33%;
        padding: 0px;
        _float: right;
        display: inline-table;
        margin: auto;
    }
    .tttm_ls_tab>div {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        _left: 0;
        right: 0;
        background-color: gray; 
        background: rgba(100,100,100,0.5);
        
        -webkit-animation-duration: 1s;
        -webkit-animation-name: fade;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-direction: normal;
        
        -moz-animation-duration: 1s;
        -moz-animation-name: fade;
        -moz-animation-iteration-count: 1;
        -moz-animation-direction: normal;
        
        animation-duration: 1s;
        animation-name: fade;
        animation-iteration-count: 1;
        animation-direction: normal;
    }
    .tttm_ls_tab>div>label {  
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    .tttm_ls_tab>div>label>div {
        max-width: 400px;
        width: 95%;
        height: auto;
        background-color: white;
        margin: 100px auto;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border: 2px black solid;
        padding: 1%;
        float: none;
    }
    .tttm_ls_tab>div>label>div>p {
        font-weight: bold;
        font-style: italic;
        margin: 0px;
        padding: 3px;
    }
    .tttm_ls_tab>label {
        display: block;
        border: 1px #AAAAAA solid;
        font-weight: bold;
        font-style: italic;
        margin: 5px;
        padding: 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        background-color: white;
    }
    .tttm_ls_tab>label:hover {
        cursor: pointer;
    }

    .tttm_ls_tab>input[type=checkbox]     {  display: none; }
    .tttm_ls_tab>input[type=checkbox]:checked + div {  display: table; }

    .lstClub {
        margin-top: 20px;
        width: 60%;
        display: inline-table;
    }
    .lstClub>div {
        width: 49%;
        _float: right;
        display: inline-table;
    }
    .lstClub .club>p {
        width: 60%;
        margin: 0px;
        padding: 1px 2%;
        text-align: right;
        float: right;
    }
    .lstClub .club>p:first-child {
        font-size: 14px;
    }
    .lstClub .club {
        border: 1px solid #444444;
        color: #44444;
        margin: 2px auto;
        width: 95%;
        height: auto;
        min-height: 60px;
        overflow: auto;
        -webkit-border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        background-color: white;
        font-size: 12px;
    }
    .lstClub .club>img {
        border: 0px;
        float: left;
        _width: 30%;
        _height: auto;
        width: auto;
        max-width: 30%;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        margin: 3px;
    }
    #map-canvas {
        display: inline-table;
        height: 700px;
        width: 30%;
        margin-right: 50px;
        margin-top: 20px;
    }
    #mapEvent {
        display: inline-table;
        height: 50vh;
        width: 95%;
        margin: 10px auto;
    }
    .rank {
    	width: 100%;
        max-width: 800px;
    	border-collapse: collapse;
    	border:1px solid black;
    	background-color:white;
        margin: auto;
	}
    .miniRank tr:nth-child(even),
    .rank tr:nth-child(even) {
        background-color: #DDDDDD;
    }
	.rank th {
	font-family: Aharoni;
	font-size: 20px;
	color: white;
	background-color: #444444;
	text-align: center;
	height: 25px;
	vertical-align: middle;
	padding: 0.5%;
	margin: auto;
	}
	.rank .club, .rank .player {
	_text-align: right;
	}
	.rank .club {
	font-weight: bold;
	font-size: 15px;
	color: red;
	}
	.rank .playerPict {
	width: 30px;
	height: 20px;
	}
    .rank .playerPictTrans {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    }
	.rank .playerPictTrans:hover {
    	box-shadow: 0 0 10px 0px black;
    	-webkit-transform-origin: 50% 100%;
    	-moz-transform-origin: 50% 100%;
    	-ms-transform-origin: 50% 100%;
    	-o-transform-origin: 50% 100%;
    	transform-origin: 50% 100%;
    	-webkit-transform: scale(10);
    	-moz-transform: scale(10);
    	-ms-transform: scale(10);
    	-o-transform: scale(10);
    	transform: scale(10);
	}
    .normalTable {
        width: 100%;
        border-collapse: collapse;
        border:1px solid black;
        background-color:white;
    }
    .normalTable th {
    font-family: Aharoni;
    font-size: 20px;
    color: white;
    background-color: #444444;
    text-align: center;
    height: 25px;
    vertical-align: middle;
    padding: 0.5%;
    margin: auto;
    }
    .normalTable td {
    font-size: 18px;
    color: #555555;
    border-bottom: 2px solid #555555;
    padding: 5px auto;
    }
	.searchPlayer {
	border: 2px solid #00529B;
	padding: 5px;
	margin: 0px auto;
	margin-bottom: 10px;
	overflow: auto;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	width: 150px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	}
	.searchPlayer form, .searchPlayer input[type=checkbox] {
	display: none;
	}
    .searchPlayer input[type=checkbox]:checked+form{
    display: block;
    }
	.searchPlayer input {
	width: 95%;
	margin: auto;
	}
	.rankpages {
	float: none;
	width: 100%;
	font-size: 20px;
	text-align: center;
	}
	.rankpages a {
	color: #FF7800;
	}
	.tttm_rk_container {
		width: 100%;
	}
	.tttm_rk_container table {
	width: 100%;
	border: 1px #AAAAAA solid;
	border-collapse: collapse;
	font-family: arial;
	font-size: 12px;
	}
	.rank .eq,
	.rank .up,
	.rank .dw,
	.rank .nw {
	    font-size:12px;
	    font-weight: bold;
	    padding-right: 10px;
	}
	.rank .rk {font-weight: bold; font-size: 15px; }
	.rank .eq {color: blue;}
	.rank .up {color: green; background: url(../img/hausse.gif) no-repeat right;  }
	.rank .dw {color: red; background: url(../img/baisse.gif) no-repeat right;}
	.rank .nw {color: purple;}
	
	.tttm_rk_container .rk {font-weight: bold; font-size: 15px; }
    .tttm_rk_container .eq {color: blue;}
    .tttm_rk_container .up {color: green; background: url(../img/hausse.gif) no-repeat center;  }
    .tttm_rk_container .dw {color: red; background: url(../img/baisse.gif) no-repeat center;}
    .tttm_rk_container .nw {color: purple;}

	.tttm_rk_container .playerPictTop, .tttm_rk_container .playerPictCenter, .tttm_rk_container .playerPictBottom {
	width: 30px;
	height: 20px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	}

	.centralDiv>.tttm_rk_container>.miniRank,
    .tttm_rk_container>.miniRank {
	width: 100%;
	display: none;
	border: 0;
	background-color:white;
	}
	.lstEvent {
    width: 100%;
    margin-top: 20px;
	}
	.lstEvent>div {
	    margin: .5%;
	    border-radius: 10px;
        width: 48%;
        max-width: 250px;
	    height: 180px;
	    border: 2px solid #1971bc;
	    text-align: center;
	    display: inline-table;
	    background-color:white;     
	}
    .lstEvent>div .titleEvent {
        margin: 3px auto;
        min-height: 80px;
    }
	.lstEvent div>img {
        _width: 90%;
        _height: auto;
        width: 150px;
        height: 150px;
        border-radius: 50%;
	    _max-width: 190px;
	    _max-height: 120px;
	    margin: auto;
	    }
	.lstEvent div a {
	    margin: auto;
	    width: 100%;
	    display: block;
	    font-size: 20px; 
	}
	.lstEvent div p {
	    font-weight: bold;
	    font-size: 15px;
	    color: red; 
	}
	div {
	_float: right;
	}
	
	.t50   { width: 47%; }
	.t60   { width: 60%; }
	.t70   { width: 70%; }
	.t20   { width: 17%; }
    .t25   { width: 22%; }
    .t30   { width: 30%; }
	.t80   { width: 78%; }
	.t100  { width: 97%; }

    .border,
    #subdivReferer div {
        float: right;
        -webkit-border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px; 
        border: 1px solid #ddd;
        margin: 5px;
        padding: 3px;
        background-color:white;
    }

	#subdivEvent div {
		display: inline-table;
		-webkit-border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;
		border: 1px solid #ddd;
		margin: 0.5%;
		padding: 0.5%;
		background-color:white;
	}
    .eventName {
        font-size: 20px;
    }
    .parentID {
        max-width: 50px;
        display: inline;
        margin: 2px;
    }
    div#bred {
        border: 2px solid red;
    }
	#subdivEvent div label {
		display: block;
		width: 100%;
		font-weight: bold;
	}
	#subdivEvent div input,
    #subdivEvent div select {
		display: block;
		width: calc( 98% - 10px );
        margin: auto;
	}
	.menuEvent {
	    _background-color: #CCCCCC; /*#FF9;*/
	    width: 100%;
	    margin-bottom: 20px;
        height: auto;
        color: orange;
	}
	.menuEvent ul{
	    width: 90%;
	    margin: 10px auto;
        height: 30px;
	}
	.menuEvent li{
	    display: inline-block;
	    padding: 5px 10px 5px 10px;
	    cursor: pointer;
	    font-weight: bold;
        border: 1px solid white;
        font-size: 16px;
	}
	.menuEvent li:hover{
	    background-color: #FFF;
	    position:relative;
	}
	#subdivDraws,
	#subdivPlayers,
    #subdivTables {
		width:100%;
	}
	#subdivDraws>table,
	#subdivPlayers table,
    #subdivTables table {
		width:100%;
		background-color:white;
        border-collapse: collapse;
        font-size: 14px;
	}
    #subdivDraws>table input,
    #subdivPlayers table input,
    #subdivTables table input {
        font-size: 14px;
    }
    #subdivDraws th,
    #subdivPlayers th,
    #subdivTables th {
        font-size: 16px; 
        color: white;
        background-color: #555555;
    }
    #subdivDraws tr:nth-child(even),
    #subdivPlayers tr:nth-child(even),
    #subdivTables tr:nth-child(even) {
        background-color: #DDDDDD;
    }
    .covidAuth {
        text-decoration: underline;
        text-decoration-color: purple;
        text-decoration-thickness: 3px;
    }
	.over2>div>div{
	    width: 130px;
	    margin: 3px;
	    text-align: right;
	    float: right;
	} 
	.over2>div>div>label{
	    width: 100px;
	} 
	.over2>div>div>input{
	    width: 30px;
	} 
	.over2>div{
	    display: none;
	    min-width: 300px;
	    width: 100%;
	    position: absolute;
	    overflow: auto;
	    background-color:white;
	    border: 1px #b8b8b8 solid;
	    top:98%;
	    right:0%;
	     -webkit-border-radius: 10px 10px 10px 10px;
	    -moz-border-radius: 10px 10px 10px 10px;
	    border-radius: 10px 10px 10px 10px;
	}
	.over2:hover{
	    position:relative;
	}
	.over2:hover>div{
	    display:block;
	}
	.roundBorder {
		-webkit-border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;
		border: 1px solid #ddd;
		margin: 5px auto;
		padding: 0.5%;
		height:auto;
		overflow: auto;
	    background-color:white;
	    
	}
	.list div {
	    display: inline-table;
	    width: 180px;
        font-size: 12px;
        padding: 2px;
	    text-align: right;
	    font-weight: bold;
	}
	.list div span {
	    float: left;
	    color: red;
	    margin-left: 20px;
        font-size: 20px;
	}
	.shearchBar {
	     width:100%;
	    background-color:white;
        height: auto;
	    
	}
    .findPlayer {
        height: auto;
    }
	.builtDraws {
	    width: 100%;
	    margin: 0px;
	    padding: 0px;
	    background-color:white;
	    overflow: auto;
	    height:auto;
	}
	.builtDraws li{
	    _float: right;
        display: inline-table;
	    margin: 2px 1px 2px 1px;
	    padding: 5px 0px 5px 0px;
	    width: 130px;
	    text-align: center;
	    list-style-type: none;
	    border: 1px solid #444444;
	}
	.builtDraws li:hover{
	    border: 1px solid red;
	}
	.builtDraws li a {
	    text-decoration: none;
	}
	.builtDraws li input {
	    margin: 0px 4px;
	    padding: 0px;
	    height: 15px;
	    font-weight: bold;
	    font-size: 14px;
	}
	.drawSelected {
	    background: #CCCCCC;
	    border: 1px solid red;
	}
	.pagination {
	    margin: auto;
	}
	.pagination li{
	    display: inline;
	    font-size:10px;
	    margin:2px 3px 2px 3px;
	}
	.drawMatch {
	    border: 1px #444444 solid;
	    border-collapse: collapse;
	    font-size: 11px;
	    width: 100%;
	   	background-color:white;
	}
    .drawMatch tbody tr:hover {
        background-color: #00FFAA;
    }
	.drawMatch input {
	    font-size: 11px;
	}
	.drawMatch td{
	    margin: 0px;
	    padding: 1px 1px 1px 1px;
	    border: 1px #444444 solid;
	    text-align: center;
	}
	.drawMatch td:last-child{
	    text-align: center;
	}
	.drawMatch .set {
	    font-weight: bold;
	    text-align: center;
	    color: red;
	    white-space:nowrap;
	}
	.lb {
	    display: none;
	    width: 100%;
	    height: 100%;
	    position: fixed;
	    top: 0;
	    right: 0;
	    background-color: gray; 
	    background: rgba(100,100,100,0.5);
	    
	    -webkit-animation-duration: 1s;
	    -webkit-animation-name: fade;
	    -webkit-animation-iteration-count: 1;
	    -webkit-animation-direction: normal;
	    
	    -moz-animation-duration: 1s;
	    -moz-animation-name: fade;
	    -moz-animation-iteration-count: 1;
	    -moz-animation-direction: normal;
	    
	    animation-duration: 1s;
	    animation-name: fade;
	    animation-iteration-count: 1;
	    animation-direction: normal;
	}
	.lb>div {  
	    display: table-cell;
	    vertical-align: middle;
	    text-align: center;
	}
	.lb>div>div {
        width: 95%;
        max-width: 400px;
	    height: 300px;
	    background-color: white;
	    margin: auto;
	    -webkit-border-radius: 5px;
	    -moz-border-radius: 5px;
	    border-radius: 5px;
	    border: 2px black solid;
	    padding: 3px;
	    float:none;
	    
        position: relative;
	}
    .lb>div>div>div {
        height: 90%;
        overflow: auto; 
        width: 100%;
    }
    .lb table {
        margin: auto;
    }
    .matchOrder {
        border: 1px solid black;
        width: 95%;
        border-collapse: collapse;
        float: right;
    }
    .matchOrder th {
        border: 1px solid black;
    }
    .matchOrder td {
        border-left: 1px solid black;
        border-right: 1px solid black;
    }
    #lbCheck,
    #lbCheckLarge,
    #cllbCheck,
    #cllbCheckLarge {  
        display: none; 
    }
	#lbCheck:checked + .lb  {  display: table; }
    #lbCheckLarge:checked ~ .lb  {  
        display: table; 
    }
    #lbCheckLarge:checked ~ .lb>div>div>#cllbCheckLarge,
    #lbCheck:checked + .lb>div>div>#cllbCheck  {  
        display: block; 
    }
    #lbCheckLarge:checked ~ .lb>div>div  {  
        max-width: 800px;
    }
	#lbCheck:checked ~ #map-canvas  {  display: none; }

    #ckHelp,.lbHelp             {  display: none; }
    #ckHelp:checked + .lbHelp   {  display: table; }

    .lbHelp {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 2px green solid;
        position: absolute;
        left : 2%;
        top: 90px;
        width: 95%;
        max-width: 400px;
        height: 200px;
        max-height: 50%;
        background-color: white;
    }
    #addUmpire:checked + div,
    #playerDetails:checked + div,
    #printPaiement:checked + div,
    #teamRenew:checked + div,
    #teamDetails:checked + div,
    #addPlayer:checked + div,
    #addDrawPlayer:checked + div {
        display: table-cell;
    }
    #playerDetails + div,
    #printPaiement + div,
    #teamRenew + div,
    #addUmpire + div,
    #teamDetails + div,
    #addDrawPlayer + div {
        vertical-align: middle;
        text-align: center;
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        background-color: gray;
        background: rgba(100,100,100,0.5);
    }
    #playerDetails + div > div,
    #printPaiement + div > div,
    #teamRenew + div > div,
    #addUmpire + div > div,
    #teamDetails + div > div,
    #addDrawPlayer + div > div  {
        vertical-align: middle;
        text-align: center;
        max-width: 600px;
        width: 98%;
        height: auto;
        max-height: 60vh;
        overflow: auto;
        background-color: white;
        margin: auto;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        border: 2px #2a8bcc solid;
        padding: 1%;
        float: none;
        margin-top: 150px;
    }
    #lstEventUmpires span {
        color: red;
        font-weight: bold;
        cursor: pointer;
    }
    #lstEventUmpires {
        text-align: right;
    }
    .help img {
        width: 15px;
        height: 15px;
    }
	.playerDiv {
	    width: 100%;
	    overflow: auto;
	    
	}
	.playerDiv div{
	    float: none;
	    margin: 10px auto;
	}
    .playerDetails {
        width: 100%;
        max-width: 600px;
        margin: auto;
    }
    .playerDetails .pict{
        width: 380px;
        text-align: center;
    }
    .playerDetails .pict img{
        width: 200px;
        height: 150px;
    }
    .playerDetails .pict iframe{
        width: 100%;
        height: 30px;
        border-style:none;
    }
    .playerDetails  div{
        float: right;
        width: 190px;
        margin: 5px;
        font-size: 12px;
        font-weight: bold;
    }
    .lstGroup {
         height: 360px;
    }
    .lstGroup>div {
        display: inline-table;
        width: 25%;
    }
    .lstGroup table {
        border-collapse: collapse;
        margin: 0.5%;
        border: 1px black solid;
    }
    .lstGroup table th {
        padding: 3px 3px 3px 3px;
        border: 1px black solid;
    }
    .previewDraw {
        width: 990px;
        height: 360px;
        padding-bottom: 200px;
    }
    .previewDraw table {
        border-collapse: collapse;
        width: 220px;
        margin: 5px;
        border: 1px black solid;
    }
    .selectedPlayer td {
        border-bottom: 2px red solid !important;
    }
    .selectFromIns {
        text-align: right;
    }
    .selectFromIns div{
        display: none;
        width: 320px;
        height: 200px;
        position: absolute;
        overflow: auto;
        background-color:white;
        border: 1px #b8b8b8 solid;
        top:98%;
        right:0%;
        
    }
    .selectFromIns:hover{
        position:relative;
    }
    .selectFromIns:hover>div{
        display:block;
    }
    .selectFromIns div ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }
    .selectFromIns div ul li{
        margin: 0px;
        padding: 0px;
        height: 20px;
        
    }

    .selectFromIns div ul li:hover{
        cursor: pointer;
        background-color: #CCCCCC;
    }
    .selectFromIns div ul li:hover>p{
        cursor: pointer;
        background-color: #CCCCCC;
    }
    .selectFromIns div ul li p{
        float: right;
        width: 120px;
        height: 20px;
        font-size: 11px;
        margin: 0px;
        padding: 0px;
        _background-color: transparent;
    }
    .selectFromIns div ul li p:last-child{
        color: red;
        font-weight: bold;
    }
    .selectFromIns div ul li p:first-child{
        width: 60px;
        font-weight: bold;
    }
    .eventYear {
        margin-top: 10px;
    }
    .eventYear a {
        font-size: 20px;
        color: orange;
    }
    .lbOptions,
    .lbOptions + div {
        display: none;
    }
    .lbOptions:checked + div {
        display: table;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        background-color: gray;
        background: rgba(100,100,100,0.5);
    }
    .lbOptions:checked + div>label {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    .over {
        min-width: 60px;
        text-align: center;
        font-weight: bold;
    }
    .over>div>label>div {
        width: 90%;
        max-width: 400px;
        max-height: 300px;
        overflow: auto;
        height: auto;
        background-color: white;
        margin: auto;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border: 2px black solid;
        padding: 2%;
        float: none;
    }
    .drawCard>div,
    .over>div>label>div>div{
        width: 48%;
        margin: 0.5%;
        text-align: right;
        _float: right;
        display: inline-table;
    } 
    .drawCard>div>label,
    .over>div>label>div>div>label{
        width: 49%;
        display: inline-table;
    } 
    .drawCard>div>input,
    .over>div>label>div>div>input{
        width: 49%;
    } 
    .drawCard textarea { 
        width: 95%;
        margin: auto;
        height: 200px;
     }
    .drawCard>div>input.short {
        width: 30%;
        margin: 0 5%;
    }
    .rcol {
        width: 10%;
        background-color: cyan;
        float: right;
        height: 100%;
    }
    .lcol {
        width: 10%;
        background-color: pink;
        float: left;
        height: 100%;
    }
    .center {
        width: 76%;
        background-color: yellow;
        float: top;
        margin: auto;
        height: 100%;
    }
    .drawReg {
        text-align: right;
        padding-right: 20px;
        background-color: #BDE5F8 ;
        border: 2px solid #00529B;
        padding: 5px; 
        overflow: auto;
        -webkit-border-radius: 10px 10px 10px 10px;
        -moz-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
        _width: 400px;
    }
    .drawReg div {
        float: right;
        width: 170px;
        margin: 5px 10px;
       
    }
    .tabReg {
        margin-top: 20px;
        width: 1000px;
    }
    .drawReg div input{
        width: 50px;
    }
    .drawReg div>span:first-child{
        width: 30px;
        display: block;
        float: right;
        text-align: center;
    }
    .checkTab {
        display: none;
    }
    #lstReg1:checked~#divReg1 {display: block;}
    #lstReg2:checked~#divReg2 {display: block;}
    #lstReg3:checked~#divReg3 {display: block;}
    #lstReg4:checked~#divReg4 {display: block;}

    .formRank {
        width: 200px;
        border: 2px solid #AAAAAA;
        margin: 10px auto;
        padding: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        height: auto;
        background-color: white;
    }
    .btn {
      background-color: #0078e7;
      font-family: inherit;
      color: white;
      padding: 2px 10px 2px 10px;
      cursor: pointer; 
      border: 1px solid blue;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
    }
    .lstMatchsForRanking {
        width: 100%;
    }
    .matchRanking table                     {  display: none; }
    .matchRanking input[type="checkbox"]    {  display: none; }
    .ckDraw:checked + ul                    {  display: block; }
    .ckMatch:checked + table                {  display: block; }
    .matchRanking
    {
        padding: 0px;
        margin: 0px;
    }
    .matchRanking ul
    {
        padding: 0px;
        margin: 0px;
    }
    .matchRanking>li
    {
        background-color: navy;
        font-size: 15px;
        font-weight: bold;
        color: white;
        text-align: right;
        padding: 3px 0px 3px 0px;
        border-bottom: 1px solid white;
    }
    .matchRanking>li>label
    {
        width: 20px;
        height: 20px;
        margin-right: 5px;        
    }
    .matchRanking>li>ul>li
    {
        background-color: cyan;
        font-size: 15px;
        font-weight: bold;
        color: navy;
        text-align: right;
        padding: 3px 0px 3px 0px;
        border-bottom: 1px solid white;
    }
    .matchRanking>li>ul>li>label
    {
        width: 20px;
        height: 20px;
        margin-right: 25px;        
    }
    .matchRanking table {
        width: 100%;
        border-collapse: collapse;
        font-size: 11px;
        font-weight: normal;
        background-color: white;
        border: 1px navy solid;
    }
    .matchRanking table th {text-align: center;}
    .matchRanking table .players {width: 30%;}
    .matchRanking table .thScore {width: 40%;}
    .matchRanking table td 
    {
        text-align: center;
        border-bottom: 1px solid navy;
    }
    .playerPresentation{
        width: 500px;
        margin: auto;
        border: 1px solid #ccc;
        background-color:white;
        height:auto;
        overflow: auto;
        padding: 50px 10px 10px 10px;
        -webkit-border-radius: 10px 10px 10px 10px;
        -moz-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
    }
    .playerPresentation>div {
       padding: 4px 10px 4px 10px;
       font-size:18px;
       width: 300px;
    }
    .playerPresentation>div>span {
       width: 40%;
       float: right;
    }
    .playerPresentation>div>span:first-child {
       text-align: right;
    }
    .playerPresentation>div>span:last-child {
       text-align: left;
    }
    .playerPresentation a {
       font-weight:bold;
       font-size:18px;
       color:red;
    }
    .playerPresentation .playerName {
        font-size:40px;
        font-weight:bold;
        height: auto;
        
    }
    
    .playerPresentation .playerPict {
       float:left;
       width:200px;
       height:150px;
       margin:15px;
    }
    .playerPresentation table {
        border-collapse: collapse;
        text-align: center;
        font-size: 15px;
        width: 250px;
        margin-top: 10px;
    }
    .playerPresentation table td {
        border: 1px solid black;
        width: 33%;
    }
    .lstMatchs {
        border-collapse: collapse;
        border: 1px solid black;
        width: 100%;
        max-width: 1000px;
        margin: auto;
        margin-top: 30px;
    }
    .lstMatchs th {
        font-size:16px;
        color:white;
        padding: 2px;
        background-color:#555555;
        border: 1px solid white;
    }
    .lstMatchs th a {
        color:white;
    }
    .lstMatchs td {
        font-size:12px;
        border: 1px solid black;
        padding: 2px 3px 2px 3px;
        background-color:white;
    }
    .lstMatchs .club {
        color:red;
    }
    .negDelta {
        font-weight: bold;
        font-size: 14px;
        color: red;
    }
    .posDelta {
        font-weight: bold;
        font-size: 14px;
        color: green;
    }
    .fsClub,
    .fsClub:visited {
        font-weight: bold;
        color: red;
    }
    .fsDraw,
    .fsDraw:visited {
        font-weight: bold;
        color: orange;
    }
    .playerMenu {
        width: 200px;
        margin: auto;
        margin-top: 20px;
        border: 1px solid #ccc;
        background-color: white;
        height: auto;
        overflow: auto;
        padding: 5px;
        -webkit-border-radius: 10px 10px 10px 10px;
        -moz-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
    }
    .playerMenu ul {
        margin: 0px;
        padding: 0px;
    }
    .playerMenu li {
        display: inline;
        padding: 5px 10px 5px 10px;
        margin: 5px;
        font-weight: bold;
        font-size: 14px;
    }
    .nextTurn {
        width: 100%;
        border-collapse: collapse;
        margin-top: 10px;
    }
    .nextTurn img {
        height: 40px;
        width: auto;
    }
    .nextTurn .logoTeam {
        width: 10%;
    }
    .nextTurn .teamL,
    .nextTurn .teamR {
        width: 35%;
    }
    .nextTurn .teamL {
        text-align: left;
    }
    .nextTurn .teamR {
        text-align: right;
    }
    .nextTurn td {
        font-size: 18px;
        color: #555555;
        border-bottom: 2px solid #555555;
        text-align: center;
    }
    .nextTurn .score {
        font-weight: bold;
        color: red;
    }
    .ittaLogo {
        width: 80%;
        height: auto;
    }   
    .lstReg {
        width: 48%;
        margin: 0.5%;
        min-width: 190px;
        text-align: right;
        display: inline-table;
        float: right;
    }
    .formClub {
        width: 98%;
        max-width:300px;
        margin: auto;
    }
    .formClub .error {
        border:2px red solid;
    }
    .formClub>label {
        color:blue;
        font-weight: normal;
        font-style: italic;
        text-decoration: underline; 
    }
    .formClub input,
    .formClub select {
        width: 98%;
        font-size: 20px;
        margin: 8px 1% ;
    }
    .formClub>div input,
    .formClub>div select {
        width: 23%;
        margin: 1% 0;
    }
    .inputInv input,
    .inputInv select,
    .rdForm {
        display: none;
    }
    .rdForm:checked + form>input,
    .rdForm:checked + form>select {
        display: block;
    }
    .msgInfo, .msgSuccess, .warning, .msgError, .validation {
        border: 1px solid;
        margin: 10px auto;
        padding:15px 10px 15px 50px;
        background-repeat: no-repeat;
        background-position: 10px center;
        font-weight: bold;
        max-width: 600px;
    }
    .msgInfo {
        color: #00529B;
        background-color: #BDE5F8;
        background-image: url('info.png');
    }
    .msgSuccess {
        color: #4F8A10;
        background-color: #DFF2BF;
        background-image:url('success.png');
    }
    .warning {
        color: #9F6000;
        background-color: #FEEFB3;
        background-image: url('warning.png');
    }
    .msgError {
        color: #D8000C;
        background-color: #FFBABA;
        background-image: url('error.png');
    }
    .err {
        border-bottom: 2px solid red;
    }
    .dico {
        width: 100%;
        max-width: 800px;
        margin: auto;
    }
    .dico input {
        width: 98%;
    }
    .drawLst div {
        display: inline-table;
        width: 49%;
        text-align: right;
    }
    /* .tttm_ls_tab>input[type=checkbox]:checked + div */
    .ckFinishedMatch {
        display: none;
    }
    td>.ckFinishedMatch:checked,
    td>.ckFinishedMatch:checked ~ td {
        background-color: red;
    }
    .rdCountry,
    .rdCountry + div {
        display: none;
    }
    .rdCountry:checked + div {
        display: inline-table;
    }
    .clubDiv {
        max-width: 100%;
        width: 800px;
        margin: 10px auto;
    }
    .clubLogo {
        height: auto;
        width: 18%;
        min-width: 150px;
        margin: 5px auto;
        display: inline-table;
        vertical-align: middle;
    }
    .clubTable {
        font-size: 20px;
        width: 78%;
        margin: 1%;
        display: inline-table;
        vertical-align: middle;
        border-collapse: collapse;
        border-bottom: 2px solid  #1971bc;
        margin-bottom: 20px;
    }
    .clubTable td {
        padding: 3px;
    }
    .clubTable td:first-child {
        text-align: left;
    }
    .clubTable td:last-child {
        text-align: right;
        font-weight: bold;
    }
    .clubTable th {
        color: white;
        background-color: #1971bc;
        border-bottom: 2px solid white;
        width: 98%;
    }
    .clubTable th a {
        color: white;
    }
    .clubPage>div {
        display: inline-table;
        width: 49%;
        margin: 5px auto;
        height: auto;
    }
    .clubPage>div#mapClub {
        height: 400px;
    }
    .clubResults {
        width: 100%;
        border-collapse: collapse;
    }
    .clubResults .logoClub {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }
    .presentTurn .logoClub {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }
    .clubResults tr:nth-child(2n) {
        border-bottom: 2px #1971bc solid;
    }
    .clubResults.all tr:nth-child(2n+1) {
        border-bottom: 2px #1971bc solid;
    }
    .clubResults .matchsClubInfo {
        font-size: 12px;
    }
    .clubResults .event, 
    .clubResults .event:visited {
        font-weight: bold;
        color: red;
    }
    .clubResults .draw, 
    .clubResults .draw:visited {
        font-weight: bold;
        color: orange;
    }
    .clubResults .score,
    .clubResults .score:visited {
        white-space: nowrap;
        color: green;
    }
    .choiseSexe label {
        padding: 5px 30px;
        border-radius: 5px;
        display: inline-table;
        font-size: 25px;
        font-weight: bold;
        margin: 10px auto;
    }
    .choiseSexe label.boy {
        background-color: #AEC6CF;
    }
    .choiseSexe label.girl {
        background-color: pink;
    }
    .interupt,
    .interupt + div {
        display: none;
    }
    .interupt:checked + div {
        display: block;
    }
    .connection {
        width: 100%;
        max-width: 400px;
        margin: 20px auto;
        vertical-align: middle;
        display: inline-block;
    }
    .connection input {
        width: 95%;
        font-size:25px;
        margin: auto;
    }
    .playerClubCard {
        width: 100%;
        border-collapse: collapse;
        margin:auto;
    }
    .playerClubCard .playerPict {
        height: 150px;
        margin:auto;
    }
    .uploadIframe,
    .presentTurn iframe,
    .playerClubCard iframe {
        width: 90%;
        min-width: 400px;
        height: 30px;
        border-style: none;
    }
    .presentTurn .nbrMatches {
        color: blue;
    }
    .presentTurn tbody {
        _display:block;
        height:calc(100vw-200px);
        overflow:auto
    }
    .table-wrapper {
      overflow-y: scroll;
      height: 80vw;
    }
    
    .table-wrapper th{
        position: sticky;
        top: 0;
    }
    .miniRankPlayer {
        width: 95%;
        margin: auto;
        margin-top: 10px;
        border: 2px solid black;
        border-collapse: collapse;
        background: white;
        display: none;
    }
    .miniRankPlayer td {
        border: 1px solid black;
        text-align: center;
        padding: 3px;
    }
    .playerPresentation {
        width: 500px;
        max-width: 98%;
        margin: auto;
        border: 2px solid #1971bc;
        background-color: white;
        height: auto;
        overflow: auto;
        padding: 5px;
        -webkit-border-radius: 10px 10px 10px 10px;
        -moz-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
        text-align: center;
    }
    .btCreateAccount {
        padding: 3px 20px;
        margin: 5px auto;
        border-radius: 10px 10px 10px 10px;
        color: white;
        background-color: #1971bc;
        font-size: 25px;
        display: inline-block;
    }
    .createAccount {
        width: 95%;
        max-width: 300px;
        border-radius: 10px 10px 10px 10px;
        border: 2px solid #1971bc;
        background-color: white;
        padding: 1%;
        margin: auto; 
    }
    .createAccount input{
        width: 95%;
        font-size: 25px;
        margin: 2px auto;
        white-space: normal;
    }
    .eventDrawGame,
    .clubPlayer input,
    .clubPlayer select {
        width: 98%;
        font-size: 18px;
        margin: 1% auto;
        max-width: 400px;
    }
    .clubPlayer textarea {
        width: 98%;
        font-size: 18px;
        margin: 1% auto;
        max-width: 400px;
        height: 100px;
    }
    .clubPlayer .short {
        width: 45%;
    }
    .presentTurn .playerPict {
        width: 200px;
        height: auto;
        margin: auto;
    }
    .presentTurn img {
        max-width: 30px;
        width: 95%;
        margin: auto;
        height: auto;
    }
    .presentTurn img.playerDoc {
        max-width: none;
        width: 95%;
        margin: auto;
        height: auto;
    }
    .addSearchPlayer {
        background-color: green;
        color: white;
        font-size: 20px;
        padding: 5px 20px;
        border-radius: 10px;
        margin: 5px auto;
        display: inline-block;
    }
    #freePlayer {
        background-color: red;
        border-radius: 5px;
        color: white;
        padding: 3px 10px;
    }
    .freePlayer {
        background-color: red;
        border-radius: 5px;
        color: white;
        padding: 3px 10px;
        margin: 3px 10px;
    }
    .freePlayerDiv {
        text-align: right;
        width: 90%;
        margin: 5px auto;
    }
    .freePlayerDiv>div {
        width: 45%;
        margin: 2px auto;
        display: inline-table;
    }
    .teams {
        text-align: right;
        width: 95%;
        height: auto;
        margin: 10px auto;
        padding: 2% 1%;
        _border-radius: 5px;
        background-color: white;
        max-width: 650px;
    }
    .teams h4,
    .teams h5
     {
       margin: 2px auto;
    }
    .teams ul span {
       color:red;
       font-weight: bold;
       cursor: pointer;
    }
    .adminDraw {
        width: 95%;
        margin: auto;
        max-width: 300px;
    }
    .adminDraw>div {
        width: calc(100% - 20px);
        border-radius: 5px;
        background-color: white;
        padding: 10px;
    }
    .adminDraw input,
    .adminDraw select {
        width: 98%;
        font-size: 18px;
        margin: 1%;
    }
    .adminDraw input[type=radio] {
        display:none;
    }
    .adminDraw input[type="radio"] + label {
        border: 2px solid;
        margin: 2px auto;
        padding: 3px;
        color: #00529B;
        background-color: #BDE5F8;
        border-radius: 5px;
        width: calc(98% - 4px);
        display:inline-block;
    }
    .adminDraw input[type="radio"]:checked + label {
        font-weight: bold;
    }
    .adminDrawButton {
        background-color: orange;
        color: white;
        font-size: 20px;
        padding: 5px 20px;
        border-radius: 10px;
        margin: 5px auto;
        display:inline-block;
    }
    .adminDrawMenu {
        padding: 0px;
        margin:5px auto;
    }
    .adminDrawMenu label {
        border: 1px solid;
        margin: 2px;
        padding:2px 7px;
        font-weight: bold;
        color: #00529B;
        background-color: #BDE5F8;
        display:inline-block;
        border-radius: 10px;
        min-width: 100px;
    }
    .adminDrawMenu label.selected {
        color: #9F6000;
        background-color: #FEEFB3;
    }
    .adminDraw .short {
        width: 50%;
    }
    #ckRandomSnake ~ div {
        display: none;
        border: 1px solid grey;
    }
    #ckRandomSnake:checked ~ div {
        display: block;
    }
    #byNumberDiv,
    #bySizeDiv {
        display:none;
    }
    #byNumber:checked ~ #byNumberDiv, 
    #bySize:checked ~ #bySizeDiv {
        display:block;
    }
    .lstSingles,
    .lstPlayers {
        width: 90%;
        margin: auto;
    }
    .lstPlayers>div {
        width: 95%;
        margin: auto;
    }
    .lstSingles>div {
        width: 45%;
        margin: 1px 2%;
        display: inline-table;
    }
    .adminDraw>div>input[type=radio],
    .adminDraw>div>input[type=checkbox],
    .lstSingles>div>input,
    .lstPlayers>div>input,
    .changeProcessRd,
    .ckLabel {
        display: none;
    }
    .adminDraw>div>label,
    .lstSingles>div>label,
    .lstPlayers>div>label,
    .changeProcessRd + label,
    .ckLabel + label,
    .creditDebitRd + label{
        color: #00529B;
        display: block;
        padding: 1% 2%;
        margin: 2px auto;
        border-radius: 10px;
        border: 2px solid #00529B;
        background-color: #BDE5F8;
        text-align: right;
    }
    .adminDraw>div>label,
    .lstSingles>div>label,
    .lstPlayers>div>label,
    .changeProcessRd + label {
        width: 95%;
    }
    .ckLabel + label {
        _width: 50px;
        display: inline-block;
    }
    .creditDebitRd + label {
        width: 40%;
        display: inline-block;
    }
    .adminDraw>div>input:checked + label,
    .lstSingles>div>input:checked + label,
    .lstPlayers>div>input:checked + label,
    .changeProcessRd:checked + label,
    .ckLabel:checked + label,
    .creditDebitRd:checked + label {
        color: #4F8A10;
        border: 2px solid #4F8A10;
        background-color: #DFF2BF;
    }
    .addTeamPlayer {
        background-color: green;
        color: white;
        font-size: 15px;
        padding: 2px 20px;
        border-radius: 10px;
    }
    .teamDetails {
        background-color: navy;
        color: white;
        font-size: 15px;
        padding: 2px 20px;
        border-radius: 10px;
    }
    .active,
    .notActive{
        background-color: #34C924;
        color: white;
        font-size: 15px;
        padding: 2px 20px;
        border-radius: 10px;
        text-align: center !important;
        white-space: nowrap;
    }
    .notActive {
        background-color: orange;
    }
    .playerPresentation>div.regDate {
        font-size:11px;
    }
    .playerPresentation>div.active,
    .playerPresentation>div.notActive {
        font-size: 15px;
        width:100px;
        height: auto;
        margin:5px;
    }
    .lstTeamPlayer>div {
        width: 95%;
        max-width: 400px;
        border: 2px solid #1971bc;
        border-radius: 10px;
        background-color: white;
        text-align: right;
        margin: 5px auto;
        padding: 1%;
        height: auto;
        overflow: auto;
    }
    .lstTeamPlayer div img {
        width: 80px;
        height: auto;
    }
    .lstTeamPlayer div h2 {
        text-align: center;
    }
    .lstTeamPlayer div p {
        padding: 5px;
        margin: 2px;
    }
    .maxWidth {
        max-width: 600px;
        width: 100%;
        margin: auto;
    }
    .confirmTeam,
    .confirmTeam + label>.unconfirm,
    .confirmTeam:checked + label>.confirm {
        display: none;
    }
    .confirmTeam:checked + label>.unconfirm {
        display: inline;
    }
    .confirmTeam + label {
        background-color: green;
        color: white;
        font-size: 20px;
        padding: 5px 20px;
        border-radius: 10px;
        align-self: left;
    }
    .confirmTeam:checked + label {
        background-color: orange;
    }
    .fed {
        float: left;
    }
    .confirmTeam + .fed {
        background-color: navy;
        color: white;
        font-size: 20px;
        padding: 5px 20px;
        border-radius: 10px;
        align-self: left;
    }
    .confirmTeam:checked + .fed {
        background-color: red;
    }
    .countGame {
        color: navy;
        font-weight: bold;
    }
    .postponeMessages {
        border: 1px solid #aaaaaa;
        border-radius: 5px;
        padding: 5px;
    }
    .postponeMessages > ul {
        margin: 0;
        padding: 0;
    }
    .postponeMessages > ul > li {
        font-size: 12px;
        text-align: right;
    }
    .newEventLine i {
        font-size: 11px;
    }
    .comptaTable {
        width: 100%;
        font-size: 13px;
        border-collapse: collapse;
    }
    .comptaTable td:first-child {
        text-align: right;
    }
@media screen and (max-width: 800px)
{
    .sliderContent{
        width: 95%;
    }
    .slider{
        width: 100%;
        max-width: 500px;
        margin: auto;
    }
    .resultsContent{
        width: 95%;
    }
    .centerCol {
        width: 95%;
    }
    .results {
        height: auto;
        margin-top: 5px;
    }
    .sideCol {
        width: 95%;   
        margin-top: 0;
    }
    .sideCol>div {
        width: 48%;   
        margin: auto;
        display: inline-table;
        vertical-align: top;
    }
    .nextEvent div {
        padding: 2%;    
    }
    .nextEvent img {
        width: 40px;
        height: 40px;
        float: right;
    }
    
    .tttm_ls_tab {
        width: 49%;
    }
    .lstClub {
        width: 100%;
    }
    .half,
    .lstEvent>div {
        width: 48%;   
    }
    .clubPage>div {
        width: 100%;
    }
}
@media screen and (max-width: 480px)
{
    .slider{
        height: 200px;
    }
    .lstMatchs {
        display: none;
    }
    .miniRankPlayer {
        display: table;
        border: 0;
    }
    .playerPresentation {
        width: 90%;
        margin: auto;
    }
    .playerPresentation .playerPict {
        width: 90%;
        height: auto;
    }
    .playerPresentation table,
    .playerPresentation div {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        margin: auto;
    }
    .resultsContent,
    .centerCol {
        width: 95%;
    }
    .divLastResult>div>div>.score {
        font-size: 25px;
        font-weight: bold;
    }
    ._nextEvent img {
        display: none;
    }
    .news div {
        width: 100%;
        text-align: right;
        font-size: 20px;
    }
    .news img {
        width: 15%;
        height: auto;
        float: right;
        margin: 0.5%;
    }
    .divLastResult {
        display: none;
    }
    #ckLastResult:checked + .divLastResult {
        display: block;
    }
    .centralDiv>.tttm_rk_container>.miniRank,
    .tttm_rk_container>.miniRank {
	display: table;
	}
    .rank {
        display:none;
    }
	#subdivEvent>div,
    #subdivEvent>div>div,
    #subdivEvent>div>div>div {
		width:98%;
		margin:auto;
	}
    .t25   { width: 47%; }
    .tttm_ls_tab {
        width: 100%;
    }
    .lstClub>div {
        width: 100%;
    }
    .lstEvent>div {
        width: 98%;   
        margin: auto;
        float: none;
    }
    .sideCol>div {
        width: 100%;   
    }
}
.qrcode {
    margin: 20px auto;
    width: 256px;
}
