@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; }

@font-face {
  font-family: "Muli-Regular";
  font-weight: normal;
  src: url("../images/fonts/Muli-Regular.ttf") format("truetype"); }
@font-face {
  font-family: "Muli-Bold";
  font-weight: bold;
  src: url("../images/fonts/Muli-Bold.ttf") format("truetype"); }
@font-face {
  font-family: "Muli-Black";
  font-weight: bold;
  src: url("../images/fonts/Muli-Black.ttf") format("truetype"); }
.w100, .lista-cultyvo li, .lista-cultyvo li .key, .lista-cultyvo li .val, form.basico.left, div.left#basicstyle, .scanner .interface {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#debugg {
  overflow: scroll;
  height: 600px; }

section#login {
  height: 100vh;
  width: 100%;
  position: relative;
  padding: 60px 6px;
  display: grid;
  place-items: center;
  overflow: auto;
  background-color: #FAFAFA;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  section#login form, section#login div#basicstyle {
    max-width: 400px;
    background: white;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    width: 100%;
    z-index: 2;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
    -webkit-box-shadow: 0px 8px 16px 2px rgba(141, 151, 162, 0.35);
    -moz-box-shadow: 0px 8px 16px 2px rgba(141, 151, 162, 0.35);
    -ms-box-shadow: 0px 8px 16px 2px rgba(141, 151, 162, 0.35);
    box-shadow: 0px 8px 16px 2px rgba(141, 151, 162, 0.35);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    section#login form h3, section#login div#basicstyle h3 {
      margin: 20px 0px; }
    section#login form .form-group, section#login div#basicstyle .form-group {
      display: inline-block;
      width: 100%;
      position: relative;
      margin-bottom: 16px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      section#login form .form-group label, section#login div#basicstyle .form-group label {
        background: white;
        padding: 0 10px;
        color: #333;
        font-size: 12px;
        font-weight: 600;
        line-height: 42px;
        position: absolute;
        top: 2px;
        left: 7px;
        transform: scale(1) translate(0, 0, 0);
        transform-origin: left top;
        transition: all 0.2s linear;
        z-index: 2;
        max-width: calc( 100% - 8px );
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
      section#login form .form-group input, section#login div#basicstyle .form-group input {
        font-size: 16px;
        background: white;
        border: solid 1px #D6DBDF;
        box-shadow: none;
        display: block;
        width: 100%;
        color: #4D4D4D;
        font-weight: 600;
        height: 46px;
        margin: 0;
        line-height: 44px;
        padding: 0 16px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px; }
        section#login form .form-group input:focus, section#login div#basicstyle .form-group input:focus {
          border-bottom: none !important; }
      section#login form .form-group.focused label, section#login div#basicstyle .form-group.focused label, section#login form .form-group.filled label, section#login div#basicstyle .form-group.filled label {
        font-size: 12px;
        top: -10px;
        line-height: 20px; }
      section#login form .form-group.focused input, section#login div#basicstyle .form-group.focused input, section#login form .form-group.filled input, section#login div#basicstyle .form-group.filled input {
        outline: none;
        box-shadow: 0px 0px 0px 1px #A7B733 inset; }
    section#login form input.submit_login, section#login div#basicstyle input.submit_login {
      border: solid 1px transparent;
      padding: 0 24px;
      line-height: 48px;
      font-size: 15px;
      font-weight: 500;
      letter-spacing: 0px;
      min-width: 125px;
      height: auto !important;
      width: 100% !important;
      background: #A7B733;
      font-family: "Muli-Bold";
      text-decoration: none;
      display: inline-block;
      zoom: 1;
      white-space: nowrap;
      vertical-align: middle;
      text-align: center;
      cursor: pointer;
      user-select: none;
      margin: 10px 0;
      color: white;
      float: none !important;
      position: relative;
      -webkit-border-radius: 28px;
      -moz-border-radius: 28px;
      -ms-border-radius: 28px;
      border-radius: 28px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      section#login form input.submit_login:hover, section#login div#basicstyle input.submit_login:hover {
        background: rgba(77, 77, 77, 0.47); }
  section#login::-webkit-scrollbar {
    display: none; }

* {
  padding: 0;
  margin: 0; }

canvas {
  border: none !important;
  outline: none !important; }

html, body {
  min-height: 100%;
  display: block;
  overflow-x: hidden;
  background-color: #E6E8F0; }

img {
  display: block;
  background: none;
  border: none; }

.hide {
  display: none !important; }

.w_full {
  width: 100% !important;
  max-width: 100% !important; }

.no-clear {
  clear: none !important; }

.pointer, .icono.evento {
  cursor: pointer; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  border: 1px solid transparent;
  -webkit-text-fill-color: #4D4D4D;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s; }

input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: none; }

pre.error {
  font-family: "Muli-Regular";
  width: 100%;
  max-width: 800px;
  padding: 40px 20px 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  white-space: pre-wrap;
  background-color: #333;
  color: #fcfcfc;
  position: absolute;
  z-index: 30000;
  left: 50%;
  top: 20px;
  margin-left: -400px;
  -webkit-box-shadow: 2px 1px 4px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 2px 1px 4px rgba(50, 50, 50, 0.25);
  -ms-box-shadow: 2px 1px 4px rgba(50, 50, 50, 0.25);
  box-shadow: 2px 1px 4px rgba(50, 50, 50, 0.25); }
  pre.error code {
    font-family: "Muli-Regular";
    font-weight: 100; }
  pre.error:before {
    content: "  manu";
    color: #009ee0;
    font-size: 1.1em;
    clear: both;
    float: left;
    position: absolute;
    top: 5px;
    left: 5px;
    text-transform: lowercase; }
  pre.error:after {
    content: "(      ) ERROR - Si el problema persiste reporte a soporte@cultyvo.com";
    color: #fcfcfc;
    font-size: 1.1em;
    clear: both;
    float: left;
    position: absolute;
    top: 5px;
    left: 5px;
    text-transform: lowercase; }

body {
  font-family: "Muli-Regular";
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out; }
  body.infinitywidth {
    width: auto;
    overflow: scroll;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden; }
    body.infinitywidth header {
      max-width: 100%;
      position: fixed; }
    body.infinitywidth section {
      margin-top: 65px;
      width: auto; }
  body.menu .modal-openMenu {
    z-index: 9;
    display: block; }
  body.menu #nav {
    margin-left: 0; }
    body.menu #nav .openMenu {
      margin-left: 0; }
      body.menu #nav .openMenu .hamburger {
        opacity: 1;
        transform: rotate(45deg) translate(-2px, -1px);
        background: #FFFFFF; }
        body.menu #nav .openMenu .hamburger:nth-last-child(3) {
          opacity: 0;
          transform: rotate(0deg) scale(0.2, 0.2); }
        body.menu #nav .openMenu .hamburger:nth-last-child(2) {
          transform: rotate(-45deg) translate(0, -1px); }
        body.menu #nav .openMenu .hamburger:nth-last-child(1) {
          transform: rotate(45deg) translate(-5px, -10px); }

