@charset "utf-8";


.opta-medallero {
    display: table;
    width: 100%;
    background-color: white;
   /* border: 1px solid #666666;*/
   /* border-spacing: 5px;*/ /*cellspacing:poor IE support for  this*/
    box-sizing: border-box;
    /* border-collapse:separate;*/
    font-family: 'Overpass';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
}


.opta-medallero-mini{
    display: table;
    width: 100%;
    background-color: white;
   /* border: 1px solid #666666;*/
   /* border-spacing: 5px;*/ /*cellspacing:poor IE support for  this*/
    box-sizing: border-box;
    /* border-collapse:separate;*/
}
.opta-medallero-paises{
    display: table;
    width: 100%;
    background-color: white;
   /* border: 1px solid #666666;*/
   /* border-spacing: 5px;*/ /*cellspacing:poor IE support for  this*/
    box-sizing: border-box;
    /* border-collapse:separate;*/
  }



.divRowHeader {
    display: table-row;
    width: 100%;
    font-weight: bold  ;
    background-color: #000A68;
    color: #CCC;
    /*height: 25px;
    line-height:25px;
    */
  
    line-height: 30px;
    vertical-align: middle;
  /*--- border: 1px dotted #CCC;*/
    /* background: #F8F8F7; */
  
  }
  .divRowRanking {
    display: table-row;
    width: 100%;
    /*background-color: #ffffffff;*/
    background-color:white;
  line-height: 20px;
  vertical-align: middle;
 /*-- border: 1px dotted #CCC;
  font-size: 12px;
  font-family:Arial;
  /* background: #F8F8F7; */
  }

  .divRowRankingImpar {
    display: table-row;
    width: 100%;
    /*background-color: #ffffffff;*/
    background-color:white;
  line-height: 30px;
  vertical-align: middle;
 /*-- border: 1px dotted #CCC;
  font-size: 12px;
  font-family:Arial;
  /* background: #F8F8F7; */
  }
  .divRowRankingPar {
    display: table-row;
    width: 100%;
    /*background-color:#E0E0E2;*/
    background-color:#F5F5F5;
  line-height: 30px;
  vertical-align: middle;
 /*-- border: 1px dotted #CCC;
  font-size: 12px;
  font-family:Arial;
  /* background: #F8F8F7; */
  }
  

  .divRowRankingMark {
    display: table-row;
    width: 100%;
    background-color: #48C7FF;
    /*background-color: #ffffffff;*/
 
    line-height: 30px;
    vertical-align: middle;
  /*--border: 1px dotted #CCC;*/
  /* background: #F8F8F7; */
  }
  .divCellMargen {
    float: left; /*fix for  buggy browsers*/
    display: table-column;
    width: 0%;
    text-align: center;
   /*-- border: 1px dotted #CCC;*/
    box-sizing: border-box;
    /*background-color: #ccc;*/
  }
  
  .divCellFlechaIzq {

    float: left; /*fix for  buggy browsers*/
    display: table-column;
    width: 10%;
    text-align: center;
   /*-- border: 1px dotted #CCC;*/
    border-left: none;
    border-right: none;
  
    box-sizing: border-box;
	cursor:pointer;
/*  
    vertical-align:middle;
	text-align:center;
	margin:10px 10px 0 0;
	float:right;*/
  }
  
  .divCellFlechaDch {
  
    float: left; /*fix for  buggy browsers*/
    display: table-column;
    width: 10%;
    text-align: center;
   /*-- border: 1px dotted #CCC;*/
    border-left: none;
    border-right: none;
    box-sizing: border-box;
	cursor:pointer;
  
  
  }
  
  .divCellNumPaises {
  
    float: left; /*fix for  buggy browsers*/
    display: table-column;
    width: 37%;
    text-align: center;
    /*--border: 1px dotted #CCC;*/
    border-left: none;
    border-right: none;
    box-sizing: border-box;
  
  
  }
  
  
  
  .divCellPto {
    float: left; /*fix for  buggy browsers*/
    display: table-column;
    width: 10%;
    text-align: center;
   /*-- border: 1px dotted #CCC;*/
    box-sizing: border-box;
      /*background-color: #ccc;*/
  }
  
  .divCellCountry {
    float: left; /*fix for  buggy browsers*/
    display: table-column;
    width: 45%;
    text-align: center;
   /*-- border: 1px dotted #CCC;*/
    box-sizing: border-box;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    /*background-color: #ccc;*/
  }
  
  .divCellMedal {
    float: left; /*fix for  buggy browsers*/
    display: table-column;
    width: 10%;
    text-align: center;
    /*border: 1px dotted #CCC;*/
    box-sizing: border-box;
    /*background-color: #ccc;*/
  }
  .opta-icon-medal {
    height: 20px;
    width: auto;
    /*width: 33%;
    height: auto;*/
    vertical-align: middle;
     margin-bottom: auto;
     margin-top: 5px;
  }
  .divCellTotalMedals {
    float: left; /*fix for  buggy browsers*/
    display: table-column;
    width: 15%;
    border-right: brown;
    text-align: center;
    /*--border: 1px dotted #CCC;*/
    box-sizing: border-box;
    /*background-color: #ccc;*/
  }

  .divCellTotalMedalsDetailed {
    float: left; /*fix for  buggy browsers*/
    display: table-column;
    width: 10%;
    border-right: brown;
    text-align: center;
    /*--border: 1px dotted #CCC;*/
    box-sizing: border-box;
    /*background-color: #ccc;*/
  }
  .divCellFlecha {
    float: left; /*fix for  buggy browsers*/
    display: table-column;
    width: 3%;
    border-right: brown;
    text-align: center;


   /*-- border: 1px dotted #CCC;*/
    box-sizing: border-box;
    /*background-color: #ccc;*/
  }
  


  

   /* Tooltip container */
