.loader_text {
  left: -12px;
  color: #FF3D00;
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

.loader_text::after {
  content: '';
  width: 3px;
  height: 3px;
  background: currentColor;
  position: absolute;
  bottom: 6px;
  right: -7px;
  box-sizing: border-box;
  animation: animloader 1s linear infinite;
}

@keyframes animloader {
  0% {
    box-shadow: 10px 0 rgba(255, 255, 255, 0), 20px 0 rgba(255, 255, 255, 0);
  }

  50% {
    box-shadow: 10px 0 #FF3D00, 20px 0 rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 10px 0 #FF3D00, 20px 0 #FF3D00;
  }
}


.swal2-default-outline{
  outline:5px auto #fff!important
}


.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid #FFF;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.loader::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-bottom: 4px solid #FF3D00;
  border-left: 4px solid transparent;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



.hidden {
  visibility: none;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.col-form-label-sm {
  font-size: 0.68rem !important;
}

.sm {
  font-size: 0.68rem;
}

.md {
  font-size: 1.5rem;
}

.form-control-sm {
  font-size: 0.68rem !important;
}

.my-05 {
  margin-top: 0rem;
  margin-bottom: 0.3rem;
}

.py-05 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

body {
  background: #f3f3f3;
  color: #6e6e6e
}

.navbar {
  background: #f3f3f3 !important;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}

/****************************HEADER*************************************/
.btn .img_nuevo_2,
.btn .img_guardar_2,
.btn .img_imprimir_2,
.btn .img_listar_2,
.btn .img_modificar_2,
.btn .img_duplicar_2,
.btn .img_eliminar_2,
.btn .img_anular_2,
.btn .img_consultar_2,
.btn .img_excel_2,
.btn .img_atras_rojo_2,
.btn .img_actualizar_2,
.btn .img_exportar_2,
.btn .img_importar_2,
.btn .img_validar_2,
.btn .img_sunat_2,
.btn .img_permisos_2{
  display: none;
}

.btn:not([disabled]):hover .img_nuevo_2,
.btn:not([disabled]):hover .img_guardar_2,
.btn:not([disabled]):hover .img_imprimir_2,
.btn:not([disabled]):hover .img_listar_2,
.btn:not([disabled]):hover .img_modificar_2,
.btn:not([disabled]):hover .img_duplicar_2,
.btn:not([disabled]):hover .img_eliminar_2,
.btn:not([disabled]):hover .img_anular_2,
.btn:not([disabled]):hover .img_consultar_2,
.btn:not([disabled]):hover .img_excel_2,
.btn:not([disabled]):hover .img_atras_rojo_2,
.btn:not([disabled]):hover .img_actualizar_2,
.btn:not([disabled]):hover .img_exportar_2,
.btn:not([disabled]):hover .img_importar_2,
.btn:not([disabled]):hover .img_validar_2,
.btn:not([disabled]):hover .img_sunat_2,
.btn:not([disabled]):hover .img_permisos_2{
  display: initial;
}

.btn:not([disabled]):hover .img_nuevo_1,
.btn:not([disabled]):hover .img_guardar_1,
.btn:not([disabled]):hover .img_imprimir_1,
.btn:not([disabled]):hover .img_listar_1,
.btn:not([disabled]):hover .img_modificar_1,
.btn:not([disabled]):hover .img_duplicar_1,
.btn:not([disabled]):hover .img_eliminar_1,
.btn:not([disabled]):hover .img_anular_1,
.btn:not([disabled]):hover .img_consultar_1,
.btn:not([disabled]):hover .img_excel_1,
.btn:not([disabled]):hover .img_atras_rojo_1,
.btn:not([disabled]):hover .img_actualizar_1,
.btn:not([disabled]):hover .img_exportar_1,
.btn:not([disabled]):hover .img_importar_1,
.btn:not([disabled]):hover .img_validar_1,
.btn:not([disabled]):hover .img_sunat_1,
.btn:not([disabled]):hover .img_permisos_1{
  display: none;
}

.btn_actualizar{
  border: 1px solid #b1bfd4; 
  height: 28px; 
  border-radius: 0px; 
  width: 28px; 
  background: #e3eef8; 
  margin-top: 1px!important;
}

.btn_actualizar:hover {
  background: #ffdcb1 radial-gradient(#ffa334b5, transparent);
}

/*
Full screen Modal 
*/
.modal-dialog-full-width {
  width: 90% !important;
  height: 90% !important;
  margin: 5 !important;
  padding: 5 !important;
  max-width: none !important;

}

.modal-content-full-width {
  height: auto !important;
  min-height: 100% !important;
  border-radius: 50 !important;
  background-color: #ececec !important
}

.modal-header-full-width {
  border-bottom: 1px solid #9ea2a2 !important;
}

.modal-footer-full-width {
  border-top: 1px solid #9ea2a2 !important;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

.modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.hoja_impresion_erp {
  min-height: 750px;
  max-width: 750px;
}

#formato_impresion {
  background: white;
  /* color: #6e6e6e; */
  color: black;
  min-height: 750px;
  width: 750px;
}

.formato_reporte_anexos {
  /* min-height: 750px; */
  /* width: 1050px; */
  color: black;
  /* background: white; */
  /* color: #6e6e6e; */
  /* color:black; */
  /* min-height: 3508px;
  width: 2480px; */
  /* width: 21cm; */
  /* min-height: 29.7cm; */
  /* margin: 30mm 45mm 30mm 45mm;  */
}

.modal-print {
  background: #abafb3 transparent !important;
  /* opacity: 0.5; */
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  /*padding: 5 !important; */
  max-width: none !important;
}

#print_botones {
  position: absolute;
  margin: 10px;
  top: 0;
  z-index: 1042;
  right: 0;
}

.print_botones_imprimir {
  font-size: 1rem;
}

#print_botones2 {
  position: absolute;
  margin: 10px;
  top: 0;
  z-index: 1042;
  left: 0;
}

.print_botones_atras {
  margin-left: 30px;
}

#print_botones_top {
  position: absolute;
  width: 100%;
  height: 90px;
  top: 0;
  z-index: 1042;
  background: #000;
  opacity: .35;
}