span.red, small.red, h1.red, h2.red, h3.red, h4.red, h5.red, p.red, i.red {
  color: red !important; }
  span.red.downred, small.red.downred, h1.red.downred, h2.red.downred, h3.red.downred, h4.red.downred, h5.red.downred, p.red.downred, i.red.downred {
    color: #ffd9d9; }
span.yellow, small.yellow, h1.yellow, h2.yellow, h3.yellow, h4.yellow, h5.yellow, p.yellow, i.yellow {
  color: #d9d900 !important; }
span.green, small.green, h1.green, h2.green, h3.green, h4.green, h5.green, p.green, i.green {
  color: #A7B733 !important; }
span.orange, small.orange, h1.orange, h2.orange, h3.orange, h4.orange, h5.orange, p.orange, i.orange {
  color: orange !important; }
span.purple, small.purple, h1.purple, h2.purple, h3.purple, h4.purple, h5.purple, p.purple, i.purple {
  color: purple !important; }
span.blue, small.blue, h1.blue, h2.blue, h3.blue, h4.blue, h5.blue, p.blue, i.blue {
  color: blue !important; }
span.gray, small.gray, h1.gray, h2.gray, h3.gray, h4.gray, h5.gray, p.gray, i.gray {
  color: gray !important; }

.cenefa {
  display: block;
  width: 100%;
  text-align: center;
  clear: both;
  color: white;
  font-size: 10px;
  float: left;
  margin: 7px 0; }

.hide, .checkito.hide {
  display: none !important; }

.mayusculas {
  text-transform: uppercase; }

.tcenter {
  text-align: center; }

.tright {
  text-align: right; }

.tleft {
  text-align: left; }

.no-background {
  background-color: transparent !important; }

.checks {
  cursor: pointer; }

div.dashboard_indicadores, div.btns_acceso_rapido {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  background-color: #F7FAFF;
  position: relative;
  margin: 0 auto 1rem auto;
  padding: 20px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  div.dashboard_indicadores .indicador_dash, div.btns_acceso_rapido .indicador_dash {
    width: calc(20% - 1rem);
    margin-bottom: 1rem; }
    div.dashboard_indicadores .indicador_dash a, div.btns_acceso_rapido .indicador_dash a {
      color: #FFFFFF; }
    div.dashboard_indicadores .indicador_dash.ventas, div.btns_acceso_rapido .indicador_dash.ventas {
      background-color: #A7B733;
      padding: 15px;
      color: #FFFFFF;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px; }
      div.dashboard_indicadores .indicador_dash.ventas h6, div.btns_acceso_rapido .indicador_dash.ventas h6 {
        text-transform: uppercase;
        font-size: 15px; }
      div.dashboard_indicadores .indicador_dash.ventas div.numeros_ventas, div.btns_acceso_rapido .indicador_dash.ventas div.numeros_ventas {
        display: flex;
        flex-direction: row;
        justify-items: center;
        justify-content: center;
        align-items: center;
        font-size: 2rem;
        font-family: "Muli-Bold";
        margin: 1rem auto; }
        div.dashboard_indicadores .indicador_dash.ventas div.numeros_ventas span, div.btns_acceso_rapido .indicador_dash.ventas div.numeros_ventas span {
          margin-left: 10px; }
      div.dashboard_indicadores .indicador_dash.ventas:hover, div.btns_acceso_rapido .indicador_dash.ventas:hover {
        background-color: #778026; }
    div.dashboard_indicadores .indicador_dash.ventas_abiertas, div.btns_acceso_rapido .indicador_dash.ventas_abiertas {
      padding: 5px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      div.dashboard_indicadores .indicador_dash.ventas_abiertas h6, div.btns_acceso_rapido .indicador_dash.ventas_abiertas h6 {
        text-transform: uppercase;
        font-family: "Muli-Bold";
        color: #4D4D4D;
        font-size: 15px; }
      div.dashboard_indicadores .indicador_dash.ventas_abiertas h6[data-ventas], div.btns_acceso_rapido .indicador_dash.ventas_abiertas h6[data-ventas] {
        position: relative;
        display: inline-block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        div.dashboard_indicadores .indicador_dash.ventas_abiertas h6[data-ventas]::after, div.btns_acceso_rapido .indicador_dash.ventas_abiertas h6[data-ventas]::after {
          content: attr(data-ventas);
          position: absolute;
          width: 13px;
          height: 13px;
          top: -2px;
          right: -30px;
          background-color: red;
          color: white;
          padding: 4px 4px;
          border-radius: 50%;
          font-size: 10px;
          text-align: center; }
      div.dashboard_indicadores .indicador_dash.ventas_abiertas .contenedor_ventas, div.btns_acceso_rapido .indicador_dash.ventas_abiertas .contenedor_ventas {
        max-height: 105px;
        overflow: overlay;
        margin-top: 0.5rem; }
    div.dashboard_indicadores .indicador_dash.cuentas_por_cobrar, div.btns_acceso_rapido .indicador_dash.cuentas_por_cobrar {
      background-color: #A7B733;
      padding: 15px;
      color: #FFFFFF;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px; }
      div.dashboard_indicadores .indicador_dash.cuentas_por_cobrar:hover, div.btns_acceso_rapido .indicador_dash.cuentas_por_cobrar:hover {
        background-color: #778026; }
      div.dashboard_indicadores .indicador_dash.cuentas_por_cobrar .numeros_ventas, div.btns_acceso_rapido .indicador_dash.cuentas_por_cobrar .numeros_ventas {
        text-align: center;
        margin: 1rem auto;
        font-size: 2.5rem;
        font-family: "Muli-Bold"; }
    div.dashboard_indicadores .indicador_dash.calendario, div.btns_acceso_rapido .indicador_dash.calendario {
      background-color: #52B4E4;
      padding: 15px;
      color: #FFFFFF;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px; }
      div.dashboard_indicadores .indicador_dash.calendario .contenedor_eventos, div.btns_acceso_rapido .indicador_dash.calendario .contenedor_eventos {
        width: 100%;
        display: block;
        font-size: 11px; }
      div.dashboard_indicadores .indicador_dash.calendario:hover, div.btns_acceso_rapido .indicador_dash.calendario:hover {
        background-color: #285FF4; }
    div.dashboard_indicadores .indicador_dash .title_indicador, div.btns_acceso_rapido .indicador_dash .title_indicador {
      float: right;
      text-transform: uppercase;
      font-family: "Muli-Bold"; }
  div.dashboard_indicadores .indicador_dash[data-cuentapor], div.btns_acceso_rapido .indicador_dash[data-cuentapor] {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    div.dashboard_indicadores .indicador_dash[data-cuentapor]::after, div.btns_acceso_rapido .indicador_dash[data-cuentapor]::after {
      content: attr(data-cuentapor);
      position: absolute;
      width: 20px;
      height: 20px;
      top: -8px;
      right: -8px;
      background-color: red;
      color: white;
      padding: 4px 4px;
      border-radius: 50%;
      font-size: 10px;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center; }

div.btns_acceso_rapido {
  padding: 10px 15px;
  justify-content: center;
  align-items: center; }
  div.btns_acceso_rapido a.btn_acceso_directo {
    flex: 1;
    max-width: 200px;
    padding: 15px 20px;
    margin: 10px;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: "Muli-Bold";
    transition: background-color 0.3s ease; }
    div.btns_acceso_rapido a.btn_acceso_directo:hover {
      filter: brightness(1.2); }
    div.btns_acceso_rapido a.btn_acceso_directo.btn_azul {
      background-color: #00A7F8; }
    div.btns_acceso_rapido a.btn_acceso_directo.btn_verde_claro {
      background-color: #67B05A; }
    div.btns_acceso_rapido a.btn_acceso_directo.btn_verde_oscuro {
      background-color: #008F01; }
    div.btns_acceso_rapido a.btn_acceso_directo.btn_amarillo {
      background-color: #EE8C00; }
    div.btns_acceso_rapido a.btn_acceso_directo.btn_rojo {
      background-color: #E94E3D; }

@media (max-width: 767px) {
  div.dashboard_indicadores .indicador_dash {
    width: calc(100% - 1rem); } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  div.dashboard_indicadores .indicador_dash {
    width: calc(50% - 1rem); } }
section {
  min-width: 100%;
  padding: 45px 45px 45px 50px;
  min-height: 400px;
  height: auto;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out; }
  section.infinitywidth {
    width: auto !important;
    display: block;
    overflow: scroll;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden; }
  section.thebitacoracontent {
    padding: 0; }
    section.thebitacoracontent .table {
      margin: 0; }
  section.pop {
    position: relative;
    min-width: inherit;
    width: 80%;
    margin: 60px auto 0 auto;
    padding: 0;
    display: block;
    height: auto;
    overflow: inherit;
    border-top: 5px solid #6C649E; }
    section.pop.no-border {
      border-top: none; }
      section.pop.no-border.minipieza {
        width: 400px; }
      section.pop.no-border.seccotizacion {
        width: 950px; }
    section.pop h2.seccion {
      position: absolute;
      top: 0;
      left: 0;
      color: white;
      display: block;
      padding: 10px 20px;
      margin: -52px 0 0 0;
      overflow: hidden;
      -webkit-text-shadow: none;
      -moz-text-shadow: none;
      -ms-text-shadow: none;
      text-shadow: none;
      background-color: #6C649E; }
  section .cont-acceso-rapido {
    width: 100%;
    display: block;
    float: left;
    background-color: #F7FAFF;
    position: relative;
    margin: 0 auto;
    padding: 20px 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    section .cont-acceso-rapido h5, section .cont-acceso-rapido h4, section .cont-acceso-rapido h3, section .cont-acceso-rapido h2, section .cont-acceso-rapido h1 {
      color: #1D1D1B;
      margin-bottom: 15px; }
    section .cont-acceso-rapido h5 {
      font-family: "Muli-Bold";
      color: #4D4D4D;
      text-transform: uppercase;
      font-size: 1rem; }
    section .cont-acceso-rapido #dash {
      width: 100%;
      display: grid;
      grid-template-rows: auto;
      grid-template-columns: repeat(6, 1fr);
      gap: 16px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      section .cont-acceso-rapido #dash .dash-group-section {
        align-self: self-start;
        background-color: rgba(239, 239, 239, 0.8);
        width: 100%;
        padding: 0px 10px 10px 10px;
        -webkit-box-shadow: 0px 8px 16px 2px rgba(141, 151, 162, 0.35);
        -moz-box-shadow: 0px 8px 16px 2px rgba(141, 151, 162, 0.35);
        -ms-box-shadow: 0px 8px 16px 2px rgba(141, 151, 162, 0.35);
        box-shadow: 0px 8px 16px 2px rgba(141, 151, 162, 0.35);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        section .cont-acceso-rapido #dash .dash-group-section h6 {
          display: flex;
          justify-items: flex-start;
          align-items: center;
          margin: 10px 0px 0px 0px;
          color: #4D4D4D;
          font-family: "Muli-Black";
          text-transform: uppercase; }
          section .cont-acceso-rapido #dash .dash-group-section h6 i {
            margin-right: 5px; }
        section .cont-acceso-rapido #dash .dash-group-section a.boton {
          display: inline-block;
          float: none !important;
          width: 100%;
          box-sizing: border-box;
          padding: 8px 10px;
          margin: 10px 0 0 0;
          text-align: center;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          border-radius: 4px;
          background-color: #A7B733; }
          section .cont-acceso-rapido #dash .dash-group-section a.boton:hover {
            background-color: rgba(196, 210, 93, 0.8); }

a.boton[data-count] {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  a.boton[data-count]::after {
    content: attr(data-count);
    position: absolute;
    width: 13px;
    height: 13px;
    top: -5px;
    right: -5px;
    background-color: red;
    color: white;
    padding: 4px 4px;
    border-radius: 50%;
    font-size: 10px; }

@media (max-width: 760px) {
  section .cont-acceso-rapido #dash {
    grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 500px) {
  section .cont-acceso-rapido #dash {
    grid-template-columns: repeat(1, 1fr); } }
div.head_dats {
  width: 20%;
  height: auto;
  display: block;
  float: left;
  background-color: #A7B733;
  position: relative;
  margin: 0px auto 20px;
  padding: 41px 20px;
  transition: background-color 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  div.head_dats h3 {
    color: #d3de7e;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    font-size: 50px;
    transition: transform 0.3s ease; }
    div.head_dats h3:hover {
      transform: scale(1.1); }
  div.head_dats .top-left-text {
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px;
    font-weight: bold;
    font-size: 13px; }
  div.head_dats .bottom-right-text {
    color: #ffffff;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 10px;
    font-weight: bold;
    font-size: 20px; }
  div.head_dats:hover {
    background-color: #777F1E; }
div.ventas_abiertas {
  width: 40%;
  display: block;
  float: left;
  position: relative;
  margin: 0px 10px 20px;
  padding: 0px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  div.ventas_abiertas .top-left-text {
    color: black;
    top: 0;
    left: 0;
    margin: 10px 0px 12px 0px;
    font-weight: bold;
    font-size: 20px; }
  div.ventas_abiertas .list_ventas {
    width: 98%;
    display: block;
    background-color: white;
    position: relative;
    margin: 6px 0px 3px 0px;
    padding: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
    div.ventas_abiertas .list_ventas p.text_prod {
      color: black;
      margin: 10px;
      font-weight: bold;
      font-size: 8px; }
    div.ventas_abiertas .list_ventas p.text_precio {
      color: black;
      margin: -20px 10px 10px 0px;
      text-align: right;
      font-weight: bold;
      font-size: 10px; }
    div.ventas_abiertas .list_ventas:hover {
      background-color: #f78f06;
      text-color: white; }
      div.ventas_abiertas .list_ventas:hover p.text_prod, div.ventas_abiertas .list_ventas:hover p.text_precio {
        color: white; }
  div.ventas_abiertas .ventas_left {
    width: 50%;
    float: left; }
  div.ventas_abiertas .ventas_right {
    width: 50%;
    float: right; }
div.calendar {
  width: 15%;
  height: auto;
  display: block;
  float: left;
  background-color: #109de3;
  position: relative;
  margin: 0px auto 20px;
  padding: 50px 20px;
  transition: background-color 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
div.por_cobrar {
  width: 15%;
  height: auto;
  display: block;
  float: left;
  background-color: #faea03;
  position: relative;
  margin: 0px 10px 20px;
  padding: 40px 20px;
  transition: background-color 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  div.por_cobrar:hover {
    background-color: #f9f07c; }
  div.por_cobrar h3 {
    color: #ec823b;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    font-size: 50px;
    transition: transform 0.3s ease; }
    div.por_cobrar h3:hover {
      transform: scale(1.1); }
  div.por_cobrar .bottom-right-text {
    color: white;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 10px;
    font-weight: bold;
    font-size: 20px; }
div.dash {
  display: block;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.8);
  height: auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
  -moz-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
  -ms-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
  box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  div.dash .dash-hold {
    border: 1px solid #f4f9fe;
    padding: 12px 12px 8px 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; }
  div.dash h3 {
    line-height: 2em;
    margin-bottom: 20px;
    display: inline;
    font-size: 16px;
    margin-left: -4px;
    color: #4D4D4D;
    text-transform: uppercase; }
    div.dash h3 img {
      display: inline-block;
      width: 40px;
      vertical-align: middle;
      margin: -14px 0 0 -10px;
      background-color: white;
      padding: 0 5px; }
  div.dash p, div.dash ul {
    margin-top: 5px;
    height: auto;
    overflow: hidden; }
  div.dash li {
    list-style: none;
    width: 100%;
    display: block; }
    div.dash li a {
      color: white;
      width: 100%;
      font-size: 13px;
      text-align: center;
      background-color: #FFFFFF;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-top: 1px;
      padding: 8px 0;
      -webkit-border-radius: 3px !important;
      -moz-border-radius: 3px !important;
      -ms-border-radius: 3px !important;
      border-radius: 3px !important;
      display: block;
      text-transform: uppercase; }
    div.dash li:hover a {
      background-color: #EAEAEA; }
div.table, div.regular {
  padding: 20px;
  float: left;
  width: 100%;
  position: relative;
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  div.table h4, div.regular h4 {
    font-size: 25px;
    line-height: 1.5em;
    font-family: "Muli-Black";
    font-weight: normal;
    text-transform: uppercase;
    color: #4D4D4D; }
div.topinfo {
  padding: 20px;
  width: 100%;
  display: flex;
  background: #6C649E;
  position: relative;
  flex-flow: row wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  div.topinfo .saldo {
    width: 17%;
    flex: 0 1 calc(17% + 10px);
    padding: 5px;
    min-height: 50px;
    background-color: white;
    margin: 10px;
    color: #4D4D4D;
    height: auto;
    text-transform: uppercase;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0px 0px 5px 2px rgba(77, 77, 77, 0.11);
    overflow: hidden;
    font-size: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
    div.topinfo .saldo div.infoTop {
      width: 70%;
      color: #4D4D4D;
      font-family: "Muli-Regular";
      text-transform: uppercase;
      line-height: 2em; }
      div.topinfo .saldo div.infoTop b {
        font-size: 13px;
        color: #4D4D4D;
        font-family: "Muli-Bold"; }
    div.topinfo .saldo div.iconTop {
      width: 20%; }
div.half {
  float: left;
  width: 44.5%;
  display: block;
  margin: 0 1% 20px 1%;
  position: relative;
  clear: none;
  padding: 10px;
  min-height: 350px; }
  div.half.sort .dataTables_length {
    margin-top: 10px; }
  div.half.sort .dataTables_filter {
    margin-top: 10px;
    margin-right: 10px; }
  div.half:nth-child(odd) {
    float: left;
    display: block;
    margin: 0 1% 20px 1%;
    clear: left; }
  div.half.center {
    margin: 0 auto;
    float: inherit; }
div.third {
  float: left;
  width: 24%;
  display: block;
  margin: 0 1% 20px 1%; }
div.fourth {
  float: left;
  width: 23%;
  display: block;
  margin: 0 1% 20px 1%;
  min-height: 260px; }
.pop div.fourth, .pop div.third, .pop div.dash, .pop div.half, .pop div.table {
  background-color: white;
  clear: both !important;
  position: relative;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.pop div.table {
  width: 100%; }

h2.seccion {
  font-weight: 300;
  margin-bottom: 30px;
  text-transform: uppercase; }
h2 small a {
  text-decoration: underline; }

h4 {
  clear: both;
  font-weight: 300;
  font-size: 30px;
  line-height: 2em;
  color: #4D4D4D; }

h3 {
  font-weight: 300;
  font-size: 25px;
  line-height: 1.5em;
  color: #4D4D4D; }

span.red, b.red {
  color: red; }

span.green, b.green {
  color: #A7B733; }

.aleft {
  text-align: left;
  padding-left: 5px; }

.aright {
  text-align: right;
  padding-right: 5px; }

.acenter {
  text-align: center; }

.uppercase {
  text-transform: uppercase; }

@font-face {
  font-family: "Muli-Regular";
  font-weight: normal;
  src: url("../images/fonts/Muli-Regular.ttf") format("truetype"); }
@font-face {
  font-family: "Muli-Bold";
  font-weight: bold;
  src: url("../images/fonts/Muli-Bold.ttf") format("truetype"); }
@font-face {
  font-family: "Muli-Black";
  font-weight: bold;
  src: url("../images/fonts/Muli-Black.ttf") format("truetype"); }
.w100, .lista-cultyvo li, .lista-cultyvo li .key, .lista-cultyvo li .val, form.basico.left, div.left#basicstyle, .scanner .interface {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#debugg {
  overflow: scroll;
  height: 600px; }

header {
  margin-top: 0;
  height: 35px;
  display: block;
  padding: 10px 50px 10px 60px;
  background-color: #FFFFFF;
  position: relative;
  z-index: 10; }
  header.header h1 a {
    font-size: 14px;
    font-weight: lighter;
    color: #4D4D4D; }
  header h1 {
    font-weight: 300;
    font-size: 20px;
    margin-top: 8px;
    text-transform: uppercase; }
    header h1 img {
      display: inline;
      vertical-align: middle;
      width: 50px;
      margin-top: -14px;
      margin-left: -50px; }
    header h1 .userinfo {
      float: right;
      margin-top: -5px;
      margin-right: -40px; }

div.div_botones {
  width: 20%;
  height: auto;
  position: relative;
  margin: 0 auto;
  margin-top: -45px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  div.div_botones .contenedor_botones {
    width: 35px;
    height: 35px;
    position: relative;
    float: left;
    margin-left: 10px;
    margin-top: -8px;
    display: inline-block;
    text-align: center;
    font-size: 10px;
    font-weight: lighter;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    div.div_botones .contenedor_botones.a_icono {
      padding: 5px 5px;
      background-color: #eecd5f; }
      div.div_botones .contenedor_botones.a_icono.a_icono:hover {
        background-color: #7cc270; }
    div.div_botones .contenedor_botones.atitulo_fac, div.div_botones .contenedor_botones.tutilo_com {
      padding: 10px 5px;
      background-color: #76c2f1;
      color: white; }
      div.div_botones .contenedor_botones.atitulo_fac:hover, div.div_botones .contenedor_botones.tutilo_com:hover {
        background-color: #375eeb; }
    div.div_botones .contenedor_botones.tutilo_solcom {
      padding: 5px 5px;
      background-color: #76c2f1;
      color: white; }
      div.div_botones .contenedor_botones.tutilo_solcom:hover {
        background-color: #375eeb; }
    div.div_botones .contenedor_botones img {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }

@media screen and (max-width: 1024) {
  div.div_botones {
    width: 45%; } }
@media screen and (max-width: 978) {
  div.div_botones {
    width: 60%; }
    div.div_botones .contenedor_botones {
      width: 40px;
      height: 40px; } }
.aleft {
  text-align: left;
  padding-left: 5px; }

.aright {
  text-align: right;
  padding-right: 5px; }

.acenter {
  text-align: center; }

.uppercase {
  text-transform: uppercase; }

@font-face {
  font-family: "Muli-Regular";
  font-weight: normal;
  src: url("../images/fonts/Muli-Regular.ttf") format("truetype"); }
@font-face {
  font-family: "Muli-Bold";
  font-weight: bold;
  src: url("../images/fonts/Muli-Bold.ttf") format("truetype"); }
@font-face {
  font-family: "Muli-Black";
  font-weight: bold;
  src: url("../images/fonts/Muli-Black.ttf") format("truetype"); }
.w100, .lista-cultyvo li, .lista-cultyvo li .key, .lista-cultyvo li .val, form.basico.left, div.left#basicstyle, .scanner .interface {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#debugg {
  overflow: scroll;
  height: 600px; }

div.sesion-out {
  float: right;
  margin: 5% 16% 5% 16%; }
  div.sesion-out small.getout {
    color: red;
    width: auto; }
  div.sesion-out i.icon {
    filter: sepia(50%) saturate(50%) invert(50%); }

.normal {
  background-color: #45afce; }

.userinfo {
  display: flex; }
  .userinfo small {
    font-size: 20px !important;
    color: #666; }

.container-bell {
  margin-right: 10px;
  width: 25px;
  height: 25px; }
  .container-bell:hover {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    background-color: rgba(102, 102, 102, 0.188); }
    .container-bell:hover > .bell-icon {
      background-image: url(../images/varios/notColor.png); }
  .container-bell .bell-icon {
    background-color: transparent;
    padding: 0px;
    background-image: url(../images/varios/notGris.png);
    background-repeat: no-repeat;
    background-position: top 0px right 0px;
    background-size: 15px;
    position: absolute;
    width: 15px;
    height: 15px;
    margin: 5px; }
  .container-bell #notcounter {
    width: 12px;
    height: 12px;
    background-color: red;
    color: white;
    font-size: 8px;
    text-align: center;
    line-height: 14px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    position: absolute;
    margin: 0px 10px;
    border: 1px solid white;
    display: none; }
    .container-bell #notcounter.active {
      animation: pulsar 0.5s infinite alternate ease-in-out;
      display: block; }

@keyframes pulsar {
  from {
    transform: scale(1); }
  to {
    transform: scale(1.5); } }
i.btn-user-not {
  background-color: transparent;
  cursor: pointer;
  background-image: url(../images/varios/usuario.png);
  background-repeat: no-repeat;
  background-position: top 4px right 12px;
  background-size: 20px;
  padding: 0px 33px 0px 0px;
  position: relative;
  margin: 0px 0px 0px 0px;
  filter: saturate(3); }

.select-user {
  background-color: transparent;
  cursor: pointer;
  background-image: url(../images/select.png);
  background-repeat: no-repeat;
  background-position: top 1px right 0px;
  background-size: 15px;
  color: #4D4D4D;
  font-size: 15px;
  padding: 0px 20px 0px 0px;
  position: relative;
  margin: 0px 0px 0px -8px; }

#worksucursal, #tryusuarios, #workempresa, #tryune, #workUnidades {
  width: 200px;
  height: 40px;
  margin: 5px auto;
  float: right;
  display: flex; }
  #worksucursal .update, #tryusuarios .update, #workempresa .update, #tryune .update, #workUnidades .update {
    width: 30px;
    height: 30px;
    float: left;
    margin-top: 3px !important;
    background: transparent url(../images/update-green.png) no-repeat center center;
    background-size: 20px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    cursor: pointer; }
    #worksucursal .update:hover, #tryusuarios .update:hover, #workempresa .update:hover, #tryune .update:hover, #workUnidades .update:hover {
      cursor: pointer;
      transform: rotate(180deg); }
  #worksucursal select, #tryusuarios select, #workempresa select, #tryune select, #workUnidades select {
    width: 70%;
    float: left;
    height: 35px;
    padding: 3px 10px;
    margin: 3px 0 0 0;
    position: relative;
    background: rgba(216, 216, 219, 0.2) url(../images/select.png?v1) no-repeat center right 8px;
    background-size: 15px;
    border: 1px solid #f0f0f0;
    appearance: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }

#form_sesiones {
  position: absolute;
  margin-top: 54px;
  right: 0;
  width: 250px;
  display: block;
  background-color: white;
  right: 12px;
  z-index: 10000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1); }
  #form_sesiones header {
    width: 230px;
    float: left;
    letter-spacing: 1px;
    text-align: center;
    background-color: white;
    padding: 10px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid transparent; }
    #form_sesiones header h2 {
      font-size: 15px;
      text-shadow: none;
      color: #4D4D4D;
      font-family: "Muli-Black";
      font-weight: bold;
      letter-spacing: 2px; }
  #form_sesiones:before {
    content: "";
    width: 0;
    height: 0;
    top: 2px;
    right: 15%;
    margin-top: -15px;
    z-index: 2;
    display: block;
    position: absolute;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid rgba(0, 0, 0, 0.1); }
  #form_sesiones:after {
    content: "";
    width: 0;
    height: 0;
    top: 0;
    right: 15%;
    margin-top: -13px;
    z-index: 2;
    display: block;
    position: absolute;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid white; }
  #form_sesiones.hidden {
    max-height: 0;
    overflow: hidden;
    opacity: 0; }

#notificaciones {
  position: absolute;
  margin-top: 50px;
  right: 0;
  width: 350px;
  display: block;
  background-color: white;
  right: 12px;
  z-index: 1000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1); }
  #notificaciones header {
    width: 330px;
    float: left;
    letter-spacing: 1px;
    text-align: center;
    background-color: white;
    padding: 10px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid transparent; }
    #notificaciones header h2 {
      font-size: 15px;
      text-shadow: none;
      color: #4D4D4D;
      font-weight: bold;
      letter-spacing: 2px; }
  #notificaciones:before {
    content: "";
    width: 0;
    height: 0;
    top: 2px;
    right: 42%;
    margin-top: -15px;
    z-index: 2;
    display: block;
    position: absolute;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid rgba(0, 0, 0, 0.1); }
  #notificaciones:after {
    content: "";
    width: 0;
    height: 0;
    top: 0;
    right: 42%;
    margin-top: -13px;
    z-index: 2;
    display: block;
    position: absolute;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid white; }
  #notificaciones.hidden {
    max-height: 0;
    overflow: hidden;
    opacity: 0; }
  #notificaciones .alerta {
    margin: 0;
    padding: 0; }
    #notificaciones .alerta span.normal {
      width: 95%;
      border-radius: 10px;
      margin: 5px auto 10px auto;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 10px 10px 10px 25px;
      background-color: #6C649E; }

.flex-center, .not .not-container .container-mensajes, .not .not-container .container-mensajes .not-botones, .not .not-container .container-mensajes .not-botones .btns-hide, .not .not-container .container-mensajes .not-botones .btns-hide .not-ocultar, .ver-todo {
  display: flex;
  justify-content: center;
  align-items: center; }

.not {
  width: 100%;
  background-color: white;
  padding: 10px;
  float: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-transform: none;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 13px;
  border: 1px solid #f6f6f6;
  margin: 0px auto 0px auto;
  display: flex; }
  .not:hover {
    background-color: #f6fbfd; }
    .not:hover .btns-hide {
      display: flex !important; }
  .not .not-container {
    position: relative;
    width: 100%; }
    .not .not-container h2 {
      height: 24px;
      font-size: 12px;
      line-height: 1.7em;
      font-weight: bold;
      padding-top: 2px;
      color: #d14480; }
    .not .not-container small {
      font-size: 10px !important; }
    .not .not-container .not-titulo {
      width: 100%; }
    .not .not-container .container-mensajes {
      margin: 5px auto 0px;
      width: 100%;
      color: #4D4D4D; }
      .not .not-container .container-mensajes .not-mensaje {
        width: 80%;
        text-align: left; }
        .not .not-container .container-mensajes .not-mensaje a.boton {
          color: #FFFFFF;
          border-left: none;
          border-top: none;
          position: absolute;
          right: 3%;
          bottom: 12px;
          float: right;
          min-width: 50px;
          text-align: center;
          padding: 5px 10px !important;
          font-size: 12px; }
      .not .not-container .container-mensajes .not-botones {
        width: 20%;
        flex-direction: column; }
        .not .not-container .container-mensajes .not-botones .btns-hide {
          display: none;
          width: 80%;
          position: relative; }
          .not .not-container .container-mensajes .not-botones .btns-hide .not-ocultar {
            margin-right: 10px;
            width: 30px;
            height: 28px; }
        .not .not-container .container-mensajes .not-botones .not-rel {
          width: 80%;
          margin-top: 10px;
          position: relative;
          color: white;
          text-align: center;
          padding: 5px 8px;
          font-size: 11px;
          font-weight: bold;
          background-color: #FF8100;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          border-radius: 4px; }
          .not .not-container .container-mensajes .not-botones .not-rel:hover {
            background-color: #FFD147; }

.ver-todo {
  padding: 10px auto 10px auto;
  text-align: center;
  padding: 5px 0px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }
  .ver-todo a {
    cursor: pointer;
    color: #1D1D1B;
    border: none;
    font-weight: bold;
    font-size: 12px;
    background-color: transparent;
    padding: 5px 5px 2px 5px;
    display: block;
    width: 76%;
    margin: auto;
    float: none; }
    .ver-todo a:hover {
      color: #1a1a19;
      background-color: transparent; }

section#panel-notificaciones div.table h2.seccion {
  color: #FF8100; }
section#panel-notificaciones div.table div.panel-notis p.alerta span.normal {
  background-color: #6C649E; }
section#panel-notificaciones div.table div.panel-pasadas div.not div.container-mensajes div.not-botones {
  display: none; }

#controlbar {
  position: relative;
  background: none;
  width: 600px;
  display: block; }

h3.float {
  float: left;
  margin: 10px 0; }

.nolinks a {
  display: none; }

div.sesion-out {
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 163px; }
  div.sesion-out a {
    display: block;
    width: 100%; }
    div.sesion-out a small {
      width: 130px;
      margin: 0% auto 5% auto;
      padding: 3% 15%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: bold;
      transition: 0.3s;
      font-size: 11px !important;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      -ms-border-radius: 7px;
      border-radius: 7px; }
      div.sesion-out a small.getout {
        color: white;
        background-color: #D40C1F;
        font-family: "Muli-Bold"; }
        div.sesion-out a small.getout:hover {
          background-color: rgba(212, 12, 31, 0.7); }
      div.sesion-out a small.changepass {
        color: white;
        width: 115px;
        background-color: #4D4D4D;
        font-family: "Muli-Bold"; }
        div.sesion-out a small.changepass:hover {
          background-color: rgba(77, 77, 77, 0.7); }
      div.sesion-out a small span {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-left: 5px;
        background-color: transparent; }
        div.sesion-out a small span.cerrarSesion {
          background-image: url(../images/varios/cerrarSesion.png);
          background-size: 20px;
          background-position: center; }
        div.sesion-out a small span.changePass {
          background-image: url(../images/varios/changePass.png);
          background-size: 20px;
          background-position: center; }

div.notificacion {
  position: relative;
  width: auto;
  max-width: 450px;
  margin: 20px auto;
  padding: 70px 30px 20px 30px;
  display: block;
  height: auto;
  background-color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
  div.notificacion h3 {
    font-weight: 100;
    margin: 0 0 30px 0;
    color: orange;
    font-size: 22px; }
  div.notificacion .fecha {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 12px;
    color: green; }
  div.notificacion p.buttons {
    line-height: 1em;
    margin-right: -10px; }
  div.notificacion a.boton {
    text-transform: capitalize;
    padding: 9px 10px;
    background-color: #706F6F;
    color: white;
    border-top: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0; }
    div.notificacion a.boton:hover {
      background-color: #fcfcfc;
      border-top: none;
      border-left: none;
      border-bottom: 1px solid #ccc;
      border-right: 1px solid #ccc; }
div#reportepop a.boton {
  margin-top: -10px;
  background-color: #706F6F;
  color: white;
  border-top: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0; }
  div#reportepop a.boton.fleft {
    float: left;
    margin-top: -70px !important; }
  div#reportepop a.boton:hover {
    background-color: #fcfcfc;
    border-top: none;
    border-left: none;
    border-bottom: 1px solid #fcfcfc;
    border-right: 1px solid #fcfcfc; }
  div#reportepop a.boton.botonaccion {
    float: right;
    margin-top: -70px !important;
    margin-right: 10px !important; }
  div#reportepop a.boton.cancelar {
    display: block;
    padding: 10px;
    height: 15px;
    margin: 0;
    top: -70px;
    float: left; }
div.notificacion a.boton:hover, div#reportepop a.boton:hover {
  background-color: white;
  color: #706F6F; }
div.notificacion p {
  padding: 20px 0;
  font-size: 13px;
  line-height: 1em;
  text-align: left; }
  div.notificacion p.alerta {
    border: none; }
    div.notificacion p.alerta span {
      line-height: 1.5em;
      color: white;
      border: none; }
div.notificacion .good, div.notificacion .bad, div.notificacion .normal {
  background-color: transparent;
  border: none; }

#nots {
  margin: 20px 0 0 -10px;
  float: left;
  width: 298px;
  background-color: #D7E9F1;
  padding-top: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  #nots.no-style {
    margin-top: -30px;
    background-color: white; }
    #nots.no-style .window {
      padding: 10px 0 10px 10px;
      display: block; }
  #nots h3.bar {
    background-color: #4D4D4D;
    color: white;
    width: 100%;
    height: 27px;
    display: block;
    font-size: 13px;
    float: left;
    line-height: 2.1em;
    text-align: right;
    padding-right: 6px;
    z-index: 1;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid white; }

#nav {
  width: 178px;
  height: auto;
  margin-left: -180px;
  min-height: 100%;
  padding: 0;
  position: absolute;
  top: 55px;
  left: 0;
  background-color: #FFFFFF;
  font-size: 12px;
  color: white;
  display: block;
  z-index: 11;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  #nav .openMenu {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    position: fixed;
    top: 55px;
    left: 178px;
    margin: 0 0 0 -178px;
    background-color: #A7B733;
    width: auto;
    height: auto;
    display: block;
    padding: 10px 9px 6px 9px;
    color: white;
    z-index: 11; }
    #nav .openMenu .hamburger {
      display: block;
      width: 25px;
      height: 4px;
      margin-bottom: 5px;
      position: relative;
      background: #FFFFFF;
      border-radius: 3px;
      z-index: 1;
      transform-origin: 4px 0px;
      transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }
      #nav .openMenu .hamburger:first-child {
        transform-origin: 0% 0%; }
      #nav .openMenu .hamburger:nth-last-child(2) {
        transform-origin: 70% 100%; }
  #nav ul {
    width: 100%;
    height: auto;
    list-style: none;
    padding-left: 0;
    padding-top: 0; }
    #nav ul li {
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      width: 100%;
      height: auto;
      padding-left: 0;
      padding-top: 3px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      #nav ul li.activo {
        background-color: #F5F7FF;
        padding-top: 10px;
        padding-bottom: 10px; }
        #nav ul li.activo ul {
          max-height: 1400px; }
      #nav ul li.head > a:first-child {
        width: 100%;
        height: auto;
        display: flex;
        margin: 0.4rem 0;
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: 12px;
        line-height: 1.5em;
        text-transform: uppercase;
        color: #4D4D4D;
        font-family: "Muli-Black";
        align-items: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        #nav ul li.head > a:first-child .icon_menu {
          margin-right: 0.5rem;
          flex: 0 0 auto; }
      #nav ul li.level2 > a:first-child {
        font-family: "Muli-Bold";
        text-transform: uppercase;
        color: #718200;
        font-size: 12px;
        vertical-align: middle;
        display: flex;
        align-items: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        #nav ul li.level2 > a:first-child .icon_menu_min {
          margin-right: 0.5rem;
          flex: 0 0 auto; }
      #nav ul li.off {
        background-color: #40403c; }

.modal-openMenu {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #666;
  opacity: 0.5;
  display: none; }

#nav ul li ul {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  width: 100%;
  height: auto;
  max-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden; }
  #nav ul li ul li {
    padding-left: 12%; }
  #nav ul li ul a {
    width: 100%;
    padding: 5px 5px !important;
    display: flex;
    align-items: center;
    margin: 0;
    color: #4D4D4D;
    font-family: "Muli-Bold";
    font-size: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #nav ul li ul a::after {
      content: "";
      position: absolute;
      width: 100%;
      transform: scaleX(0);
      height: 2px;
      bottom: 0;
      left: 0;
      background-color: #718200;
      transform-origin: bottom right;
      transition: transform 0.25s ease-out; }
    #nav ul li ul a:hover::after {
      transform: scaleX(1);
      transform-origin: bottom left; }
    #nav ul li ul a .icon_menu_min {
      flex: 0 0 20px; }
#nav ul li a {
  width: 100%;
  margin: 0;
  color: white;
  position: relative; }

.ver-link {
  cursor: pointer;
  position: relative; }
  .ver-link:after {
    content: "";
    width: 12px;
    height: 15px;
    background: url(../images/varios/buscar.png) no-repeat top center;
    background-size: 10px;
    display: inline-block;
    margin-top: -10px; }
  .ver-link:hover:after {
    background-size: 12px; }

.loader-cultyvo-extra {
  transform: rotateZ(45deg);
  perspective: 1000px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #6C649E;
  margin: 0 auto;
  position: absolute;
  display: block;
  top: 10px;
  left: 79px; }
  .loader-cultyvo-extra:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    transform: rotateX(70deg);
    animation: 1s spin linear infinite; }

.loader-cultyvo {
  perspective: 1000px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #A7B733;
  margin: 0 auto; }
  .loader-cultyvo:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    transform: rotateX(70deg) rotatey(147deg);
    animation: 1s spin linear infinite; }
  .loader-cultyvo:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    transform: rotateX(70deg);
    animation: 1s spin linear infinite;
    color: #d14480;
    transform: rotateY(70deg);
    animation-delay: 0.4s; }
@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg); }
  100% {
    transform: translate(-50%, -50%) rotateZ(360deg); } }