.tooltip-medallas {
    position: relative;
    display: inline-block;
    /*-- border-bottom: 1px dotted black; *//* If you want dots under the hoverable text */
  }
  
  /* Tooltip text */
  .tooltip-medallas .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
  
    /* Position the tooltip text */
    position: absolute ;
    z-index: 1;
    top:125%;
   /* bottom: 125%;*/
    left: 50%;
    margin-left: -60px;
  
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  /* Tooltip arrow */
  .tooltip-medallas .tooltiptext::after {
    content: "";
    position: absolute;
    bottom:100%;
   /* top: 100%;*/
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip-medallas:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  } 

  .tooltip-deporte {
    position: relative;
    display: inline-block;
    /*--border-bottom: 1px dotted black;*/ /* If you want dots under the hoverable text */
  }
  
  /* Tooltip text */
  .tooltip-deporte .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
  
    /* Position the tooltip text */
    position: absolute ;
    z-index: 1;
    top:125%;
   /* bottom: 125%;*/
    left: 50%;
    margin-left: -60px;
  
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  .divCellDeporte {
    float: left; /*fix for  buggy browsers*/
    display: table-column;
    width: 10%;
    text-align: center;
   /*-- border: 1px dotted #CCC;*/
    box-sizing: border-box;
    /*background-color: #ccc;*/
  }
  /* Tooltip arrow */
  .tooltip-deporte .tooltiptext::after {
    content: "";
    position: absolute;
    bottom:100%;
   /* top: 100%;*/
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip-deporte:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  } 


  .opta-medallero-pais-detailed-table{
    display: table;
    width: 100%;
    background-color: white;
   /* border: 1px solid #666666;*/
   /* border-spacing: 5px;*/ /*cellspacing:poor IE support for  this*/
    box-sizing: border-box;
    /* border-collapse:separate;*/

  }
  .opta-medallero-pais-detailed-row{
    display: table-row;
    width: 100%;
    /*background-color: #ffffffff;*/
    background-color:white;
  line-height: 30px;
  vertical-align: middle;
  /*--border: 1px dotted #CCC;*/
  /* background: #F8F8F7; */    
  }


  .opta-medallero-pais-detailed-row-par{
    display: table-row;
    width: 100%;
    /*background-color: #ffffffff;*/
    background-color:#F5F5F5;
  line-height: 30px;
  vertical-align: middle;
  /*--border: 1px dotted #CCC;*/
  /* background: #F8F8F7; */    
  }

  .opta-medallero-pais-detailed-row-impar{
    display: table-row;
    width: 100%;
    /*background-color: #ffffffff;*/
    background-color:white;
  line-height: 30px;
  vertical-align: middle;
  /*--border: 1px dotted #CCC;*/
  /* background: #F8F8F7; */    
  }



  .tooltip-prudes  {
    position: relative;
    display: inline-block;
    /*-- border-bottom: 1px dotted black; /* If you want dots under the hoverable text */*/
  }
  
  
  .tooltip-prudes .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
  
    /* Position the tooltip text */
    position: absolute ;
    z-index: 1;
    top:125%;
   /* bottom: 125%;*/
    left: 50%;
    margin-left: -60px;
  
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;

  }
  
  .tooltip-prudes .tooltiptext::after { 
    content: " ";
    position: absolute;
    bottom:100%;
    /*/ top: 100% */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
    
  }
 
  
  .tooltip-prudes:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    display: block;
  }
  
  


  .divCellPruDes {
    float: left; /*fix for  buggy browsers*/
    display: table-column;
    width: 40%;

    text-align: left;
   /*-- border: 1px dotted #CCC;*/
    box-sizing: border-box;
    /*background-color: #ccc;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

    }
  
  .divCellPruName {
    float: left; /*fix for  buggy browsers*/
    display: table-column;
    width: 39%;
    text-align: center;
   /*-- border: 1px dotted #CCC;*/
    box-sizing: border-box;
    /*background-color: #ccc;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .tooltip-pruname  {
    position: relative;
    display: inline-block;
    /*-- border-bottom: 1px dotted black; */  /* If you want dots under the hoverable text */*/
}