#print_rango_fechas {
  z-index: 1042;
  color: white;
}


#print_moneda {
  z-index: 1042;
  color: white;
}

#print_año {
  position: absolute;
  top: 0;
  z-index: 1042;
  width: 177px;
  color: white;
  right: 184px;
  margin: 50px;
}

.svg-white {
  fill: white;
}

#contenedor_impresion {
  /* position: absolute;
  top: 0;
  left: 0;
  z-index: 1041; */
  width: 100vw;
  /* margin-top:50px; */
  /* height: 100vh; */
}

.modal-print-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100%;
  min-height: 100vh;
  background-color: #000000d9;
}

.breaker {
  opacity: 0.85;
  background-color: #000;
  height: 50px;
}

.d--none {
  display: none;
}

.d---none {
  left: -10000px !important;
  z-index: -100 !important;
}

.btn-close-modal {
  display: inline-block;
  float: right;
  margin: 0px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0;
  padding-bottom: 0;
  color: #343a40;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-close-modal-text {
  padding-left: .5rem;
  padding-right: .5rem;
  padding-bottom: 0;
  padding-top: 0;
  margin: 0;
}

.ui-widget {
  font-size: 0.7em;
}



.tabs {
  font-size: 0.8rem;
}


.tabs li {
  /* Makes a horizontal row */
  float: left;

  /* So the psueudo elements can be
     abs. positioned inside */
  position: relative;
}

.tabs a {
  /* Make them block level
     and only as wide as they need */
  float: left;
  padding: 10px 40px;
  text-decoration: none;

  /* Default colors */
  color: inherit;
  background: #f3f3f3;

  /* Only round the top corners */
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.tabs .active {
  /* Highest, active tab is on top */
  z-index: 3;
}

.tabs .active a {
  /* Colors when tab is active */
  background: white;
  color: #495057;
}

.tabs li:before,
.tabs li:after,
.tabs li a:before,
.tabs li a:after {
  /* All pseudo elements are 
     abs. positioned and on bottom */
  position: absolute;
  bottom: 0;
}

/* Only the first, last, and active
   tabs need pseudo elements at all */
.tabs li:last-child:after,
.tabs li:last-child a:after,
.tabs li:first-child:before,
.tabs li:first-child a:before,
.tabs .active:after,
.tabs .active:before,
.tabs .active a:after,
.tabs .active a:before {
  content: "";
}

.tabs .active:before,
.tabs .active:after {
  background: white;

  /* Squares below circles */
  /* z-index: 1; */
}

/* Squares */
.tabs li:before,
.tabs li:after {
  background: #f3f3f3;
  width: 10px;
  height: 10px;
}

.tabs li:before {
  left: -10px;
}

.tabs li:after {
  right: -10px;
}

/* Circles */
.tabs li a:after,
.tabs li a:before {
  width: 20px;
  height: 20px;
  /* Circles are circular */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #f3f3f3;

  /* Circles over squares */
  z-index: 2;
}

.tabs .active a:after,
.tabs .active a:before {
  background: #f3f3f3;
}

/* First and last tabs have different
   outside color needs */
.tabs li:first-child.active a:before,
.tabs li:last-child.active a:after {
  background: #f3f3f3;
}

.tabs li a:before {
  left: -20px;
}

.tabs li a:after {
  right: -20px;
}

/* Elemento cambiado para quitar la negrita en la cabecera del jqgrid */
th {
  font-weight: normal !important
}

tr .no-wrap {
  width: 1%;
  white-space: nowrap;
}

.sm-auto {
  width: auto;
  font-size: 0.68rem;
}

#tables_500 {
  max-height: 500px;
}

#tables_500 td {
  padding: 0.2rem;
}

#linea1 {
  border-left: 6px solid black;
  height: 500px;
}

/* 
.ui-jqgrid>.ui-jqgrid-view{
  font-size: 0.68rem; ///original 11px
} */
.ui-jqgrid tr.jqfoot>td,
.ui-jqgrid tr.jqgroup>td,
.ui-jqgrid tr.jqgrow>td,
.ui-jqgrid tr.ui-subgrid>td,
.ui-jqgrid tr.ui-subtblcell>td {
  height: 17px;
  /*Original: 22px*/
}