@keyframes rotateccw {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg); } }
@keyframes spin {
  0%, 100% {
    box-shadow: 0.2em 0px 0 0px currentcolor; }
  12% {
    box-shadow: 0.2em 0.2em 0 0 currentcolor; }
  25% {
    box-shadow: 0 0.2em 0 0px currentcolor; }
  37% {
    box-shadow: -0.2em 0.2em 0 0 currentcolor; }
  50% {
    box-shadow: -0.2em 0 0 0 currentcolor; }
  62% {
    box-shadow: -0.2em -0.2em 0 0 currentcolor; }
  75% {
    box-shadow: 0px -0.2em 0 0 currentcolor; }
  87% {
    box-shadow: 0.2em -0.2em 0 0 currentcolor; } }
#alertas {
  width: 400px;
  position: fixed;
  height: auto;
  right: 0;
  top: 0;
  margin-left: -250px;
  z-index: 99999999999;
  display: block;
  padding-top: 5px; }
  #alertas .alerta, #alertas .waiting {
    float: right;
    padding: 10px 10px 10px 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
    color: white;
    background-size: 20px; }
  #alertas .waiting {
    display: none; }
    #alertas .waiting.activo {
      display: block;
      width: 200px;
      background-color: rgba(239, 239, 239, 0.5);
      color: #333;
      text-align: center;
      padding-left: 0px;
      position: fixed;
      z-index: 100;
      left: 50%;
      margin-left: -100px;
      margin-top: 10px;
      -webkit-box-shadow: 0px 8px 16px 2px rgba(141, 151, 162, 0.35);
      -moz-box-shadow: 0px 8px 16px 2px rgba(141, 151, 162, 0.35);
      -ms-box-shadow: 0px 8px 16px 2px rgba(141, 151, 162, 0.35);
      box-shadow: 0px 8px 16px 2px rgba(141, 151, 162, 0.35); }
  #alertas .boton {
    float: none !important;
    display: inline-block !important;
    padding: 1px 4px;
    margin: 0;
    position: relative;
    font-weight: bold; }

p.alerta {
  font-size: 12px;
  width: 100%;
  display: block;
  position: relative;
  clear: both;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px; }
  p.alerta span.good, p.alerta span.bad, p.alerta span.normal {
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 2px 6px 2px 30px;
    line-height: 2em; }
  p.alerta span.load {
    display: block;
    padding: 2px 6px 2px 30px;
    line-height: 2em;
    border: none; }
  p.alerta .close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.1); }
    p.alerta .close:hover {
      background-color: rgba(0, 0, 0, 0.1);
      cursor: pinter; }

#control-bar {
  width: 300px;
  height: auto;
  display: block;
  background-color: white;
  position: fixed;
  top: 0;
  right: 0;
  margin-right: -300px;
  padding: 0 10px;
  z-index: 10;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.15);
  -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.15);
  -ms-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.15);
  box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.15); }
  #control-bar.inventario {
    padding-top: 63px; }
  #control-bar .openBar {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    position: fixed;
    top: 0;
    right: 300px;
    margin: 0 -300px 0 0;
    background-color: white;
    background-image: url(../images/menu-azul.png);
    background-size: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
    height: 39px;
    display: block;
    padding: 7px 10px;
    color: white;
    z-index: 11; }
  #control-bar p {
    padding: 10px;
    color: #666;
    text-align: center; }
    #control-bar p.fecha {
      text-align: center;
      position: absolute;
      top: 25px;
      left: 10px;
      padding: 0;
      line-height: 0.8em;
      font-size: 13px;
      color: #999;
      width: 90%; }
  #control-bar .inv-block {
    width: 60px;
    height: 33px;
    display: table-cell;
    vertical-align: middle;
    margin: 2px 4px;
    background-color: white;
    float: left;
    text-align: center;
    -webkit-box-shadow: 2px 1px 2px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 2px 1px 2px rgba(50, 50, 50, 0.1);
    -ms-box-shadow: 2px 1px 2px rgba(50, 50, 50, 0.1);
    box-shadow: 2px 1px 2px rgba(50, 50, 50, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    font-size: 13px;
    line-height: 1.8em;
    color: #4D4D4D; }
    #control-bar .inv-block small {
      width: 100%;
      font-size: 9px;
      line-height: 10em;
      margin: -44px auto 0 auto;
      float: left;
      text-align: center;
      color: #009e8f; }

#control-bar h3.bar {
  background-color: #45afce;
  color: white;
  width: 100%;
  height: 27px;
  display: block;
  font-size: 13px;
  float: left;
  line-height: 2.1em;
  text-align: center;
  padding-left: 6px;
  z-index: 1;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid white; }

form p.totales, div#basicstyle p.totales {
  font-size: 19px;
  text-align: right;
  margin-top: 20px; }
  form p.totales small, div#basicstyle p.totales small {
    font-size: 0.6em;
    margin-left: 10px; }
    form p.totales small.dos, div#basicstyle p.totales small.dos {
      font-size: 0.8em;
      color: #666; }
form.reporte, div.reporte#basicstyle {
  background-color: white;
  padding-top: 10px;
  min-width: 750px;
  position: relative; }
  form.reporte h3, div.reporte#basicstyle h3 {
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 0;
    text-align: right; }
  form.reporte h4.titulo, div.reporte#basicstyle h4.titulo {
    margin-top: 30px;
    color: black; }
  form.reporte .fecha, div.reporte#basicstyle .fecha {
    position: absolute;
    top: 80px;
    right: 15px; }

table.datos {
  margin-top: 30px; }

form p.leyenda, div#basicstyle p.leyenda {
  font-size: 12px;
  line-height: 1.5em; }

p.alerta {
  font-size: 12px;
  width: 100%;
  display: block;
  position: relative;
  color: #333;
  margin-bottom: 15px;
  padding: 10px 10px 10px 30px;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  p.alerta span.good, p.alerta span.bad, p.alerta span.normal {
    display: block;
    padding: 4px 6px 4px 30px;
    line-height: 2em; }
  p.alerta span.load {
    display: block;
    padding: 2px 6px 2px 30px;
    line-height: 2em;
    border: none; }

.bad {
  color: #FFF;
  background: url(../images/bad.png?v1) no-repeat center left;
  background-color: #FFB6C1; }

.good {
  color: #FFF;
  background: url(../images/good.png?v2) no-repeat center left;
  background-color: #90EE90; }

.normal {
  color: #FFF;
  background: url(../images/normal.png?v1) no-repeat top 3px left 3px;
  background-color: #71c5e7;
  background-size: 20px; }

.load {
  background: url(../images/load.gif?v2) no-repeat top left;
  background-color: transparent;
  border: none;
  background-size: 25px; }

.popup {
  margin-top: -8px;
  position: absolute;
  z-index: 9000;
  background-repeat: no-repeat;
  background-position: left center;
  color: #000; }

.lin {
  position: absolute;
  z-index: 9000;
  display: block; }

.mensaje {
  color: #000;
  font-size: 11px;
  font-weight: 400;
  text-align: left;
  max-width: 330px;
  padding: 10px 10px 10px 30px;
  line-height: 1.5em;
  border: 1px solid white;
  background: rgba(255, 255, 255, 0.8) url(../images/normal.png?v3) no-repeat center left 5px;
  background-size: 20px;
  -webkit-box-shadow: 2px 1px 4px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 2px 1px 4px rgba(50, 50, 50, 0.2);
  -ms-box-shadow: 2px 1px 4px rgba(50, 50, 50, 0.2);
  box-shadow: 2px 1px 4px rgba(50, 50, 50, 0.2); }
  .mensaje ul {
    padding-left: 18px; }
  .mensaje li {
    padding-top: 7px;
    background-position: 5px 5px; }
  .mensaje.left {
    margin: 0 9px 0 0; }
  .mensaje.blackmamba {
    padding: 10px 20px;
    color: #f0f0f0;
    border: 1px solid black;
    background: black;
    background: rgba(0, 0, 0, 0.8); }

.popup.left {
  background-position: right center; }

#items {
  width: 100%;
  display: block;
  clear: both;
  float: left; }

#item {
  width: 180px;
  height: 160px;
  padding: 0 10px;
  background-color: #f0f0f0;
  margin: 10px;
  display: block;
  overflow: hidden;
  float: left;
  position: relative;
  color: #333;
  background-color: #f6f6f6; }
  #item.salida {
    height: 110px; }
  #item label {
    width: 100px;
    height: 40px;
    display: inline; }
  #item input[type=number] {
    width: 80px;
    height: 40px;
    padding: 0 10px 0 5px;
    display: inline; }
  #item .peso, #item .volumen {
    width: 89px;
    height: 60px;
    margin: 0;
    padding: 0;
    float: left;
    overflow: hidden;
    display: block;
    text-align: center;
    border-top: 2px solid white; }
  #item .peso {
    border-left: 1px solid white; }
  #item .volumen {
    border-right: 1px solid white; }
  #item .remove {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    background-color: #f9f9f9;
    color: #333;
    border: 1px solid white;
    padding: 0 3px;
    line-height: 1em; }
    #item .remove:hover {
      color: #f9f9f9;
      background-color: #333; }

#cronometro {
  float: left;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 10px 0; }
  #cronometro input.chronboton {
    height: 100px;
    width: 100px;
    margin: 0 auto 20px auto;
    display: block;
    float: none !important;
    color: white;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px; }
  #cronometro .cronoreloj {
    width: 80%;
    margin: 20px auto;
    text-align: center;
    font-size: 30px;
    color: #009e8f; }

#sw_start {
  background-color: #009e8f; }

#sw_stop {
  background-color: Red; }

footer {
  position: fixed;
  bottom: 0;
  clear: both;
  z-index: -1;
  width: 100%;
  height: auto; }
  footer img {
    height: 400px;
    width: 100%;
    opacity: 0.6; }

span.custom-combobox {
  padding: 0 !important; }

.custom-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  padding: 0; }

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
  background-color: white;
  display: block;
  position: absolute;
  list-style: none;
  z-index: 3; }

.boton-select {
  position: absolute;
  right: 2px;
  top: 2px;
  border: none !important;
  padding: 0;
  background: transparent !important;
  width: 35px;
  height: 35px;
  display: block;
  cursor: pointer; }

.ui-menu-item {
  padding: 3px 4px;
  border-bottom: 1px solid #f6f6f6;
  font-size: 11px;
  cursor: pointer; }
  .ui-menu-item:hover {
    background-color: gray;
    color: white; }

.ui-state-focus {
  background-color: gray;
  color: white; }

.ui-helper-hidden-accessible {
  display: none; }

input.ui-autocomplete-input {
  position: relative; }

.articulo {
  margin: 5px 0;
  padding: 5px 10px;
  float: left;
  border: 1px solid #f0f0f0;
  border-left: 3px solid #8080ff;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #eee;
  font-size: 13px;
  position: relative;
  background-color: white; }
  .articulo.tipo2 {
    border-left: 3px solid #ff8080; }
  .articulo.tipo3 {
    border-left: 3px solid #ff40ff; }
  .articulo.tipo4 {
    border-left: 3px solid #ffd280; }
  .articulo .categoria {
    font-size: 10px;
    color: #999;
    text-align: left; }
  .articulo .generales {
    text-transform: uppercase; }
  .articulo .lista-cultyvo {
    margin: 0; }
    .articulo .lista-cultyvo li {
      background-color: rgba(128, 128, 128, 0.07) !important;
      display: block; }
      .articulo .lista-cultyvo li .key {
        font-size: 10px;
        float: none;
        clear: none;
        color: #999; }
      .articulo .lista-cultyvo li .val {
        clear: none;
        float: none;
        font-size: 12px;
        text-align: right; }
  .articulo .cancelar, .articulo div#reportepop a.boton.cancelar, div#reportepop .articulo a.boton.cancelar {
    margin-bottom: -5px !important;
    margin-left: -5px !important;
    opacity: 0;
    display: none;
    font-size: 10px;
    padding: 4px; }
  .articulo:hover .cancelar, .articulo:hover div#reportepop a.boton.cancelar, div#reportepop .articulo:hover a.boton.cancelar {
    opacity: 1;
    display: block; }

.w100 {
  width: 100% !important;
  clear: both; }

.contenedor, .contenedor_productos_estrella {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 98%;
  margin: 0.5%;
  display: block;
  padding: 0 5px;
  clear: both; }

.contenedor_productos_estrella {
  width: 100% !important;
  display: flex !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-wrap: wrap;
  justify-content: space-between; }
  .contenedor_productos_estrella .boton_estrella {
    flex-basis: calc( 20% - 10px );
    margin-bottom: 10px;
    background-color: #A0B82F;
    display: inline-block;
    padding: 10px 0px;
    border: 1px solid #A7B733;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    transition: background-color 0.3s; }
    .contenedor_productos_estrella .boton_estrella:hover {
      background-color: #c3d082; }
  @media (max-width: 768px) {
    .contenedor_productos_estrella .boton_estrella {
      flex-basis: calc( 33.33% - 10px ); } }

.w75, .w60, .w50, .w40, .w25, .contenedor.w60, .w60.contenedor_productos_estrella, form .bloqueform.w60, div#basicstyle .bloqueform.w60, form.basico .bloqueform.w60, .contenedor.w50, .w50.contenedor_productos_estrella, form .bloqueform.w50, div#basicstyle .bloqueform.w50, form.basico .bloqueform.w50, .contenedor.w40, .w40.contenedor_productos_estrella, form .bloqueform.w40, div#basicstyle .bloqueform.w40, form.basico .bloqueform.w40, .contenedor.w33, .w33.contenedor_productos_estrella, form .bloqueform.w33, div#basicstyle .bloqueform.w33, form.basico .bloqueform.w33, .contenedor.w25, .w25.contenedor_productos_estrella, form .bloqueform.w25, div#basicstyle .bloqueform.w25, form.basico .bloqueform.w25 {
  width: 73%;
  float: left;
  clear: none;
  display: block; }

.w60 {
  width: 57%; }

.w50 {
  width: 48%; }

.w40 {
  width: 38%; }

.w25 {
  width: 23%; }

.contenedor.w75, .w75.contenedor_productos_estrella, .contenedor_productos_estrella.w60, .contenedor_productos_estrella.w50, .contenedor_productos_estrella.w40, .contenedor_productos_estrella.w25, form .contenedor_productos_estrella.bloqueform.w60, div#basicstyle .contenedor_productos_estrella.bloqueform.w60, form .contenedor_productos_estrella.bloqueform.w50, div#basicstyle .contenedor_productos_estrella.bloqueform.w50, form .contenedor_productos_estrella.bloqueform.w40, div#basicstyle .contenedor_productos_estrella.bloqueform.w40, form .contenedor_productos_estrella.bloqueform.w33, div#basicstyle .contenedor_productos_estrella.bloqueform.w33, form .contenedor_productos_estrella.bloqueform.w25, div#basicstyle .contenedor_productos_estrella.bloqueform.w25, .contenedor.w60, .contenedor.w50, .contenedor.w40, .contenedor.w25, form .contenedor.bloqueform.w60, div#basicstyle .contenedor.bloqueform.w60, form .contenedor.bloqueform.w50, div#basicstyle .contenedor.bloqueform.w50, form .contenedor.bloqueform.w40, div#basicstyle .contenedor.bloqueform.w40, .contenedor.w33, .w33.contenedor_productos_estrella, form .contenedor.bloqueform.w33, div#basicstyle .contenedor.bloqueform.w33, form .contenedor.bloqueform.w25, div#basicstyle .contenedor.bloqueform.w25, form .bloqueform.w75, div#basicstyle .bloqueform.w75, form .bloqueform.w60, div#basicstyle .bloqueform.w60, form.basico .bloqueform.w60, form .bloqueform.w50, div#basicstyle .bloqueform.w50, form.basico .bloqueform.w50, form .bloqueform.w40, div#basicstyle .bloqueform.w40, form.basico .bloqueform.w40, form .bloqueform.w33, div#basicstyle .bloqueform.w33, form.basico .bloqueform.w33, form .bloqueform.w25, div#basicstyle .bloqueform.w25, form.basico .bloqueform.w25, form.basico .bloqueform.w75, div#basicstyle .bloqueform.w75, div#basicstyle .bloqueform.w60, form.basico .bloqueform.w60, div#basicstyle .bloqueform.w50, form.basico .bloqueform.w50, div#basicstyle .bloqueform.w40, form.basico .bloqueform.w40, div#basicstyle .bloqueform.w33, form.basico .bloqueform.w33, div#basicstyle .bloqueform.w25, form.basico .bloqueform.w25 {
  width: 73%;
  float: left;
  clear: none;
  display: block; }
.contenedor.w60, .w60.contenedor_productos_estrella, form .bloqueform.w60, div#basicstyle .bloqueform.w60, form.basico .bloqueform.w60, div#basicstyle .bloqueform.w60 {
  width: 57% !important; }
.contenedor.w50, .w50.contenedor_productos_estrella, form .bloqueform.w50, div#basicstyle .bloqueform.w50, form.basico .bloqueform.w50, div#basicstyle .bloqueform.w50 {
  width: 48%; }
.contenedor.w40, .w40.contenedor_productos_estrella, form .bloqueform.w40, div#basicstyle .bloqueform.w40, form.basico .bloqueform.w40, div#basicstyle .bloqueform.w40 {
  width: 38%; }
.contenedor.w33, .w33.contenedor_productos_estrella, form .bloqueform.w33, div#basicstyle .bloqueform.w33, form.basico .bloqueform.w33, div#basicstyle .bloqueform.w33 {
  width: 31%; }
.contenedor.w25, .w25.contenedor_productos_estrella, form .bloqueform.w25, div#basicstyle .bloqueform.w25, form.basico .bloqueform.w25, div#basicstyle .bloqueform.w25 {
  width: 23%; }
.contenedor .lista-cultyvo li, .contenedor_productos_estrella .lista-cultyvo li, form .bloqueform .lista-cultyvo li, div#basicstyle .bloqueform .lista-cultyvo li, form.basico .bloqueform .lista-cultyvo li, div#basicstyle .bloqueform .lista-cultyvo li {
  background-color: rgba(0, 0, 0, 0.05); }
.contenedor .bloque, .contenedor_productos_estrella .bloque, form .bloqueform .bloque, div#basicstyle .bloqueform .bloque, form.basico .bloqueform .bloque, div#basicstyle .bloqueform .bloque {
  background-color: rgba(0, 0, 0, 0.04) !important;
  display: block;
  padding: 10px;
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .contenedor .bloque input, .contenedor_productos_estrella .bloque input, .contenedor .bloque select, .contenedor_productos_estrella .bloque select, form .bloqueform .bloque input, div#basicstyle .bloqueform .bloque input, form .bloqueform .bloque select, div#basicstyle .bloqueform .bloque select, form.basico .bloqueform .bloque input, div#basicstyle .bloqueform .bloque input, form.basico .bloqueform .bloque select, div#basicstyle .bloqueform .bloque 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: #929289;
      text-align: right; }
      .lista-cultyvo li .key:after {
        content: ":"; }
    .lista-cultyvo li .val {
      width: 100%;
      padding-left: 5%;
      font-size: 1.1em;
      color: #45afce;
      text-align: right; }
  .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.c4 li {
    width: 24%;
    margin: 2px 0.5%; }
    .lista-cultyvo.c4 li .key {
      width: 100%; }
    .lista-cultyvo.c4 li .val {
      width: 100%;
      text-align: right; }
    .lista-cultyvo.c4 li:nth-child(4n+1) {
      clear: left; }

.lista-cultyvo.importante li {
  padding: 4px; }
  .lista-cultyvo.importante li .val {
    font-size: 1.4em; }
.lista-cultyvo.importante.big .val {
  font-size: 2em; }

.barraporcentaje {
  width: 100%;
  height: 30px;
  display: block;
  position: relative;
  text-align: center;
  background-color: rgba(0, 158, 143, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
  overflow: hidden; }
  .barraporcentaje span.barra {
    height: 30px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 158, 143, 0.5); }
  .barraporcentaje .boton {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    max-height: 100%;
    background-color: rgba(0, 0, 0, 0.1); }

.b-fac-1 {
  background-image: url(../images/iconos/botonesfac.png);
  background-repeat: no-repeat;
  background-size: 340px;
  width: 20px;
  height: 20px;
  display: block; }
  .b-fac-1.factura {
    background-position: -0px -0px; }
    .b-fac-1.factura.hover:hover {
      cursor: pointer;
      background-position: -0px -20px; }
  .b-fac-1.agregar {
    background-position: -20px -0px; }
    .b-fac-1.agregar.hover:hover {
      cursor: pointer;
      background-position: -20px -20px; }
  .b-fac-1.descargar-fac {
    background-position: -40px -0px; }
    .b-fac-1.descargar-fac.hover:hover {
      cursor: pointer;
      background-position: -40px -20px; }
  .b-fac-1.verificar {
    background-position: -60px -0px; }
    .b-fac-1.verificar.hover:hover {
      cursor: pointer;
      background-position: -60px -20px; }
  .b-fac-1.pdf {
    background-position: -80px -0px; }
    .b-fac-1.pdf.hover:hover {
      cursor: pointer;
      background-position: -80px -20px; }
  .b-fac-1.xml {
    background-position: -100px -0px; }
    .b-fac-1.xml.hover:hover {
      cursor: pointer;
      background-position: -100px -20px; }
  .b-fac-1.descargar-xml {
    background-position: -120px -0px; }
    .b-fac-1.descargar-xml.hover:hover {
      cursor: pointer;
      background-position: -120px -20px; }
  .b-fac-1.cancelar, div#reportepop a.b-fac-1.boton.cancelar {
    background-position: -140px -0px; }
    .b-fac-1.cancelar.hover:hover, div#reportepop a.b-fac-1.hover.boton.cancelar:hover {
      cursor: pointer;
      background-position: -140px -20px; }
  .b-fac-1.enviar {
    background-position: -160px -0px; }
    .b-fac-1.enviar.hover:hover {
      cursor: pointer;
      background-position: -160px -20px; }
  .b-fac-1.notacred {
    background-position: -180px -0px; }
    .b-fac-1.notacred.hover:hover {
      cursor: pointer;
      background-position: -180px -20px; }
  .b-fac-1.notacred-abajo {
    background-position: -180px -20px; }
    .b-fac-1.notacred-abajo.hover:hover {
      cursor: pointer;
      background-position: -180px -20px; }
  .b-fac-1.pagar {
    background-position: -200px -0px; }
    .b-fac-1.pagar.hover:hover {
      cursor: pointer;
      background-position: -200px -20px; }
  .b-fac-1.pagar-abajo {
    background-position: -200px -20px; }
    .b-fac-1.pagar-abajo.hover:hover {
      cursor: pointer;
      background-position: -200px -20px; }
  .b-fac-1.relacionar {
    background-position: -220px -0px; }
    .b-fac-1.relacionar.hover:hover {
      cursor: pointer;
      background-position: -220px -20px; }
  .b-fac-1.relacionar-2 {
    background-position: -240px -0px; }
    .b-fac-1.relacionar-2.hover:hover {
      cursor: pointer;
      background-position: -240px -20px; }
  .b-fac-1.cancel-timbrado {
    background-position: -260px -0px; }
    .b-fac-1.cancel-timbrado.hover:hover {
      cursor: pointer;
      background-position: -260px -20px; }
  .b-fac-1.cancel-sat {
    background-position: -280px -0px; }
    .b-fac-1.cancel-sat.hover:hover {
      cursor: pointer;
      background-position: -280px -20px; }
  .b-fac-1.abonos {
    background-position: -300px -0px; }
    .b-fac-1.abonos.hover:hover {
      cursor: pointer;
      background-position: -300px -20px; }
  .b-fac-1.consulta {
    background-position: -320px -0px; }
    .b-fac-1.consulta.hover:hover {
      cursor: pointer;
      background-position: -320px -20px; }