.tooltip-pruname .tooltiptext {
  visibility:visible;
  width: 120px;
  background-color: #fff;
  color: #000;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute ;
  z-index: 1;
  top:125%;
 /* bottom: 125%;*/
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}


.tooltip-pruname .tooltiptext::after { 
  content: "";
  position: absolute;
  bottom:100%;
 /* top: 100%;*/
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;


}
.tooltip-pruname:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


  .divRowHeaderDetailed{
    display: table-row;
    width: 100%;
    /*background-color: #ffffffff;*/
    background-color:rgb(40, 146, 245);
    line-height: 20px;
    vertical-align: middle;
    border: 1px dotted #FFF;
  }

  .divCellNumPaises{
    float: left; /*fix for  buggy browsers*/
    display: table-column;
    width: 35%;
    text-align: center;
    /*--border: 1px dotted #CCC;*/
    box-sizing: border-box;
    /*background-color: #ccc;*/
    white-space: nowrap;
    overflow: hidden;
  
}

  .opta-icon-deporte {
    height: 20px;
    width: auto;
    /*width: 33%;
    height: auto;*/
    vertical-align: middle;
     margin-bottom: auto;
  }
  
  
  .opta-medallero-pais-detailed-table{
    display: table;
    width: 100%;
    background-color: white;
   /* border: 1px solid #666666;*/
   /* border-spacing: 5px;*/ /*cellspacing:poor IE support for  this*/
    box-sizing: border-box;
    /* border-collapse:separate;*/

  }

  .divRowTituloPaisDetailed{
    display: table-row;
    width: 100%;
    /*background-color: #ffffffff;*/
    background-color:#f5f5f5;
    color: rgb(10, 10, 10);
    line-height: 15px;
    vertical-align: middle;
    border: 1px dotted #CCC;
  }
  .divRowFootPaisDetailed{
    display: table-row;
    width: 100%;
    /*background-color: #ffffffff;*/
    background-color:#f5f5f5;
    color: #fff;
    line-height: 5px;
    vertical-align: middle;
    border: 1px dotted #CCC;
  }
 
  .divCellVacia{
    float: left; /*fix for  buggy browsers*/
    display: table-column;
    width: 100%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
/*    border: 1px dotted #CCC;
    box-sizing: border-box;
    text-align: left;
    */

  }
  .divCellTituloPaisDetailed{
    float: left; /*fix for  buggy browsers*/
    display: table-column;
    width: 10%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
/*    border: 1px dotted #CCC;
    box-sizing: border-box;
    text-align: left;
    */

  }
  .divCellNumMedallas{
  
     float: left; /*fix for  buggy browsers*/
     display: table-column;
     width: 20%;
     text-align: center;
     border: 1px dotted #CCC;
     border-left: none;
     border-right: none;
     box-sizing: border-box;
  } 
  .divCellDetailedInfo{

    float: left; /*fix for  buggy browsers*/
    display: table-column;
    width: 50%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
  }

  
  
    
.opta-medallero-row-titulo {
    display: table-row;
    background-color: red;
    width: 100%;
}


.opta-pais-flag {
  height: 20px;
  width: auto;
  /*width: 33%;
  height: auto;*/
  vertical-align: middle;
   margin-bottom: auto;
}


.opta-flecha-img {
 
  height: auto;
  width: auto;
  vertical-align: bottom;
  margin-bottom: auto;
  margin-top: 10px;
  
}

