.daps-container{

    position: relative;

    /* prevent div highlighting */
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    -khtml-user-select: none; /* webkit browsers */
    -o-user-select: none;/* not yet implemented */
    user-select: none;/* not yet implemented */
    -webkit-touch-callout: none;

    /* keep the cursor pointer */
    cursor: default;
    width: 100%;
}

.daps-field{
    display: block;
    width: 100%;

}

.daps-field-element{
    position: absolute;

}

.daps-player{
    height: 56px;
    width: 21px;
    z-index: 1;
    /*visibility: collapse !important;*/
}


.daps-label{
    /*background: url('../img/label/label.png') 0 0 no-repeat;*/
    height: 21px;
    width: 50px;
    opacity: 0.7;
    z-index: 0;
    visibility: visible;
    background-size: 80px 22px;

}
.daps-label2{
background: url('../img/label/label.png') 0 0 no-repeat;
width: 34px !important;
margin-top: 3px;

}
.daps-label2 span{
padding-left:10px;
color:#fff;
position: absolute;
left: 22px;


}
.daps-label2 strong{
  color: #fff;
  font-style: italic;
  font-size: 13px;
  /*margin-left: -12px;*/
  /*position: absolute;
left: 10px;*/



}
.daps-label3{
margin-left: -20px;
margin-top: 5px;
width:34px;
margin-left: -7px;


}

.daps-label-text{
    font-size: 10px;
    font-weight: 400;
    height: 22px;
    line-height: 22px;
    margin-right: 12px;
    text-align: center;
    width: 81px;
    font-family: Arial,Helvetica,Verdana,sans-serif;
    visibility: visible;

}
@media screen and (max-width: 1367px) {

  .daps-label2{

margin-top: 13px;

  }

}

@media screen and (max-width: 1281px) {

  .daps-label2{

margin-top: 16px;

  }

}
.hover-element{

  width: 36px;
  height: 70px;
cursor: pointer;
/*z-index: unset;*/

}
.hover-element-show{
  position: absolute;
  bottom: 0px;
  height: 159px;
  width: 150px;
  background-image: url("../../images/escudos/caracas.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-left: -310%;
  z-index: 9;



}
.hover-element-show .img-hover-player{

  width: 70px;
  height: 70px;
  background-size: 100%;
  border-radius: 100px;

  margin-left: 26%;
  margin-top: 10%;

}
.hover-element-show h4{
  font-size: 0.8em;
  text-align: Center;
  color: #fff;
  margin: 0px;
  font-weight: bold;


}
.hover-element-show h6{
  margin: 0px;
    color: #fff;
  margin-top: 5px;
  text-align: Center;
  font-weight:lighter;
  font-style:italic;
  font-size: 10px;


}
.z-index-unset{

  z-index:unset!important;

}