.b-fac-2 {
  background-image: url(../images/iconos/botonesfac.png);
  background-repeat: no-repeat;
  background-size: 510px;
  width: 30px;
  height: 30px;
  display: block; }
  .b-fac-2.factura {
    background-position: -0px -0px; }
    .b-fac-2.factura.hover:hover {
      cursor: pointer;
      background-position: -0px -30px; }
  .b-fac-2.agregar {
    background-position: -30px -0px; }
    .b-fac-2.agregar.hover:hover {
      cursor: pointer;
      background-position: -30px -30px; }
  .b-fac-2.descargar-fac {
    background-position: -60px -0px; }
    .b-fac-2.descargar-fac.hover:hover {
      cursor: pointer;
      background-position: -60px -30px; }
  .b-fac-2.verificar {
    background-position: -90px -0px; }
    .b-fac-2.verificar.hover:hover {
      cursor: pointer;
      background-position: -90px -30px; }
  .b-fac-2.pdf {
    background-position: -120px -0px; }
    .b-fac-2.pdf.hover:hover {
      cursor: pointer;
      background-position: -120px -30px; }
  .b-fac-2.xml {
    background-position: -150px -0px; }
    .b-fac-2.xml.hover:hover {
      cursor: pointer;
      background-position: -150px -30px; }
  .b-fac-2.descargar-xml {
    background-position: -180px -0px; }
    .b-fac-2.descargar-xml.hover:hover {
      cursor: pointer;
      background-position: -180px -30px; }
  .b-fac-2.cancelar, div#reportepop a.b-fac-2.boton.cancelar {
    background-position: -210px -0px; }
    .b-fac-2.cancelar.hover:hover, div#reportepop a.b-fac-2.hover.boton.cancelar:hover {
      cursor: pointer;
      background-position: -210px -30px; }
  .b-fac-2.enviar {
    background-position: -240px -0px; }
    .b-fac-2.enviar.hover:hover {
      cursor: pointer;
      background-position: -240px -30px; }
  .b-fac-2.notacred {
    background-position: -270px -0px; }
    .b-fac-2.notacred.hover:hover {
      cursor: pointer;
      background-position: -270px -30px; }
  .b-fac-2.notacred-abajo {
    background-position: -270px -30px; }
    .b-fac-2.notacred-abajo.hover:hover {
      cursor: pointer;
      background-position: -270px -30px; }
  .b-fac-2.pagar {
    background-position: -300px -0px; }
    .b-fac-2.pagar.hover:hover {
      cursor: pointer;
      background-position: -300px -30px; }
  .b-fac-2.pagar-abajo {
    background-position: -300px -30px; }
    .b-fac-2.pagar-abajo.hover:hover {
      cursor: pointer;
      background-position: -300px -30px; }
  .b-fac-2.relacionar {
    background-position: -330px -0px; }
    .b-fac-2.relacionar.hover:hover {
      cursor: pointer;
      background-position: -330px -30px; }
  .b-fac-2.relacionar-2 {
    background-position: -360px -0px; }
    .b-fac-2.relacionar-2.hover:hover {
      cursor: pointer;
      background-position: -360px -30px; }
  .b-fac-2.cancel-timbrado {
    background-position: -390px -0px; }
    .b-fac-2.cancel-timbrado.hover:hover {
      cursor: pointer;
      background-position: -390px -30px; }
  .b-fac-2.cancel-sat {
    background-position: -420px -0px; }
    .b-fac-2.cancel-sat.hover:hover {
      cursor: pointer;
      background-position: -420px -30px; }
  .b-fac-2.abonos {
    background-position: -450px -0px; }
    .b-fac-2.abonos.hover:hover {
      cursor: pointer;
      background-position: -450px -30px; }
  .b-fac-2.consulta {
    background-position: -480px -0px; }
    .b-fac-2.consulta.hover:hover {
      cursor: pointer;
      background-position: -480px -30px; }

.iconos {
  background-image: url(../images/iconos/iconos.png);
  background-repeat: no-repeat;
  background-size: 210px;
  width: 30px;
  height: 30px;
  display: block; }
  .iconos.catalogo {
    background-position: -0px -0px; }
    .iconos.catalogo.hover:hover {
      cursor: pointer;
      background-position: -0px -30px; }
  .iconos.soporte {
    background-position: -30px -0px; }
    .iconos.soporte.hover:hover {
      cursor: pointer;
      background-position: -30px -30px; }
  .iconos.organizaciones {
    background-position: -60px -0px; }
    .iconos.organizaciones.hover:hover {
      cursor: pointer;
      background-position: -60px -30px; }
  .iconos.clientes {
    background-position: -90px -0px; }
    .iconos.clientes.hover:hover {
      cursor: pointer;
      background-position: -90px -30px; }
  .iconos.factura {
    background-position: -120px -0px; }
    .iconos.factura.hover:hover {
      cursor: pointer;
      background-position: -120px -30px; }
  .iconos.cajascuentas {
    background-position: -150px -0px; }
    .iconos.cajascuentas.hover:hover {
      cursor: pointer;
      background-position: -150px -30px; }
  .iconos.pautas {
    background-position: -0px -30px; }
    .iconos.pautas.hover:hover {
      cursor: pointer;
      background-position: -0px -30px; }
  .iconos.norti {
    background-position: -30px -30px; }
    .iconos.norti.hover:hover {
      cursor: pointer;
      background-position: -30px -30px; }
  .iconos.modulos {
    background-position: -30px -30px; }
    .iconos.modulos.hover:hover {
      cursor: pointer;
      background-position: -30px -30px; }
  .iconos.configuracion {
    background-position: -60px -30px; }
    .iconos.configuracion.hover:hover {
      cursor: pointer;
      background-position: -60px -30px; }
  .iconos.cuentaspor {
    background-position: -90px -30px; }
    .iconos.cuentaspor.hover:hover {
      cursor: pointer;
      background-position: -90px -30px; }
  .iconos.mapa {
    background-position: -120px -30px; }
    .iconos.mapa.hover:hover {
      cursor: pointer;
      background-position: -120px -30px; }
  .iconos.i_submenu {
    background-position: -30px -60px; }
    .iconos.i_submenu.hover:hover {
      cursor: pointer;
      background-position: -30px -30px; }
  .iconos.i_sub_submenu {
    background-position: -60px -60px; }
    .iconos.i_sub_submenu.hover:hover {
      cursor: pointer;
      background-position: -60px -30px; }
  .iconos.ventas {
    background-position: -120px -60px; }
    .iconos.ventas.hover:hover {
      cursor: pointer;
      background-position: -120px -30px; }
  .iconos.estrella {
    background-position: -180px -0px; }
    .iconos.estrella.hover:hover {
      cursor: pointer;
      background-position: -180px -30px; }
  .iconos.arriba {
    background-position: -180px -30px; }
    .iconos.arriba.hover:hover {
      cursor: pointer;
      background-position: -180px -30px; }
  .iconos.abajo {
    background-position: -180px -60px; }
    .iconos.abajo.hover:hover {
      cursor: pointer;
      background-position: -180px -30px; }

.icon_menu {
  background-image: url(../images/iconos/iconos.png);
  background-repeat: no-repeat;
  background-size: 140px;
  width: 20px;
  height: 20px;
  display: block; }
  .icon_menu.catalogo {
    background-position: -0px -0px; }
    .icon_menu.catalogo.hover:hover {
      cursor: pointer;
      background-position: -0px -20px; }
  .icon_menu.soporte {
    background-position: -20px -0px; }
    .icon_menu.soporte.hover:hover {
      cursor: pointer;
      background-position: -20px -20px; }
  .icon_menu.organizaciones {
    background-position: -40px -0px; }
    .icon_menu.organizaciones.hover:hover {
      cursor: pointer;
      background-position: -40px -20px; }
  .icon_menu.clientes {
    background-position: -60px -0px; }
    .icon_menu.clientes.hover:hover {
      cursor: pointer;
      background-position: -60px -20px; }
  .icon_menu.factura {
    background-position: -80px -0px; }
    .icon_menu.factura.hover:hover {
      cursor: pointer;
      background-position: -80px -20px; }
  .icon_menu.cajascuentas {
    background-position: -100px -0px; }
    .icon_menu.cajascuentas.hover:hover {
      cursor: pointer;
      background-position: -100px -20px; }
  .icon_menu.pautas {
    background-position: -0px -20px; }
    .icon_menu.pautas.hover:hover {
      cursor: pointer;
      background-position: -0px -20px; }
  .icon_menu.norti {
    background-position: -20px -20px; }
    .icon_menu.norti.hover:hover {
      cursor: pointer;
      background-position: -20px -20px; }
  .icon_menu.modulos {
    background-position: -20px -20px; }
    .icon_menu.modulos.hover:hover {
      cursor: pointer;
      background-position: -20px -20px; }
  .icon_menu.configuracion {
    background-position: -40px -20px; }
    .icon_menu.configuracion.hover:hover {
      cursor: pointer;
      background-position: -40px -20px; }
  .icon_menu.cuentaspor {
    background-position: -60px -20px; }
    .icon_menu.cuentaspor.hover:hover {
      cursor: pointer;
      background-position: -60px -20px; }
  .icon_menu.mapa {
    background-position: -80px -20px; }
    .icon_menu.mapa.hover:hover {
      cursor: pointer;
      background-position: -80px -20px; }
  .icon_menu.i_submenu {
    background-position: -20px -40px; }
    .icon_menu.i_submenu.hover:hover {
      cursor: pointer;
      background-position: -20px -20px; }
  .icon_menu.i_sub_submenu {
    background-position: -40px -40px; }
    .icon_menu.i_sub_submenu.hover:hover {
      cursor: pointer;
      background-position: -40px -20px; }
  .icon_menu.ventas {
    background-position: -80px -40px; }
    .icon_menu.ventas.hover:hover {
      cursor: pointer;
      background-position: -80px -20px; }
  .icon_menu.estrella {
    background-position: -120px -0px; }
    .icon_menu.estrella.hover:hover {
      cursor: pointer;
      background-position: -120px -20px; }
  .icon_menu.arriba {
    background-position: -120px -20px; }
    .icon_menu.arriba.hover:hover {
      cursor: pointer;
      background-position: -120px -20px; }
  .icon_menu.abajo {
    background-position: -120px -40px; }
    .icon_menu.abajo.hover:hover {
      cursor: pointer;
      background-position: -120px -20px; }

.icon_menu_min {
  background-image: url(../images/iconos/iconos.png);
  background-repeat: no-repeat;
  background-size: 105px;
  width: 15px;
  height: 15px;
  display: block; }
  .icon_menu_min.catalogo {
    background-position: -0px -0px; }
    .icon_menu_min.catalogo.hover:hover {
      cursor: pointer;
      background-position: -0px -15px; }
  .icon_menu_min.soporte {
    background-position: -15px -0px; }
    .icon_menu_min.soporte.hover:hover {
      cursor: pointer;
      background-position: -15px -15px; }
  .icon_menu_min.organizaciones {
    background-position: -30px -0px; }
    .icon_menu_min.organizaciones.hover:hover {
      cursor: pointer;
      background-position: -30px -15px; }
  .icon_menu_min.clientes {
    background-position: -45px -0px; }
    .icon_menu_min.clientes.hover:hover {
      cursor: pointer;
      background-position: -45px -15px; }
  .icon_menu_min.factura {
    background-position: -60px -0px; }
    .icon_menu_min.factura.hover:hover {
      cursor: pointer;
      background-position: -60px -15px; }
  .icon_menu_min.cajascuentas {
    background-position: -75px -0px; }
    .icon_menu_min.cajascuentas.hover:hover {
      cursor: pointer;
      background-position: -75px -15px; }
  .icon_menu_min.pautas {
    background-position: -0px -15px; }
    .icon_menu_min.pautas.hover:hover {
      cursor: pointer;
      background-position: -0px -15px; }
  .icon_menu_min.norti {
    background-position: -15px -15px; }
    .icon_menu_min.norti.hover:hover {
      cursor: pointer;
      background-position: -15px -15px; }
  .icon_menu_min.modulos {
    background-position: -15px -15px; }
    .icon_menu_min.modulos.hover:hover {
      cursor: pointer;
      background-position: -15px -15px; }
  .icon_menu_min.configuracion {
    background-position: -30px -15px; }
    .icon_menu_min.configuracion.hover:hover {
      cursor: pointer;
      background-position: -30px -15px; }
  .icon_menu_min.cuentaspor {
    background-position: -45px -15px; }
    .icon_menu_min.cuentaspor.hover:hover {
      cursor: pointer;
      background-position: -45px -15px; }
  .icon_menu_min.mapa {
    background-position: -60px -15px; }
    .icon_menu_min.mapa.hover:hover {
      cursor: pointer;
      background-position: -60px -15px; }
  .icon_menu_min.i_submenu {
    background-position: -15px -30px; }
    .icon_menu_min.i_submenu.hover:hover {
      cursor: pointer;
      background-position: -15px -15px; }
  .icon_menu_min.i_sub_submenu {
    background-position: -30px -30px; }
    .icon_menu_min.i_sub_submenu.hover:hover {
      cursor: pointer;
      background-position: -30px -15px; }
  .icon_menu_min.ventas {
    background-position: -60px -30px; }
    .icon_menu_min.ventas.hover:hover {
      cursor: pointer;
      background-position: -60px -15px; }
  .icon_menu_min.estrella {
    background-position: -90px -0px; }
    .icon_menu_min.estrella.hover:hover {
      cursor: pointer;
      background-position: -90px -15px; }
  .icon_menu_min.arriba {
    background-position: -90px -15px; }
    .icon_menu_min.arriba.hover:hover {
      cursor: pointer;
      background-position: -90px -15px; }
  .icon_menu_min.abajo {
    background-position: -90px -30px; }
    .icon_menu_min.abajo.hover:hover {
      cursor: pointer;
      background-position: -90px -15px; }

.btn-min {
  background-image: url(../images/iconos/botones.png);
  background-repeat: no-repeat;
  background-size: 195px;
  width: 15px;
  height: 15px;
  display: block; }
  .btn-min.editar {
    background-position: -0px -0px; }
    .btn-min.editar.hover:hover {
      cursor: pointer;
      background-position: -0px -15px; }
  .btn-min.ver {
    background-position: -15px -0px; }
    .btn-min.ver.hover:hover {
      cursor: pointer;
      background-position: -15px -15px; }
  .btn-min.agregar {
    background-position: -30px -0px; }
    .btn-min.agregar.hover:hover {
      cursor: pointer;
      background-position: -30px -15px; }
  .btn-min.regresar {
    background-position: -45px -0px; }
    .btn-min.regresar.hover:hover {
      cursor: pointer;
      background-position: -45px -15px; }
  .btn-min.descargar {
    background-position: -60px -0px; }
    .btn-min.descargar.hover:hover {
      cursor: pointer;
      background-position: -60px -15px; }
  .btn-min.subir {
    background-position: -75px -0px; }
    .btn-min.subir.hover:hover {
      cursor: pointer;
      background-position: -75px -15px; }
  .btn-min.pendiente {
    background-position: -90px -0px; }
    .btn-min.pendiente.hover:hover {
      cursor: pointer;
      background-position: -90px -15px; }
  .btn-min.trash {
    background-position: -105px -0px; }
    .btn-min.trash.hover:hover {
      cursor: pointer;
      background-position: -105px -15px; }
  .btn-min.camara {
    background-position: -120px -0px; }
    .btn-min.camara.hover:hover {
      cursor: pointer;
      background-position: -120px -15px; }
  .btn-min.subir-comprobante {
    background-position: -135px -0px; }
    .btn-min.subir-comprobante.hover:hover {
      cursor: pointer;
      background-position: -135px -15px; }
  .btn-min.palomita {
    background-position: -150px -0px; }
    .btn-min.palomita.hover:hover {
      cursor: pointer;
      background-position: -150px -15px; }
  .btn-min.palomita_hover {
    background-position: -150px -15px; }
    .btn-min.palomita_hover.hover:hover {
      cursor: pointer;
      background-position: -150px -15px; }
  .btn-min.camara_gris {
    background-position: -165px -0px; }
    .btn-min.camara_gris.hover:hover {
      cursor: pointer;
      background-position: -165px -15px; }
  .btn-min.btn_calendario {
    background-position: -180px -0px; }
    .btn-min.btn_calendario.hover:hover {
      cursor: pointer;
      background-position: -180px -15px; }

.botones-1 {
  background-image: url(../images/iconos/botones.png);
  background-repeat: no-repeat;
  background-size: 390px;
  width: 30px;
  height: 30px;
  display: block; }
  .botones-1.editar {
    background-position: -0px -0px; }
    .botones-1.editar.hover:hover {
      cursor: pointer;
      background-position: -0px -30px; }
  .botones-1.ver {
    background-position: -30px -0px; }
    .botones-1.ver.hover:hover {
      cursor: pointer;
      background-position: -30px -30px; }
  .botones-1.agregar {
    background-position: -60px -0px; }
    .botones-1.agregar.hover:hover {
      cursor: pointer;
      background-position: -60px -30px; }
  .botones-1.regresar {
    background-position: -90px -0px; }
    .botones-1.regresar.hover:hover {
      cursor: pointer;
      background-position: -90px -30px; }
  .botones-1.descargar {
    background-position: -120px -0px; }
    .botones-1.descargar.hover:hover {
      cursor: pointer;
      background-position: -120px -30px; }
  .botones-1.subir {
    background-position: -150px -0px; }
    .botones-1.subir.hover:hover {
      cursor: pointer;
      background-position: -150px -30px; }
  .botones-1.pendiente {
    background-position: -180px -0px; }
    .botones-1.pendiente.hover:hover {
      cursor: pointer;
      background-position: -180px -30px; }
  .botones-1.trash {
    background-position: -210px -0px; }
    .botones-1.trash.hover:hover {
      cursor: pointer;
      background-position: -210px -30px; }
  .botones-1.camara {
    background-position: -240px -0px; }
    .botones-1.camara.hover:hover {
      cursor: pointer;
      background-position: -240px -30px; }
  .botones-1.subir-comprobante {
    background-position: -270px -0px; }
    .botones-1.subir-comprobante.hover:hover {
      cursor: pointer;
      background-position: -270px -30px; }
  .botones-1.palomita {
    background-position: -300px -0px; }
    .botones-1.palomita.hover:hover {
      cursor: pointer;
      background-position: -300px -30px; }
  .botones-1.palomita_hover {
    background-position: -300px -30px; }
    .botones-1.palomita_hover.hover:hover {
      cursor: pointer;
      background-position: -300px -30px; }
  .botones-1.camara_gris {
    background-position: -330px -0px; }
    .botones-1.camara_gris.hover:hover {
      cursor: pointer;
      background-position: -330px -30px; }
  .botones-1.btn_calendario {
    background-position: -360px -0px; }
    .botones-1.btn_calendario.hover:hover {
      cursor: pointer;
      background-position: -360px -30px; }

.botones-2 {
  background-image: url(../images/iconos/botones.png);
  background-repeat: no-repeat;
  background-size: 260px;
  width: 20px;
  height: 20px;
  display: block; }
  .botones-2.editar {
    background-position: -0px -0px; }
    .botones-2.editar.hover:hover {
      cursor: pointer;
      background-position: -0px -20px; }
  .botones-2.ver {
    background-position: -20px -0px; }
    .botones-2.ver.hover:hover {
      cursor: pointer;
      background-position: -20px -20px; }
  .botones-2.agregar {
    background-position: -40px -0px; }
    .botones-2.agregar.hover:hover {
      cursor: pointer;
      background-position: -40px -20px; }
  .botones-2.regresar {
    background-position: -60px -0px; }
    .botones-2.regresar.hover:hover {
      cursor: pointer;
      background-position: -60px -20px; }
  .botones-2.descargar {
    background-position: -80px -0px; }
    .botones-2.descargar.hover:hover {
      cursor: pointer;
      background-position: -80px -20px; }
  .botones-2.subir {
    background-position: -100px -0px; }
    .botones-2.subir.hover:hover {
      cursor: pointer;
      background-position: -100px -20px; }
  .botones-2.pendiente {
    background-position: -120px -0px; }
    .botones-2.pendiente.hover:hover {
      cursor: pointer;
      background-position: -120px -20px; }
  .botones-2.trash {
    background-position: -140px -0px; }
    .botones-2.trash.hover:hover {
      cursor: pointer;
      background-position: -140px -20px; }
  .botones-2.camara {
    background-position: -160px -0px; }
    .botones-2.camara.hover:hover {
      cursor: pointer;
      background-position: -160px -20px; }
  .botones-2.subir-comprobante {
    background-position: -180px -0px; }
    .botones-2.subir-comprobante.hover:hover {
      cursor: pointer;
      background-position: -180px -20px; }
  .botones-2.palomita {
    background-position: -200px -0px; }
    .botones-2.palomita.hover:hover {
      cursor: pointer;
      background-position: -200px -20px; }
  .botones-2.palomita_hover {
    background-position: -200px -20px; }
    .botones-2.palomita_hover.hover:hover {
      cursor: pointer;
      background-position: -200px -20px; }
  .botones-2.camara_gris {
    background-position: -220px -0px; }
    .botones-2.camara_gris.hover:hover {
      cursor: pointer;
      background-position: -220px -20px; }
  .botones-2.btn_calendario {
    background-position: -240px -0px; }
    .botones-2.btn_calendario.hover:hover {
      cursor: pointer;
      background-position: -240px -20px; }