.ui-jqgrid tr.footrow td {
  height: 16px;
  /*Original: 21px*/
}

.ui-jqdialog .ui-jqdialog-titlebar,
.ui-jqgrid .ui-jqgrid-errorbar,
.ui-jqgrid .ui-jqgrid-titlebar {
  padding-bottom: 0px;
  padding-top: 0px;
  height: 8px;
}

#gview_table_descripcion_formato .ui-jqgrid-caption {
  padding-bottom: 1px;
  padding-top: 1px;
  height: auto;
}

#gview_table_detalle2 .ui-jqgrid-caption {
  padding-bottom: 1px;
  padding-top: 1px;
  height: auto;
}

#gview_table_detalle3 .ui-jqgrid-caption {
  padding-bottom: 1px;
  padding-top: 1px;
  height: auto;
}

#gview_lista_movimientos_compras .ui-jqgrid-titlebar {
  padding-bottom: 2px;
  padding-top: 2px;
  height: 18px;
}

#gview_lista_movimientos_ventas .ui-jqgrid-titlebar {
  padding-bottom: 2px;
  padding-top: 2px;
  height: 18px;
}

#gview_lista_movimientos_kardex .ui-jqgrid-titlebar {
  padding-bottom: 2px;
  padding-top: 2px;
  height: 18px;
}



#gview_grid_tabla_periodicidad .ui-jqgrid-titlebar {
  padding-bottom: 0px;
  padding-top: 0px;
  height: 19px;
}

#gview_grid_listado_agencias .ui-jqgrid-titlebar {
  padding-bottom: 0px;
  padding-top: 0px;
  height: 16px;
}

/* #gbox_reporte-documentos .ui-jqgrid-titlebar{
  padding-bottom: 0px;
  padding-top: 0px;
} */

#gview_grid_estado_cuentas .ui-jqgrid-titlebar {
  padding-bottom: 0px;
  padding-top: 2px;
  height: 17px;
}

#gview_grid_conciliacion .ui-jqgrid-titlebar {
  padding-bottom: 0px;
  padding-top: 2px;
  height: 17px;
}

.ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr,
.ui-th-ltr {
  border-left: 0 none;
  overflow: hidden;
  white-space: normal;
}

#gview_grid_reporte .ui-jqgrid-titlebar {
  padding-bottom: 0px;
  padding-top: 0px;
}

#gbox_reporte-documentos .ui-jqgrid-titlebar {
  height: .5rem;
}

#gbox_grid_detalle_ventas .ui-jqgrid-titlebar,
#gbox_grid_detalle_contable .ui-jqgrid-titlebar,
#gbox_grid_reporte .ui-jqgrid-titlebar {
  height: .5rem;
}

/* #gview_grid_detalle_contable .ui-jqgrid-titlebar{
  padding-bottom: 0px;
  padding-top: 0px;
  height: 19px;
} */

.rotate-270 {
  transform: rotate(270deg);
}

.min-width-90 {
  min-width: 90em;
}

.select-sm {
  height: calc(.8em + .5rem + 2px);
  padding: 0;
}



