@charset "UTF-8";
.aleft {
  text-align: left;
  padding-left: 5px; }

.aright {
  text-align: right;
  padding-right: 5px; }

.acenter {
  text-align: center; }

.uppercase {
  text-transform: uppercase; }

.lista-cultyvo li .key, .lista-cultyvo li .val, .lista-cultyvo li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.aleft {
  text-align: left;
  padding-left: 5px; }

.aright {
  text-align: right;
  padding-right: 5px; }

.acenter {
  text-align: center; }

input[type='checkbox'] {
  height: 20px !important;
  width: 20px !important;
  margin: 0 !important;
  border: 1px solid #B5B7B8 !important;
  font: 14px/26px 'pt-sans', 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
  padding: 7px 7px 7px 12px !important;
  background: #FFF !important;
  border: 1px solid #d5d5d6;
  outline: none;
  color: #96999D;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s; }

input[type=checkbox]:focus {
  border-color: #ACACB8;
  color: #2E3236;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18) !important;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18) !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18) !important; }

input[type='checkbox']:checked {
  position: relative; }
  input[type='checkbox']:checked:before {
    content: '';
    display: block;
    width: 17px;
    height: 16px;
    position: absolute;
    top: 1px;
    left: 1px;
    background: rgba(255, 255, 255, 0.9) url(../images/forms/checked.png) no-repeat center center;
    background-size: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    opacity: 0.5; }

div.charts {
  padding: 20px 20px 40px 20px;
  margin: 0 1%;
  width: 91%;
  height: 200px;
  float: left;
  background-color: white; }
  div.charts h2 {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 15px;
    color: gray;
    padding-bottom: 30px;
    width: 80%;
    margin-right: 0 !important;
    -webkit-margin-after: 0; }
  div.charts .chart {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    float: left; }
    div.charts .chart .chart-concepts {
      float: left;
      width: 20%;
      position: absolute;
      top: 0;
      right: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      div.charts .chart .chart-concepts h2 {
        padding-bottom: 10px !important;
        -webkit-margin-after: 0; }
      div.charts .chart .chart-concepts .chart-concepts-concept {
        width: 50%;
        text-transform: capitalize;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 2px 1% 2px 5%;
        float: left;
        font-size: 10px;
        position: relative;
        background-color: transparent; }
        div.charts .chart .chart-concepts .chart-concepts-concept:after {
          content: '';
          width: 7px;
          height: 7px;
          display: block;
          position: absolute;
          left: 0;
          top: 50%;
          margin-top: -3.5px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px; }
    div.charts .chart .chart-container {
      height: 65% !important;
      width: 80%;
      float: left;
      display: block;
      position: relative;
      margin-top: 30px;
      border-bottom: 1px solid #f0f0f0;
      border-left: 1px solid #f0f0f0; }
      div.charts .chart .chart-container .chart-element {
        height: 100%;
        float: left;
        display: block;
        position: relative;
        margin: 0 1% 0 1%; }
        div.charts .chart .chart-container .chart-element .chart-bar {
          display: block;
          padding: 0;
          float: left;
          position: absolute;
          bottom: 0;
          z-index: 3;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          cursor: pointer; }
          div.charts .chart .chart-container .chart-element .chart-bar .chart-bar-pieza {
            float: left;
            width: 100%;
            display: block;
            margin: 0 !important; }
          div.charts .chart .chart-container .chart-element .chart-bar .chart-bar-topvalue {
            position: absolute;
            font-size: 10px;
            width: 100px;
            left: 50%;
            margin-left: -35px;
            text-align: left;
            margin-top: -65px;
            transform: rotate(-65deg); }
    div.charts .chart .chart-names {
      width: 80%;
      margin: 0;
      height: 25px;
      display: block;
      float: left;
      border-left: 1px solid transparent; }
      div.charts .chart .chart-names .chart-elementname {
        float: left;
        text-align: center;
        margin: 0 1%;
        font-size: 10.5px;
        color: #333;
        text-transform: capitalize; }
        div.charts .chart .chart-names .chart-elementname .chart-barname {
          margin: 0 1%;
          display: block;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          float: left;
          font-size: 9px;
          position: relative !important; }
        div.charts .chart .chart-names .chart-elementname .chart-elementname-label {
          float: left;
          font-size: 10px;
          clear: both;
          width: 100%;
          text-align: center;
          display: block;
          position: relative;
          font-weight: normal;
          text-transform: uppercase; }

.bg-1, .chart-concepts-concept.bg-1:after {
  background-color: rgba(232, 89, 24, 0.9); }

.bg-2, .chart-concepts-concept.bg-2:after {
  background-color: rgba(232, 175, 24, 0.9); }

.bg-3, .chart-concepts-concept.bg-3:after {
  background-color: rgba(202, 232, 24, 0.9); }

.bg-4, .chart-concepts-concept.bg-4:after {
  background-color: rgba(115, 232, 24, 0.9); }

.bg-5, .chart-concepts-concept.bg-5:after {
  background-color: rgba(29, 232, 24, 0.9); }

.bg-6, .chart-concepts-concept.bg-6:after {
  background-color: rgba(24, 232, 106, 0.9); }

.bg-7, .chart-concepts-concept.bg-7:after {
  background-color: rgba(24, 232, 193, 0.9); }

.bg-8, .chart-concepts-concept.bg-8:after {
  background-color: rgba(24, 185, 232, 0.9); }

.bg-9, .chart-concepts-concept.bg-9:after {
  background-color: rgba(24, 98, 232, 0.9); }

.bg-10, .chart-concepts-concept.bg-10:after {
  background-color: rgba(37, 24, 232, 0.9); }

.bg-11, .chart-concepts-concept.bg-11:after {
  background-color: rgba(123, 24, 232, 0.9); }

.bg-12, .chart-concepts-concept.bg-12:after {
  background-color: rgba(210, 24, 232, 0.9); }

.bg-13, .chart-concepts-concept.bg-13:after {
  background-color: rgba(232, 24, 167, 0.9); }

.bg-14, .chart-concepts-concept.bg-14:after {
  background-color: rgba(232, 24, 81, 0.9); }

.bg-15, .chart-concepts-concept.bg-15:after {
  background-color: rgba(232, 54, 24, 0.9); }

.bg-16, .chart-concepts-concept.bg-16:after {
  background-color: rgba(232, 141, 24, 0.9); }

.bg-17, .chart-concepts-concept.bg-17:after {
  background-color: rgba(232, 227, 24, 0.9); }

.bg-18, .chart-concepts-concept.bg-18:after {
  background-color: rgba(150, 232, 24, 0.9); }

.bg-19, .chart-concepts-concept.bg-19:after {
  background-color: rgba(63, 232, 24, 0.9); }

.bg-20, .chart-concepts-concept.bg-20:after {
  background-color: rgba(24, 232, 71, 0.9); }

.bg-21, .chart-concepts-concept.bg-21:after {
  background-color: rgba(24, 232, 158, 0.9); }

.bg-22, .chart-concepts-concept.bg-22:after {
  background-color: rgba(24, 219, 232, 0.9); }

.bg-23, .chart-concepts-concept.bg-23:after {
  background-color: rgba(24, 133, 232, 0.9); }

.color-1 {
  color: rgba(232, 89, 24, 0.9); }

.color-2 {
  color: rgba(232, 175, 24, 0.9); }

.color-3 {
  color: rgba(202, 232, 24, 0.9); }

.color-4 {
  color: rgba(115, 232, 24, 0.9); }

.color-5 {
  color: rgba(29, 232, 24, 0.9); }

.color-6 {
  color: rgba(24, 232, 106, 0.9); }

.color-7 {
  color: rgba(24, 232, 193, 0.9); }

.color-8 {
  color: rgba(24, 185, 232, 0.9); }

.color-9 {
  color: rgba(24, 98, 232, 0.9); }

.color-10 {
  color: rgba(37, 24, 232, 0.9); }

.color-11 {
  color: rgba(123, 24, 232, 0.9); }

.color-12 {
  color: rgba(210, 24, 232, 0.9); }

.color-13 {
  color: rgba(232, 24, 167, 0.9); }

.color-14 {
  color: rgba(232, 24, 81, 0.9); }

.color-15 {
  color: rgba(232, 54, 24, 0.9); }

.color-16 {
  color: rgba(232, 141, 24, 0.9); }

.color-17 {
  color: rgba(232, 227, 24, 0.9); }

.color-18 {
  color: rgba(150, 232, 24, 0.9); }

.color-19 {
  color: rgba(63, 232, 24, 0.9); }

.color-20 {
  color: rgba(24, 232, 71, 0.9); }

.color-21 {
  color: rgba(24, 232, 158, 0.9); }

.color-22 {
  color: rgba(24, 219, 232, 0.9); }

.color-23 {
  color: rgba(24, 133, 232, 0.9); }

#line-template {
  display: none; }

.aleft {
  text-align: left;
  padding-left: 5px; }

.aright {
  text-align: right;
  padding-right: 5px; }

.acenter {
  text-align: center; }

td.addkg:after {
  content: ' kg';
  font-size: .9em; }

span.merged {
  width: 100%;
  height: 25px;
  display: block;
  background-image: url(../images/merge-g.png);
  background-position: center left 60%;
  background-repeat: no-repeat;
  background-size: 25px;
  opacity: 0.2; }

section.pop div.table {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 20px; }

section.infinitywidth div.table {
  min-height: 600px; }

a.cvs.boton.table.small, form a.boton.small.table {
  position: relative !important;
  background-color: #047DB3;
  color: #FFFFFF !important;
  background-image: none !important;
  opacity: 1; }
  a.cvs.boton.table.small:hover, form a.boton.small.table:hover {
    opacity: .6; }

div.half {
  float: left;
  width: 48%;
  display: block;
  margin: 0 1% 20px 1%;
  clear: left; }
  div.half:nth-child(odd) {
    float: left;
    width: 48%;
    display: block;
    margin: 0 1% 20px 1%;
    clear: none; }
  div.half.lonely {
    margin: 0 auto;
    float: inherit; }

.dinabox {
  display: block;
  width: 300px;
  float: left;
  position: relative;
  margin: 5px;
  padding: 45px 10px 20px 10px;
  min-height: 400px;
  background-color: #f6f6f6;
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .dinabox.infinity {
    width: 350px;
    position: relative;
    margin: 5px; }
  .dinabox.personaltask {
    width: 400px;
    position: relative;
    background-color: #f0f0f0;
    border: 1px solid #e6e6e6; }
    .dinabox.personaltask .bloque {
      border-right: 1px solid #e6e6e6;
      border-bottom: 1px solid #e6e6e6; }
    .dinabox.personaltask.lista {
      width: 750px;
      background-color: white;
      border: none;
      padding-top: 0; }
  .dinabox.holder {
    border: 1px dashed #ccc !important;
    background-color: #f9f9f9; }
  .dinabox header {
    height: 33px;
    position: absolute !important;
    width: 100%;
    top: 0;
    left: 0;
    padding: 3px 0 3px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left: 5px; }
    .dinabox header .dinabox-folio {
      float: left;
      font-size: 20px;
      line-height: 1.5em;
      font-weight: bold;
      color: black;
      text-transform: uppercase; }
    .dinabox header .dinabox-fecha {
      float: left;
      font-size: 12px;
      color: #ccc;
      margin: 7px 0 0 10px; }
    .dinabox header .dinabox-fav {
      width: 15px;
      height: 20px;
      display: block;
      position: absolute;
      top: 5px;
      right: 35px;
      background-color: transparent;
      background-position: top center;
      background-size: 15px;
      background-repeat: no-repeat;
      background-image: url(../images/pin.png); }
      .dinabox header .dinabox-fav:hover, .dinabox header .dinabox-fav.fav {
        cursor: pointer;
        background-size: 12px;
        background-image: url(../images/pin2.png); }
    .dinabox header .dinabox-etiqueta {
      color: white;
      text-transform: uppercase;
      float: right;
      width: auto;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      -ms-border-radius: 15px;
      border-radius: 15px;
      padding: 3px 8px;
      display: block;
      position: absolute;
      font-size: 12px;
      top: 5px;
      right: 5px;
      font-weight: bold;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -ms-border-radius: 100px;
      border-radius: 100px;
      color: white;
      background-color: #ccc; }
      .dinabox header .dinabox-etiqueta.Moldes {
        background-color: #00cc00; }
      .dinabox header .dinabox-etiqueta.Fabricación {
        background-color: #9999ff; }
      .dinabox header .dinabox-etiqueta.Reparación {
        background-color: gray; }
    .dinabox header .circulos {
      width: 100%;
      display: block;
      position: absolute;
      margin-top: -35px; }
    .dinabox header .circulo-top {
      width: 25px;
      height: 25px;
      display: block;
      background-color: #f6f6f6;
      border-right: 1px solid #e0e0e0;
      border-bottom: 1px solid #e0e0e0;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      border-radius: 20px;
      float: left;
      cursor: pointer;
      margin-left: 5px; }
      .dinabox header .circulo-top.encargado {
        background: #45afce url(../images/usuarios.png) no-repeat center center;
        background-size: 15px; }
        .dinabox header .circulo-top.encargado.disenador {
          border: 1px solid #45afce; }
        .dinabox header .circulo-top.encargado.operador {
          background-color: #cccccc;
          border: 1px solid #ccc; }
      .dinabox header .circulo-top.diseno0, .dinabox header .circulo-top.diseno1 {
        background: #f0f0f0 url(../images/diseno1.png) no-repeat center left 7px;
        background-size: 15px; }
      .dinabox header .circulo-top.material0, .dinabox header .circulo-top.material1 {
        background: #f0f0f0 url(../images/material1.png) no-repeat center center;
        background-size: 15px; }
      .dinabox header .circulo-top.material1, .dinabox header .circulo-top.material0:hover {
        background-color: #32cd32;
        background-image: url(../images/material.png); }
      .dinabox header .circulo-top.diseno1, .dinabox header .circulo-top.diseno0:hover {
        background-color: #32cd32;
        background-image: url(../images/diseno.png); }
  .dinabox article {
    width: 60%;
    font-size: 12px;
    float: left;
    padding: 0 5px 5px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .dinabox article .bloque {
      position: relative;
      background-color: white;
      padding: 10px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      border-right: 1px solid #f0f0f0;
      border-bottom: 1px solid #f0f0f0;
      margin-bottom: 10px; }
      .dinabox article .bloque:hover .edit {
        display: block; }
    .dinabox article h2 {
      font-weight: normal;
      text-transform: uppercase;
      font-size: 1.3em; }
    .dinabox article h3 {
      color: #ccc;
      font-size: 1.1em;
      font-weight: bold; }
    .dinabox article p {
      padding-top: 3px;
      line-height: 1.5em;
      font-size: 12px;
      text-align: justify; }
  .dinabox .dinabox-botonest .boton {
    padding-left: 10px !important;
    text-align: center; }
  .dinabox .edit {
    display: none;
    top: 5px;
    right: 5px; }
    .dinabox .edit img {
      width: 20px;
      opacity: 0.4; }
    .dinabox .edit:hover img {
      opacity: 0.7; }
  .dinabox footer {
    position: absolute;
    float: left;
    width: 100%;
    opacity: 1;
    color: black;
    z-index: 1;
    margin-left: -10px;
    padding: 3px 10px;
    font-size: 11px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ccc;
    color: white;
    text-align: center;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left: 5px; }
    .dinabox footer .boton.table {
      width: 100%;
      background-color: rgba(128, 128, 128, 0.15);
      -webkit-border-radius: none !important;
      -moz-border-radius: none !important;
      -ms-border-radius: none !important;
      border-radius: none !important; }
      .dinabox footer .boton.table:hover {
        background-color: gray; }
      .dinabox footer .boton.table span {
        font-size: 3em;
        position: absolute;
        right: 3px;
        top: -7px; }
      .dinabox footer .boton.table.small {
        margin: 1px 0 1px 0 !important;
        padding: 4px 10px !important; }
    .dinabox footer.cotizado {
      background-color: #e6c200; }
    .dinabox footer.aprobada {
      background-color: #b9db13; }
    .dinabox footer.abierto {
      background-color: #ffdddd; }

table {
  width: 100%;
  text-align: center;
  border-spacing: 0;
  position: relative; }
  table .aleft {
    text-align: left;
    padding-left: 5px; }
  table .aright {
    text-align: right;
    padding-right: 5px; }
  table .acenter {
    text-align: center !important;
    padding-center !important: 5px; }

.hojarecibo table th.cuarenta {
  width: 40% !important; }

table tr.red {
  background-color: #ffc7c7; }
  table tr.red:nth-child(odd) {
    background-color: #ffaeae; }
    table tr.red:nth-child(odd) td {
      background-color: transparent; }

table tr.green {
  background-color: rgba(169, 200, 17, 0.4); }
  table tr.green:nth-child(odd) {
    background-color: rgba(169, 200, 17, 0.2); }
    table tr.green:nth-child(odd) td {
      background-color: transparent; }

table.vertical th {
  width: 30%;
  text-align: left;
  border-bottom: 1px solid white; }

table tr td.sumar {
  background-color: #00b09f;
  border: 1px dotted white; }
  table tr td.sumar:nth-child(odd) {
    background-color: #00c4b2;
    border: 1px dotted white; }

table tr:nth-child(odd) td.sumar {
  background-color: #009e8f;
  border: 1px dotted white; }
  table tr:nth-child(odd) td.sumar:nth-child(odd) {
    background-color: #00b2a1;
    border: 1px dotted white; }

table tr.line_folder td:first-child:before {
  content: '+';
  display: block;
  position: absolute;
  left: -15px;
  padding: 0 3px; }

table tr.line_folder.unfold td:first-child:before {
  content: '-'; }

table tr.line_topfold td {
  line-height: 1.2em; }

#sumatoria {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99999999; }

.sumatoria {
  float: right;
  background-color: white;
  padding: 10px;
  margin-left: 10px;
  border: 1px solid #009e8f;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.27);
  -moz-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.27);
  -ms-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.27);
  box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.27); }

table.secondleft td:nth-child(2), table.secondleft td:nth-child(3) {
  text-align: left; }

table .elevado, table .boton, table form a.boton.table, form table a.boton.table {
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f9f6f6;
  border-top: 1px solid white;
  border-left: 1px solid white; }

div.table table {
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f9f6f6;
  border-top: 1px solid white;
  border-left: 1px solid white; }

table {
  padding-left: 15px; }
  table td.boton {
    padding: 0 !important;
    color: #047DB3; }
    table td.boton:hover {
      color: white;
      background-color: #047DB3;
      background-repeat: no-repeat;
      background-position: right 2px top 2px;
      background-size: 10px;
      padding-left: 10px;
      background-image: url(../images/addw.png); }
  table a.botontabla, table form a.boton.table, form table a.boton.table {
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    cursor: pointer; }
  table .medida {
    background-repeat: no-repeat;
    background-position: left 2px center;
    background-size: 15px;
    padding-left: 15px; }
  table .kg {
    background-image: url(../images/tablas/kg.png); }
  table .gr {
    background-image: url(../images/tablas/gr.png); }
  table .money {
    background-image: url(../images/tablas/money.png); }
  table .l {
    background-image: url(../images/tablas/l.png); }
  table .ml {
    background-image: url(../images/tablas/ml.png); }
  table .t {
    background-image: url(../images/tablas/t.png); }
  table .pz {
    background-image: url(../images/tablas/pz.png); }
  table .percent {
    background-image: url(../images/tablas/percent.png); }

p.info {
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #666; }
  p.info:first-letter  {
    text-transform: capitalize; }

a.accion img, form a.boton.table img {
  width: 20px; }

table tbody td, table thead th {
  border-right: 1px solid white;
  border-top: none;
  position: relative; }

table th {
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
  color: #666;
  font-size: 12px; }
  table th:last-child {
    border-right: none; }

table thead th {
  font-size: 12px;
  text-align: center;
  background-color: #eee !important;
  color: #666;
  padding: 10px 6px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  table thead th.sorting {
    font-size: 14px;
    text-align: center;
    background-color: #f4fcff !important;
    color: #666;
    padding: 10px 6px;
    font-weight: 700; }

table td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 11px;
  font-weight: 400;
  padding: 5px 2px;
  color: #333;
  line-height: 1.4em; }
  table td.merged {
    background-image: url(../images/merge-g.png);
    background-position: center left 60%;
    background-repeat: no-repeat;
    background-size: 25px;
    opacity: 0.2; }
  table td li.listas {
    color: #333;
    list-style: none;
    text-align: left; }
  table td li.listas:nth-child(odd) {
    color: #666; }
  table td small {
    height: 15px; }
  table td li.listas.orden-material {
    margin: 2px 0;
    height: auto;
    vertical-align: middle;
    background-color: white;
    padding: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    table td li.listas.orden-material .label, table td li.listas.orden-material .weight, table td li.listas.orden-material .boton.tabla, table td li.listas.orden-material .avance {
      height: auto;
      vertical-align: middle;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: table-row;
      position: relative; }
    table td li.listas.orden-material .label {
      width: 200px;
      display: table-cell;
      padding: 3px 10px;
      border-bottom: 1px solid white; }
    table td li.listas.orden-material .weight {
      width: 150px;
      text-align: center;
      display: table-cell;
      border-bottom: 1px solid white; }
    table td li.listas.orden-material .boton.table {
      width: 40px !important;
      display: table-cell; }
    table td li.listas.orden-material .avance {
      width: 100px;
      text-align: left !important;
      display: table-cell; }
  table td li.listas:nth-child(odd) {
    color: #666; }
    table td li.listas.orden-material:nth-child(odd) .label, table td li.listas.orden-material:nth-child(odd) .weight, table td li.listas.orden-material:nth-child(odd) .avance {
      background-color: #f9f9f9; }

table.pro-pack td {
  vertical-align: top !important; }

table td li.listas.proform {
  height: auto;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-row;
  width: 100% !important; }
  table td li.listas.proform .folio, table td li.listas.proform .flejes, table td li.listas.proform .tara, table td li.listas.proform .neto {
    height: auto;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  table td li.listas.proform label {
    clear: none;
    height: 25px;
    padding: 0.1%;
    line-height: 2em;
    margin-left: 0;
    font-size: .8em;
    width: 9%;
    padding-left: 4px; }
  table td li.listas.proform input {
    clear: none;
    height: 25px;
    padding: .1%;
    line-height: 2em;
    margin-left: 0;
    font-size: .8em;
    width: 9%;
    text-align: center;
    width: 12.30%; }
    table td li.listas.proform input.flejetara {
      text-align: center;
      width: 9%; }
    table td li.listas.proform input:disabled {
      background-size: 6px !important; }
  table td li.listas.proform .label {
    width: 200px;
    display: table-cell;
    padding: 3px 10px;
    border-bottom: 1px solid white; }

table td li.listas.proform:nth-child(odd) .label {
  background-color: #f9f9f9; }

table td b {
  font-size: 1em;
  font-weight: 700; }

table tr {
  background-color: #f4fcff; }
  table tr td {
    background: rgba(0, 0, 0, 0.01); }
  table tr:nth-child(odd) {
    background-color: rgba(238, 238, 238, 0.5); }
  table tr td:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.08); }

table.hover tr:hover {
  background: black;
  background: rgba(0, 0, 0, 0.02); }

table.firsten td:first-child {
  font-weight: bold; }

table.firstright td:first-child {
  text-align: right; }

.dtticons {
  width: 10px; }

table td.edit {
  padding: 3px 0px 3px 3px; }
  table td.edit:hover {
    background-color: #B8DAE8; }

.red, .redred, .green {
  font-weight: 400; }

p.paginado {
  text-align: center;
  color: #999;
  font-size: 13px; }
  p.paginado a, p.paginado form a.boton.table, form p.paginado a.boton.table {
    color: blue; }

table#items {
  border: none;
  background: black;
  background: rgba(0, 0, 0, 0.02); }
  table#items th {
    border: none; }
  table#items td {
    border: none;
    border-bottom: 1px solid #E5EAEA; }

a.boton.table, form a.boton.table {
  margin: 1px auto !important;
  float: inherit !important;
  display: inline-block;
  padding: 5px 9px 4px 9px;
  width: 100%;
  text-align: center;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  border-radius: 3px !important;
  clear: right; }
  a.small.boton.table, form a.boton.table {
    margin: 1px 0 !important;
    padding: 3px 4px !important; }
  a.mid.boton.table, form a.boton.table {
    padding: 5px 10px 4px 10px;
    margin-bottom: 1px; }

table a.botontabla, table form a.botontabla.boton.table, form table a.botontabla.boton.table {
  width: 100%;
  height: 100%;
  display: block; }

.saldo {
  padding-left: 3%;
  font-size: 13px;
  color: #333; }
  .saldo:first-child {
    padding-left: 0; }
  .saldo b {
    text-transform: uppercase;
    font-size: .9em; }
  .saldo.saldoinicial b {
    color: #a2d1e7; }
  .saldo.ingresos b {
    color: #1d98d1; }

h3.ingresos {
  color: #1d98d1; }

.saldo.egresos b, h3.egresos {
  color: red; }

.saldo.saldoa b, h3.saldoa {
  color: blue; }

#ptabla {
  margin: 20px 0;
  float: left;
  width: 100%;
  clear: both; }
  #ptabla a.remove {
    font-weight: 400;
    color: black; }
    #ptabla a.remove:hover {
      font-weight: 400;
      color: #666; }

.textright {
  text-align: right; }

.textcenter {
  text-align: center; }

#ptabla label.red {
  background-color: #E05A53; }

#ptabla label.blue {
  background-color: #0087CF; }

#ptabla input[type=text], #ptabla input[type=number] {
  width: 100%; }

#ptabla select {
  width: 100%; }

#ptabla textarea {
  width: 100%;
  height: 75px; }

#ptabla td.pesos input[type=text] {
  width: 27%;
  margin: 2px 0;
  text-align: center; }

#ptabla td.peso input[type=text] {
  text-align: center; }

#ptabla td.pesos label {
  width: 23%;
  margin: 2px 0;
  clear: none;
  padding-right: 3px; }

form.basico.compra .added {
  right: -316.5%; }

a.bigadd, form a.bigadd.boton.table, a.botonbigadd, form a.botonbigadd.boton.table {
  width: 160px;
  height: 34px;
  padding-right: 50px;
  padding-top: 4px;
  background: url(../images/bigadd.png) no-repeat top right;
  display: block;
  text-align: right;
  line-height: 2em;
  color: white;
  opacity: .3;
  float: right;
  margin-top: 20px;
  font-size: 14px;
  cursor: pointer; }

p.waiting {
  width: 160px;
  font-size: 11px;
  text-align: right;
  margin-top: 100px;
  margin-right: 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50;
  color: black; }
  p.waiting img {
    vertical-align: middle;
    display: inline-block;
    width: 20px; }

a.bigadd:hover, form a.bigadd.boton.table:hover {
  opacity: .7; }

table#pcompra, table.detallesform, table.formtable {
  background-color: transparent; }

table#pcompra th, table.detallesform th {
  background-color: transparent; }

table#pcompra tr, table.detallesform tr {
  background-color: transparent; }
  table#pcompra tr:nth-child(odd) td, table.detallesform tr:nth-child(odd) td {
    background-color: transparent; }

table#pcompra th, table#pcompra td {
  border: none;
  padding-right: 1px;
  padding-left: 1px; }

table#pcompra .pesosk {
  width: 27%; }

table.detallesform th, table.detallesform td {
  border: none;
  padding-right: 3px;
  padding-left: 3px; }

table#pcompra th, table.detallesform th {
  color: #047DB3;
  font-size: 12px;
  font-weight: bold; }

#recibohold {
  position: relative;
  width: auto;
  width: 800px;
  margin: 10px auto;
  padding: 0 0 60px 0;
  display: block;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, #7CC4E4), color-stop(50%, #7CC4E4), color-stop(51%, #0087CF), color-stop(100%, #0087CF));
  background: -webkit-linear-gradient(-45deg, #7CC4E4 50%, #7CC4E4 50%, #0087CF 51%, #0087CF 100%);
  background: linear-gradient(135deg, #7CC4E4 50%, #7CC4E4 10%, #0087CF 10%, #0087CF 10%);
  -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.27);
  -moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.27);
  -ms-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.27);
  box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.27); }
  #recibohold canvas {
    border: none; }
  #recibohold h3 {
    font-weight: 300;
    margin: 0 0 30px 0;
    color: white; }

.hojarecibo {
  width: 100%;
  max-width: 960px;
  height: auto;
  margin: 0 0 10px 0;
  display: block;
  border: none !important;
  background-color: white;
  position: relative;
  padding: 20px; }
  .hojarecibo.ready {
    padding: 20px; }
  .hojarecibo .importe {
    font-size: 12px;
    color: #333;
    margin-top: 20px; }

div.abright {
  position: absolute;
  top: 40px;
  right: 20px;
  text-align: right;
  font-size: 14px; }
  div.abright .fecha {
    font-size: 13px;
    color: #666; }

header.recibo {
  height: 60px;
  width: 100%;
  display: block;
  overflow: hidden;
  background-color: #FFFFFF;
  top: 0;
  left: 0; }
  header.recibo.nota {
    height: 90px; }
  header.recibo h1 {
    font-weight: 300;
    font-size: 20px;
    margin-top: 15px;
    color: black; }
    header.recibo h1 img {
      display: inline;
      vertical-align: middle;
      width: 140px;
      margin-top: -15px; }
  header.recibo h1.nota-remision {
    font-weight: 300;
    font-size: 20px;
    margin-top: 36px;
    color: black;
    padding: 6px 5px; }
    header.recibo h1.nota-remision img {
      display: inline;
      vertical-align: middle;
      width: 140px; }
  header.recibo.paginas h1 {
    font-size: 14px;
    margin-top: 10px; }
    header.recibo.paginas h1 img {
      width: 100px;
      margin-top: -10px; }

table.recibo, table.datosgenerales {
  position: relative;
  height: auto;
  display: inline-block;
  width: 100%;
  margin-left: -20px;
  border-top: 1px solid #f0f0f0; }

.hojarecibo table tr td, .hojarecibo table tr:nth-child(odd) td {
  background-color: transparent; }

.hojarecibo table.tabla tr th, .hojarecibo table.tabla tr:nth-child(odd) th {
  background-color: transparent; }

.hojarecibo table tr {
  background-color: transparent; }
  .hojarecibo table tr:nth-child(odd) {
    background-color: transparent; }

table.datosgenerales {
  border-bottom: 1px solid #f0f0f0;
  margin-top: 1px;
  position: relative;
  height: auto;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin-top: 10px; }
  table.datosgenerales td {
    width: 30%;
    background-color: transparent;
    text-align: left; }
  table.datosgenerales tr td, table.datosgenerales tr:nth-child(odd) td {
    background-color: white !important; }
  table.datosgenerales td {
    width: 30%;
    background-color: transparent;
    text-align: left; }
  table.datosgenerales tr td, table.datosgenerales tr:nth-child(odd) td {
    background-color: white !important; }

.hojarecibo table.datosgenerales tr td:first-child {
  width: 20%; }

.hojarecibo table tr.white {
  background-color: white; }
  .hojarecibo table tr.white.top {
    border-top: 1px solid #f0f0f0; }
  .hojarecibo table tr.white th {
    padding: 7px 0;
    background-color: rgba(0, 0, 0, 0.03); }

.hojarecibo table td {
  padding: 4px 0; }

.hojarecibo table th {
  font-size: 12px; }

.hojarecibo table tr td:first-child {
  text-align: left; }

.hojarecibo table tr th:first-child {
  text-align: left;
  font-weight: bold;
  width: 23%; }

.hojarecibo table td {
  width: 10%; }

td.btn-rth {
  padding-right: 10px;
  position: relative; }
  td.btn-rth .btn-t-rth {
    max-height: 20px !important;
    width: 20px;
    display: block;
    background-color: #009e8f;
    color: white;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px;
    right: 0;
    height: 50%;
    margin-top: -30px; }
    td.btn-rth .btn-t-rth:hover {
      background-color: #7CC4E4; }

div.in-ta {
  clear: right;
  width: 210px;
  margin: 3px 0;
  display: block;
  height: 30px; }
  div.in-ta label {
    width: 150px;
    max-width: 150px;
    background-color: #7CC4E4;
    max-height: 30px;
    min-height: 30px;
    display: block;
    float: left;
    color: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 3px 3px 3px; }
  div.in-ta input {
    width: 60px;
    min-height: 30px;
    max-height: 30px;
    display: block;
    float: left;
    margin: 0 !important;
    border: none;
    text-align: right;
    padding: inherit 3px;
    font-size: 11px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

#recibohold h3 {
  font-weight: 300;
  margin: 0 0 30px 0;
  color: white; }

.hojarecibo .firma {
  width: 250px;
  position: absolute;
  top: -45px;
  margin-left: 50px; }

li.listas.packpro  {
  width: 100%;
  display: block;
  float: left; }

tr:hover > td.eliminar > .deathnote {
  display: block; }

td.eliminar:hover > .deathnote {
  display: block; }

td.eliminar .deathnote {
  display: none;
  position: absolute;
  right: 0;
  margin-top: -25px;
  margin-right: -20px;
  cursor: pointer;
  opacity: 0.5; }
  td.eliminar .deathnote:hover {
    opacity: 1; }

table.darkhead {
  width: 100%;
  text-align: left;
  table-layout: fixed;
  margin-bottom: 3px; }
  table.darkhead th, table.darkhead thead th {
    font-weight: normal !important;
    background-color: black !important;
    color: white;
    padding: 2px;
    border: none; }
  table.darkhead td {
    background-color: white;
    color: #333; }
    table.darkhead td b {
      color: #333; }
  table.darkhead.packingpro td {
    font-size: 11px;
    padding: 1px 2px !important;
    text-transform: uppercase;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    color: #333; }
    table.darkhead.packingpro td:first-child {
      border-left: 1px solid #999; }
  table.darkhead.detalles td {
    vertical-align: top;
    border-right: 1px solid #999;
    padding: 2px !important; }
    table.darkhead.detalles td:first-child {
      border-left: 1px solid #999; }
  table.darkhead.detalles tr.white.top td {
    border-left: none;
    border-top: 1px solid #999 !important; }
  table.darkhead.detalles tr.white td:first-child {
    border-left: none; }
  table.darkhead.detalles tr.white td:last-child {
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    text-align: right; }
  table.darkhead.detalles .white td {
    border-right: 0;
    padding: 2px; }
  table.darkhead.detalles .white th {
    text-align: right;
    padding: 1px 5px !important; }

th.quince {
  width: 15% !important; }

.cultyvo-filter {
  float: right;
  top: 20px;
  right: 20px;
  width: auto; }

input.cultyvo-filter-search {
  display: inline-block;
  width: 200px !important;
  height: 26px !important;
  padding: 4px;
  border: 1px solid #f0f0f0 !important;
  margin: 0 !important; }
  input.cultyvo-filter-search:focus {
    outline: none; }

.cultyvo-filter-sort {
  color: black;
  cursor: pointer; }

.cultyvo-filter-button {
  padding: 6px 10px;
  border-radius: 2px;
  border: none;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background-color: #047DB3;
  height: 26px;
  margin-left: 5px;
  cursor: pointer; }
  .cultyvo-filter-button:hover, .cultyvo-filter-button.active {
    background-color: #009e8f; }

.cultyvo-filter-sort:hover {
  text-decoration: none;
  border-bottom: 1px solid #009e8f;
  margin-top: -1px; }

.cultyvo-filter-sort:focus {
  outline: none; }

.cultyvo-filter-button:focus {
  outline: none; }

.cultyvo-filter-sort.asc, .cultyvo-filter-sort.desc {
  border-bottom: 1px solid #047DB3; }

.cultyvo-filter-sort:after {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  position: absolute;
  top: 4px;
  right: 5px;
  border-bottom: 5px solid transparent; }

.cultyvo-filter-sort.asc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  position: absolute;
  top: 4px;
  right: 5px;
  border-top: 5px solid #fff; }

.cultyvo-filter-sort.desc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  position: absolute;
  top: 4px;
  right: 5px;
  border-bottom: 5px solid #fff; }

.lineaTop {
  border-top: 1px solid #c9c9c9; }

.bigHead {
  padding-top: 20px;
  font-size: 14px; }

ul.cultyvo-paginacion {
  display: inline-block;
  text-align: center;
  width: 100%; }
  ul.cultyvo-paginacion li {
    list-style: none;
    display: inline-block;
    text-align: center;
    margin: 0 1px;
    font-size: 11px; }
    ul.cultyvo-paginacion li .page {
      color: #047DB3;
      padding: 3px 6px;
      background-color: #E8F5F9; }
    ul.cultyvo-paginacion li.active a, ul.cultyvo-paginacion li .page:hover {
      font-size: 14px;
      color: #009e8f; }

table.trselect tr:hover, table.trselect tr.activo {
  background-color: rgba(69, 175, 206, 0.2) !important; }

.entrada-salida {
  float: left;
  clear: left;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 3px 5px 3px 5px;
  margin: 1px 0;
  position: relative;
  padding-right: 30px; }
  .entrada-salida small {
    font-size: 0.95em;
    text-transform: lowercase;
    color: #666; }
    .entrada-salida small.comment_ {
      padding-left: 5px;
      display: inline-block; }
      .entrada-salida small.comment_:before {
        content: '- ';
        margin-left: -5px; }

.notas-post {
  width: 22px;
  height: 22px;
  display: inline-block;
  overflow: hidden;
  background-image: url(../images/note-colors.png);
  background-position: center left -3px;
  background-repeat: no-repeat;
  background-size: 150px; }
  .notas-post.notas-verde {
    background-position: center left -28px; }
  .notas-post.notas-naranja {
    background-position: center left -52px; }
  .notas-post.notas-azul {
    background-position: center left -76px; }
  .notas-post.notas-rosa {
    background-position: center left -100px; }
  .notas-post.notas-roja {
    background-position: center left -124px; }

tr.movimiento .cancel {
  opacity: 0; }

tr.movimiento:hover {
  background-color: rgba(50, 205, 50, 0.05) !important; }
  tr.movimiento:hover .cancel {
    opacity: 1; }

#alertas, #control-bar, #nav, nav, .accesorapido, .boton, .omitirImpresion, form a.boton.table, input[type=submit], .mfp-close, .cultyvo-paginacion, .cultyvo-filter, #notcounter, #notificaciones, .filtros_, .opcionesMod, .phide, .edit, .eliminar, .waiting, .alertas, .mfp-preloader, footer {
  display: none !important; }

.combobox, .custom-combobox-input, .ui-state-highlight, .custom-combobox, #inner-editor, .ui-autocomplete-input, .charts, #line-template.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content, .custom-combobox-toggle, span.custom-combobox, .custom-combobox-input, .ui-menu-item, input.ui-autocomplete-input, .ui-autocomplete, .ui-widget-content {
  display: none !important; }

#inner-editor, .ui-helper-hidden-accessible {
  display: none !important; }

@page {
  margin: 5mm 5mm 5mm 5mm;
  background-color: transparent !important; }

span.orange {
  color: orange; }

span.red {
  color: red; }

span.green {
  color: green; }

body {
   /* margin: 5mm 5mm 5mm 5mm;  */
   margin: 15px 3px 30px 0px;
   font-weight: 300;
   padding-top: 20px;
   font-weight: lighter;
   font-family: arial, sans-serif;
   width: 950px;
   /* margin: 0 0 10px 0; */
   /* padding: 10px;
   padding-left: 0; */
   /* margin-left: 0; */
   /* margin: 0; */
   padding: 0;
  display: block;
  font-size: 11px;
  background-color: white;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  body.onPop section {
    display: none !important; }
    body.onPop section.pop {
      display: block; }
      body.onPop section.pop .custom-combobox-input {
        display: none !important; }
  body.onPop .custom-combobox-input {
    display: none !important; }
  body.print section {
    display: none !important; }
  body.print header.header {
    display: none !important; }
  body.print .custom-combobox-input {
    display: none !important; }

.openMenu, .mfp-bg {
  display: none; }

.mfp-container.mfp-s-ready.mfp-inline-holder {
  margin-top: 0;
  height: auto;
  background-color: transparent !important; }
  .mfp-container.mfp-s-ready.mfp-inline-holder:before {
    content: inherit; }

.mfp-content {
  margin: 0 !important;
  background-color: transparent !important; }

.acenter {
  text-align: center; }

header, .pdfhead, header.header {
  width: 100%;
  display: block;
  overflow: hidden;
  background-color: transparent;
  position: relative;
  height: 40px;
  margin-top: -30px;
  margin-left: 10px; }
  header div, .pdfhead div, header.header div {
    display: none; }

h1 {
  font-weight: 300;
  font-size: 17px;
  margin-top: 15px;
  margin-bottom: 0;
  color: #333;
  text-transform: uppercase; }
  h1 img {
    display: inline;
    vertical-align: middle;
    width: 60px;
    margin-top: -5px; }
    h1 img.arrowr {
      width: 10px;
      margin-top: -2px;
      margin-left: 10px; }

h2, h3, h4 {
  font-weight: 500;
  font-size: 20px;
  margin: 0;
  text-transform: uppercase; }

section, form {
  display: block;
  margin: 10px;
  padding: 0; }
  section.pop, form.pop {
    position: absolute;
    top: 0;
    margin: 0 !important;
    margin-top: 60px !important;
    width: 95% !important;
    border-top: none;
    background-color: transparent; }

.table h4, form a.boton.table h4 {
  clear: left;
  font-size: 15px;
  padding-top: 15px; }

h2.seccion {
  display: none !important; }

table {
  display: block !important;
  width: 95%;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

div.table {
  margin: 0 20px; }
  div.table table {
    width: 95%;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    div.table table td {
      font-size: 9px;
      width: auto;
      max-width: auto;
      text-align: center; }
      div.table table td.aleft {
        text-align: left; }
      div.table table td.aright {
        text-align: right; }
  div.table .info {
    font-size: 8px;
    margin-top: 0;
    margin-bottom: 0; }

.topinfo {
  margin: 10px 1% 0 1%;
  width: 100%;
  float: left; }
  .topinfo .saldo {
    width: 25%;
    height: 20px;
    display: block;
    float: left;
    text-align: left;
    overflow: hidden;
    font-size: 9px;
    color: black;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .topinfo .saldo b {
      width: 60%;
      text-align: right;
      float: left;
      text-transform: uppercase;
      display: block;
      font-weight: bold;
      color: #666;
      margin-right: 5px;
      font-size: 8px; }
    .topinfo .saldo:nth-child(4n + 4):before {
      content: '';
      width: 100%;
      display: block;
      clear: both; }
    .topinfo .saldo:nth-child(5n + 5):after {
      padding-left: 0 !important; }

table {
  border-spacing: 0;
  width: 95%;
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  table th {
    font-weight: 400;
    font-size: 9px;
    text-align: center;
    width: auto;
    text-transform: uppercase;
    background-color: transparent !important;
    color: black;
    padding: 10px 0;
    font-weight: 700;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }
    table th:last-child {
      border-right: none; }
  table td {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: auto;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 400;
    color: #333;
    line-height: 1.1em; }
    table td.acenter {
      text-align: center; }
    table td.aleft {
      text-align: left; }
    table td.aright {
      text-align: right; }
    table td.medida.money {
      text-align: right;
      width: 50px; }
    table td li.listas {
      color: #333;
      list-style: none;
      text-align: left; }
    table td li.listas:nth-child(odd) {
      color: #666; }
    table td b {
      font-size: 1em;
      font-weight: 700; }
    table td .diferenciar {
      float: left;
      clear: left;
      padding: 3px;
      margin: 1px 0 !important; }
  table tr {
    background: transparent !important; }
    table tr:nth-child(odd) {
      background: transparent !important; }
    table tr.entradasysalidasde:before {
      content: 'CONCENTRADO DE '; }
    table tr.lineadeTotal td {
      font-size: 10px;
      border-top: 1px solid #ccc !important;
      border-bottom: 10px solid white !important;
      background-color: white; }
      table tr.lineadeTotal td.entradasysalidasde:before {
        content: ''; }
    table tr.grand td {
      border-bottom: 15px solid white !important; }
      table tr.grand td:first-child {
        border-top: 1px solid transparent !important; }

thead {
  display: table-header-group; }

tbody {
  display: table-row-group; }

.diferenciar {
  margin: 10px 0;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.035);
  height: auto;
  overflow: hidden;
  position: relative;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .diferenciar.dark {
    background-color: rgba(0, 0, 0, 0.3); }
  .diferenciar.detalles {
    margin: 5px 0; }
  .diferenciar input, .diferenciar select {
    border: 1px solid #f0f0f0; }
  .diferenciar label {
    font-size: 12px; }
  .diferenciar h4 {
    margin-top: -5px;
    font-size: 15px;
    margin-bottom: 10px; }
  .diferenciar table input, .diferenciar table select {
    border: none; }

.lista-cultyvo {
  clear: both;
  list-style: none;
  font-size: 12px; }
  .lista-cultyvo li {
    padding: 7px 6px;
    float: left;
    width: 100%;
    margin: 2px 0;
    background-color: rgba(255, 255, 255, 0.3); }
    .lista-cultyvo li .key, .lista-cultyvo li .val {
      float: left; }
    .lista-cultyvo li .key {
      width: 20%;
      font-size: 1em;
      text-transform: uppercase;
      font-weight: lighter;
      color: #eff8fb;
      text-align: right; }
      .lista-cultyvo li .key:after {
        content: ':'; }
    .lista-cultyvo li .val {
      float: 80%;
      padding-left: 5%;
      font-size: 1.1em;
      color: #E8F5F9;
      text-align: right;
      vertical-align: middle;
      display: table-cell; }
  .lista-cultyvo.c2 li {
    width: 49%;
    margin: 2px 0.5%; }
    .lista-cultyvo.c2 li .key {
      width: 40%; }
    .lista-cultyvo.c2 li .val {
      width: 60%; }
  .lista-cultyvo.c3 li {
    width: 32%;
    margin: 2px 0.5%; }
    .lista-cultyvo.c3 li .key {
      width: 40%; }
    .lista-cultyvo.c3 li .val {
      width: 60%; }

.lista-cultyvo.importante li {
  padding: 4px; }
  .lista-cultyvo.importante li .val {
    font-size: 1.4em; }

.lista-cultyvo.importante.big .val {
  font-size: 2em; }

.Labelbox {
  width: 15px;
  height: 15px;
  background-color: white;
  border: 1px solid #f0f0f0;
  display: block;
  padding: 0;
  margin: 0 auto;
  cursor: pointer; }
  .Labelbox.activo, .Labelbox.activo.disabled {
    background: rgba(255, 255, 255, 0.9) url(../images/forms/checked.png) no-repeat center center;
    background-size: 12px;
    box-shadow: none; }
  .Labelbox.disabled {
    background: rgba(255, 255, 255, 0.9) url(../images/bad.png) no-repeat center center;
    background-size: 10px;
    box-shadow: none; }

.cenefa {
  display: block;
  width: 100%;
  text-align: center;
  clear: both;
  color: white;
  font-size: 10px;
  float: left;
  margin: 7px 0; }

.reciboChori {
  -webkit-print-color-adjust: exact;
  background-color: transparent; }
  .reciboChori table {
    margin: 10px 0;
    font-weight: normal;
    background-color: transparent !important;
    border-spacing: 0; }
    .reciboChori table tr {
      border-spacing: 0;
      background-color: transparent !important; }
      .reciboChori table tr th {
        border-spacing: 0;
        padding: 0;
        letter-spacing: inherit; }
      .reciboChori table tr td {
        border-spacing: 0;
        padding: 0;
        color: black;
        font-size: 12px !important; }
      .reciboChori table tr.white td {
        text-align: right;
        padding-right: 0;
        font-weight: normal;
        background-color: transparent !important;
        font-size: 12px !important;
        color: black !important; }
      .reciboChori table tr.white th {
        padding: 0;
        text-align: left; }
    .reciboChori table.comprobante {
      font-weight: normal;
      font-size: 12px;
      text-transform: uppercase;
      text-align: left;
      background-color: transparent !important;
      border: none; }
      .reciboChori table.comprobante tr, .reciboChori table.comprobante td, .reciboChori table.comprobante th {
        margin: 0;
        border: none;
        letter-spacing: inherit;
        padding: 0;
        font-size: 12px;
        font-weight: normal; }
      .reciboChori table.comprobante tr th:first-child {
        width: 170px;
        text-align: left; }
  .reciboChori h3 {
    font-size: 1.1em;
    color: black;
    text-align: center; }
    .reciboChori h3.comprobante {
      color: black;
      text-align: center;
      text-transform: uppercase;
      font-size: 1.2em;
      padding: 3px 2px 2px 2px;
      border-top: 1px dashed black;
      border-bottom: 1px dashed black;
      margin-bottom: 10px;
      background-color: transparent !important; }
  .reciboChori p {
    font-weight: normal;
    color: black;
    background-color: transparent !important; }
    .reciboChori p b {
      color: black; }
    .reciboChori p.sucursaltop {
      text-transform: uppercase;
      text-align: center;
      font-size: 11px;
      width: 90%;
      margin: 0 auto; }
    .reciboChori p.comprobante {
      font-weight: normal;
      font-size: 11px;
      text-transform: uppercase;
      text-align: left;
      background-color: transparent !important; }
      .reciboChori p.comprobante b {
        color: black; }
    .reciboChori p.small {
      font-size: 11px; }
    .reciboChori p.cancelado {
      position: absolute;
      top: 50%;
      left: 0;
      color: rgba(255, 0, 0, 0.4);
      font-size: 50px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      border: 4px solid rgba(255, 0, 0, 0.4); }