.edos_citas {
  background-image: url(../images/iconos/botones-nutri.png);
  background-repeat: no-repeat;
  background-size: 450px;
  width: 25px;
  height: 25px;
  display: block; }
  .edos_citas.espera {
    background-position: -300px -0px; }
    .edos_citas.espera.hover:hover {
      cursor: pointer;
      background-position: -300px -25px; }
  .edos_citas.confirmar {
    background-position: -350px -0px; }
    .edos_citas.confirmar.hover:hover {
      cursor: pointer;
      background-position: -350px -25px; }
  .edos_citas.confirmado {
    background-position: -325px -0px; }
    .edos_citas.confirmado.hover:hover {
      cursor: pointer;
      background-position: -325px -25px; }
  .edos_citas.cancelado {
    background-position: -250px -0px; }
    .edos_citas.cancelado.hover:hover {
      cursor: pointer;
      background-position: -250px -25px; }
  .edos_citas.xpagar {
    background-position: -375px -0px; }
    .edos_citas.xpagar.hover:hover {
      cursor: pointer;
      background-position: -375px -25px; }
  .edos_citas.pagado {
    background-position: -0px -0px; }
    .edos_citas.pagado.hover:hover {
      cursor: pointer;
      background-position: -0px -25px; }
  .edos_citas.pendiente {
    background-position: -400px -0px; }
    .edos_citas.pendiente.hover:hover {
      cursor: pointer;
      background-position: -400px -25px; }
  .edos_citas.realizado {
    background-position: -425px -0px; }
    .edos_citas.realizado.hover:hover {
      cursor: pointer;
      background-position: -425px -25px; }

.inputAgregar {
  position: relative;
  float: left;
  margin: 5px 0 0 5px;
  left: 20px; }

.inline-block, .menu-i {
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle; }

.menu-i {
  margin-left: -10px !important;
  margin-right: 5px; }

#folio, #entrada, .topRight {
  position: absolute;
  text-align: right; }

form div.container-label, div#basicstyle div.container-label, form.basico div.container-label, div#basicstyle div.container-label, div.bloqueform div.container-label {
  width: 100%;
  height: auto;
  display: flex;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  position: relative; }

.container-label {
  justify-content: left; }
  .container-label .radiosBox {
    height: 35px;
    width: 80%;
    margin-left: 5%;
    display: flex;
    justify-content: flex-start; }
    .container-label .radiosBox .spanCitas {
      width: 35px;
      height: 35px;
      background-color: #f7f7f8 !important;
      display: inline-block;
      margin: 0px 2px;
      color: #ADA7A7;
      font-size: 20px;
      line-height: 2em;
      padding: 0;
      float: none;
      text-align: center;
      font-weight: normal;
      clear: none;
      position: relative;
      border-left: none;
      border-top: none;
      border-bottom: none;
      border-radius: 0px; }
    .container-label .radiosBox div.radio-box.activo > label.consultorios {
      background-color: #0359F0 !important;
      color: white; }
      .container-label .radiosBox div.radio-box.activo > label.consultorios span {
        background-position-y: -27px; }
    .container-label .radiosBox div.radio-box.activo > label.estado_cita {
      background-color: #0359F0 !important;
      color: white; }
      .container-label .radiosBox div.radio-box.activo > label.estado_cita span {
        background-position-y: -27px; }
    .container-label .radiosBox div.radio-box.activo > label.estado_pago {
      background-color: #0359F0 !important;
      color: white; }
      .container-label .radiosBox div.radio-box.activo > label.estado_pago span {
        background-position-y: -27px; }
    .container-label .radiosBox div.radio-box.activo > label.estado_consulta {
      background-color: #0359F0 !important;
      color: white; }
      .container-label .radiosBox div.radio-box.activo > label.estado_consulta span {
        background-position-y: -27px; }

form .bloqueform, div#basicstyle .bloqueform, form.basico .bloqueform, div#basicstyle .bloqueform {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  position: relative;
  background-color: #FFFFFF;
  padding: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  form .bloqueform .foliopestana, div#basicstyle .bloqueform .foliopestana, form.basico .bloqueform .foliopestana, div#basicstyle .bloqueform .foliopestana {
    margin-top: -35px;
    background-color: #666;
    display: block;
    color: black;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 5px; }
  form .bloqueform h4, div#basicstyle .bloqueform h4, form .bloqueform h5, div#basicstyle .bloqueform h5, form.basico .bloqueform h4, div#basicstyle .bloqueform h4, form.basico .bloqueform h5, div#basicstyle .bloqueform h5 {
    font-weight: bold !important;
    margin-top: -10px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #999; }
  form .bloqueform h5, div#basicstyle .bloqueform h5, form.basico .bloqueform h5, div#basicstyle .bloqueform h5 {
    margin-top: -6px;
    font-size: 12px;
    font-weight: lighter;
    margin-bottom: 8px; }
  form .bloqueform .edit, div#basicstyle .bloqueform .edit, form .bloqueform .borrarbloque, div#basicstyle .bloqueform .borrarbloque, form.basico .bloqueform .edit, div#basicstyle .bloqueform .edit, form.basico .bloqueform .borrarbloque, div#basicstyle .bloqueform .borrarbloque {
    display: none;
    position: absolute;
    top: 15px;
    right: 60px;
    font-size: 11px;
    cursor: pointer; }
  form .bloqueform:hover .edit, div#basicstyle .bloqueform:hover .edit, form .bloqueform:hover .borrarbloque, div#basicstyle .bloqueform:hover .borrarbloque, form.basico .bloqueform:hover .edit, div#basicstyle .bloqueform:hover .edit, form.basico .bloqueform:hover .borrarbloque, div#basicstyle .bloqueform:hover .borrarbloque {
    display: block; }
  form .bloqueform.inside, div#basicstyle .bloqueform.inside, form.basico .bloqueform.inside, div#basicstyle .bloqueform.inside {
    border-left: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0; }
  form .bloqueform .bloqueform, div#basicstyle .bloqueform .bloqueform, form.basico .bloqueform .bloqueform, div#basicstyle .bloqueform .bloqueform {
    background-color: #F5F7FF; }
    form .bloqueform .bloqueform h4, div#basicstyle .bloqueform .bloqueform h4, form .bloqueform .bloqueform h5, div#basicstyle .bloqueform .bloqueform h5, form.basico .bloqueform .bloqueform h4, div#basicstyle .bloqueform .bloqueform h4, form.basico .bloqueform .bloqueform h5, div#basicstyle .bloqueform .bloqueform h5 {
      color: #666;
      font-size: 14px; }
    form .bloqueform .bloqueform .bloqueform, div#basicstyle .bloqueform .bloqueform .bloqueform, form.basico .bloqueform .bloqueform .bloqueform, div#basicstyle .bloqueform .bloqueform .bloqueform {
      background-color: #f9f9f9; }
      form .bloqueform .bloqueform .bloqueform .bloqueform, div#basicstyle .bloqueform .bloqueform .bloqueform .bloqueform, form.basico .bloqueform .bloqueform .bloqueform .bloqueform, div#basicstyle .bloqueform .bloqueform .bloqueform .bloqueform {
        background-color: #f0f0f0; }
        form .bloqueform .bloqueform .bloqueform .bloqueform .bloqueform, div#basicstyle .bloqueform .bloqueform .bloqueform .bloqueform .bloqueform, form.basico .bloqueform .bloqueform .bloqueform .bloqueform .bloqueform, div#basicstyle .bloqueform .bloqueform .bloqueform .bloqueform .bloqueform {
          background-color: #f9f9f9; }

.bloqueform.moreless, .bloque.moreless {
  max-height: 9000px;
  position: relative;
  overflow: initial;
  float: left; }
  .bloqueform.moreless .abrircerrar, .bloque.moreless .abrircerrar {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    background-image: url(../images/less.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer; }
  .bloqueform.moreless.closed, .bloque.moreless.closed {
    max-height: 45px;
    overflow: hidden; }
    .bloqueform.moreless.closed .abrircerrar, .bloque.moreless.closed .abrircerrar {
      background-image: url(../images/plus.png); }
.bloqueform p, .bloque p {
  font-size: 12px; }
.bloqueform h4, .bloque h4 {
  text-transform: uppercase; }

.bloque.moreless .abrircerrar {
  top: 3px;
  right: 5px;
  background-size: 15px; }
.bloque.moreless.closed {
  max-height: 25px; }

div.div_select {
  width: 30%;
  height: auto;
  position: relative;
  float: right;
  margin-top: -55px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

div.div-doble {
  height: auto;
  position: relative;
  display: inline-block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  div.div-doble.dw60 {
    width: 80% !important; }
  div.div-doble.dw40 {
    width: 20% !important; }

div.div_rigth {
  border: 2px #ff5000 solid;
  width: auto !important;
  height: auto;
  position: relative;
  float: right;
  padding: 5px 10px;
  -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; }

form.small, div.small#basicstyle, div.form.small {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }
form.basico.full, div.full#basicstyle, div.form.basico.full {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 99%;
  min-height: 99%;
  height: auto;
  top: 0.5%;
  left: 0.5%;
  padding: 80px;
  z-index: 100;
  font-size: 25px; }
  form.basico.full .boton, div.full#basicstyle .boton, form.basico.full input[type=submit], div.full#basicstyle input[type=submit], div.form.basico.full .boton, div.form.basico.full input[type=submit] {
    font-size: 30px;
    -moz-appearance: none;
    line-height: 50px;
    height: auto;
    font-weight: bold; }
  form.basico.full input, div.full#basicstyle input, form.basico.full select, div.full#basicstyle select, form.basico.full textarea, div.full#basicstyle textarea, form.basico.full label, div.full#basicstyle label, div.form.basico.full input, div.form.basico.full select, div.form.basico.full textarea, div.form.basico.full label {
    font-size: 25px !important; }
  form.basico.full input, div.full#basicstyle input, form.basico.full select, div.full#basicstyle select, div.form.basico.full input, div.form.basico.full select {
    height: 75px; }
  form.basico.full textarea, div.full#basicstyle textarea, div.form.basico.full textarea {
    height: 200px; }
form.basico, div#basicstyle, div.form.basico {
  width: 550px;
  height: auto;
  margin: 0 auto;
  border: none;
  padding: 40px 20px 20px 20px;
  overflow: hidden;
  position: relative;
  text-align: left;
  outline: none;
  background: #F7FAFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  form.basico h3, div#basicstyle h3, div.form.basico h3 {
    font-family: "Muli-Black";
    margin: -20px 0 20px 0;
    text-transform: uppercase;
    color: #4D4D4D; }
  form.basico h4, div#basicstyle h4, div.form.basico h4 {
    font-family: "Muli-Black";
    margin: 5px 0 0 0;
    line-height: 2.4em;
    color: #4D4D4D;
    font-size: 19px;
    font-weight: bold; }
    form.basico h4.full, div#basicstyle h4.full, div.form.basico h4.full {
      padding-left: 20px;
      margin-left: -20px; }
  form.basico p.info, div#basicstyle p.info, div.form.basico p.info {
    font-size: 12px;
    padding: 10px 0px 10px 10px;
    line-height: 1.5em;
    position: relative;
    width: 98%;
    color: #4D4D4D;
    background: #e4ebf0; }
    form.basico p.info:after, div#basicstyle p.info:after, div.form.basico p.info:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 15px;
      color: gold;
      margin-top: -13px;
      font-size: 26px; }
form.basico label, div#basicstyle label, div.form.basico label {
  width: 25%;
  height: 39px;
  float: left;
  padding: 5px 10px 5px 10px;
  margin: 2px 0 2px 0;
  font-size: 12.5px;
  text-align: right;
  font-weight: bold;
  line-height: 2em;
  clear: left;
  border-left: 1px solid #D6DBDF;
  border-top: 1px solid #D6DBDF;
  border-bottom: 1px solid #D6DBDF;
  background-color: #FFFFFF;
  color: #4D4D4D;
  text-align: left;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  form.basico label.red, div#basicstyle label.red, form.basico label.blue, div#basicstyle label.blue, div.form.basico label.red, div.form.basico label.blue {
    color: white; }
  form.basico label.green, div#basicstyle label.green, div.form.basico label.green {
    background-color: #00cc00; }
  form.basico label.blue, div#basicstyle label.blue, div.form.basico label.blue {
    background-color: #6666ff; }
  form.basico label.right-side, div#basicstyle label.right-side, div.form.basico label.right-side {
    float: right;
    clear: right;
    text-align: left;
    padding: 3px 0 3px 7px; }

label:first-letter {
  text-transform: capitalize; }

form.basico label.duo, div#basicstyle label.duo {
  width: 11%; }
form.basico label.lduo, div#basicstyle label.lduo {
  clear: none; }
  form.basico label.lduo.r, div#basicstyle label.lduo.r {
    margin-left: -2px; }
  form.basico label.lduo.r2f, div#basicstyle label.lduo.r2f {
    margin-left: 10px; }
form label.highlight, div#basicstyle label.highlight {
  background-color: #0087cf;
  color: white !important; }

input.bold {
  font-weight: bold;
  font-size: 0.8em; }

form .container_inputs, div#basicstyle .container_inputs, form.basico .container_inputs, div#basicstyle .container_inputs {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  form .container_inputs input:hover, div#basicstyle .container_inputs input:hover, form .container_inputs input:focus, div#basicstyle .container_inputs input:focus, form .container_inputs input:active, div#basicstyle .container_inputs input:active, form .container_inputs textarea:hover, div#basicstyle .container_inputs textarea:hover, form .container_inputs textarea:focus, div#basicstyle .container_inputs textarea:focus, form .container_inputs textarea:active, div#basicstyle .container_inputs textarea:active, form .container_inputs select:hover, div#basicstyle .container_inputs select:hover, form .container_inputs select:focus, div#basicstyle .container_inputs select:focus, form .container_inputs select:active, div#basicstyle .container_inputs select:active, form.basico .container_inputs input:hover, div#basicstyle .container_inputs input:hover, form.basico .container_inputs input:focus, div#basicstyle .container_inputs input:focus, form.basico .container_inputs input:active, div#basicstyle .container_inputs input:active, form.basico .container_inputs textarea:hover, div#basicstyle .container_inputs textarea:hover, form.basico .container_inputs textarea:focus, div#basicstyle .container_inputs textarea:focus, form.basico .container_inputs textarea:active, div#basicstyle .container_inputs textarea:active, form.basico .container_inputs select:hover, div#basicstyle .container_inputs select:hover, form.basico .container_inputs select:focus, div#basicstyle .container_inputs select:focus, form.basico .container_inputs select:active, div#basicstyle .container_inputs select:active {
    border-top: 1px solid #A7B733;
    border-bottom: 1px solid #A7B733;
    border-right: 1px solid #A7B733; }
  form .container_inputs:has(input:hover) label, div#basicstyle .container_inputs:has(input:hover) label, form .container_inputs:has(input:focus) label, div#basicstyle .container_inputs:has(input:focus) label, form .container_inputs:has(input:active) label, div#basicstyle .container_inputs:has(input:active) label, form .container_inputs:has(textarea:hover) label, div#basicstyle .container_inputs:has(textarea:hover) label, form .container_inputs:has(textarea:focus) label, div#basicstyle .container_inputs:has(textarea:focus) label, form .container_inputs:has(textarea:active) label, div#basicstyle .container_inputs:has(textarea:active) label, form .container_inputs:has(select:hover) label, div#basicstyle .container_inputs:has(select:hover) label, form .container_inputs:has(select:focus) label, div#basicstyle .container_inputs:has(select:focus) label, form .container_inputs:has(select:active) label, div#basicstyle .container_inputs:has(select:active) label, form.basico .container_inputs:has(input:hover) label, div#basicstyle .container_inputs:has(input:hover) label, form.basico .container_inputs:has(input:focus) label, div#basicstyle .container_inputs:has(input:focus) label, form.basico .container_inputs:has(input:active) label, div#basicstyle .container_inputs:has(input:active) label, form.basico .container_inputs:has(textarea:hover) label, div#basicstyle .container_inputs:has(textarea:hover) label, form.basico .container_inputs:has(textarea:focus) label, div#basicstyle .container_inputs:has(textarea:focus) label, form.basico .container_inputs:has(textarea:active) label, div#basicstyle .container_inputs:has(textarea:active) label, form.basico .container_inputs:has(select:hover) label, div#basicstyle .container_inputs:has(select:hover) label, form.basico .container_inputs:has(select:focus) label, div#basicstyle .container_inputs:has(select:focus) label, form.basico .container_inputs:has(select:active) label, div#basicstyle .container_inputs:has(select:active) label {
    border-left: 1px solid #A7B733;
    border-top: 1px solid #A7B733;
    border-bottom: 1px solid #A7B733; }
form input, div#basicstyle input, form textarea, div#basicstyle textarea, form select, div#basicstyle select, form.basico input, div#basicstyle input, form.basico textarea, div#basicstyle textarea, form.basico select, div#basicstyle select {
  width: 69%;
  border: none;
  float: left;
  height: 39px;
  padding: 5px 10px;
  margin: 2px 0;
  clear: right;
  position: relative;
  border-top: 1px solid #D6DBDF;
  border-bottom: 1px solid #D6DBDF;
  border-right: 1px solid #D6DBDF;
  background-color: #FFFFFF;
  color: #4D4D4D;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left: 0; }
  form input.sinlabel, div#basicstyle input.sinlabel, form textarea.sinlabel, div#basicstyle textarea.sinlabel, form select.sinlabel, div#basicstyle select.sinlabel, form.basico input.sinlabel, div#basicstyle input.sinlabel, form.basico textarea.sinlabel, div#basicstyle textarea.sinlabel, form.basico select.sinlabel, div#basicstyle select.sinlabel {
    border-left: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
  form input.right-side, div#basicstyle input.right-side, form textarea.right-side, div#basicstyle textarea.right-side, form select.right-side, div#basicstyle select.right-side, form.basico input.right-side, div#basicstyle input.right-side, form.basico textarea.right-side, div#basicstyle textarea.right-side, form.basico select.right-side, div#basicstyle select.right-side {
    float: right;
    clear: left;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left: 4px; }
    form input.right-side.half, div#basicstyle input.right-side.half, form textarea.right-side.half, div#basicstyle textarea.right-side.half, form select.right-side.half, div#basicstyle select.right-side.half, form.basico input.right-side.half, div#basicstyle input.right-side.half, form.basico textarea.right-side.half, div#basicstyle textarea.right-side.half, form.basico select.right-side.half, div#basicstyle select.right-side.half {
      margin-right: 0;
      margin-left: 35%; }
    form input.right-side.duo, div#basicstyle input.right-side.duo, form textarea.right-side.duo, div#basicstyle textarea.right-side.duo, form select.right-side.duo, div#basicstyle select.right-side.duo, form.basico input.right-side.duo, div#basicstyle input.right-side.duo, form.basico textarea.right-side.duo, div#basicstyle textarea.right-side.duo, form.basico select.right-side.duo, div#basicstyle select.right-side.duo {
      margin-right: 0;
      margin-left: 2%; }
    form input.right-side.cincocinco, div#basicstyle input.right-side.cincocinco, form textarea.right-side.cincocinco, div#basicstyle textarea.right-side.cincocinco, form select.right-side.cincocinco, div#basicstyle select.right-side.cincocinco, form.basico input.right-side.cincocinco, div#basicstyle input.right-side.cincocinco, form.basico textarea.right-side.cincocinco, div#basicstyle textarea.right-side.cincocinco, form.basico select.right-side.cincocinco, div#basicstyle select.right-side.cincocinco {
      margin-right: 0;
      margin-left: 15%; }
form textarea, div#basicstyle textarea, form.basico textarea, div#basicstyle textarea {
  border-left: 1px solid #D6DBDF;
  resize: none;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left: 4px; }
  form textarea:hover, div#basicstyle textarea:hover, form textarea:focus, div#basicstyle textarea:focus, form textarea:active, div#basicstyle textarea:active, form.basico textarea:hover, div#basicstyle textarea:hover, form.basico textarea:focus, div#basicstyle textarea:focus, form.basico textarea:active, div#basicstyle textarea:active {
    border-left: 1px solid #A7B733; }
form select.picker__select--year, div#basicstyle select.picker__select--year, form select.picker__select--month, div#basicstyle select.picker__select--month, form.basico select.picker__select--year, div#basicstyle select.picker__select--year, form.basico select.picker__select--month, div#basicstyle select.picker__select--month {
  float: left;
  font-size: 12px;
  height: 30px !important;
  width: 35%;
  background-size: 14px;
  margin-left: 10px;
  border-left: 1px solid #D6DBDF;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left: 4px; }
form select.picker__select--year, div#basicstyle select.picker__select--year, form.basico select.picker__select--year, div#basicstyle select.picker__select--year {
  margin-left: 80px !important; }
form input, div#basicstyle input, form.basico input, div#basicstyle input {
  height: 27px; }

form span.custom-combobox, div#basicstyle span.custom-combobox {
  width: 70%;
  border: none;
  float: left;
  height: 35px;
  padding: 3px 10px;
  margin: 2px 0;
  clear: right;
  position: relative; }
form.basico input.half, div#basicstyle input.half, form.basico select.half, div#basicstyle select.half {
  width: 35%;
  margin-right: 35%; }
form span.custom-combobox.half, div#basicstyle span.custom-combobox.half {
  width: 35%;
  margin-right: 35%; }
form.basico input.duo, div#basicstyle input.duo, form.basico select.duo, div#basicstyle select.duo {
  margin-right: 2%;
  width: 20.2%; }
form span.custom-combobox.duo, div#basicstyle span.custom-combobox.duo {
  margin-right: 2%;
  width: 20.2%; }
form.basico input.cincocinco, div#basicstyle input.cincocinco, form.basico select.cincocinco, div#basicstyle select.cincocinco {
  width: 51.5%;
  margin-right: 15%; }
form span.custom-combobox.cincocinco, div#basicstyle span.custom-combobox.cincocinco {
  width: 51.5%;
  margin-right: 15%; }
form.basico input.cuatrocinco, div#basicstyle input.cuatrocinco, form.basico select.cuatrocinco, div#basicstyle select.cuatrocinco {
  width: 38%;
  margin-right: 5%; }
form span.custom-combobox.cuatrocinco, div#basicstyle span.custom-combobox.cuatrocinco {
  width: 45%;
  margin-right: 5%; }
form.basico label.masuno, div#basicstyle label.masuno {
  width: 25%;
  padding: 3px 10px 3px 0; }

form.basico select.masuno, div#basicstyle select.masuno {
  width: 57%;
  padding: 3px 0 3px 10px; }

form span.custom-combobox.masuno, div#basicstyle span.custom-combobox.masuno {
  width: 57%;
  padding: 3px 0 3px 10px; }
form.basico input.no-right, div#basicstyle input.no-right, form.basico select.no-right, div#basicstyle select.no-right {
  margin-right: 0 !important; }