th>.truncate,
td>.truncate {
  width: auto;
  min-width: 0;
  max-width: 200px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.no-spin::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.no-calendar::-webkit-calendar-picker-indicator {
  display: none;
}

.unstyled-calendar::-webkit-inner-spin-button,
.unstyled-calendar::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.no-spin-number::-webkit-inner-spin-button {
  display: none;
}

.border-inside {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #ced4da;
  border-radius: .2rem
}

.background-title-jqgrid {
  background: #eaf4fc;
}

/*Estilos modal productos*/
.background-title-jqgrid-p1 {
  background: #eaf4fc;
  width: 83px;
}

.background-title-jqgrid-p2 {
  background: #eaf4fc;
  width: 75px;
}

/* .background-title-jqgrid-p3{
  background: #eaf4fc;
  width: 89px;
} */
.background-title-jqgrid-p5 {
  background: #eaf4fc;
  border: 1px solid #ced4da;
  height: 26px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.background-title-jqgrid-p4 {
  background: #eaf4fc;
  width: 59px;
}

.rb_productos {
  width: 39px;
  background: #eaf4fc;
  border-right: 1px solid #ced4da;
  color: #495057;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.rb_productos_2 {
  width: 60px;
  background: #eaf4fc;
  border-right: 1px solid #ced4da;
  color: #495057;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.disable-div {
  pointer-events: none;
}

.rb_definicion_transacciones {
  width: 82px;
  background: #eaf4fc;
  border-right: 1px solid #ced4da;
  color: #495057;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

/*Estilos modal clientes*/
.background-title-jqgrid-cl1 {
  background: #eaf4fc;
  width: 125px;
}

.rb_clientes_1 {
  width: 125px;
  background: #eaf4fc;
  border-right: 1px solid #ced4da;
  color: #495057;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  padding-left: 12px;
}

/*Estilos modal proveedores*/
.background-title-jqgrid-prov1 {
  background: #eaf4fc;
  width: 105px;
}

.rb_proveedores_1 {
  width: 105px;
  background: #eaf4fc;
  border-right: 1px solid #ced4da;
  color: #495057;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  padding-left: 12px;
}

/* --------------------Estilos ventana aprobacion ---------------------------*/
/* --------------------Estilos ventana aprobacion ---------------------------*/
/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 20px;
  /* cursor: pointer; */
  font-size: 0.68rem;
  /* -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; */
}


.container .radio_b {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border-radius: 50%;
} */

.checkmark.red {
  position: absolute;
  top: 0;
  left: 0;
  /*height: 16px;
  width: 16px;*/
  height: 14px;
  width: 14px;
  /* background-color: #a01320; */
  border-radius: 50%;
  border: 1px solid #a01320;
}

.checkmark.blue {
  position: absolute;
  top: 0;
  left: 0;
  /*height: 16px;
  width: 16px;*/
  height: 14px;
  width: 14px;
  /* background-color: #0075ff; */
  border: 1px solid #0075ff;
  border-radius: 50%;
}

.checkmark.green {
  position: absolute;
  top: 0;
  left: 0;
  /*height: 16px;
  width: 16px;*/
  height: 14px;
  width: 14px;
  /* background-color: #44ab51; */
  border: 1px solid #44ab51;
  border-radius: 50%;
}


/* .container:hover .radio_b ~ .checkmark {
  background-color: #ccc;
} */

/*.container:hover .radio_b ~ .checkmark.red {
  background-color: #a01320;
}

.container:hover .radio_b ~ .checkmark.blue {
  background-color: #0075ff;
}

.container:hover .radio_b ~ .checkmark.green {
  background-color: #44ab51;
}*/


/*.container .radio_b:checked ~ .checkmark {
  background-color: #2196F3;
}*/
/*.container .radio_b:checked ~ .checkmark.red {
  background-color: #a01320;
}

.container .radio_b:checked ~ .checkmark.blue {
  background-color: #0075ff;
}

.container .radio_b:checked ~ .checkmark.green {
  background-color: #44ab51;
}*/

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container .radio_b:checked~.checkmark:after {
  display: block;
}


/*.container .checkmark:after {
 	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
} */

.container .checkmark.red:after {
  top: 2px;
  left: 2px;
  /*width: 8px;
  height: 8px;
  top: 0.14rem;
  left: 0.14rem;*/
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #a01320;
}

.container .checkmark.blue:after {
  top: 2px;
  left: 2px;
  /*width: 8px;
  height: 8px;
  top: 0.14rem;
  left: 0.14rem;*/
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0075ff;
}

.container .checkmark.green:after {
  top: 2px;
  left: 2px;
  /*width: 8px;
 height: 8px;
 top: 0.14rem;
 left: 0.14rem;*/
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #44ab51;
}

/*-------------fin------------*/
/*-------------fin------------*/

/*-------------Estilos Configuracion del sistema------------*/
/*-------------Estilos Configuracion del sistema------------*/
.background-title-jqgrid-electr01 {
  background: #eaf4fc;
  width: 130px;
}

.background-title-jqgrid-electr02 {
  background: #eaf4fc;
  width: 225px;
}

.background-title-jqgrid-electr03 {
  background: #eaf4fc;
  width: 75px;
}

.background-title-jqgrid-electr04 {
  background: #eaf4fc;
  width: 150px;
}

.ui-jqgrid>.ui-jqgrid-view button,
.ui-jqgrid>.ui-jqgrid-view input,
.ui-jqgrid>.ui-jqgrid-view select,
.ui-jqgrid>.ui-jqgrid-view textarea {
  font-size: 0.68rem !important;
  /* color: #495057; */
}

.ui-jqgrid>.ui-jqgrid-view {
  font-size: 0.68rem !important;
  /* color: #495057; */

}

.ui-jqgrid-bdiv {
  font-size: 0.60rem !important;
  /* color: #495057; */
}

.close {
  color: red;
}

.form-control-sm-date {
  height: calc(1.5em + .5rem);
}

.form-control-sm-moneda {
  min-width: 50px;
  max-width: 50px;
}

.form-control-sm-almacen {
  min-width: 137px;
  max-width: 137px;
}

.form-control-sm-tasa-cambio {
  min-width: 60px;
  max-width: 60px;
}

.form-control-sm-group-motivo {
  min-width: 530px;
  max-width: 530px;
}

.form-control-sm-group-correlativo {
  min-width: 450px;
  max-width: 450px;
}

.form-control-sm-group-serie {
  min-width: 100%;
  /*max-width: 530px;*/
  max-width: 100%;
}

.form-control-sm-group-moneda {
  min-width: 200px;
  max-width: 200px;
}

.form-control-sm-group-moneda-2 {
  min-width: 150px;
  max-width: 150px;
}

.form-control-sm-group-moneda-igv {
  min-width: 280px;
  max-width: 280px;
}

.form-control-sm-dias-forma-pago {
  min-width: 60px;
  max-width: 60px;
}

.form-control-sm-group-fechas {
  min-width: 390px;
  max-width: 390px;
}

.form-control-sm-group-fechas-2 {
  min-width: 413px;
  max-width: 413px;
}

.form-control-sm-group-fechas-3 {
  min-width: 560px;
  max-width: 560px;
}

.form-control-sm-erp {
  height: 26.313px;
  max-height: 26.313px;
}

.form-control-sm-erp-25 {
  height: 25.313px;
  max-height: 25.313px;
}

.form-label-sm-erp-80 {
  min-width: 80px;
  max-width: 80px;
}

.form-label-sm-erp-85 {
  min-width: 85px;
  max-width: 85px;
  padding: 5px;
}
.form-label-sm-erp-100 {
  min-width: 100px;
  max-width: 100px;
  padding: 5px;
}

.form-label-sm-erp-120 {
  min-width: 120px;
  max-width: 120px;
  padding: 5px;
}

.form-control-sm-motivo {
  min-width: 148px !important;
  max-width: 148px;
}

.form-control-sm-motivo02 {
  min-width: 100px !important;
  max-width: 100px;
}


.form-control-sm-serie {
  min-width: 65px !important;
  max-width: 65px;
}

.form-control-sm-serie_2 {
  min-width: 60px !important;
  max-width: 60px;
}


.form-control-sm-numero {
  min-width: 77px !important;
  max-width: 77px;
}

.form-control-sm-ref-text {
  min-width: 90px !important;
  max-width: 90px;
}

.form-control-sm-ref-tipo {
  min-width: 50px !important;
  max-width: 50px;
}

.form-control-sm-ref-serie {
  min-width: 45px !important;
  max-width: 45px;
}

.form-control-sm-ref-numero {
  min-width: 70px !important;
  max-width: 70px;
}

.form-control-sm-ref-fecha {
  min-width: 90px !important;
  max-width: 90px;
}

.form-control-sm-periodo {
  min-width: 110px !important;
  max-width: 110px;
}

.form-control-sm-tipo_anexo {
  min-width: 100px;
  max-width: 299px;
}

.form-control-sm-erp-anexos {
  min-width: 722px;
  max-width: 739px;
}

.col-form-label-sm-erp-anexo {
  min-width: 66px;
  max-width: 66px;
}

.col-form-label-sm-erp-forma-pago {
  min-width: 175px;
  max-width: 175px;
}

.btn-sm-erp {
  background: #eaf4fc;
  border: 1px solid #ced4da;

}

.col-form-label-sm-clasificacion-erp {
  width: 101px;
}

/* .input-container input {
  border: none;
  box-sizing: border-box;
  outline: 0;
  padding: .75rem;
  position: relative;
  width: 100%;
} */

.calendar-sm::-webkit-calendar-picker-indicator {
  /* background: transparent; */
  /* bottom: 0; */
  color: transparent;
  cursor: pointer;
  /* height: auto; */
  /* left: 0; */
  position: absolute;
  right: 0;
  /* top: 0; */
  /* width: auto;  */

}

.bg-lightgrey {
  background-color: lightgrey;
}

.btn-login,
.btn-login:hover,
.btn-login:not(:disabled):not(.disabled):active,
.btn-login:focus {
  background-color: #fd821a;
  font-weight: bold;
  border-color: #fd821a
}

.btn-login:disabled {
  background-color: #ffbf8a;
  font-weight: normal;
  border-color: #ffbf8a
}

.btn-sm {
  padding-top: 0px;
  padding-bottom: 0px;
}

.btn-image-lt {
  /* margin-top: 65px; */
  position: absolute;
  opacity: 0.5;
}

.btn-image-gt {
  margin-left: -37px;
  /* margin-top: 65px; */
  position: initial;
  opacity: 0.5;
}

.col-align-items-center {
  display: flex;
  -webkit-box-align: center !important;
  align-items: center !important
}

#canvas_container {
  width: 800px;
  height: 450px;
  overflow: auto;

  background: #333;
  text-align: center;
  border: solid 3px;
}



.ui-jqgrid tr.jqfoot>td,
.ui-jqgrid tr.jqgroup>td,
.ui-jqgrid tr.jqgrow>td,
.ui-jqgrid tr.ui-subgrid>td,
.ui-jqgrid tr.ui-subtblcell>td {
  text-align: left;
}


.titulos_erp {
  font-Weight: 500;
  font-size: 1rem;
  color: #6e6e6e;
  text-decoration: none;
}

.titulos_reporte {
  /* font-Weight: 700; */
  font-size: 14px;
  color: maroon;
  text-align: center;
}

/*dropdown*/
.min-width-110 {
  min-width: 110em;
}

.col-tabla {
  flex: 0 0 8.333333%;
  max-width: 14%;
  min-width: 14%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.form-control-sm-numero-requerimiento {
  min-width: 83%;
  max-width: 84%;
}

.active_sunat {
  color: #0075ff !important;
  /* background: cornflowerblue!important; */
  /* background-color: cornflowerblue!important; */
}

.left-input-form {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.right-input-form {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-left: 0px;
}

.black_title {
  font-weight: 700;
  border-bottom: 2px solid #dee2e6 !important;
}

.input-group-text-erp {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background: #eaf4fc;
  width: 120px;
  border-right: 1px solid #ced4da;
}

.input-group-text-erp-2 {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background: #eaf4fc;
  width: 130px;
  border-right: 1px solid #ced4da;
}

.input-group-text-erp-3 {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background: #eaf4fc;
  width: 140px;
  border-right: 1px solid #ced4da;
}

.input-group-text-erp-60 {
  font-size: 0.68rem;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background: #eaf4fc;
  width: 60px;
  border-right: 1px solid #ced4da;
}

/* .space_colum{
  margin-top: 10px;
} */

.form-control[readonly] {
  background: #ebf5fe;
}

.class_detalle_nombre_total {
  display: none !important;
}

.class_detalle_nombre_total2 {
  display: none !important;
}

.class_detalle_total_debe {
  display: none !important;
}

.class_detalle_total_haber {
  display: none !important;
}

.bootstrap-select .dropdown-menu {
  font-size: 0.65rem;
}

/* .bootstrap-select .dropdown-menu li:hover {
  background: #eaf4fc;
}

.bootstrap-select .dropdown-menu li:focus-within {
  background: #eaf4fc;
} */


.bs-searchbox .form-control {
  font-size: 0.65rem;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 20px;
}

.print_reportes {
  margin-top: 10mm;
  margin-left: 10mm;
  margin-right: 10mm;
  margin-bottom: 10mm;
  background: white;
  font-size: 12pt;
  min-width: 29.7cm;
  max-width: 29.7cm;
  color: black;
}

.print_reportes_header {
  margin-top: 10mm;
  margin-left: 10mm;
  margin-right: 10mm;
  margin-bottom: 10mm;
}

.print_reportes_columnas {
  position: relative;
  width: 100%;
}

#grid_exportar_excel {
  margin-top: 10mm;
  margin-left: 10mm;
  margin-right: 10mm;
  margin-bottom: 10mm;
  background: white;
  font-size: 12pt;
  min-width: 29.7cm;
  max-width: 29.7cm;
  color: black;
}

#grid_exportar_excel>#tabla_impresion {
  width: 100%;
}

#grid_exportar_excel>#tabla_impresion>tbody {
  font-size: 6pt !important;
}

