
  p:not(.cssonly) a[href$=".pdf"]:before {
    /* PDF file */
  width:32px;
  height:32px;
  background:url('http://wwwimages.adobe.com/content/dam/acom/en/legal/images/badges/Adobe_PDF_file_icon_32x32.png');
  display:inline-block;
  content:' ';
  }
  
  /* Add " (PDF)" text after links that go to PDFs */
  a[href$=".pdf"]:after { content: ""; }
  
  /* If file size specified as data attribute, use that too */
  a[href$=".pdf"][data-size]:after { content: " (PDF, " attr(data-size) ")"; }
  
  /* p {  background-color: gray; } */
  
  .cssonly a[href$=".pdf"]:after {
  /* PDF file */
  width: 16px;
  vertical-align: middle;
  margin: 4px 0 2px 4px;
  padding: 4px 0 1px 0px;
  background-color: #fff;
  color: red;
  border: 1px solid red;
  border-top-right-radius: 7px;
  box-shadow: 1px 1px #ccc;
  font-size: 7.7px;
  font-weight: 700;
  font-family: sans-serif;
  line-height: 16px;
  text-decoration: none;
  display: inline-block;
  box-sizing: content-box;
  content: 'PDF';
  }
  
  .cssonly a[href$=".doc"]:after,
  .cssonly a[href$=".docx"]:after {
  width: 16px;
  vertical-align: middle;
  margin: 4px 0 2px 4px;
  padding: 4px 0 1px 0px;
  background-color: #fff;
  color: #00d;
  border: 1px solid #00d;
  border-top-right-radius: 7px;
  box-shadow: 1px 1px #ccc;
  font-size: 7.7px;
  font-weight: 700;
  font-family: sans-serif;
  line-height: 16px;
  text-decoration: none;
  display: inline-block;
  box-sizing: content-box;
  content: 'DOC';
  }
  
  .cssonly a[href$=".xls"]:after,
  .cssonly a[href$=".xlsx"]:after {
  width: 16px;
  vertical-align: middle;
  margin: 4px 0 2px 4px;
  padding: 4px 0 1px 0px;
  background-color: #fff;
  color: #090;
  border: 1px solid #090;
  border-top-right-radius: 7px;
  box-shadow: 1px 1px #ccc;
  font-size: 8px;
  font-weight: 700;
  font-family: tahoma, arial, sans-serif;
  letter-spacing: 0.001em;
  line-height: 16px;
  text-decoration: none;
  display: inline-block;
  box-sizing: content-box;
  content: 'XLS';
  }

  .tooltip {
    font-size: 24pt;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    /* ... */
  }
  .tooltip-inner {
    max-width: 400px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
  }
/* */

.label1{
  float: none !important;
}

.table-text{
    font-size: 12pt;
}

.error-text {
    color:red;
}

.alert-danger {
    color:red;
    font-size: 10pt;
}

.detalle_text_bold{
    vertical-align: top;
    font-weight:bold;
    font-size: 11pt;
    text-align:left;
}

.detalle_text_bold_vista{
  vertical-align: top;
  font-weight:bold;
  font-size: 12pt;
  text-align:left;
}

.detalle_text_bold_center{
  vertical-align: middle;
  font-weight:bold;
  font-size: 11pt;
  text-align:left;
}

.detalle_text{
    vertical-align: top;
    font-size: 11pt;
    text-align:left;
}

.detalle_text_vista{
  vertical-align: top;
  font-size: 12pt;
  text-align:left;
}

/* Estilos barras de progreso */
  
.progresoVino{
    color: #fff;
    line-height:20px;
    position: relative;
    justify-content: center;
    padding-left:2px;
    text-shadow:1px 1px 1px rgba(0, 0, 0, 1.5);
    background-color: #4E232E;
  }
  
  .progresoRojo{
    color:#fff;
    line-height:20px;
    position: relative;
    justify-content: center;
    padding-left:2px;
    text-shadow:1px 1px 1px rgba(0, 0, 0, 1.5);
    background-color: #9D2449;
  }
  .progresoAmarillo{
    color: #fff;
    line-height:20px;
    position: relative;
    justify-content: center;
    text-shadow:1px 1px 1px rgba(0, 0, 0, 1.5);
    background-color: #B38E5D;
  }
  
  .progresoVerdesito{
    color:#fff;
    line-height:20px;
    position: relative;
    justify-content: center;
    padding-left:2px;
    text-shadow:1px 1px 1px rgba(0, 0, 0, 1.5);
    background-color: #285C4D;
  }
  .progresoVerde{
    color:#fff;
    line-height:20px;
    position: relative;
    justify-content: center;
    padding-left:2px;
    text-shadow:1px 1px 1px rgba(0, 0, 0, 1.5);
    background-color: #13322B;
  }
  
  .progresoBlanco{
    color:#fff;
    line-height:20px;
    position: relative;
    justify-content: center;
    padding-left:2px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1.5);
    background-color: #D4C19c;
  }  

