/*MAIN - auditoria_view*/
#auditoria-productos-table-wrapper{
	height:400px;
	overflow-y:scroll;
}
#auditoria-transaccion-productos-wrapper tr td:nth-child(1){width:5%;}
#auditoria-transaccion-productos-wrapper tr td:nth-child(2){width:20%;}
#auditoria-transaccion-productos-wrapper tr td:nth-child(3){width:25%;}
#auditoria-transaccion-productos-wrapper tr td:nth-child(4){width:15%;}
#auditoria-transaccion-productos-wrapper tr td:nth-child(5){width:15%;}
#auditoria-transaccion-productos-wrapper tr td:nth-child(6){width:10%;}
#auditoria-transaccion-productos-wrapper tr td:nth-child(7){width:10%;}
/*MAIN - auditoria_agregar_producto_view*/
#auditoria-agregar-productos-wrapper{height:225px;overflow-y:scroll;border:solid 1px #DDD;}
/*MAIN - auditoria_historial_producto_view*/
#auditoria-producto-historial-table-wrapper{height:350px;overflow-y:scroll;}
/*MAIN -  auditoria_configuraciones_view*/
#configuraciones-tab-wrapper{}
#configuraciones-tab-wrapper .tab-pane{height:370px;overflow-y:scroll;}

#config-zonas-table-wrapper{height:auto;max-height:200px;overflow-y:auto;border:solid 1px #DDD;}
#config-zonas-table-wrapper table tbody tr td:nth-child(1){width:80%;}
#config-zonas-table-wrapper table tbody tr td:nth-child(2){width:20%;}
/*MAIN - auditoria_nueva_transaccion_view*/
#auditoria-transaccion-productos-wrapper{height:175px;overflow-y:scroll;border:solid 1px #DDD;}
/*MAIN - transactions_buscar_producto_view*/
#buscar-productos-wrapper{
	height:275px;
	overflow-y:auto;
	text-align:left;
}
.selected-table-item{
	background-color:#1AB394!important;
	color:#FFF!important;
}