#grid_exportar_excel>#tabla_impresion>tbody>.excel_header {
  font-size: 10pt !important;
}

#grid_exportar_excel>#tabla_impresion>tbody>.excel_titulo {
  font-size: 8pt !important;
}

.no-wrap-contraido {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.red_color {
  color: #fc1e12
}

.input-group-text-erp-xd {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background: #eaf4fc;
  width: 150px;
  border-right: 1px solid #ced4da;
}

.fondo_titulos_print {
  background: #eaf4fc;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  /* cursor: pointer; */
  /* border-radius: 4px;
  margin-right: 2px; */
  /* background: url("/img/icon_png_date.png") no-repeat; */
  background: url("/img/date_icon_2.png") no-repeat;
  width: 0px;
  padding-right: 15px;
  background-size: 14px;
  /* opacity: 0.9; */
  /* filter: invert(0.9); */
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/img/icon_row_5.png") no-repeat right white;
  background-size: 16px;
  padding-right: 18px;
}

/* select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("/img/icon_row_2.png") no-repeat 12px 12px;
} */

select.form-control:disabled {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/img/icon_row_5.png") no-repeat right #e9ecef;
  background-size: 16px;
  padding-right: 18px;
}

/********************DUA Y NACIONALIZACION*************/
.form-control-sm-group-moneda_dua {
  min-width: 150px;
  max-width: 150px;
}

/*********************************IMPUT GROUP MANTENIMIENTOS********************************/
.input-group-prepend-erp {
  height: 26.32px;
}

.input-group-text-erp-note {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background: #eaf4fc;
  border-right: 1px solid #ced4da;
  font-size: 0.68rem;
}

.input-group-text-erp {
  font-size: 0.68rem;
  background: #eaf4fc;
}

.input-group-text-erp-totales {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background: #eaf4fc;
  width: 120px;
  border-right: 1px solid #ced4da;
  font-size: 0.78rem;
  background: #eaf4fc;
  color: #007bff;
  font-weight: 600;
}

.form-control-sm-erp-totales {
  font-size: 0.77rem;
  height: 26.313px;
  font-weight: 500;
  color: #007bff;
  background: #ebf5fe;
}

.form-control-sm-select-erp-totales {
  font-size: 0.77rem;
  height: 26.313px;
  font-weight: 500;
  color: #007bff;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(/img/icon_row_5.png) no-repeat right #eaf4fc !important;
  background-size: 16px;
  padding-right: 18px;
}


.input-group-text-erp-prepend {
  font-size: 0.68rem;
  background: #eaf4fc;
  width: 90px;
}

.input-group-text-erp-append {
  font-size: 0.68rem;
  background: #eaf4fc;
  width: 91px;
}

.rb_familias {
  width: 277px;
  background: #eaf4fc;
  border-right: 1px solid #ced4da;
  color: #495057;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  padding-left: 12px;
}

.rb_tipo_documentos {
  width: 119px;
  background: #eaf4fc;
  border-right: 1px solid #ced4da;
  color: #495057;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  padding-left: 12px;
}

.input-group-prepend-erp-40 {
  height: 26.32px;
  width: 40px;
}

.input-group-prepend-erp-50 {
  height: 26.32px;
  width: 50px;
}

.input-group-prepend-erp-60 {
  height: 26.32px;
  width: 60px;
}

.input-group-prepend-erp-65 {
  height: 26.32px;
  width: 65px;
}

.input-group-prepend-erp-70 {
  height: 26.32px;
  width: 70px;
}

.input-group-prepend-erp-85 {
  height: 26.32px;
  width: 85px;
}

.input-group-prepend-erp-90 {
  height: 26.32px;
  width: 90px;
}

.input-group-prepend-erp-92 {
  height: 26.32px;
  width: 92px;
}

.input-group-prepend-erp-95 {
  height: 26.32px;
  width: 95px;
}

.input-group-prepend-erp-100 {
  height: 26.32px;
  width: 100px;
}

.input-group-prepend-erp-120 {
  height: 26.32px;
  width: 120px;
}

.input-group-prepend-erp-112 {
  height: 26.32px;
  width: 112px;
}

.input-group-prepend-erp-95-height {
  height: 59.32px;
  width: 95px;
}

.img_cancelacion {
  cursor: pointer;
  width: 80px;
}

.btn_style_erp {
  background: #eaf4fc;
  border: 1px solid #cad8e3;
}

.btn.dropdown-toggle.btn-light {
  border: 1px solid #ced4da;
  background: white;
}

.btn.dropdown-toggle.btn-light:hover {
  background: #d5d5d5;
}

input[type="file"] {
  display: none;
}

.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}

