/* body{
  font-family: "Helvetica Neue",Helvetica,Arial;
  font-size: 1em;
} */
.items-c {
  border: 0px solid rgb(240, 240, 240);
  border-radius: 0em;
}
.tabla-items {
  table-layout: auto;
  margin: 0;
  border-collapse: collapse;
  background-color: rgb(255, 255, 255);
}
.tabla-items thead tr {
  border: 0px !important;
  background-color: #FF0066;
}
.tabla-items thead tr th {
  text-align: center;
  color: rgb(248, 248, 248);
  text-transform: uppercase;
  font-size: 0.9em;
}

.tabla-totales {
  table-layout: auto;
  margin: 0;
  border-collapse: collapse;
  margin-top: 15px;
}
.tabla-totales tbody tr td:nth-child(1) {
  width: 70% !important;
  text-align: right !important;
  padding-right: 20px !important;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  border-bottom: 1px solid #000;
}
.tabla-totales tbody tr td:nth-child(2) {
  width: 30% !important;
  text-align: left !important;
  padding-left: 20px !important;
  font-size: 1.2em;
}

/* .tabla-kardex tbody td{
  font-size: 1.15em !important;
  font-family: 'Courier New', Courier, monospace;
  color: #000 !important;
} */

/* ESTILO AL FORMULARIO VENTAS */
.formVenta input,
.formCompra input,
.formVenta select,
.formCompra select,
#formGuia select,
#formGuia input {
  border-radius: 5px !important;
  border: 1px solid rgba(170, 160, 255, 0.7) !important;
  letter-spacing: 1px !important;
  font-weight: bold !important;
  font-weight: 500 !important;
  height: 35px !important;
  font-size: 14px !important;
}

.formVenta span,
.formCompra span {
  border: 1px solid rgba(170, 160, 255, 0.7) !important;
  border-radius: 5px 0px 0px 5px !important;
  border-right: 0px !important;
}
.formVenta #serie,
#fechaDoc,
.formVenta #fechaVence,
.formVenta #descuentoGlobal,
.formVenta #descuentoGlobalP,
.formVenta #email,
.formVenta select,
.formCompra #serieDoc,
.formCompra #fechaDoc,
.formCompra #serieModificar,
.formCompra #correlativoModificar,
.formCompra #fechaModificar,
.formCompra #fechaVence,
.formCompra #descuentoGlobal,
.formCompra #descuentoGlobalP,
.formCompra #email,
.formCompra #correlativoDoc,
.formCompra select,
#formGuia #tipocomp,
#formGuia #tipoDoc,
#formGuia #serie,
#formGuia #fechaEmision {
  border-radius: 0px 5px 5px 0px !important;
}
.formVenta select {
  cursor: pointer !important;
}
.formVenta select option,
.formCompra select option {
  padding: 8px !important;
  font-size: 1.2em !important;
  cursor: pointer !important;
}
.formVenta #docIdentidad,
.formVenta #serieNumero,
.formCompra #docIdentidad,
#formGuia #docIdentidad,
#formGuia #docTransporte {
  border-radius: 5px 0px 0px 5px !important;
}
.formVenta #docIdentidad ~ span,
.formVenta #serieNumero ~ span,
.formCompra #docIdentidad ~ span,
#formGuia #docIdentidad ~ span,
#formGuia #docTransporte ~ span,
.formCompra #serieDoc ~ span,
.formCompra #serieModificar ~ span {
  /* background-image: linear-gradient(
  105.3deg,
  rgb(81, 31, 230) 62.2%,
  rgb(101, 51, 255) 62.2%
  ) !important; */
  background: #00B3FE;
  border-radius: 0px 5px 5px 0px !important;
  border-left: 0px !important;
  color: #fff !important;
}
.formVenta #serieNumero,
.formCompra #serieDoc,
.formCompra #serieModificar {
  text-transform: uppercase !important;
}
.formVenta #serie {
  background-color: #fff;
}
.tabla-items button {
  position: relative !important;
  border-radius: 100% !important;
  padding: 5px !important;
  width: 30px !important;
  height: 30px !important;
  background-color: rgb(255, 96, 96) !important;
  border-style: none !important ;
  outline: 0 !important;
}
.btn-agregar-carrito {
  position: relative !important;
  border-radius: 5px !important;
  background: #00B3FE;
  /* background-image: linear-gradient(
  105.3deg,
  rgb(81, 31, 230) 62.2%,
  rgb(101, 51, 255) 62.2%
  ); */
  border-style: none !important ;
  outline: 0 !important;
  margin-bottom: 3px !important;
  margin-left: 5px !important;
  padding: 8px !important;
  font-size: 1em !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-weight: 550 !important;
  height: 38px !important;
}

