#lineP1{
    border-top: 1px solid green; 
    bottom:0%; 
    position:absolute; 
    width:100%; 
    margin: 0px;
}
#lineP2{
    border-top: 1px solid blue; 
    top:50%; 
    left: -25%; 
    position:absolute; 
    width:100%; 
    margin: 0px;
    transform: rotate(-60deg);
}
#lineP3{
    border-top: 1px solid yellow; 
    top:50%; 
    left: 25%; 
    position:absolute; 
    width:100%; 
    margin: 0px;
    transform: rotate(60deg);
}
#textP1{
    position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
    margin-top: -30px;
}
#textP2{
    position: absolute;
    left: 0%;
    bottom: 0%;
    margin-bottom: -40px;
}
#textP3{
    position: absolute;
    right: 0%;
    bottom: 0%;
    margin-bottom: -40px;
}
.textoPorcentaje{
    position: absolute;
    width: 40px;
    height: 26px;
    text-align: center;
}
#textBotton1{
    bottom: 0%;
    left: 25%;
    margin-bottom: -26px;
    margin-left: -20px ;
}
#textBotton2{
    bottom: 0%;
    left: 50%;
    margin-bottom: -26px;
    margin-left: -20px ;
}
#textBotton3{
    bottom: 0%;
    left: 75%;
    margin-bottom: -26px;
    margin-left: -20px ;
}
#textLeft1{
    bottom: 25%;
    left: 12.5%;
    margin-bottom: -13px;
    margin-left: -50px ;
}
#textLeft2{
    bottom: 50%;
    left: 25%;
    margin-bottom: -13px;
    margin-left: -50px ;
}
#textLeft3{
    bottom: 75%;
    left: 37.5%;
    margin-bottom: -13px;
    margin-left: -50px ;
}
#textRigth1{
    bottom: 25%;
    right: 12.5%;
    margin-bottom: -13px;
    margin-right: -50px ;
}
#textRigth2{
    bottom: 50%;
    right: 25%;
    margin-bottom: -13px;
    margin-right: -50px ;
}
#textRigth3{
    bottom: 75%;
    right: 37.5%;
    margin-bottom: -13px;
    margin-right: -50px ;
}
.punto{
    position: absolute; 
    height: 10px;
    width: 10px;
    max-width: 10px;
    max-width: 10px;
    font-size: 20px;
    padding: 0px; 
    margin: 0px 0px -5px -5px;
    background: #000;
    border-radius: 10px;
    border: 1px solid #000;
    top: auto;
    z-index: 100;
}
.punto:hover{
    transform: scale(1.5);
}

.bg-yellow{
    background: #f39c12;
}
.bg-purple{
    background: #605ca8;
}
.bg-green{
    background: #00a65a;
}
.bg-blue{
    background: #3c8dbc;
}
.bg-red{
    background: #dd4b39;
}
.bg-yellow,.bg-purple,.bg-green,.bg-blue,.bg-red{
    color: #ffffff;
}
/*//////autocomplete///////*/
.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}
/*/////////Title///////////*/

[mi-data-title]:hover:after {
    opacity: 1;
    transition: all 0s ease 0s;
    visibility: visible;
}
[mi-data-title]:after {
    content: attr(mi-data-title);
    background-color: #333;
    color: #fff;
    font-size: 14px;
    font-family: Raleway;
    position: absolute;
    padding: 3px 20px;
    bottom: -1.6em;
    left: 100%;
    white-space: nowrap;
    box-shadow: 1px 1px 3px #222222;
    opacity: 0;
    border: 1px solid #111111;
    z-index: 99999;
    visibility: hidden;
    border-radius: 6px;
    
}
[mi-data-title] {
    position: relative;
}
/*//////////Muestras////////*/
#contentMuestras{
    text-align: center;
}
.btnControlMuestra{
    display: inline-block;
    width: auto;
    padding: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
.xMuestra{
    color: red;
    margin: 0px;
    margin-right: 10px;
    border-radius: 2px;
    border: 1px solid red;
    width: 18px;
    height: 18px;
    text-align: center;
    display: none;
}
label.checkBoxMuestra{
    background: #fff;
    margin: 0px;
}

input.checkBoxMuestra{
    height: 18px;
    width: 18px;
}

.labelPunto{
    background: #fff;
    display: table;
    border-radius: 10px;
    padding: 5px;
    vertical-align: middle;
    border: 1px solid #000;
}
.labelNamePunto{
    font-size: 14px;
    margin: 0px;
}
.labelNameMuestra{
    font-size: 16px;
    margin: 0px;
    font-weight: bold;
    text-align: left;
}
.labelDeletePunto{
    color: red;
    border-radius: 5px;
    border: 1px solid red;
    padding: 0px 5px 0px;
    margin: 0px 10px 0px 10px;
    cursor: pointer;
}
.labelEditPunto{
    color: blue;
    border-radius: 5px;
    border: 1px solid blue;
    padding: 0px 5px 0px;
    margin: 0px 10px 0px 10px;
    cursor: pointer;
}
.labelDeletePunto:hover{
    color: #fff;
    background: red;
}
.labelEditPunto:hover{
    color: #fff;
    background: blue;
}