.rb_nacionalizacion {
  width: 78px;
  background: #eaf4fc;
  border-right: 1px solid #ced4da;
  color: #495057;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.nav-link-erp {
  display: block;
  padding: 0.09rem 1rem;
  font-size: 0.84rem;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background: #e9ecef;
}

.nav-tabs .nav-link-erp.active {
  background: #e7f3fd;
  border: 1px solid #a6c9e2;
  border-radius: 0.25rem;
  color: #3976a4;
}

.nav-link-erp-2rem {
  display: block;
  padding: 0.2rem 1rem;
  font-size: 0.84rem;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background: #e9ecef;
}

.nav-tabs .nav-link-erp-2rem.active {
  background: #e7f3fd;
  border: 1px solid #a6c9e2;
  border-radius: 0.25rem;
  color: #3976a4;
}

.erp-shearch {
  /* background: white; */
  /* border-right: 1px solid #ced4da;
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da; */
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  /* background: #0c98dc;
  border-right: 1px solid #0c98dc;
  border-top: 1px solid #0c98dc;
  border-bottom: 1px solid #0c98dc;
  color: white; */
  height: auto;
  background: #eaf4fc;
  border-right: 1px solid #b8d2e7;
  border-top: 1px solid #b8d2e7;
  border-bottom: 1px solid #b8d2e7;
  color: black;
}