.btn-agm {
  position: relative !important;
  border-radius: 5px !important;
  background-image: linear-gradient(
  105.3deg,
  rgb(81, 31, 230) 62.2%,
  rgb(101, 51, 255) 62.2%
  );
  border-style: none !important ;
  outline: 0 !important;
  margin-bottom: 3px !important;
  margin-left: 5px !important;
  padding: 8px !important;
  font-size: 1.1em !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-weight: 550 !important;
  height: 38px !important;
}
/* BOTON DE AGREGAR,  EDITAR, ETCX */
.btn-radius {
  position: relative !important;
  outline: 0 !important;
  background-image: linear-gradient(
  105.3deg,
  rgb(81, 31, 230) 62.2%,
  rgb(101, 51, 255) 62.2%
  ) !important;
  border-radius: 5px !important;
  font-size: 0.7em !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-weight: 550 !important;
  border-left: 2em solid rgb(101, 51, 255) !important;
  border-right: 0;
  border-style: none;
  height: 38px !important;
}

.btn-radius .glyphicon-plus-sign,
.fa-plus-circle,
.fa-plus-square {
  position: absolute !important;
  /* left: -25% !important;  */
  top: 30% !important;
  left: -20px;
  color: white;
  font-size: 19px;
}
.btnproser {
  position: relative !important;
  border-radius: 5px !important;
  /* background-image: linear-gradient(
  0deg,
  rgb(101, 51, 255) 0%,
  rgb(81, 31, 230) 100%
  ) !important; */
  background: #00B3FE !important;
  border-style: none !important ;
  outline: 0 !important;
  margin-bottom: 3px !important;
  margin-left: 5px !important;
  padding: 8px !important;
  font-size: 1.1em !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-weight: 550 !important;
}
#reloadC {
  position: absolute;
  display: none;
  width: 40px;
  height: 40px;
  left: 50%;
  top: -30px;
  z-index: 100000;
  border-radius: 100% !important;
  background-color: rgba(255, 9, 9, 0) !important;
}
#reloadC img {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100% !important;
  background-color: rgba(255, 9, 9, 0) !important;
}
#reloadCG {
  position: absolute;
  display: none;
  width: 40px;
  height: 40px;
  left: 50%;
  top: -30px;
  z-index: 100000;
  border-radius: 100% !important;
  background-color: rgba(255, 9, 9, 0) !important;
}
#reloadCG img {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100% !important;
  background-color: rgba(255, 9, 9, 0) !important;
}
#rucActivo {
  position: absolute;
  top: 8px;
  right: 40px;
  padding: 3px 6px 3px 6px;
  z-index: 999;
  color: #fff;
  letter-spacing: 1px;
  font-size: 9px;
  border-radius: 3px;
  /* text-transform: uppercase; */
}
.btnsuccess {
  background-color: rgb(37, 190, 44) !important;
  border-radius: 7.5px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-size: 0.9em !important;
  margin-bottom: 3px !important;
  padding: 10px !important;
}
/* BOTONES CARRO GUARDAR ELIMINAR */
.contenedor-btns-carrito {
  display: flex !important;
  flex-flow: row wrap !important;
  justify-content: center !important;
}
.btnGuardarVenta,
.btnGuardarCompra,
.btnGuardarNC,
.btnGuardarND,
.btnGuardarGuia {
  background: #4AAA4E;
  /* background-image: linear-gradient(
  105.3deg,
  rgb(81, 31, 230) 62.2%,
  rgb(101, 51, 255) 62.2%
  ); */
}
.btnEliminarCarro {
  background: #FC5858;
  /* background-image: linear-gradient(
  105.3deg,
  rgb(224, 56, 56) 21.8%,
  rgb(252, 156, 156) 100.2%
  ); */
}
.btnGuardarVenta,
.btnEliminarCarro,
.btnGuardarNC,
.btnGuardarND,
.btnGuardarCompra,
.btnGuardarGuia {
  padding: 12px !important;
  border-radius: 5px !important;
  margin: 4px !important;
  border-style: none !important;
}
.btnGuardarVenta i,
.btnGuardarCompra i,
.btnGuardarNC i,
.btnGuardarND i,
.btnGuardarGuia i,
.btnEliminarCarro i {
  font-size: 2.2em !important;
  color: rgb(255, 255, 255);
}

