/* body{
    font-family: "Helvetica Neue",Helvetica,Arial;
    font-size: 1em;
} */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
.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: rgb(86, 97, 180);
  background-image: linear-gradient(
    106.9deg,
    rgba(80, 80, 80) 60.3%,
    rgb(77, 77, 77) 10.9%
  );
}
.tabla-items thead tr th {
  text-align: center;
  color: rgb(248, 248, 248);
  text-transform: uppercase;
  font-size: 0.9em !important;
}
.tabla-items tbody tr td {
  font-size: 1.3em !important;
}
.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: 1.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.3em;
}
/* ESTILO AL FORMULARIO VENTAS */
.formVenta input,
.formCompra input,
.formVenta select,
.formCompra select {
  border-radius: 5px !important;
  /* border: 1px solid rgb(156, 156, 156) !important; */
  letter-spacing: 1px !important;
  font-weight: bold !important;
  font-weight: 600 !important;
}

.formVenta span,
.formCompra span {
  /* border: 1px solid rgb(156, 156, 156) !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 {
  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 {
  border-radius: 5px 0px 0px 5px !important;
}
.formVenta #docIdentidad ~ span,
.formVenta #serieNumero ~ span,
.formCompra #docIdentidad ~ span,
.formCompra #serieDoc ~ span,
.formCompra #serieModificar ~ span {
  background-image: linear-gradient(
    106.9deg,
    rgba(124, 12, 51) 60.3%,
    rgb(80, 80, 80) 10.9%
  );
  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-image: linear-gradient(
    105.3deg,
    rgb(69, 79, 160) 21.8%,
    rgb(118, 156, 253) 100.2%
  );
  background-image: linear-gradient(
    106.9deg,
    rgb(39, 39, 39) 60.3%,
    rgb(80, 80, 80) 10.9%
  );
  border-style: none !important ;
  outline: 0 !important;
  margin-bottom: 3px !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;
}
#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;
}
/* BOTONES CARRO GUARDAR ELIMINAR */
.contenedor-btns-carrito {
  display: flex !important;
  flex-flow: row wrap !important;
  justify-content: center !important;
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 1000;
}
.btnGuardarVenta,
.btnGuardarCompra,
.btnGuardarNC,
.btnGuardarDeuda,
.btnGuardarND {
  background-image: linear-gradient(106.9deg, rgb(68, 68, 68) 60.9%, rgba(124, 12, 51) 60.3%);
}
.btnEliminarCarro {
  background-image: linear-gradient(
    105.3deg,
    rgb(224, 56, 56) 21.8%,
    rgb(252, 156, 156) 100.2%
  );
}
.btnGuardarVenta,
.btnEliminarCarro,
.btnGuardarNC,
.btnGuardarND,
.btnGuardarDeuda,
.btnGuardarCompra {
  padding: 12px !important;
  border-radius: 5px !important;
  margin: 4px !important;
  border-style: none !important;
}
.btnGuardarVenta i,
.btnGuardarCompra i,
.btnGuardarNC i,
.btnGuardarND i,
.btnGuardarDeuda 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(118, 156, 253) 100.2%
  );
  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(118, 156, 253) 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(59, 61, 219);
  border-radius: 2em 0em 0em 2em;
  border-left: 8px solid rgb(19, 16, 187);
}
.contenedor-tipo-descuento #por {
  left: 30.1px;
  border-radius: 0em 2em 2em 0em;
  background-color: rgb(172, 172, 172);
}
.on {
  background-color: rgb(59, 61, 219) !important;
}
.on-por {
  background-color: rgb(59, 61, 219) !important;
  border-right: 8px solid rgb(19, 16, 187);
}
.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 {
  background-color: rgb(86, 97, 180);
  background-image: linear-gradient(
    106.9deg,
    rgb(81, 81, 81) 60.3%,
    rgb(80, 80, 80) 10.9%
  );
}

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

.tablaVentas tbody tr td {
  border-style: none !important;
}
/* 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;
}
.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;
}
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: 15px !important;
  font-weight: bold !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;
  }
}

.btnprod,
.btnprueba {
  border-radius: 18px !important;
}
.btns-dash #contenedor-menur a {
  border-radius: 5px !important;
  margin-left: 1px;
}

.tablas-cierre thead input:not(#fechacierre){
  display: none;
}
.tablas-cierre thead input{
  outline: 0;
  border-style: none;
  border: 1px solid rgb(189, 189, 189);
  padding: 5px 15px 5px 15px;
  font-size: 1.2em;
  border-radius: 5px;
  width: 130px;
}
#modalProductosDeudas table tbody {
  font-size: 1.1em;
  text-transform: uppercase;
}

.rojo {
  background-color: #dd4b39 !important;
}

.ambar {
  background-color: gold !important;
}
.main-header .navbar .nav>li>a>.label {
  position: absolute;
  top: 6px;
  right: 4px;
  text-align: center;
  font-size: 13px;
  padding: 2px 3px;
  line-height: .9;
}

.img-reload-aviso{
  border-radius: 50% !important;
}


.tabla-reportes-deudas tr td{
  text-align: center;
}
.si-cancelado{
  color: #18c118;
  font-weight: 600;
  text-align: center;
}
.no-cancelado{
  color: #dd4b39;
  font-weight: 600;
  text-align: center;
}
.no-cancelado-msj{
  color: #dd4b39;
  font-weight: 600;
  text-align: center;
  font-size: 1.2em;
}

.select2-container .select2-selection--single {

  height: 38px !important;
  font-size: 1.2em !important;
  border-radius: 5px !important;
  border: 1px solid #cecece !important;
  font-weight: 600;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3142dc;
    color: white;
}
.select2-results__option {
  font-size: 18px !important;
}
.select2-search__field{
  padding: 10px !important;
  border-radius: 5px;
  font-size: 1.3em !important;
  height: 38px !important;
  
}
.contenedor-alumno span, .semestre-f-b-n span, .metodopago span {
  outline: 0 !important;
  border-style: none !important;
  color: #fe4e4e;
}
.con-factura{
  color: #1a32b8;
}

.text-bmm{
  position: fixed;
  top: 0;
  left: 0;
  color: #ffffff;
  width: 100%;
  text-align: center;
  font-size: 3.7em;
  padding-top: 10px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1px;
  text-shadow: 2px 1px 1px#000;
}

.main-footer {
  border-top: 0 !important;
}
.curso-verano{
  display: none;
}