.erp-shearch:hover{
  background: #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}

.erp-shearch-append{
  height: auto;
  background: #eaf4fc;
  border: 1px solid #b8d2e7;
  color: black;
}

.erp-shearch-append:hover{
  background: #d5d5d5;
  border: 1px solid #d5d5d5;
}

.erp-shearch-append-2 {
  height: auto;
  background: #eaf4fc;
  border: 1px solid #b8d2e7;
  color: black;
  padding: .0rem .5rem !important;
}

/**********************************************************/
/*************NAV TAB HORIZONTAL***************/

.nav-tabs-horizontal {
  width: 100%;
  height: 38px;
  /* ajusta la altura según tus necesidades */
  overflow-x: auto;
  white-space: nowrap;
  display: inherit;
}

.nav-item-lista {
  display: inline-block;
  text-align: center;
}

.nav-item-lista-presupuesto {
  display: inline-block;
  text-align: center;
}

.nav-tabs-horizontal::-webkit-scrollbar {
  width: 6px;
  /* Tamaño del scroll en vertical */
  height: 6px;
  /* Tamaño del scroll en horizontal */
  /*display: none;  /* Ocultar scroll */
}

.nav-tabs-horizontal::-webkit-scrollbar-thumb {
  background: #a6c9e2;
  border-radius: 0px;
}

.nav-tabs-horizontal::-webkit-scrollbar-track {
  background: #d4d4d4;
}

/**********************************************************/
/*************MODAL DETALLE VENTAS PRODUCTOS***************/
.nav-tabs {
  border: 0px;
}

.nav-tabs .nav-link.active {
  background: #e7f3fd;
  border: 1px solid #a6c9e2;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  color: #3976a4;
}

/**********************************************************/

/*************ESTILOS DEL CUADRO COMPARATIVO***************/
.comparativo_aprobado {
  /*color: red;*/
  background: #ffef7b;
}

;

/**************ESTILOS KARDEX****************************/
.estilos_fila {
  height: 13px;
}

;

/*********************ESTILOS FORAMATO EXCEL***********************/
#tabla_excel,
#tabla_excel tbody tr,
#tabla_excel tbody tr td {
  border: 1px solid;
}

;