/* MODAL PRODUCTOS PARA AGREGAR AL CARRITO
*/
#modalProductosVenta .modal-content {
  border-radius: 15px !important;
}
#modalProductosVenta .modal-header {
  border-radius: 15px 15px 0px 0px !important;
  background-image: linear-gradient(
  105.3deg,
  rgb(103, 117, 224) 21.8%,
  rgb(81, 31, 230) 100.2%
  ) !important;
  color: white !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

#modalProductosVenta .body-productos-ventas .btn-primary {
  outline: 0 !important;
  border-style: none !important;
  border-radius: 5px !important;
  background-image: linear-gradient(
  105.3deg,
  rgb(72, 103, 204) 21.8%,
  rgb(81, 31, 230) 100.2%
  );
  color: white !important;
  font-size: 1.1em !important;
  letter-spacing: 1px !important;
}
#modalProductosVenta .body-productos-ventas .btn-close {
  background-image: linear-gradient(
  105.3deg,
  rgb(255, 78, 78) 21.8%,
  rgb(255, 87, 87) 100.2%
  ) !important;
}

#modalProductosVenta .modal-header h5 {
  font-size: 1.5em !important;
  margin-top: 12px !important;
}

/* CSS DESCUENTO S/ %  */
.contenedor-tipo-descuento {
  position: relative;
  width: 70px;
  /* background:rgb(37, 190, 44); */
  height: 29px;
}
.contenedor-tipo-descuento input {
  display: none;
}
.contenedor-tipo-descuento label {
  position: absolute;
  width: 30px;
  padding: 0.2em;
  background-color: rgb(69, 79, 160);
  font-size: 1em;
  border-radius: 2em;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.contenedor-tipo-descuento #sol {
  background-color: rgb(81, 31, 230);
  border-radius: 2em 0em 0em 2em;
  border-left: 8px solid rgb(114, 67, 255);
}
.contenedor-tipo-descuento #por {
  left: 30.1px;
  border-radius: 0em 2em 2em 0em;
  background-color: rgb(172, 172, 172);
}
.on {
  background-color: rgb(81, 31, 230) !important;
}
.on-por {
  background-color: rgb(81, 31, 230) !important;
  border-right: 8px solid rgb(114, 67, 255);
}
.off {
  background-color: rgb(172, 172, 172) !important;
  border-style: none !important;
}
.table-condensed .off {
  background-color: rgb(245, 245, 245) !important;
  border-style: none !important;
}
/* FIN CSS DESCUENTO S/ %  */

/* =============================== */
/* FIN BOTÓNES IMPRIMIR */
.contenedor-print {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.contenedor-print #printA4,
.contenedor-print #printT {
  position: relative;
  padding: 5px;
  width: 60px;
  height: 60px;
  border-radius: 100% !important;
  margin: 5px;
  background-color: #fff;
  cursor: pointer;
  outline: 0 !important;
  border-style: none !important;
  border: 1px solid rgb(255, 255, 255) !important;
  box-shadow: 1px 1px 5px rgba(214, 214, 214, 0.7) !important;
}
#a4,
#tk {
  display: none;
}
.contenedor-print #printA4 {
  background-image: url("../img/svg/pdf_cpe.svg") !important;
  background-size: 2.5em 2.5em !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.contenedor-print #printT {
  background-image: url("../img/svg/ticket_cpe.svg") !important;
  background-size: 2.5em 2.5em !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
/* FIN BOTÓNES IMPRIMIR */
/* =============================== */

.tablaVentas thead,
.tablaGuias thead,
.tablaCotizaciones thead {
  background: #00B3FE;
  /* background-image: linear-gradient(
  105.3deg,
  rgb(101, 51, 255) 62.8%,
  rgb(81, 31, 230) 62.2%
  ); */
  background-repeat: no-repeat;
}

.tablaVentas thead tr th,
.tablaGuias thead tr th,
.tablaCotizaciones thead tr th {
  text-transform: uppercase !important;
  border: 0 !important;
  text-align: center;
  color: rgb(255, 255, 255);
  font-weight: 600;
}