.progress-gray {
    background-color: rgb(186, 186, 186);
}    

  /* progress bar circular */



.rings {
    display: flex;
    flex-direction: row;
    
}
  
.percent1, .percent2, .percent10, .percent25, .percent50, .percent75, .percent100, svg, circle {
    width: 120px;
    height: 120px;
}
  
  circle {
    position: absolute;
    fill: none;
    stroke-width: 10;
    transform: translate(10px, 10px);
    stroke-dasharray: 440;
    stroke-linecap: round;
  }
  
  circle:nth-child(1) {
    stroke-dashoffset: 0;
    stroke:silver;
  }
  
  .percent1 circle:nth-child(2) {
    stroke-dashoffset: calc(440 - (440 * 75) / 100);
    stroke: gold;
    animation: percent 1.5s linear;
    animation-delay: 1s;
  }
  
  .percent2 circle:nth-child(2) {
    stroke-dashoffset: calc(440 - (440 * 33) / 100);
    stroke: salmon;
    animation: percent 1.8s linear;
    animation-delay: 1.2s;
  }
  
  .percent100 circle:nth-child(2) {
    stroke-dashoffset: calc(440 - (440 * 100) / 100);
    stroke: green;
    animation: percent 1.5s linear;
    animation-delay: 1s;
  }

  .percent75 circle:nth-child(2) {
    stroke-dashoffset: calc(440 - (440 * 50) / 100);
    stroke: #285C4D;
    animation: percent 1.5s linear;
    animation-delay: 1s;
  }

  .percent50 circle:nth-child(2) {
    stroke-dashoffset: calc(440 - (440 * 36) / 100);
    stroke: #B38E5D;
    animation: percent 1.5s linear;
    animation-delay: 1s;
  }

  .percent25 circle:nth-child(2) {
    stroke-dashoffset: calc(440 - (440 * 25) / 100);
    stroke:#9D2449;
    animation: percent 1.5s linear;
    animation-delay: 1s;
  }

  .percent10 circle:nth-child(2) {
    stroke-dashoffset: calc(440 - (440 * 10) / 100);
    stroke:#4E232E;
    animation: percent 1.5s linear;
    animation-delay: 1s;
  }

  .number {
    position: relative;
    bottom: 90px;
    right: -50px;
    color: #000;
  }
  
  span2 {
    font-size: 24px;
    opacity: .7;
  }

  span2_small {
    font-size: 12px;
    opacity: .5; 
  }
  
  .percent1 span2 {
    color: gold;
  }
  
  .percent2 span2 {
    color: salmon;
  }

  .percent100 span2{
    color: green;
  }
  
  .percent75 span2 {
    color: #285C4D;
  }

  .percent50 span2 {
    color: #B38E5D;
  }

  .percent25 span2 {
    color:#9D2449;
  }

  .percent10 span2 {
    color:#4E232E
  }

  @keyframes percent {
    0% {
      stroke-dashoffset: 0;
      stroke-width: 0;
    }
  }


  .percent100_small circle:nth-child(2) {
    stroke-dashoffset: calc(440 - (440 * 28) / 100);
    stroke: green;
    animation: percent 1.5s linear;
    animation-delay: 1s;
  }

  .percent75_small circle:nth-child(2) {
    stroke-dashoffset: calc(440 - (440 * 19) / 100);
    stroke: #285C4D;
    animation: percent 1.5s linear;
    animation-delay: 1s;
  }

  .percent50_small circle:nth-child(2) {
    stroke-dashoffset: calc(440 - (440 * 14) / 100);
    stroke: #B38E5D;
    animation: percent 1.5s linear;
    animation-delay: 1s;
  }

  .percent25_small circle:nth-child(2) {
    stroke-dashoffset: calc(440 - (440 * 7) / 100);
    stroke:#9D2449;
    animation: percent 1.5s linear;
    animation-delay: 1s;
  }

  .percent10_small circle:nth-child(2) {
    stroke-dashoffset: calc(440 - (440 * 3) / 100);
    stroke:#4E232E;
    animation: percent 1.5s linear;
    animation-delay: 1s;
  }

 .percent10_small, .percent25_small, .percent50_small, .percent75_small, .percent100_small {
    width: 80px;
    height: 50px;
}

.number_small {
    position: relative;
    bottom: 110px;
    right: -18px;
    color: #000;
  }