/****************ESTILOS CONFIGURACIONES DEL SISTEMA**************/
.smalllll {
  border-radius: 0.25rem;
  box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.tabla_celda {
  border: 1px solid;
}

.fondo_azul_formatos {
  background: #eaf4fc;
}

.color_rojo_pasion_erp {
  color: #8a1c1c;
}

.fila_formatos {
  font-size: 11px;
  height: 11px;
}

.num_excel {
  mso-number-format: General;
}

.text_excel {
  mso-number-format: "\@";
  /*force text*/
}

@page {
  size: auto;
  margin-top: 2mm;
  margin-left: 5.2mm;
  margin-bottom: 2mm;
  margin-right: 2mm;
  /* size: A4 portrait; */
}

@media print {

  body {
    background: white;
  }

  #formato_impresion {
    top: 0px;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    /* transform: scale(.7); */
    /* display: block; */
  }

  .modal-print-backdrop {
    background-color: #fff;
  }


  /* #contenedor_impresion{
    background-color: white!important;
    border-color: white!important;
  } */
  /* .printable{
    display: block!important;
  } */
  .print-page {
    zoom: 130%
  }

  .reporte_print_border {
    border: none !important;
    background: none !important;
  }
}


.erp_dropzone_files {
  border: 1px solid #495057;
  border-radius: 5px;
  color: #000;
  min-height: 20px;
  max-height: 30px;
  min-width: 20px;
  max-width: 30px;
  font-size: 0.7rem;
  text-align: center;
  align-content: center
}

.erp_dropzone_files.hover {
  border: 3px solid #50b4c6;
  color: #586ff2;
}

.erp_dropzone_files.dropped {
  background: #4d8eff;
  border: 5px solid #5775ed;
}

.erp_dropzone_files div {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 20px;
  max-height: 30px;
  min-width: 20px;
  max-width: 30px;
}

.erp_dropzone_files img {
  border-radius: 5px;
  vertical-align: middle;
  max-width: 95%;
  max-height: 95%;
}

.erp_dropzone_files [type="file"] {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block!important;
}

/* .swal2-actions {
  width: 50%;
  justify-content: space-between;
} */

.swal2-cancel{
  margin: 0px 5px;
}

.swal2-confirm{
  margin: 0px 5px;
}

.swal2-deny{
  margin: 0px 5px;
}

@media (min-width: 1199.98px) {

}

@media (min-width: 993px) {
  #campos_proveedor_3{
    display: block;
  }

  #campos_proveedor_4{
    display: none;
  }

  #campos_proveedor_5{
    display: none;
  }

  .col-dua-convenio{
    padding: 0px;
  }

  .col-dua-igv{
    padding: 0px;
  }

  .col-dua-proveedor{
    padding-right: 0px;
  }
}

@media (max-width: 992px) {
  .nav_razon_social{
    display: none;
  }

  .wrapper {
    overflow-y: hidden;
  }

  .card-group-comparativo-precios{
    overflow-x: auto;
    white-space: nowrap;
    display: inherit;
  }

  .card-proveedor{
    display: inline-block;
  }

  .action-button{
    display: none;
  }
/* 
  #campos_proveedor_3{
    display: none;
  } */

  .espacio_blanco{
    display: none;
  }

  .modal-dialog{
    max-width: 760px;
  }

  .modal-dialog-costos-importacion{
    max-width: 730px;
  }

  /*ESTILO LISTA DE PRODUCTOS VENTAS*/
  #parent_imagen_productos{
    display: none;
  }

  /*ESTILO INGRESO DE KITS*/
  .div-row-ingreso-kits{
    overflow-x: auto;
    white-space: nowrap;
    display: inherit;
  }

  .col-ingreso-kits{
    display: inline-block;
  }
}

@media (min-width: 575.98px) {

}
.ver_incidencias svg {
    transition: fill 0.2s ease-in-out;
}

.ver_incidencias:hover svg {
    fill: #007bff; /* cambia a blanco cuando se hace hover */
}

.list-group-item {
    margin-bottom: 8px;       /* Espacio entre filas */
    border-radius: 0.5rem;    /* Bordes redondeados */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Sombra ligera */
    transition: transform 0.1s ease-in-out;
}

.list-group-item:hover {
    transform: scale(1.01);   /* Efecto al pasar el mouse */
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}


/* Botón vertical personalizado */
.cost_imp_vertical_btn {
    position: fixed;
    top: 50%; /* Centrado vertical */
    right: 0;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    background-color: #007bff;
    color: white;
    padding: 10px 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    z-index: 1050;
    cursor: pointer;
    border: none;
    font-size: 0.9rem;
    box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    text-align: center;

    /* Para evitar el borde negro al hacer clic o focus */
    outline: none;
}

/* Opcional: quitar el outline solo en focus pero mantener accesibilidad con box-shadow */
.cost_imp_vertical_btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0,123,255,0.5);
}

/* Panel lateral derecho */
.cost_imp_grid_container {
    position: fixed;
    top: 50%;
    right: -70%;
    transform: translateY(-50%);
    width: 70%;
    height: 30%;
    background-color: #f8f9fa;
    box-shadow: -4px 0 10px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    transition: right 0.3s ease;
    z-index: 1049;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

/* Estado abierto */
.cost_imp_grid_container.open {
    right: 0;
}

/* Contenido del panel */
.cost_imp_grid_content {
    padding: 20px 15px 15px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