.tablaVentas tbody tr td,
.tablaGuias tbody tr td,
.tablaCotizaciones tbody tr td {
  border-style: none !important;
  font-weight: 300;
}
/* RELOAD RESUMENES
*/
/* DIA NOCHE ================== */
.dia {
  padding: 1px !important;
  width: 25px !important;
  height: 25px !important;
  margin-right: 0 !important;
  /* background-color: #fff !important; */
  border-radius: 100% !important;
  background-image: url("../img/svg/sun.svg");
  background-size: 25px 25px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  display:none;
}
.noche {
  padding: 1px !important;
  width: 25px !important;
  height: 25px !important;
  margin-left: 0 !important;
  background-color: rgb(82, 82, 82) !important;
  border-radius: 100% !important;
  background-image: url("../img/svg/luna.svg");
  background-size: 25px 25px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  display:none;
}
.conf-pro {
  padding: 1px !important;
  width: 25px !important;
  height: 25px !important;
  margin-left: 0 !important;
  /* background-color: rgb(82, 82, 82) !important; */
  border-radius: 100% !important;
  /* background-image: url('../img/svg/luna.svg');
  background-size: 25px 25px !important;
  background-position: center !important;
  background-repeat: no-repeat !important; */
  color: #eff6ff !important;
}
textarea {
  border-radius: 0px 15px 15px 0px !important;
}

.modo-contenedor-selva {
  width: 180px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0px;
}

@media (max-width: 430px) {
  .contenedor-selva {
    flex-flow: column;
  }
  .modo-contenedor-selva {
    width: 100%;
  }
}

.modo-contenedor-selva .btn-success {
  border-style: none !important;
}
.modo-contenedor-selva .btn-danger {
  border-style: none !important;
}

.toggle-group .btn-success {
  background-color: rgb(60, 131, 211) !important;
  text-align: center !important;
  font-size: 1.2em !important;
}
.toggle-group .btn-danger {
  background-color: rgb(253, 89, 89) !important;
  text-align: center !important;
  font-size: 1.2em !important;
}

.toggle-handle.btn-default {
  border-style: none !important;
  width: 35px !important;
  border-radius: 0% !important;
  background-color: rgb(221, 221, 221) !important;
}

.morris-hover-point {
  color: rgb(54, 54, 54) !important;
}
.btn-stock {
  border-style: none !important;
  outline: none !important;
  width: 100% !important;
  font-size: 16px !important;
  font-weight: bold !important;
  background-color: #385ac0;
  font-weight: 500 !important;
}
.alert-dangers.text-center {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-content: center;
  text-transform: uppercase;
  align-items: center;
  color: rgb(155, 155, 155);
  padding: 35px;
  text-align: center;
}
.alert-dangers .img-restringido {
  padding: 1px;
  width: 250px;
  height: 250px;
  /* background-color: #fff; */
  border-radius: 100%;
  background-image: url("../img/ojos.png");
  background-size: 150px;
  background-position: center;
  background-repeat: no-repeat;
}
.alert-dangers h3 {
  font-weight: bold;
}
@media (max-width: 430px) {
  .alert-dangers .img-restringido {
    width: 200px;
    height: 200px;
  }
}
#tipocambio {
  border-radius: 18px !important;
  font-size: 1em !important;
  background-color: transparent;
  outline: 0;
  border-style: none;
  font-weight: 300;
  color: #f4f4f4;
  letter-spacing: 1px;
}
.tablaGuia th {
  border: 0px !important;
  border-bottom: 1px solid rgb(228, 228, 228) !important;
}
.tablaGuia input {
  width: 100px !important;
  border-style: none !important;
  outline: 0 !important;
  border-radius: 15px;
  padding: 4px;
  border: 1px solid rgb(197, 197, 197) !important;
  text-align: center !important;
}
.modal-content {
  border-radius: 15px !important;
}
/* .main-footer{
  height: 50px !important;
} */
.super-contenedor {
  margin: 0 !important;
}
.bajadacomp {
  outline: 0 !important;
  border-style: none !important;
  width: 200px;
  height: 42px;
  background-image: url(../img/svg/xml_cdr.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 30px !important;
  padding-right: 20px;
  font-size: 1.1em;
  background-color: rgb(61, 61, 61);
  color: #efefef;
}
.bajadacomp:hover {
  background-color: rgb(91, 91, 91);
  color: #efefef;
}
.btn-primary, .btn-success {
  background: #00B3FE !important;
}
.btn-primary:hover, .btn-success:hover {
  background: #009EE0 !important;
}