form span.custom-combobox.no-right, div#basicstyle span.custom-combobox.no-right {
  margin-right: 0 !important; }
form.basico input:disabled, div#basicstyle input:disabled, form.basico textarea:disabled, div#basicstyle textarea:disabled, form.basico select:disabled, div#basicstyle select:disabled {
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
  font-size: 11.5px;
  cursor: default;
  background-image: url(../images/disabled.png);
  background-repeat: no-repeat;
  background-position: top 2px right 2px;
  background-size: 8px; }

form .custom-combobox input, div#basicstyle .custom-combobox input {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 11px;
  color: #333;
  font-weight: normal;
  background-color: white;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
  margin: 0; }
form.basico select, div#basicstyle select {
  -moz-appearance: none;
  background: #FFFFFF;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right: 3px;
  position: relative; }
  form.basico select.sinlabel, div#basicstyle select.sinlabel {
    border-left: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }

form span.custom-combobox input, div#basicstyle span.custom-combobox input {
  -moz-appearance: none;
  background: white url(../images/forms/select.png) no-repeat center right 8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  position: relative; }
form.basico label, div#basicstyle label {
  position: relative; }

a.added {
  position: absolute;
  top: 0;
  right: -307%;
  width: 30px;
  height: 30px;
  display: block;
  overflow: hidden;
  z-index: 10;
  opacity: 0.3;
  cursor: pointer;
  z-index: 1; }
  a.added:not(.botones-1) {
    background: url("../images/add.png") no-repeat center center;
    background-size: 30px; }
  a.added.half {
    right: -166%; }
  a.added.inneradd {
    right: 0; }

a.added:hover {
  opacity: 0.7; }

a.added img {
  width: 35px; }

th a.added {
  right: 0 !important;
  width: 20px;
  height: 20px;
  opacity: 1;
  background: transparent url(../images/addw.png) no-repeat center center;
  margin: 4px 0 0 0;
  padding: 2px;
  background-size: 17px; }
  th a.added img {
    width: 18px !important;
    display: none; }

form.basico.pop, div.pop#basicstyle {
  position: relative;
  width: auto;
  max-width: 515px;
  margin: 20px auto;
  padding: 40px 30px 20px 30px;
  display: block;
  height: auto; }
  form.basico.pop.orcompra, div.pop.orcompra#basicstyle {
    max-width: 650px; }
  form.basico.pop.big, div.pop.big#basicstyle {
    max-width: 900px; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -moz-appearance: none;
  margin: 0; }

form.basico textarea, div#basicstyle textarea {
  height: 100px; }

form:focus, div#basicstyle:focus {
  outline: none; }

div.subfields {
  margin-left: 0;
  background-color: rgba(255, 255, 255, 0.3);
  float: left;
  clear: left;
  width: 94%;
  padding: 5px 5px 5px 29px; }
div.radiobox input[type=checkbox], div.radiobox input[type=radio] {
  display: none; }
div#basicstyle input[type=checkbox], div#basicstyle input[type=radio] {
  display: none; }

form input[type=checkbox], div#basicstyle input[type=checkbox], form input[type=radio], div#basicstyle input[type=radio] {
  display: none; }

input.checkito {
  display: block !important; }

form div.radiobox, div#basicstyle div.radiobox {
  float: left;
  position: relative;
  width: 25%;
  display: block; }
  form div.radiobox.right-side, div#basicstyle div.radiobox.right-side {
    float: right; }
  form div.radiobox.small, div#basicstyle div.radiobox.small {
    height: 30px; }
  form div.radiobox.small > label.radio, div#basicstyle div.radiobox.small > label.radio, form div.radiobox.small > label.checkbox, div#basicstyle div.radiobox.small > label.checkbox {
    height: 30px; }
  form div.radiobox.activo > label.radio, div#basicstyle div.radiobox.activo > label.radio, form div.radiobox.activo > label.checkbox, div#basicstyle div.radiobox.activo > label.checkbox {
    background-color: #778026; }

form label.radio, div#basicstyle label.radio, form label.checkbox, div#basicstyle label.checkbox {
  width: 100% !important;
  display: block;
  position: relative;
  margin-right: 0;
  padding-left: 29px;
  margin-left: 0;
  background-color: #A6B73F;
  font-weight: lighter;
  text-align: left;
  color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }
  form label.radio:hover, div#basicstyle label.radio:hover, form label.checkbox:hover, div#basicstyle label.checkbox:hover {
    background-color: #c3d082; }
form label.radio.disabled, div#basicstyle label.radio.disabled, form label.checkbox.disabled, div#basicstyle label.checkbox.disabled {
  background-color: #E7E7E7;
  color: #4D4D4D; }
form label.radio span, div#basicstyle label.radio span {
  background: white;
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  left: 7px;
  top: 8px;
  z-index: 2;
  border: 2px solid rgba(255, 255, 255, 0.2);
  padding: 0;
  margin: 2px 3px 0 0 !important;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
  -webkit-box-shadow: inset 1px 0px 6px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 0px 6px -1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 1px 0px 6px -1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0px 6px -1px rgba(0, 0, 0, 0.1); }
form label.checkbox span, div#basicstyle label.checkbox span {
  background: rgba(255, 255, 255, 0.9);
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  left: 7px;
  top: 9px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0;
  margin: 2px 1px 0 0 !important;
  -webkit-box-shadow: inset 1px 0px 6px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 0px 6px -1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 1px 0px 6px -1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0px 6px -1px rgba(0, 0, 0, 0.1); }
form .small label.radio, div#basicstyle .small label.radio, form .small label.checkbox, div#basicstyle .small label.checkbox {
  font-size: 10px;
  padding-left: 26px;
  line-height: 1.9em; }
  form .small label.radio span, div#basicstyle .small label.radio span, form .small label.checkbox span, div#basicstyle .small label.checkbox span {
    width: 11px;
    height: 11px;
    top: 6px; }

form div.radiobox.activo > label.radio span, div#basicstyle div.radiobox.activo > label.radio span, form div.radiobox.activo > label.checkbox span, div#basicstyle div.radiobox.activo > label.checkbox span {
  background: rgba(255, 255, 255, 0.9) url(../images/forms/checked.png) no-repeat center center;
  background-size: 15px;
  box-shadow: none; }
form div.radiobox.small.activo > label.radio span, div#basicstyle div.radiobox.small.activo > label.radio span, form div.radiobox.small.activo > label.checkbox span, div#basicstyle div.radiobox.small.activo > label.checkbox span {
  background: rgba(255, 255, 255, 0.9) url(../images/forms/checked.png) no-repeat center center;
  background-size: 11px;
  box-shadow: none; }

form label.radio input:checked, div#basicstyle label.radio input:checked, form label.checkbox input:checked, div#basicstyle label.checkbox input:checked {
  background-color: #74cd02; }

div.radiobox.activo label.radio.disabled, div.radiobox.activo label.checkbox.disabled, div.radiobox.activo label.radio.disabled, div.radiobox.activo label.checkbox.disabled {
  color: white !important; }

a.add, a.boton, a.t-boton {
  margin: 0 5px;
  padding: 10px 20px;
  background-color: #A0B82F;
  border: none;
  color: white;
  float: right !important;
  font-size: 11px;
  cursor: pointer;
  text-transform: none;
  text-decoration: none;
  font-weight: normal !important;
  width: auto;
  display: block;
  -moz-appearance: none; }

form input[type=submit], div#basicstyle input[type=submit], form input[type=button], div#basicstyle input[type=button] {
  margin: 0px 0px;
  padding: 10px 20px;
  background-color: #778026;
  border: none;
  color: white;
  float: right !important;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  text-transform: none;
  text-decoration: none;
  font-weight: normal !important;
  width: auto;
  display: block;
  -moz-appearance: none; }

a.add:hover, a.boton:hover {
  background-color: #c3d082; }

form input[type=submit]:hover, div#basicstyle input[type=submit]:hover, form input[type=button]:hover, div#basicstyle input[type=button]:hover {
  background-color: #c3d082; }

.boton.loading {
  background-color: gray; }
.boton.descargar {
  background-color: red; }

a.boton.print, a.boton.down, a.boton.email, a.boton.doc {
  padding-left: 30px;
  background-position: center left 5px;
  background-repeat: no-repeat;
  background-size: 20px; }
  a.boton.print:hover, a.boton.down:hover, a.boton.email:hover, a.boton.doc:hover {
    background-color: white; }

form input[type=submit], div#basicstyle input[type=submit] {
  color: white;
  width: auto !important;
  height: auto; }
form a.add:last-child, div#basicstyle a.add:last-child, form a.boton, div#basicstyle a.boton {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }

.mfp-content a.boton {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }

.botones a.boton:first-child {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }

form input[type=submit], div#basicstyle input[type=submit] {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }

h2 a.boton {
  float: inherit !important;
  padding: 6px 8px 5px 28px;
  margin-left: 6px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -10px; }

h4 a.boton {
  font-size: 10px;
  float: inherit !important;
  padding: 4px 8px 2px 25px;
  line-height: 1.5em;
  background-color: ColorSec;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0; }
  h4 a.boton :hover {
    background-color: #E5EAEA; }

h2 a, h4 a {
  display: inline-block;
  vertical-align: middle; }

div.losbotones {
  margin-top: 10px;
  display: flex;
  justify-content: end;
  width: 100%;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a.boton.pop:hover {
  background-color: white;
  color: #778026; }

form a.boton.cancelar, div#basicstyle a.boton.cancelar, form div#reportepop a.boton.cancelar, div#reportepop form a.boton.cancelar, form a.boton.cancel, div#basicstyle a.boton.cancel, form a.boton.borrar, div#basicstyle a.boton.borrar {
  float: left;
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: red; }
  form a.boton.cancelar.green, div#basicstyle a.boton.cancelar.green, form div#reportepop a.boton.green.cancelar, div#reportepop form a.boton.green.cancelar, form a.boton.cancel.green, div#basicstyle a.boton.cancel.green, form a.boton.borrar.green, div#basicstyle a.boton.borrar.green {
    background-color: limegreen !important; }
form.basico.venta, div.venta#basicstyle, form.basico.orcompra, div.orcompra#basicstyle {
  width: 730px !important; }
form.basico.packingpro, div.packingpro#basicstyle {
  max-width: 930px !important;
  width: 930px !important; }
form.basico.compra, div.compra#basicstyle {
  max-width: 930px;
  width: 930px !important; }
  form.basico.compra p.info, div.compra#basicstyle p.info {
    width: 400px; }
form.basico.seccion, div.seccion#basicstyle {
  max-width: 100% !important;
  width: 91% !important;
  min-width: 900px;
  padding: 20px;
  margin-left: 10px; }
form.basico.cotizacion, div.cotizacion#basicstyle, form.basico.medium, div.medium#basicstyle {
  width: 100%;
  max-width: 750px; }
  form.basico.cotizacion.big, div.cotizacion.big#basicstyle, form.basico.medium.big, div.medium.big#basicstyle {
    max-width: 900px; }
  form.basico.cotizacion.bigger, div.cotizacion.bigger#basicstyle, form.basico.medium.bigger, div.medium.bigger#basicstyle {
    max-width: 1024px; }
form.basico.big, div.big#basicstyle {
  width: 900px; }
form.basico.bigger, div.bigger#basicstyle {
  max-width: 1024px;
  width: 1024px; }

#folio, #entrada, .topRight {
  position: absolute;
  text-align: right; }

#folio, .topRight {
  top: 25px;
  right: 300px;
  color: #4D4D4D;
  font-weight: 500; }
  #folio.venta, .topRight.venta {
    top: 15px;
    right: 20px;
    color: #4D4D4D;
    font-weight: 500; }
  #folio small, .topRight small {
    font-size: 18px; }
  #folio span.folio, .topRight span.folio {
    color: #FF0036;
    font-size: 28px; }

form.basico.compra #entrada, div.compra#basicstyle #entrada {
  top: 20px;
  right: 20px;
  width: 270px; }
  form.basico.compra #entrada select, div.compra#basicstyle #entrada select, form.basico.compra #entrada input, div.compra#basicstyle #entrada input {
    width: 75%; }
form.basico #entrada input, div#basicstyle #entrada input {
  width: 75%;
  margin-top: 2px; }
form.basico.compra #tleft, div.compra#basicstyle #tleft {
  width: 434px;
  float: left; }
  form.basico.compra #tleft select, div.compra#basicstyle #tleft select {
    width: 70%; }
form.basico.compra #tright, div.compra#basicstyle #tright {
  width: 471px;
  float: right; }
  form.basico.compra #tright select, div.compra#basicstyle #tright select {
    width: 70%; }

#tcompra {
  width: 240px;
  float: right;
  clear: both; }
  #tcompra label {
    width: 40%;
    margin-left: 7%; }
  #tcompra input[type=text] {
    width: 53%;
    text-align: right; }
    #tcompra input[type=text]:disabled {
      background: rgba(255, 255, 255, 0.7) !important; }
  #tcompra.packingpro {
    clear: none;
    width: 47%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px; }
    #tcompra.packingpro span {
      width: 50%;
      float: left; }

#ptabla :disabled.transp, td.transp {
  background: rgba(255, 255, 255, 0.7) !important; }

#ptabla small.iva, #ptabla small.downdata {
  font-size: 11px;
  float: right;
  margin-bottom: -20px;
  margin-right: 10px; }

form.basico.compra #tpago, div.compra#basicstyle #tpago {
  width: 400px;
  float: right; }
form.basico label.pago, div#basicstyle label.pago {
  background-color: #315287; }
form.basico .radiobox.iva, div#basicstyle .radiobox.iva {
  position: absolute;
  margin: 39px 0 0 -39px !important;
  z-index: 1; }

.checkcomp {
  float: left !important;
  position: absolute !important;
  z-index: 2;
  width: 160px !important;
  margin-left: -166px !important; }

.activo.revisada label {
  background-color: green !important; }

.checkcomp.pagada {
  margin-top: 80px !important; }

.activo.pagada label {
  background-color: #315287 !important; }

.checkcomp.ivacheck {
  margin-left: 0; }

#tcompra label.iva.off {
  opacity: 0.5; }
#tcompra label.checkbox.iva.off {
  opacity: 1; }

@media only screen and (max-width: 1024px) {
  form.basico.compra, div.compra#basicstyle {
    width: 870px; }

  #tleft {
    width: 414px;
    float: left; }

  #tright {
    width: 431px;
    float: right; } }
form.basico.recla, div.recla#basicstyle {
  float: left;
  clear: none;
  width: 630px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#hold.recla {
  width: 820px;
  margin: 0 auto;
  position: relative; }

#recla-producto {
  width: 100%;
  display: block;
  height: auto;
  position: relative;
  float: left;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -10px; }
  #recla-producto .remove {
    float: left;
    display: block;
    clear: left;
    width: 20px;
    height: 20px;
    font-size: 11px;
    margin-top: 15px;
    color: red;
    font-weight: bold;
    cursor: pointer; }
    #recla-producto .remove:hover {
      color: black; }
  #recla-producto label {
    clear: none; }
  #recla-producto input.half {
    margin-right: 0; }
  #recla-producto h3 {
    margin: 0;
    font-size: 20px; }
    #recla-producto h3 .saldo {
      color: green; }

form.basico.fechas, div.fechas#basicstyle {
  width: 800px;
  padding: 10px 10px 0 10px;
  margin-bottom: 3px; }
  form.basico.fechas input, div.fechas#basicstyle input {
    width: 50%; }

#folios {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 120px; }
  #folios label {
    margin-left: 0;
    width: 40%; }
  #folios input {
    text-align: center;
    width: 60%; }
    #folios input:disabled {
      background-color: white;
      font-weight: bold;
      color: red; }

div.topright {
  position: absolute;
  top: 10px;
  right: 20px; }

.topRight, .topright {
  position: absolute;
  text-align: right; }

.topRight, .topright {
  top: 15px;
  right: 30px;
  color: #FFFFFF;
  font-weight: 500; }
  .topRight small, .topright small {
    font-size: 14px;
    text-transform: uppercase; }
    .topRight small.small, .topright small.small {
      font-size: 18px; }
      .topRight small.small b, .topright small.small b {
        color: black; }
  .topRight span.folio, .topright span.folio {
    color: #EAEAEA;
    font-size: 20px; }

.tcenter {
  text-align: center; }

.tright {
  text-align: right; }

.tleft {
  text-align: left; }

td.cultyvo-edit.activa {
  border: 1px solid #009e8f; }

#tempinput {
  position: absolute;
  top: 0;
  left: 100%;
  width: 200px;
  z-index: 10;
  border: 3px solid #009e8f;
  margin: -2px 0 0 0; }
  #tempinput input {
    width: 60%;
    clear: none;
    margin: 0;
    float: left;
    height: 30px; }
  #tempinput a.boton {
    width: 20%;
    clear: none;
    margin: 0;
    padding: 9px 5px;
    float: left !important;
    height: 30px;
    -webkit-border-bottom-left-radius: inherit;
    -moz-border-radius-bottomleft: inherit;
    border-bottom-left: inherit;
    -webkit-border-top-left-radius: inherit;
    -moz-border-radius-topleft: inherit;
    border-top-left: inherit; }
    #tempinput a.boton.red {
      background-color: red; }
      #tempinput a.boton.red:hover {
        background-color: #CC3300; }

.picker {
  z-index: 99999 !important; }

form.basico.smallinput input, div.smallinput input, div.smallinput#basicstyle input, form.basico.smallinput textarea, div.smallinput textarea, div.smallinput#basicstyle textarea, form.basico.smallinput select, div.smallinput select, div.smallinput#basicstyle select, form.basico.smallinput label, div.smallinput label, div.smallinput#basicstyle label {
  height: 27px;
  margin: 0px 0 !important;
  font-size: 11px !important; }
form.basico.smallinput select, div.smallinput select, div.smallinput#basicstyle select {
  background-size: 15px; }
  form.basico.smallinput select.picker__select--year, div.smallinput select.picker__select--year, div.smallinput#basicstyle select.picker__select--year, form.basico.smallinput select.picker__select--month, div.smallinput select.picker__select--month, div.smallinput#basicstyle select.picker__select--month {
    margin-top: -4px !important;
    margin-bottom: 10px !important; }
  form.basico.smallinput select.picker__select--year, div.smallinput select.picker__select--year, div.smallinput#basicstyle select.picker__select--year {
    margin-left: 90px !important; }
form.basico.smallinput label, div.smallinput label, div.smallinput#basicstyle label {
  line-height: 1.9em; }
  form.basico.smallinput label.radio span, div.smallinput label.radio span, div.smallinput#basicstyle label.radio span {
    top: 2px;
    width: 12px;
    height: 12px;
    background-size: 10px; }
  form.basico.smallinput label.checkbox span, div.smallinput label.checkbox span, div.smallinput#basicstyle label.checkbox span {
    top: 2px;
    width: 12px;
    height: 12px;
    background-size: 10px;
    top: 3px; }
form.basico.smallinput div.radiobox, div.smallinput div.radiobox, div.smallinput#basicstyle div.radiobox {
  height: 25px;
  margin: 0 0; }
form.basico.smallinput input.falsemin, div.smallinput input.falsemin, div.smallinput#basicstyle input.falsemin, form.basico.smallinput textarea.falsemin, div.smallinput textarea.falsemin, div.smallinput#basicstyle textarea.falsemin, form.basico.smallinput select.falsemin, div.smallinput select.falsemin, div.smallinput#basicstyle select.falsemin, form.basico.smallinput label.falsemin, div.smallinput label.falsemin, div.smallinput#basicstyle label.falsemin {
  height: 30px;
  margin: 10px 0 0 5px;
  padding: 8px 7px 8px 7px; }
form.smallinput input[type=submit].falsemin, div.smallinput input[type=submit].falsemin, div.smallinput#basicstyle input[type=submit].falsemin {
  height: 30px;
  margin: 10px 0 0 5px;
  padding: 8px 7px 8px 7px; }
form.basico.left, div.left#basicstyle {
  float: left;
  clear: none;
  width: 68.3%; }
  form.basico.left.fclientes, div.left.fclientes#basicstyle {
    height: auto; }
  form.basico.left.fprendas, div.left.fprendas#basicstyle {
    height: auto;
    padding-top: 25px;
    margin-top: -235px;
    margin-bottom: 10px; }
    form.basico.left.fprendas h4, div.left.fprendas#basicstyle h4 {
      line-height: 1em; }
form.basico.left-help, div.left-help#basicstyle {
  float: left;
  clear: none;
  width: 250px;
  height: auto;
  margin-left: 10px;
  margin-bottom: 10px; }
  form.basico.left-help label, div.left-help#basicstyle label {
    width: 40%; }
  form.basico.left-help input, div.left-help#basicstyle input, form.basico.left-help textarea, div.left-help#basicstyle textarea, form.basico.left-help select, div.left-help#basicstyle select {
    width: 60%; }

div.smallinput .added {
  margin: -5px 5px 0 0;
  background-size: 20px; }
  div.smallinput .added:hover {
    background-size: 25px; }

.smallinput th a.added {
  right: 0;
  width: 18px;
  height: 18px;
  opacity: 1;
  background: transparent url(../images/varios/addw.png) no-repeat center center;
  margin: 0;
  padding: 2px;
  background-size: 12px; }
  .smallinput th a.added:hover {
    background-size: 17px; }

#eventual, #orventa, #surtido {
  width: 650px;
  max-width: 650px; }
  #eventual .cantidadRequerida, #orventa .cantidadRequerida, #surtido .cantidadRequerida {
    color: red; }

table.form .boton.full {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 6px 0;
  display: block;
  font-size: 11px;
  letter-spacing: normal;
  -webkit-border-top-left-radius: inherit !important;
  -moz-border-radius-topleft: inherit !important;
  border-top-left: inherit !important;
  -webkit-border-bottom-left-radius: inherit !important;
  -moz-border-radius-bottomleft: inherit !important;
  border-bottom-left: inherit !important; }
table.form.bitacora tr td {
  color: black; }
table.form .boton.full.capturada {
  background-color: rgba(255, 255, 255, 0.75);
  color: black;
  font-size: 11px;
  cursor: default;
  background-image: none; }

form.basico table.bitacora input:disabled, div#basicstyle table.bitacora input:disabled, form.basico table.bitacora select:disabled, div#basicstyle table.bitacora select:disabled {
  background-color: rgba(255, 255, 255, 0.75);
  color: black;
  font-size: 11px;
  cursor: default;
  background-image: none; }

