/*Player Tab*/
.playerTab{
   .blockCards{
      &:after{
         .G_divider; 
            top: 25%;          
      }
      .colLeft{
         margin: 70px 0;
      }
   }
   .blockPasses {
      .content{
         .mobileTablet {
            margin: 30px 0;
         }
      }
   }
   .blockShots {
      .content {
         .colLeft {
            .arc {
               .color-cards{
                  padding: 18px 0 0 10%;
               }
            }
            .tp-arc-top{
               padding-left: 10%;
            }
            .total {
               .tp-arc-top{
                  padding-left: 0;
               }
            }
         }
      }
   }
   .blockPlayer{
      background: @bg;
      .data{
         .change{
            margin: 5% 0 0;
            width: 136px;
            float: none;
         }
      }
      .colRight{
         padding: 25px 0;
         &:after{
            .G_divider;         
         }
         table{
            width: 100%;
            tr{
               border-bottom: 1px solid lighten(@bg_type,85%);
               &:last-child{
                  border-bottom: 0;
               }
               td{
                  vertical-align: top;
                  width: 50%;
                  color:lighten(@bg_type,65%);
                  font-size: 12px;
                  text-transform: uppercase;
                  padding: 0 0 0 10px;
                  strong{
                     font-weight: bold;
                     color:@bg_type;
                     font-size: 12px;
                     padding: 0;
                  }
               }
            }
         }
      }
      .colLeft{
         padding: 25px 0;
      }
   }
   @media (max-width:@md){
      .blockShots {
         .content {
            .colLeft {
               .total{
                  float: right;
               }
            }
         }
      }
      .blockCards{
         .colLeft{
            margin: 70px 0;
            .position{
               .circle{
                  width: 26px;
                  height: 26px;
                  line-height: 26px;
                  margin: 6px 0 0 34px;
               }
            }
         }
      }
      .blockPasses {
         .content{
            .mobileTablet {
               .colRight {
                  .data {
                     .incorrect {
                        .text{
                           font-size: 9px;
                        }
                     }
                     .correct {
                        .text{
                           font-size: 9px;
                        }
                     }
                  }
               }
            }
         }
      }
   }
   @media (max-width: @sm){
      .blockCards{
            .colLeft{
               margin: 50px 0;
               .position{
                  .circle{
                     width: 33px;
                     height: 33px;
                     line-height: 33px;
                     margin: 8px 0 0 40px;
                  }
               }
            }
      }
      .blockPasses {
         .content{
            .mobileTablet {
               margin: 0;
               .colRight {
                  .data {
                     .incorrect {
                        .text{
                           font-size: 12px;
                        }
                     }
                     .correct {
                        .text{
                           font-size: 12px;
                        }
                     }
                  }
               }
            }
         }
      }
      .blockShots {
         .content {
            .colLeft {
               margin: 32px 0;
               .arc {
                  margin: 30px auto 20px;
                  background:url('../images/arco.png') no-repeat scroll 0 0;
                  .color-cards{
                     padding: 18px 0 0 26%;
                     width: auto;
                     .circle{
                        margin-right: 18px;
                        &:last-child{
                           margin-right: 0;
                        }
                     }
                  }
               }
               .tp-arc-top{
                  padding-left: 26%;
               }
               .total{
                  width:auto;
                  margin:0;
                  &:after{
                     width: 0;
                  }
               }
            }
         }
      }
   }
   @media (max-width: 479px){
      .blockShots {
         .content {
            .colLeft {
               .arc {
                  margin: 0;
                  background:none;
                  .color-cards{
                     padding: 0;
                     width: 33px;
                     margin: 0; 
                     float: right;
                     .circle{
                        margin-right: 0;
                     }
                  }
               }
            }
            .tp-arc{
               left:10px;
               top:0;
               margin: 0;
            }
         }
         .tooltip-static{
            &:before{
               border: 0;
            }
         }
      }
      .blockCards{
         .colLeft{
            margin: 15px 0;
         }
      }
      .blockPasses {
         .content {
            .mobileTablet {
               .colRight{
                  margin:0; 
                  .graphic{
                     margin: 15px 0;
                  }
                  .data{
                     margin: 15px 0;
                  }
               }
            }
         }
      }
      .blockPlayer{
         .colRight{
            margin-top: 30px;
         }
      }
   }
   @media (max-width: @xs){
      .data{
         margin-top: 0;
         span{
            font-size: 14px;
         }
      }
      .colLeft {
         .data {
            .change{
               width: 136px;
               margin-top: 0;
            }
         }
      }
   }
}
/* Fin Player Tab*/