table.form {
  background-color: transparent; }
  table.form .boton.full.capturada {
    font-size: 12px; }
  table.form tr {
    background-color: transparent; }
  table.form.bitacora tr td input {
    padding: 20px; }
  table.form.bitacora tr td select {
    height: 40px; }
  table.form tr th.remover {
    background-color: transparent; }
  table.form tr td {
    background-color: transparent;
    padding: 0;
    border-right: 1px solid #f0f0f0; }
    table.form tr td input {
      text-align: center; }

.det-element {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  margin: 5px 0; }
  .det-element.caracteristica {
    padding: 3px 5px;
    margin: 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .det-element.caracteristica:first-child {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      margin-top: 3px; }
    .det-element.caracteristica.nuevo {
      background-color: rgba(255, 255, 0, 0.1); }
  .det-element h4 {
    text-transform: uppercase; }
  .det-element h5 {
    color: #999;
    line-height: 1em;
    font-size: 15px;
    margin: -5px 0 10px 0;
    font-weight: bold;
    text-transform: uppercase; }
  .det-element.big {
    width: 50%; }
    .det-element.big p {
      margin-top: 10px;
      font-size: 15px;
      max-width: 60%; }
    .det-element.big h5 {
      margin: -15px 0 0 0;
      text-transform: none; }
    .det-element.big .boton {
      position: absolute;
      bottom: 5px;
      right: 10px;
      font-size: 0.8em !important;
      line-height: 2em;
      height: auto; }
      .det-element.big .boton.doble {
        font-size: 0.7em !important;
        padding: 0 0.5em !important; }
        .det-element.big .boton.doble.arriba {
          bottom: inherit;
          top: 0; }
      .det-element.big .boton.less {
        font-size: 0.6em !important;
        height: auto;
        padding: 0 0.5em !important;
        line-height: 2.5em; }
    .det-element.big .smallinput input {
      height: 40px;
      width: 50%; }
    .det-element.big .smallinput label {
      height: 40px;
      font-size: 16px !important; }
  .det-element .remover {
    opacity: 0;
    position: absolute;
    top: 5px;
    right: 5px; }
  .det-element:hover .remover {
    opacity: 1; }

.diferenciar {
  margin: 10px 0;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  height: auto;
  overflow: hidden;
  position: relative; }
  .diferenciar.whiteTable {
    float: left;
    background-color: rgba(0, 0, 0, 0.05);
    margin: 2px;
    padding: 4px; }
    .diferenciar.whiteTable:hover {
      background-color: rgba(0, 0, 0, 0.08); }

@media (max-width: 768px) {
  .det-element.big {
    width: 100%; } }
form.basico table.form input, div#basicstyle table.form input, form.basico table.form select, div#basicstyle table.form select {
  margin: 0;
  padding: 4px 0;
  width: 100%;
  text-align: center;
  height: 30px;
  -webkit-border-top-right-radius: inherit !important;
  -moz-border-radius-topright: inherit !important;
  border-top-right: inherit !important;
  -webkit-border-bottom-right-radius: inherit !important;
  -moz-border-radius-bottomright: inherit !important;
  border-bottom-right: inherit !important; }

td.cultyvo-edit {
  cursor: pointer; }
  td.cultyvo-edit input, td.cultyvo-edit select {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    height: 30px;
    -webkit-border-top-right-radius: inherit !important;
    -moz-border-radius-topright: inherit !important;
    border-top-right: inherit !important;
    -webkit-border-bottom-right-radius: inherit !important;
    -moz-border-radius-bottomright: inherit !important;
    border-bottom-right: inherit !important; }
  td.cultyvo-edit:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: transparent url(../images/editar.png) no-repeat top 2px right 2px;
    background-size: 10px;
    opacity: 0; }
  td.cultyvo-edit:hover:after {
    opacity: 1; }

form.basico table.form select, div#basicstyle table.form select {
  background-size: 15px;
  padding-left: 4px; }
form.basico table.form input:disabled, div#basicstyle table.form input:disabled, form.basico table.form select:disabled, div#basicstyle table.form select:disabled, form.basico table.form textarea:disabled, div#basicstyle table.form textarea:disabled {
  font-size: 12px;
  background-size: 8px; }
form.basico table.form tr td input.lefttext, div#basicstyle table.form tr td input.lefttext {
  text-align: left !important;
  color: black !important;
  padding-left: 5px; }
  form.basico table.form tr td input.lefttext:disabled, div#basicstyle table.form tr td input.lefttext:disabled {
    text-align: left !important;
    color: black !important;
    padding-left: 5px; }

table td.check {
  padding: 0;
  width: 20px; }
  table td.check input.checkito {
    width: 30px;
    height: 30px;
    margin: 0 -10px 0 7px;
    padding: 0 0 0 0; }

table.coninput input, table.coninput select {
  margin: 0;
  padding: 0;
  width: 100% !important;
  text-align: center;
  height: 30px;
  -webkit-border-bottom-left-radius: 0 !important;
  -moz-border-radius-bottomleft: 0 !important;
  border-bottom-left: 0 !important;
  -webkit-border-top-right-radius: 0 !important;
  -moz-border-radius-topright: 0 !important;
  border-top-right: 0 !important; }
table.coninput select {
  background-size: 10px !important;
  padding-left: 4px; }

form.basico.filtro-normal, div.filtro-normal#basicstyle {
  width: 80%;
  padding-top: 20px;
  margin-bottom: 20px; }
form.basico.filtro-small, div.filtro-small#basicstyle {
  width: 80%;
  padding-top: 20px;
  margin-bottom: 20px; }
form.basico.surtido, div.surtido#basicstyle {
  width: 650px; }

.title-number, form.filtros_ .abrircerrar, div.filtros_#basicstyle .abrircerrar {
  width: 35px;
  height: 35px;
  background-color: #A7B733;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  display: block;
  position: absolute;
  top: 30px;
  left: 15px;
  color: white;
  font-size: 25px;
  font-weight: bold;
  text-align: center; }

form.filtros_, div.filtros_#basicstyle {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  position: inherit;
  width: 100%;
  padding: 0 20px 10px 20px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important; }
  form.filtros_ h4, div.filtros_#basicstyle h4 {
    padding: 0;
    font-size: 20px !important;
    line-height: 2em !important;
    margin: 5px 0 5px 0;
    color: #3b3757; }
  form.filtros_ .abrircerrar, div.filtros_#basicstyle .abrircerrar {
    display: inline-block;
    position: inherit;
    margin-right: 15px;
    background-image: url(../images/less-white.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer; }
  form.filtros_.closed, div.filtros_.closed#basicstyle {
    max-height: 50px;
    height: 50px;
    overflow: hidden; }
    form.filtros_.closed .abrircerrar, div.filtros_.closed#basicstyle .abrircerrar {
      background-image: url(../images/icon-filter.png); }
  form.filtros_.show, div.filtros_.show#basicstyle {
    background-image: url(../images/less-white.png);
    position: inherit;
    max-height: 1000px;
    background-color: #f0f0f0; }

div#basicstyle {
  background-color: transparent; }

.triggerButton {
  position: relative;
  padding-right: 25px !important; }
  .triggerButton:after {
    content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    right: 5px;
    top: 5px;
    display: block;
    background: transparent url(../images/bad.png) no-repeat center center;
    background-size: 10px; }
  .triggerButton.enUso:after {
    background: transparent url(../images/good.png) no-repeat center center;
    background-size: 10px; }
  .triggerButton .mini {
    width: 25px;
    height: 25px;
    overflow: hidden;
    float: right;
    margin: 0 0 0 10px; }
    .triggerButton .mini img {
      width: 100%; }

.scanner {
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4); }
  .scanner .interface {
    position: relative;
    margin: 30px auto;
    width: 700px;
    height: 393px;
    padding: 20px;
    background-color: white;
    -webkit-box-shadow: 1px 0px 6px -1px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 1px 0px 6px -1px rgba(0, 0, 0, 0.7);
    -ms-box-shadow: 1px 0px 6px -1px rgba(0, 0, 0, 0.7);
    box-shadow: 1px 0px 6px -1px rgba(0, 0, 0, 0.7); }
    .scanner .interface .camara, .scanner .interface .screenshot {
      width: 100%;
      margin: -20px 0 0 -20px;
      height: auto;
      position: absolute;
      z-index: 1; }
    .scanner .interface .screenshot {
      z-index: 2; }
      .scanner .interface .screenshot.hide {
        display: none !important; }
    .scanner .interface .screen {
      width: 2000px;
      height: auto;
      display: none; }
    .scanner .interface button:focus {
      border: none;
      outline: 0; }
    .scanner .interface button.tomarfoto {
      width: 110px;
      height: 75px;
      position: absolute;
      display: block;
      z-index: 100;
      top: 35%;
      left: 50%;
      margin: 0 0 0 -55px;
      padding: 0;
      background: transparent url(../images/varios/foto.png) no-repeat center center;
      opacity: 0.05;
      border: none; }
    .scanner .interface:hover button.tomarfoto {
      opacity: 0.15; }
    .scanner .interface .scan-botones {
      position: absolute;
      z-index: 3;
      top: 0;
      left: 5px; }
      .scanner .interface .scan-botones .boton.usar, .scanner .interface .scan-botones .boton.cancelar, .scanner .interface .scan-botones div#reportepop a.boton.cancelar, div#reportepop .scanner .interface .scan-botones a.boton.cancelar {
        float: left;
        position: relative !important;
        bottom: 0; }
      .scanner .interface .scan-botones .boton.usar {
        background-color: limegreen; }

.container_fotografia {
  display: inline-block; }

.boton-dinabox {
  font-size: 12px;
  width: 100%;
  display: block;
  position: relative;
  clear: both;
  padding: 7px 10px 7px 60px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 5px;
  color: white;
  background-size: 20px;
  background-color: #30c330;
  height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .boton-dinabox p {
    text-transform: uppercase; }
  .boton-dinabox.add {
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 25px;
    background-color: #6fc2d7; }
    .boton-dinabox.add:hover {
      background-color: #8fcfe0; }
    .boton-dinabox.add .open {
      height: 25px;
      font-size: 22px; }
  .boton-dinabox.cerrarpro {
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 5px;
    height: 25px;
    background-color: red;
    position: absolute;
    width: auto;
    height: 20px;
    font-size: 11px;
    bottom: 0;
    right: 5px;
    cursor: pointer; }
    .boton-dinabox.cerrarpro .listono {
      opacity: 0.3; }
  .boton-dinabox .open, .boton-dinabox .remove {
    position: absolute;
    right: 0;
    top: 0;
    padding: 1px 5px 4px 5px;
    font-size: 30px;
    line-height: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right: 6px;
    color: white; }
    .boton-dinabox .open:hover, .boton-dinabox .remove:hover {
      background-color: rgba(0, 0, 0, 0.1);
      cursor: pinter; }
    .boton-dinabox .open.iniciar, .boton-dinabox .remove.iniciar {
      font-size: 15px;
      padding: 10px; }
    .boton-dinabox .open.pausar, .boton-dinabox .remove.pausar {
      font-size: 11px;
      padding: 13px 14px 13px 8px;
      margin-right: 38px; }
  .boton-dinabox .remove {
    display: none;
    margin-right: 25px; }
  .boton-dinabox:hover .remove {
    display: block; }

.boton-dinabox {
  padding-left: 10px;
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 25px; }
  .boton-dinabox.reporte {
    background-color: #009b00;
    background-image: url(../images/reporte2.png); }
  .boton-dinabox.pendiente {
    background-color: #ff6666;
    background-image: url(../images/pendiente.png); }
  .boton-dinabox.archivado {
    background-color: #009b00;
    background-image: url(../images/archivado.png); }
  .boton-dinabox.enviada {
    background-color: #e6c200;
    background-image: url(../images/enviado.png); }
  .boton-dinabox.enviada, .boton-dinabox.archivado, .boton-dinabox.pendiente, .boton-dinabox.reporte {
    padding-left: 40px; }

.z-index2 {
  z-index: 2 !important; }

form.comments, div.comments#basicstyle {
  margin-top: 5px; }

.det-comment {
  position: relative;
  padding: 15px 0;
  display: block;
  height: auto;
  background-color: white;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  clear: both;
  margin-bottom: 10px; }
  .det-comment .comment-check {
    width: 22px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 3px 5px 0 0; }
    .det-comment .comment-check .Labelbox {
      border: none;
      background-color: #f0f0f0;
      width: 20px;
      height: 20px;
      -webkit-border-radius: 5px !important;
      -moz-border-radius: 5px !important;
      -ms-border-radius: 5px !important;
      border-radius: 5px !important; }
      .det-comment .comment-check .Labelbox.activo, .det-comment .comment-check .Labelbox.activo.disabled {
        background: #f0f0f0 url(../images/good.png) no-repeat center center;
        background-size: 17px;
        box-shadow: none; }
  .det-comment .comment-info {
    font-size: 11px;
    padding-left: 52px; }
    .det-comment .comment-info span {
      display: block;
      float: left; }
      .det-comment .comment-info span.comment-author {
        font-size: 1.1em;
        font-weight: bold;
        text-transform: uppercase;
        color: orange; }
      .det-comment .comment-info span.comment-date {
        color: #ccc;
        margin-left: 5px;
        margin-top: 1px; }
  .det-comment .comment-content {
    position: relative;
    font-size: 12px;
    padding-left: 52px;
    padding-right: 40px; }
  .det-comment:after {
    content: "";
    background-color: #ebebeb;
    height: 26px;
    width: 26px;
    display: block;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    border-radius: 13px;
    position: absolute;
    top: 50%;
    left: 13px;
    margin-top: -13px; }
  .det-comment.rosa:after {
    background-color: #ffaab9; }
  .det-comment.verde:after {
    background-color: limegreen; }
  .det-comment.azul:after {
    background-color: #71c5e7; }
  .det-comment.naranja:after {
    background-color: orange; }
  .det-comment.gris:after {
    background-color: #ebebeb; }
  .det-comment.rojo:after {
    background-color: red; }

.det-comment.mini {
  margin-bottom: 5px;
  padding: 4px 5px 5px 5px;
  background-color: rgba(0, 0, 0, 0.03); }
  .det-comment.mini .comment-content, .det-comment.mini .comment-info {
    padding-left: 23.4px; }
    .det-comment.mini .comment-content .comment-author, .det-comment.mini .comment-info .comment-author {
      color: orange;
      font-weight: bold;
      text-transform: uppercase; }
  .det-comment.mini:after {
    height: 13px;
    width: 13px;
    -webkit-border-radius: 6.5px;
    -moz-border-radius: 6.5px;
    -ms-border-radius: 6.5px;
    border-radius: 6.5px;
    left: 6.5px;
    margin-top: -6.5px; }

.contenedor.edge, .edge.contenedor_productos_estrella {
  height: auto;
  min-height: 67px;
  padding-bottom: 23px; }
  .contenedor.edge .comment.full, .edge.contenedor_productos_estrella .comment.full {
    margin-left: 0;
    position: absolute;
    padding: 10px 90px 10px 10px;
    -webkit-border-radius: none !important;
    -moz-border-radius: none !important;
    -ms-border-radius: none !important;
    border-radius: none !important; }
  .contenedor.edge input.accion, .edge.contenedor_productos_estrella input.accion {
    margin-right: -7px !important;
    margin-bottom: -32px; }
  .contenedor.edge .alerta.pop, .edge.contenedor_productos_estrella .alerta.pop {
    display: none !important; }

.pop .contenedor.edge .comment.full, .pop .edge.contenedor_productos_estrella .comment.full {
  margin-left: -29px; }

.colorBox {
  position: relative;
  float: right;
  height: 57px;
  width: 75px;
  top: 10px;
  right: 0;
  margin-right: -15px; }
  .colorBox.fullwidth {
    height: 30px;
    width: 100%; }
  .colorBox .colorSelect {
    cursor: pointer;
    width: 14px;
    height: 14px;
    display: block;
    background-color: #ebebeb;
    float: left;
    border: 2px solid #f0f0f0;
    margin: 2.5px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px; }
    .colorBox .colorSelect.activo, .colorBox .colorSelect:hover {
      width: 20px;
      height: 20px;
      margin: 1.5px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      border-radius: 10px;
      border: none !important; }
    .colorBox .colorSelect.rosa {
      background-color: #ffaab9; }
    .colorBox .colorSelect.verde {
      background-color: limegreen; }
    .colorBox .colorSelect.azul {
      background-color: #71c5e7; }
    .colorBox .colorSelect.naranja {
      background-color: orange; }
    .colorBox .colorSelect.gris {
      background-color: #ebebeb; }
    .colorBox .colorSelect.rojo {
      background-color: red; }
    .colorBox .colorSelect.linea {
      background-color: #268aa0; }
    .colorBox .colorSelect.linea1 {
      background-color: #94C5C5; }
    .colorBox .colorSelect.linea2 {
      background-color: #bfc564; }
    .colorBox .colorSelect.linea3 {
      background-color: #78A878; }
    .colorBox .colorSelect.linea4 {
      background-color: #A68F59; }
    .colorBox .colorSelect.linea5 {
      background-color: #75534A; }
    .colorBox .colorSelect.linea6 {
      background-color: #ED3567; }
    .colorBox .colorSelect.linea7 {
      background-color: #7E8F8E; }
    .colorBox .colorSelect.linea8 {
      background-color: #17265f; }
    .colorBox .colorSelect.linea9 {
      background-color: #000000; }

span.rosa {
  color: #ffaab9; }
span.azul {
  color: #71c5e7; }

.cards {
  margin: auto;
  padding: 2%; }
  .cards label.radio {
    border: 2px solid #E6E6E6;
    border-radius: 10px;
    display: flex;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.2rem;
    font-family: "Muli-Black";
    background-color: #FAFAFA;
    color: #999; }
    .cards label.radio:hover {
      background-color: #F2FCFF;
      border: 2px solid #089EDE;
      color: #4D4D4D; }

form div.radiobox.cards.activo label.radio, div#basicstyle div.radiobox.cards.activo label.radio {
  background-color: #F2FCFF;
  border: 2px solid #089EDE;
  color: #4D4D4D; }

input.total {
  color: black;
  font-weight: bold; }

input.descuento {
  color: red !important;
  font-weight: bold; }

span.totalPago {
  width: 100%;
  font-size: 21px;
  margin: 13px 0px; }
  span.totalPago span.spanTotal {
    font-size: 30px;
    margin: 0px 0px 0px 10px; }

span.montoPago, span.cambio, span.cambio {
  width: 78%;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ffffff;
  background-color: white;
  margin: 1%;
  padding: 4% 10%;
  justify-content: center; }
  span.montoPago:hover, span.cambio:hover, span.cambio:hover {
    background-color: #DCDCDC;
    color: white; }

span.cambio {
  font-weight: bold; }

div.pagos_tienda {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  div.pagos_tienda .container_inputs {
    width: 30%;
    border: 1px solid #A7B733;
    border-radius: 4px; }
    div.pagos_tienda .container_inputs label {
      width: 100%;
      float: left;
      font-size: 1.7rem;
      line-height: normal;
      text-align: center;
      border-left: 0px;
      border-top: 0px;
      border-bottom: 0px;
      font-family: "Muli-Black"; }
    div.pagos_tienda .container_inputs input {
      width: 100%;
      height: 50px;
      border-left: 1px solid #D6DBDF;
      border-radius: 4px;
      font-size: 2rem;
      text-align: center;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    div.pagos_tienda .container_inputs input, div.pagos_tienda .container_inputs textarea, div.pagos_tienda .container_inputs select {
      border-top: 0px;
      border-bottom: 0px;
      border-right: 0px;
      border-left: 0px; }
      div.pagos_tienda .container_inputs input:hover, div.pagos_tienda .container_inputs input:focus, div.pagos_tienda .container_inputs input:active, div.pagos_tienda .container_inputs textarea:hover, div.pagos_tienda .container_inputs textarea:focus, div.pagos_tienda .container_inputs textarea:active, div.pagos_tienda .container_inputs select:hover, div.pagos_tienda .container_inputs select:focus, div.pagos_tienda .container_inputs select:active {
        border-top: 0px;
        border-bottom: 0px;
        border-right: 0px;
        border-left: 0px; }
    div.pagos_tienda .container_inputs:has(input:hover) label, div.pagos_tienda .container_inputs:has(input:focus) label, div.pagos_tienda .container_inputs:has(input:active) label {
      border-left: 0px;
      border-top: 0px;
      border-bottom: 0px;
      border-left: 0px; }

label.requerido {
  color: #cdc47e !important; }

.valError {
  border: 1px solid orange !important; }

label.valError {
  background-color: orange !important; }

.valRequerido {
  border: 1px solid red !important; }

label.valRequerido:before {
  content: none; }

.orange {
  color: orange; }

#pestanas {
  display: inline-block;
  width: 100%;
  border-bottom: 5px solid #6C649E;
  float: left; }
  #pestanas ul {
    list-style: none; }
  #pestanas li a {
    width: auto;
    max-width: 400px;
    padding: 8px 10px;
    display: block;
    text-align: center;
    background-color: rgba(234, 234, 234, 0.4);
    color: gray;
    float: left;
    font-size: 12px;
    margin-right: 1px;
    text-transform: uppercase; }
  #pestanas li:not(li.activo) > a {
    margin-top: 5px; }
  #pestanas li.activo a, #pestanas li:hover a {
    background-color: #6C649E;
    color: white; }
  #pestanas li.activo a {
    font-size: 20px;
    padding: 8px 15px 3px 15px;
    text-transform: uppercase; }

#tabs {
  display: inline-block;
  width: 100%;
  border-bottom: 5px solid #6C649E;
  float: left;
  width: 100% !important;
  clear: both;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  #tabs ul {
    list-style: none; }
  #tabs li a {
    width: auto;
    max-width: 400px;
    padding: 8px 10px;
    display: block;
    text-align: center;
    background-color: rgba(234, 234, 234, 0.4);
    color: gray;
    float: left;
    font-size: 12px;
    margin-right: 1px;
    text-transform: uppercase; }
  #tabs li:not(li.activo) > a {
    margin-top: 5px; }
  #tabs li.activo a, #tabs li:hover a {
    background-color: #6C649E;
    color: white; }
  #tabs li.activo a {
    font-size: 20px;
    padding: 8px 15px 3px 15px;
    text-transform: uppercase; }

#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: 0.9em; }

td.bold {
  font-weight: bold; }

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; }

.pill {
  background-color: #FFDF4C;
  border: 1px solid #FFDF4C;
  color: #ffffff;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 16px;
  margin: 2px 0;
  font-size: 11px; }
  .pill.mini {
    font-size: 9px;
    padding: 3px 6px; }

section.pop div.table {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 20px; }
section.infinitywidth div.table {
  min-height: 600px; }

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.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; }

.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); }

.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; }

table.secondleft td:nth-child(2), table.secondleft td:nth-child(3) {
  text-align: left; }
table .elevado, table .boton {
  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: 0px !important;
  padding-left: 15px;
  padding-left: 15px;
  padding-left: 15px;
  padding-left: 15px;
  padding-left: 15px;
  padding-left: 15px;
  padding-left: 15px;
  padding-left: 15px; }
  table td.boton {
    padding: 0 !important;
    color: #4D4D4D; }
    table td.boton:hover {
      color: white;
      background-color: #4D4D4D;
      background-repeat: no-repeat;
      background-position: right 2px top 2px;
      background-size: 10px;
      padding-left: 10px;
      background-image: url(../images/addw.png); }
  table a.botontablafit {
    display: inline-block;
    cursor: pointer;
    background-color: #A7B733;
    position: relative;
    width: fit-content;
    height: auto;
    color: #FFFFFF;
    padding: 5px 10px;
    text-align: center; }
    table a.botontablafit:hover {
      background-color: #c3d082;
      color: #333; }
  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 {
  width: 20px; }

table tbody td, table thead th {
  border-right: 1px solid white;
  border-top: none;
  position: relative;
  font-family: "Muli-Regular"; }
table thead th {
  font-size: 12px;
  text-align: center;
  background-color: #777F1E !important;
  color: #FFFFFF;
  padding: 10px 6px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Muli-Bold";
  -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: #777F1E !important;
    color: #FFFFFF;
    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: #4D4D4D;
  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: #4D4D4D;
    list-style: none;
    text-align: left; }
  table td li:nth-child(odd).listas {
    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:nth-child(odd).listas {
    color: #666; }
    table td li:nth-child(odd).listas.orden-material .label, table td li:nth-child(odd).listas.orden-material .weight, table td li:nth-child(odd).listas.orden-material .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: 0.8em;
    width: 9%;
    padding-left: 4px; }
  table td li.listas.proform input {
    clear: none;
    height: 25px;
    padding: 0.1%;
    line-height: 2em;
    margin-left: 0;
    font-size: 0.8em;
    width: 9%;
    text-align: center;
    width: 12.3%; }
    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:nth-child(odd).listas.proform .label {
  background-color: #f9f9f9; }
table td b {
  font-size: 1em;
  font-weight: 700; }
table tr {
  background-color: white; }
  table tr:nth-child(odd) {
    background-color: #F5F7FF; }
  table tr:hover {
    background-color: rgba(196, 210, 93, 0.4); }
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; }
table tfoot tr td a.cvs {
  background-color: #A7B733;
  color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  table tfoot tr td a.cvs:hover {
    background-color: rgba(196, 210, 93, 0.7);
    color: #777F1E; }

.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 {
    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, div#basicstyle 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, div#basicstyle a.small.boton.table {
    margin: 1px 0 !important;
    padding: 3px 4px !important; }
  a.mid.boton.table, div#basicstyle a.mid.boton.table {
    padding: 5px 10px 4px 10px;
    margin-bottom: 1px; }

table a.botontabla {
  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: 0.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, div.compra#basicstyle .added {
  right: -316.5%; }

a.bigadd, a.botonbigadd {
  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: 0.3;
  float: right;
  margin-top: 20px;
  font-size: 14px;
  cursor: pointer; }
  a.bigadd.fondo-verde, a.botonbigadd.fondo-verde {
    background-color: #a2b81c;
    opacity: 1; }

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 {
  opacity: 0.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.detallesform th, table.detallesform td {
  border: none;
  padding-right: 3px;
  padding-left: 3px; }
table#pcompra th, table.detallesform th {
  color: #FFFFFF;
  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%, #EAEAEA), color-stop(50%, #EAEAEA), color-stop(51%, #0087CF), color-stop(100%, #0087CF));
  background: -webkit-linear-gradient(-45deg, #EAEAEA 50%, #EAEAEA 50%, #0087CF 51%, #0087CF 100%);
  background: linear-gradient(135deg, #EAEAEA 50%, #EAEAEA 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 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.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: 10px;
  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%; }

#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 {
  cursor: pointer; }

.cultyvo-filter-button {
  padding: 6px 10px;
  border-radius: 2px;
  border: none;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background-color: #4D4D4D;
  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;
  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 #4D4D4D; }
.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; }

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: #4D4D4D;
      padding: 3px 6px;
      background-color: #FFFFFF; }
    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; }

tr.movimiento .cancel {
  opacity: 0; }
tr.movimiento:hover {
  background-color: rgba(50, 205, 50, 0.05) !important; }
  tr.movimiento:hover .cancel {
    opacity: 1; }

table tbody tr td input.checkventa {
  display: inline-block; }

table td .boton-pequeno, table td .boton-mediano, table td .boton-grande {
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  margin: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  background-color: #3498db;
  color: #fff; }
  table td .boton-pequeno:hover, table td .boton-mediano:hover, table td .boton-grande:hover {
    background-color: #1d6fa5; }
table td .boton-pequeno {
  padding: 3px 8px;
  font-size: 10px; }
table td .boton-mediano {
  padding: 8px 13px;
  font-size: 12px; }
table td .boton-grande {
  padding: 13px 18px;
  font-size: 14px; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.4;
  backdrop-filter: blur(5px);
  filter: alpha(opacity=40); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader, .mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg, .getform .mfp-container, .getform.mfp-bg, .getModulo .mfp-container, .getModulo.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
.mfp-with-zoom.mfp-ready .mfp-container, .getform.mfp-ready .mfp-container, .getModulo.mfp-ready .mfp-container {
  opacity: 1; }
.mfp-with-zoom.mfp-ready.mfp-bg, .getform.mfp-ready.mfp-bg, .getModulo.mfp-ready.mfp-bg {
  opacity: 0.4;
  filter: alpha(opacity=40); }
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg, .getform.mfp-removing .mfp-container, .getform.mfp-removing.mfp-bg, .getModulo.mfp-removing .mfp-container, .getModulo.mfp-removing.mfp-bg {
  opacity: 0; }

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); }

.aleft {
  text-align: left;
  padding-left: 5px; }

.aright {
  text-align: right;
  padding-right: 5px; }

.acenter {
  text-align: center; }

.uppercase {
  text-transform: uppercase; }

@font-face {
  font-family: "Muli-Regular";
  font-weight: normal;
  src: url("../images/fonts/Muli-Regular.ttf") format("truetype"); }
@font-face {
  font-family: "Muli-Bold";
  font-weight: bold;
  src: url("../images/fonts/Muli-Bold.ttf") format("truetype"); }
@font-face {
  font-family: "Muli-Black";
  font-weight: bold;
  src: url("../images/fonts/Muli-Black.ttf") format("truetype"); }
.w100, .lista-cultyvo li, .lista-cultyvo li .key, .lista-cultyvo li .val, form.basico.left, div.left#basicstyle, .scanner .interface {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#debugg {
  overflow: scroll;
  height: 600px; }

li, a {
  text-decoration: none;
  list-style: none; }

.h2-inventario {
  padding: 25px 30px;
  font-size: 1.1em;
  -webkit-box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.1);
  -ms-box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.1); }
  .h2-inventario.blanca {
    color: #45afce;
    font-size: 1em;
    padding: 5px;
    position: relative; }
  .h2-inventario.sinborde {
    box-shadow: none; }

.cont-panel {
  width: 70%;
  height: auto;
  position: relative;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 500; }
  .cont-panel .compras.bloqueform.moreless.closed {
    max-height: 30px !important; }
  .cont-panel.menus {
    float: left; }
    .cont-panel.menus.inv {
      margin-top: 1%;
      height: auto; }
  .cont-panel.comprass {
    float: right;
    width: 28%;
    height: auto; }
    .cont-panel.comprass.cuent {
      margin-top: 1%; }
  .cont-panel .menu-panel {
    width: 50%;
    height: auto;
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .cont-panel .menu-panel.izquierdo {
      float: left; }
    .cont-panel .menu-panel.derecho {
      float: right; }
  .cont-panel .div-duo {
    display: inline-block;
    position: relative;
    width: 49.8%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .cont-panel .div-duo.meliz {
      float: left; }
    .cont-panel .div-duo.melid {
      float: right; }
    .cont-panel .div-duo.m-icono {
      float: left;
      text-align: center; }
    .cont-panel .div-duo.m-listas {
      float: right;
      height: 110px;
      text-align: center;
      background-color: #fdfdfd; }
    .cont-panel .div-duo .div-menu {
      display: inline-block;
      position: relative;
      float: left;
      width: 100%;
      height: 110px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  .cont-panel .a-panel {
    color: #58595b;
    font-size: 12px; }
    .cont-panel .a-panel:hover {
      color: #ff6200; }
  .cont-panel .lista {
    display: inline-block;
    position: relative;
    float: left;
    font-size: 16px;
    text-align: center;
    margin-top: 8%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .cont-panel .lista.icono {
      border-radius: 50px;
      margin-left: 5%;
      padding: 5px;
      background-color: #f1f2f2; }
      .cont-panel .lista.icono.azul {
        background-color: #b6dfea; }
        .cont-panel .lista.icono.azul:hover {
          background-color: #3e546d; }
    .cont-panel .lista.titulo {
      padding: 10px 15px;
      color: #3e546d; }
  .cont-panel .cont-compras {
    width: 100%;
    height: auto;
    background-color: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .cont-panel .cont-compras .div-compra {
      width: 100%;
      height: 195px;
      font-size: 12px;
      overflow: scroll;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .cont-panel .cont-compras .td-com {
      background-color: white;
      padding: 5px;
      border-bottom: 1px rgba(50, 50, 50, 0.1) solid; }
      .cont-panel .cont-compras .td-com.elim {
        display: none; }
    .cont-panel .cont-compras .div-cuentas {
      width: 100%;
      height: auto; }
      .cont-panel .cont-compras .div-cuentas .menu-cuentas {
        width: 100%;
        -webkit-box-shadow: 2px 1px 2px rgba(50, 50, 50, 0.1);
        -moz-box-shadow: 2px 1px 2px rgba(50, 50, 50, 0.1);
        -ms-box-shadow: 2px 1px 2px rgba(50, 50, 50, 0.1);
        box-shadow: 2px 1px 2px rgba(50, 50, 50, 0.1);
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
        display: flex;
        text-align: center; }
        .cont-panel .cont-compras .div-cuentas .menu-cuentas li {
          width: 100%; }
          .cont-panel .cont-compras .div-cuentas .menu-cuentas li a {
            color: #ccc;
            font-size: 16px;
            background: #f1f2f2;
            display: block;
            padding: 10px 0px; }
        .cont-panel .cont-compras .div-cuentas .menu-cuentas .active {
          color: #e5ab4e;
          background-color: white; }
      .cont-panel .cont-compras .div-cuentas .secciones {
        height: 226px;
        width: 100%;
        overflow: scroll; }
  .cont-panel .div-inventario {
    height: auto;
    position: relative;
    width: 96%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .cont-panel .div-inventario .menu-inventario {
      width: 100%;
      -webkit-box-shadow: 2px 1px 2px rgba(50, 50, 50, 0.1);
      -moz-box-shadow: 2px 1px 2px rgba(50, 50, 50, 0.1);
      -ms-box-shadow: 2px 1px 2px rgba(50, 50, 50, 0.1);
      box-shadow: 2px 1px 2px rgba(50, 50, 50, 0.1);
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      display: flex;
      text-align: center; }
      .cont-panel .div-inventario .menu-inventario li {
        width: 100%; }
        .cont-panel .div-inventario .menu-inventario li a {
          color: #ccc;
          font-size: 16px;
          background: #f1f2f2;
          display: block;
          padding: 10px 0px; }
      .cont-panel .div-inventario .menu-inventario .activo {
        color: #e5ab4e;
        background-color: white; }
    .cont-panel .div-inventario .seccion {
      min-height: 300px;
      width: 100%;
      background: white; }
    .cont-panel .div-inventario .windows .datos-invent {
      display: table-cell;
      vertical-align: middle;
      margin: 4px 4px;
      padding: 10px 15px;
      background-color: white;
      float: left;
      text-align: center;
      -webkit-box-shadow: 2px 1px 2px rgba(50, 50, 50, 0.1);
      -moz-box-shadow: 2px 1px 2px rgba(50, 50, 50, 0.1);
      -ms-box-shadow: 2px 1px 2px rgba(50, 50, 50, 0.1);
      box-shadow: 2px 1px 2px rgba(50, 50, 50, 0.1);
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      font-size: 13px;
      line-height: 1.8em;
      color: #4D4D4D; }
      .cont-panel .div-inventario .windows .datos-invent small {
        width: 100%;
        font-size: 9px;
        line-height: 10em;
        margin: -44px auto 0 auto;
        float: left;
        text-align: center;
        color: #009e8f; }
  .cont-panel .span-folio {
    color: #ff6200;
    font-size: 10px; }
  .cont-panel .span-monto {
    color: black;
    font-size: 13px; }

#padre:hover #icono {
  background-color: #3e546d; }
  #padre:hover #icono > .iconos-dash {
    background-position-y: -35px !important; }
#padre:hover > #hijo {
  border-left: 3px #3e546d solid;
  background-color: #f6f6f6; }

@media screen and (max-width: 1440px) {
  div.seccion {
    height: 395px !important; } }
@media screen and (max-width: 1024px) {
  li.lista {
    font-size: 11px !important;
    padding-left: 8px !important; }

  a.a-panel {
    font-size: 10px !important; }

  div.seccion {
    height: 390px !important; } }
@media screen and (max-width: 768px) {
  div.seccion {
    height: 565px !important; } }
#reportepop {
  position: relative;
  width: 100%;
  width: 1000px;
  margin: 10px auto;
  padding: 0 0 50px 0;
  display: block;
  height: auto;
  background-color: #45afce;
  font-size: 11px; }
  #reportepop .chori {
    width: 320px; }

#reporte {
  width: 1000px;
  max-width: 960px;
  height: auto;
  margin: 0 0 10px 0;
  display: block;
  border: none !important;
  background-color: white;
  position: relative; }
  #reporte div.topright {
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: right; }
  #reporte h1 {
    font-size: 1.5em;
    color: black; }
  #reporte h2 {
    font-size: 1.4em;
    color: black; }
  #reporte h3 {
    font-size: 1.3em;
    color: #333; }
  #reporte h4 {
    font-size: 1.2em;
    color: #666; }
  #reporte span.fecha {
    font-size: 1em;
    color: #666; }

.no-margin {
  margin: 0;
  padding: 0; }

span.padding {
  padding-left: 10px; }

#reportepop p.botones {
  margin-right: 355px;
  margin-top: 35px; }

span.red {
  color: red; }

.contenedor, .contenedor_productos_estrella {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 98%;
  margin: 0.5%;
  display: block;
  padding: 0 5px;
  clear: both; }

.contenedor.w75, .w75.contenedor_productos_estrella, .contenedor_productos_estrella.w60, .contenedor_productos_estrella.w50, .contenedor_productos_estrella.w40, .contenedor_productos_estrella.w25, form .contenedor_productos_estrella.bloqueform.w60, div#basicstyle .contenedor_productos_estrella.bloqueform.w60, form .contenedor_productos_estrella.bloqueform.w50, div#basicstyle .contenedor_productos_estrella.bloqueform.w50, form .contenedor_productos_estrella.bloqueform.w40, div#basicstyle .contenedor_productos_estrella.bloqueform.w40, form .contenedor_productos_estrella.bloqueform.w33, div#basicstyle .contenedor_productos_estrella.bloqueform.w33, form .contenedor_productos_estrella.bloqueform.w25, div#basicstyle .contenedor_productos_estrella.bloqueform.w25, .contenedor.w60, .contenedor.w50, .contenedor.w40, .contenedor.w25, form .contenedor.bloqueform.w60, div#basicstyle .contenedor.bloqueform.w60, form .contenedor.bloqueform.w50, div#basicstyle .contenedor.bloqueform.w50, form .contenedor.bloqueform.w40, div#basicstyle .contenedor.bloqueform.w40, .contenedor.w33, .w33.contenedor_productos_estrella, form .contenedor.bloqueform.w33, div#basicstyle .contenedor.bloqueform.w33, form .contenedor.bloqueform.w25, div#basicstyle .contenedor.bloqueform.w25, form .bloqueform.w75, div#basicstyle .bloqueform.w75, form .bloqueform.w60, div#basicstyle .bloqueform.w60, form.basico .bloqueform.w60, form .bloqueform.w50, div#basicstyle .bloqueform.w50, form.basico .bloqueform.w50, form .bloqueform.w40, div#basicstyle .bloqueform.w40, form.basico .bloqueform.w40, form .bloqueform.w33, div#basicstyle .bloqueform.w33, form.basico .bloqueform.w33, form .bloqueform.w25, div#basicstyle .bloqueform.w25, form.basico .bloqueform.w25, form.basico .bloqueform.w75, div#basicstyle .bloqueform.w75, div#basicstyle .bloqueform.w60, form.basico .bloqueform.w60, div#basicstyle .bloqueform.w50, form.basico .bloqueform.w50, div#basicstyle .bloqueform.w40, form.basico .bloqueform.w40, div#basicstyle .bloqueform.w33, form.basico .bloqueform.w33, div#basicstyle .bloqueform.w25, form.basico .bloqueform.w25 {
  width: 73%;
  float: left;
  clear: none;
  display: inline-block; }
.contenedor.w50, .w50.contenedor_productos_estrella, form .bloqueform.w50, div#basicstyle .bloqueform.w50, form.basico .bloqueform.w50, div#basicstyle .bloqueform.w50 {
  width: 48%; }
.contenedor.w40, .w40.contenedor_productos_estrella, form .bloqueform.w40, div#basicstyle .bloqueform.w40, form.basico .bloqueform.w40, div#basicstyle .bloqueform.w40 {
  width: 38%; }
.contenedor.w33, .w33.contenedor_productos_estrella, form .bloqueform.w33, div#basicstyle .bloqueform.w33, form.basico .bloqueform.w33, div#basicstyle .bloqueform.w33 {
  width: 31%; }
.contenedor.w25, .w25.contenedor_productos_estrella, form .bloqueform.w25, div#basicstyle .bloqueform.w25, form.basico .bloqueform.w25, div#basicstyle .bloqueform.w25 {
  width: 23%; }

form#upload div#folio {
  top: 15px;
  right: 20px;
  color: #45AFCE;
  font-weight: 500;
  position: absolute;
  text-align: right; }
  form#upload div#folio small {
    font-size: 18px; }
  form#upload div#folio span.folio {
    color: #FF0036;
    font-size: 28px; }
form#upload div#drop {
  margin: 20px 0px;
  padding: 25px 50px; }
  form#upload div#drop .drag_drop {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: linear-gradient(to right, #CCC 33%, transparent 0%) top/10px 3px repeat-x, linear-gradient(#CCC 33%, transparent 0%) right/3px 10px repeat-y, linear-gradient(to right, #CCC 33%, transparent 0%) bottom/10px 3px repeat-x, linear-gradient(#CCC 33%, transparent 0%) left/3px 10px repeat-y;
    margin: 3% auto;
    width: 80%;
    min-height: 150px; }
  form#upload div#drop small {
    display: block;
    font-size: 11px;
    color: #999; }
  form#upload div#drop a.find {
    background-color: #45AFCE; }
    form#upload div#drop a.find:hover {
      background-color: #009E8F;
      color: #45AFCE; }
  form#upload div#drop .lista {
    width: 100%;
    margin: 0 auto;
    min-height: 35px;
    overflow-y: scroll; }
    form#upload div#drop .lista ul.listadearchivos li.archivo {
      width: 93%;
      float: right; }
      form#upload div#drop .lista ul.listadearchivos li.archivo p {
        padding: 0%; }
      form#upload div#drop .lista ul.listadearchivos li.archivo a.boton.red.borrar {
        left: 3px !important;
        top: 2px !important;
        line-height: 1em !important;
        padding: 7px !important;
        cursor: pointer; }
      form#upload div#drop .lista ul.listadearchivos li.archivo input.fileurls {
        width: 7%;
        height: 25px;
        margin-top: -5px;
        z-index: 5;
        display: block;
        margin-left: 11px; }

ul.listadearchivos, ul.listadeobjetos {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }
  ul.listadearchivos li, ul.listadeobjetos li {
    height: 30px !important;
    margin: 3px 0;
    width: 100%;
    display: block;
    float: left;
    clear: left;
    position: relative;
    padding: 6px 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/reporte.png?v2) no-repeat center left 5px;
    background-color: rgba(128, 128, 128, 0.12);
    background-size: 20px;
    padding-left: 20px; }
    ul.listadearchivos li p, ul.listadeobjetos li p {
      font-size: 12px;
      font-weight: bold;
      margin-left: 15px; }
      ul.listadearchivos li p i, ul.listadeobjetos li p i {
        font-weight: normal;
        margin-left: 10px; }
    ul.listadearchivos li.other, ul.listadeobjetos li.other {
      width: 70%;
      margin: 2px;
      padding-left: 20px; }
    ul.listadearchivos li.refaccion, ul.listadeobjetos li.refaccion {
      background: url(../images/refacciong.png?v2) no-repeat center left 5px;
      background-color: rgba(128, 128, 128, 0.12);
      background-size: 20px; }
      ul.listadearchivos li.refaccion p, ul.listadeobjetos li.refaccion p {
        text-transform: uppercase; }
    ul.listadearchivos li a.boton.borrar, ul.listadeobjetos li a.boton.borrar {
      position: absolute;
      left: 0;
      top: 5px;
      padding: 3px !important;
      height: 10px !important;
      line-height: 0.7em !important;
      margin: 0 !important;
      display: none; }
    ul.listadearchivos li a.boton.openfile, ul.listadeobjetos li a.boton.openfile {
      position: absolute;
      right: 5px;
      top: 3px;
      padding: 5px !important;
      margin: 0 !important;
      font-size: 10px; }
    ul.listadearchivos li:hover a.boton.borrar, ul.listadeobjetos li:hover a.boton.borrar {
      display: block; }
  ul.listadearchivos.table li, ul.listadeobjetos.table li {
    line-height: 1.5em;
    padding: 3px 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 22px !important;
    background-size: 15px; }
    ul.listadearchivos.table li p, ul.listadeobjetos.table li p {
      font-size: 11px; }
      ul.listadearchivos.table li p i, ul.listadeobjetos.table li p i {
        margin-left: 3px; }

div.notificacion {
  position: relative;
  width: auto;
  max-width: 450px;
  margin: 20px auto;
  padding: 80px 30px 20px 30px;
  display: block;
  height: auto;
  background-color: #FFFFFF;
  text-align: center; }
  div.notificacion b {
    color: #A7B733; }
  div.notificacion h3 {
    font-weight: 500;
    margin: 0 0 30px 0;
    color: #4D4D4D; }
  div.notificacion div.buttons {
    padding: 10px 0px;
    text-align: center;
    background-color: #F1F1F2;
    height: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
    justify-content: center;
    align-items: center; }
    div.notificacion div.buttons a.boton {
      float: initial;
      background-color: #A7B733;
      color: #FFFFFF; }
      div.notificacion div.buttons a.boton:hover {
        background-color: #c3d082;
        color: #4D4D4D; }
  div.notificacion span#icono_alerta {
    margin: auto;
    margin-top: -30px;
    margin-bottom: 3%;
    width: 35px;
    height: 35px;
    background-image: url(../images/varios/alert.png);
    background-repeat: no-repeat;
    background-size: 35px;
    display: inline-block;
    text-align: center; }

#calendarMonth {
  width: 50%;
  display: inline-block;
  position: relative;
  float: left; }

#calendarList {
  width: 50%;
  display: inline-block;
  position: relative;
  float: right; }
